
.page_con{position: relative; padding-bottom: 60px; background: #f3f7f3;}

.page_banner{width: 100%; height: 620px; position: relative}
.page_banner .banner_bg{width: 100%; height: 100%; background-position: center; background-size: cover}
.page_banner .banner_text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 360px 0 0 8%;}
.page_banner .banner_text h1{font-size: 42px; color: #fff; font-weight: bold; margin-bottom: 8px; text-shadow: 1px 1px 2px #333;}
.page_banner .banner_text p{font-size: 32px; color: #fff; font-weight: bold; text-shadow: 1px 1px 2px #333; font-family: 'dincond-medium'; text-transform: uppercase;}

.page_link{padding: 60px 0; background: #f3f7f3; font-size: 0;}
.page_link h1{font-size: 42px; color: #13823b; font-weight: bold; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase;}
.page_link a{display: inline-block; width: 150px; height: 46px; line-height: 46px; font-size: 15px; color: #333; text-align: center; margin-right: 4px; background: #fff;}
.page_link a:hover{background: #13823b; color: #fff;}
.page_link a.on{background: #13823b; color: #fff;}

.pro_link a{width: auto; padding: 0 10px; font-size: 14px}

/*----page_about----*/
.page_about .about_left{width: 45%; margin-right: 5%;}
.page_about .about_left h1{font-size: 24px; color: #282828; margin-bottom: 20px;}
.page_about .about_left p{font-size: 16px; color: #444; line-height: 1.8;}
.page_about .about_right{width: 50%;}
.page_about .about_right .img{width: 100%;}
.page_about .about_right .img img{width: 100%; float: none; display: block;}

.page_abouts img{max-width: 1200px; margin: 0 auto; float: none; display: block}

/*----page_product----*/
.page_product .list{margin-right: -2%;}
.page_product .list li{width: 31.3333%; margin-right: 2%; float: left; margin-bottom: 20px; position: relative;}
.page_product .list li .img{width: 100%; position: relative; overflow: hidden; border-radius: 10px; box-shadow: 3px 3px 10px 3px #dedede;}
.page_product .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}

.page_product .list li .img .img_bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transform: scale(1.1); transition: all ease .4s; -webkit-transition: all ease .4s;}

.page_product .list li .text{width: 90%; margin-left: 5%; position: relative; top: -30px; padding: 20px; background: #fff; border-radius: 12px; text-align: center; box-shadow: 3px 3px 10px 3px #dedede;}
.page_product .list li .text h1{font-size: 18px; color: #282828; line-height: 1.4; font-weight: bold;}
.page_product .list li:hover .img img{transform: scale(1.1);}
.page_product .list li:hover .img .img_bg{opacity: 1; visibility: visible; transform: scale(1);}

/*----page_pro----*/
.page_pro .pro_left{width: 35%; margin-right: 5%;}
.page_pro .pro_left .img{width: 100%; border-radius: 10px; box-shadow: 3px 3px 10px 3px #dedede; overflow: hidden;}
.page_pro .pro_left .img img{width: 100%; display: block; float: none;}
.page_pro .pro_right{width: 55%;}
.page_pro .pro_right h1{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #cecece;}
.page_pro .pro_right p{font-size: 15px; color: #333; line-height: 1.8}


/*----page_page_application----*/
.page_application .list{margin-right: -2%;}
.page_application .list li{width: 48%; margin-right: 2%; float: left; cursor: pointer}
.page_application .list li .img{width: 100%; overflow: hidden; border-radius: 10px;}
.page_application .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page_application .list li .text{width: 90%; margin-left: 5%; position: relative; top: -30px; padding: 30px 20px; background: #fff; border-radius: 12px; text-align: center; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_application .list li .text h1{font-size: 18px; color: #282828; line-height: 1.4; font-weight: bold; margin-bottom: 20px;}
.page_application .list li .text h4{font-size: 15px; color: #888; line-height: 1.6;}

.page_page_application .list li:hover .img img{transform: scale(1.1);}
.page_page_application .list li:hover .text{transform: translateY(-10px);}

/*----page_features----*/
.page_features .list{margin-right: -2%;}
.page_features .list li{width: 31.3333%; float: left; margin-right: 2%; margin-bottom: 20px; }
.page_features .list li .img{width: 100%; overflow: hidden; border-radius: 12px;}
.page_features .list li .img img{width: 100%;}
.page_features .list li h3{font-size: 16px; color: #333; padding: 10px 0; text-align: center}

/*----page_news----*/
.page_news .list{margin-right: -2%;}
.page_news .list li{width: 31.3333%; margin-right: 2%; float: left; margin-bottom: 20px;}
.page_news .list li .img{width: 100%; height: 230px; border-radius: 12px; overflow: hidden}
.page_news .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_news .list li .text{width: 90%; margin-left: 5%; position: relative; top: -30px; padding: 20px; background: #fff; border-radius: 12px; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_news .list li .text h1{font-size: 18px; color: #282828; line-height: 1.4; height: 54px; font-weight: bold; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_news .list li .text h6{font-size: 15px; color: #888; margin-bottom: 10px; font-family: 'Montserrat-Light'}
.page_news .list li .text .line{width: 5px; height: 20px; background: #2453b3; position: absolute; top: 18px; left: 0;}
.page_news .list li .text .r{display: inline-block; font-size: 14px; color: #13823b; line-height: 20px;}

.page_news .list li:hover .img img{transform: scale(1.1);}
.page_news .list li:hover .text{transform: translateY(-10px);}
.page_news .list li:hover .text h1{color: #13823b;}

/*----news_show----*/
.news_show .news_left{width: 76%; margin-right: 4%;}
.news_show .news_left .news_title{margin-bottom: 40px;}
.news_show .news_left .news_title h1{font-size: 28px; color: #181818; font-weight: bold; line-height: 34px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #999;}
.news_show .news_left .news_title span{display: inline-block; font-size: 16px; color: #666; margin-right: 20px; font-family: 'Montserrat-Light'}

.news_show .news_left .news_con p{font-size: 16px; color: #666; line-height: 1.8}
.news_show .news_left .news_con img{max-width: 960px; float: none; display: block; margin: 10px auto}
.news_show .news_left .news_con a{font-size: 16px; color: #666; display: inline-block}

.news_show .news_right{width: 20%;}
.news_show .news_right h1{font-size: 22px; color: #282828; font-weight: bold; margin-bottom: 20px;}
.news_show .news_right .list li{margin-bottom: 10px; padding-bottom: 20px; border-bottom: 1px solid #cecece;}
.news_show .news_right .list li h3{font-size: 17px; color: #333; line-height: 1.6;}

/*----page_contact----*/
.page_contact .contact_map{margin-bottom: 40px; box-shadow: 4px 4px 10px 2px #cecece;}
.page_contact .contact_map .map{width: 100%; height: 460px;}

.page_contact .map_list{margin-bottom: 40px;}
.page_contact .map_list .map_li{width: 49%; margin-right: 1%; box-shadow: 4px 4px 10px 2px #cecece;}
.page_contact .map_list .map_li .map{width: 100%; height: 320px;} 
.page_contact .map_list .map_li:nth-child(2){margin-left: 1%; margin-right: 0}


.page_contact .contact_text{width: 100%;}
.page_contact .contact_text .contact_left{width: 49%; margin-right: 1%; padding: 54px 10px 40px 80px; background: #fff; box-shadow: 4px 4px 10px 2px #cecece;}
.page_contact .contact_text .contact_left h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 20px;}
.page_contact .contact_text .contact_left p{font-size: 16px; color: #333; line-height: 2;}
.page_contact .contact_text .contact_left .ewm{display: inline-block; width: 120px; margin-top: 10px; margin-right: 20px}
.page_contact .contact_text .contact_left .ewm img{float: none; display: block; width: 100%;}
.page_contact .contact_text .contact_left .ewm p{font-size: 14px; text-align: center}

.page_contact .contact_text .contact_right{width: 49%; margin-left: 1%; padding: 20px 40px 20px 40px; background: #fff; box-shadow: 4px 4px 10px 2px #cecece;}

/*-----公共样式-------*/
/*----page_pro----*/
.page_pro .pro_con table{margin-top: 40px; width: 100%}
.page_pro .pro_con th, .page_pro .pro_con td{height: 36px; line-height: 20px; text-align: center; border-right: 1px solid #fff; vertical-align: middle;}
.page_pro .pro_con th{background: #666; color: #fff; font-size: 14px; font-weight: normal}
.page_pro .pro_con tr:nth-child(1) th{background: #666; font-size: 14px;}
.page_pro .pro_con td{font-size: 13px; color: #666; background: #f0f0f0; line-height: 26px;}
.page_pro .pro_con tr:nth-of-type(odd) td{background: #f2efeb}

/*-----page_tag----*/
.pro_tag{border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; line-height: 36px; margin-top: 40px;}
.pro_tag span{font-size: 13px; color: #333}
.pro_tag a{display: inline-block; font-size: 12px; color: #666; padding-left: 12px;}

/*----pro_hot----*/
.pro_hot{margin-top: 20px;}
.pro_hot h6{font-size: 15px; color: #666; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
.pro_hot h6 i{font-size: 13px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px; font-family: 'novecentowide-book'}
.pro_hot .list{list-style: none; margin-right: -1%}
.pro_hot .list li{width: 19%; float: left; margin-right: 1%; margin-bottom: 10px}
.pro_hot .list li .img{width: 100%; overflow: hidden}
.pro_hot .list li .img img{width: 100%;}
.pro_hot .list li .txt{padding-top: 10px; text-align: center}
.pro_hot .list li .txt h1{font-size: 14px; color: #181818;}

/*----pro_key----*/
.pro_key{margin-top: 20px;}
.pro_key h1{font-size: 15px; color: #666; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
.pro_key h1 i{font-size: 13px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px; font-family: 'novecentowide-book'}
.pro_key a{display: inline-block; font-size: 13px; color: #666; border: 1px dotted #dedede; padding: 5px 16px; margin: 0 2px 2px 0;}

/*----pro_city----*/
.pro_city{margin-top: 20px;}
.pro_city h1{font-size: 15px; color: #666; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
.pro_city h1 i{font-size: 13px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px; font-family: 'novecentowide-book'}
.pro_city a{display: inline-block; font-size: 13px; color: #666; border: 1px dotted #dedede; padding: 5px 16px; margin: 0 2px 2px 0}

/*----page_message----*/
.page_message{width: 90%; height: auto; padding: 20px; margin: 0 auto; float: none;}
.page_message input {width: 100%; height: 37px; border: 1px solid #ddd; font-size: 12px; text-indent: 5px; outline: 0; margin-bottom: 10px; box-sizing: border-box}
.page_message textarea {width: 100%; height: 100px; border: 1px solid #ddd; font-size: 12px; text-indent: 5px; outline: 0; margin-bottom: 10px; padding: 4px 0; box-sizing: border-box}
.page_message .yanz{margin-bottom: 4px;}
.page_message .yanz input {width: 20%; float: left;}
.page_message .yanz img {height: 37px; display: block; float: left;}
.page_message .btn{font-size: 14px; color: #fff; height: 49px; border: none; border-radius: 4px; background: #13823b; cursor: pointer}
.page_message .btn:hover {background: #a21122;}

/*----page_search----*/
.page_search .list{margin-right: -2%;}
.page_search .list li{width: 31.3333%; margin-right: 2%; float: left; margin-bottom: 20px;}
.page_search .list li .img{width: 100%; overflow: hidden}
.page_search .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_search .list li .text{width: 100%; padding: 20px 0; text-align: center}
.page_search .list li .text h3{font-size: 16px; color: #333;}

/*----page_tag----*/
.page_tag .list{margin-right: -2%;}
.page_tag .list li{width: 31.3333%; margin-right: 2%; float: left; margin-bottom: 20px;}
.page_tag .list li .img{width: 100%; overflow: hidden}
.page_tag .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_tag .list li .text{width: 100%; padding: 20px 0; text-align: center}
.page_tag .list li .text h3{font-size: 16px; color: #333;}

/*----page_city----*/
.page_city{padding: 200px 0 50px 0;}
.page_city .w1200{width: 800px;}
.page_city .title{border-bottom: 1px solid #dedede; margin-bottom: 20px; padding-bottom: 10px;}
.page_city .title h1{font-size: 24px; color: #666; font-weight: bold; float: left}
.page_city .title .city_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #333; float: right; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_city .title .city_link:hover{background: #181818;}

.page_city .city_list{ margin-bottom: 20px; padding-bottom: 20px}
.page_city .city_list dl{border-bottom: 1px solid #dedede; padding: 20px 0;}
.page_city .city_list dl dt{margin-bottom: 20px}
.page_city .city_list dl dt a{display: inline-block; width: 120px; font-size: 13px; color: #fff; text-align: center; line-height: 36px; background: #999;}
.page_city .city_list dl dd{margin-left: 0;}
.page_city .city_list dl dd a{display: inline-block; width: 110px; font-size: 13px; color: #333; text-align: center; line-height: 32px; margin-bottom: 6px; background: #f0f0f0;}

/*----site_map----*/
.page_webmap{padding: 200px 0 50px 0;}
.page_webmap .title{border-bottom: 1px solid #dedede; margin-bottom: 40px; padding-bottom: 10px;}
.page_webmap .title h1{font-size: 24px; color: #666; font-weight: bold; float: left}
.page_webmap .title .city_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #333;; float: right; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_webmap .title .city_link:hover{background: #181818;}

.page_webmap .webmap_nav{transition: all .4s; -webkit-transition: all .4s}
.page_webmap .webmap_nav .list{list-style: none}
.page_webmap .webmap_nav .list .li{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #e0e0e0}
.page_webmap .webmap_nav .list .li>a{font-size: 18px; color: #333;}

.page_webmap .webmap_nav .list_son{list-style: none; margin-top: 20px}
.page_webmap .webmap_nav .list_son li{float: left; margin-right: 40px;}
.page_webmap .webmap_nav .list_son li a{font-size: 14px; color: #333;}

/*----show_page----*/
.show_pages{margin: 40px 0 20px 0;}
.show_pages p{font-size: 15px; color: #666; line-height: 26px;}
.show_pages p a{font-size: 15px; color: #282828; display: inline-block}

/*----pages----*/
.pagination a.cur {background: #009984 !important}

/*--------*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.pc-slide .view .swiper-slide {
    width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.pc-slide .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.pc-slide .preview .swiper-container {
    width: 90%;
    margin: 0 5%;
}

.pc-slide .preview .swiper-slide {
    width: 25%;
    padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
}

.pc-slide .preview .swiper-slide .imgauto img {
    display: block;
    float: none
}

.pc-slide .preview .active-nav .imgauto {
    border: 1px solid #e89316;
}

.pc-slide .preview .arrow-left {
    background: url(../image/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.pc-slide .preview .arrow-right {
    background: url(../image/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}