
/*----page_banner----*/
.page_banner{width: 100%; height: 500px; overflow: hidden}
.page_banner .page_bg{width: 100%; height: 100%; background-size: cover}

.page_banner .page_t{position: absolute; top: 0; left: 50%; margin-left: -683px; padding-top: 240px; text-align: center; overflow: hidden}
.page_banner .page_t h1{font-size: 32px; color: #fff; line-height: 28px; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase}
.page_banner .page_t h1 i{font-size: 28px; color: #fff; font-style: normal; font-weight: bold; vertical-align: top;}
.page_banner .page_t .line{display: block; width: 30px; height: 2px; background: #fff; margin: 20px auto}
.page_banner .page_t h3{font-size: 13px; color: #fff; font-weight: 100; padding: 0 20%; line-height: 24px;}

.page_banner .page_bg{animation: an 2s cubic-bezier(0.42,0,0.58,1); -webkit-animation: an 2s cubic-bezier(0.42,0,0.58,1)}

@keyframes an {
    0%{transform: scale(1.3)}
    100%{transform: scale(1)}
}

/*----page_title----*/
.page_title{padding: 10px 0; background: #f0f0f0; position: relative}
.page_title .title_right{width: 16%; height: 40px;}
.page_title .title_right span{display: block; width: 313px; height: 40px; background: url("../image/logoii.png") no-repeat; background-size: cover}

.page_title .title_left{width: 84%; font-size: 0; text-align: right}
.page_title .title_left a{display: inline-block; width: 140px; padding: 12px 0; font-size: 14px; color: #333; background: #fff; text-align: center; margin-right: 1px; transition: all ease .6s; -webkit-transition: all ease .6s}
.page_title .title_left a:hover{background: #ae101e; color: #fff;}
.page_title .title_left a.on{background: #ae101e; color: #fff;}

.page_title .pro_left a{width: auto; padding: 12px 20px;}

.page_con{position: relative; padding: 50px 0;}

/*----page_about----*/
.page_about{width: 100%; position: relative; z-index: 2}
.page_about h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 20px; padding-left: 36px; background: url("../image/ico06.png") no-repeat 0 6px}
.page_about p{font-size: 15px; color: #666; line-height: 26px;}
.page_about img{width: 100%; float: none; margin: 20px auto; display: block}
.page_about .video_li{width: 100%; margin: 20px auto}

/*----page_abouts----*/
.page_abouts{width: 100%; position: relative; z-index: 2}
.page_abouts p{font-size: 15px; color: #666; line-height: 26px;}
.page_abouts img{max-width: 1280px; float: none; margin: 20px auto; display: block}

/*----page_honor----*/
.page_honor{width: 100%; position: relative; z-index: 2}
.page_honor h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 20px; padding-left: 36px; background: url("../image/ico06.png") no-repeat 0 6px}
.page_honor .list{list-style: none; margin-right: -2%;}
.page_honor .list li{float: left; width: 23%; margin-right: 2%; margin-bottom: 20px;}
.page_honor .list li .example-image-link{width: 100%; overflow: hidden;  border: 1px solid #e0e0e0}
.page_honor .list li .example-image-link img{width: 100%; display: block; float: none}

.page_honor .honor_link{margin-bottom: 30px;}
.page_honor .honor_link a{display: inline-block; font-size: 13px; color: #333; background: #dedede; padding: 10px 40px; margin-right: 2px;}
.page_honor .honor_link a.on{background: #0080ff; color: #fff;}

/*----page_application----*/
.page_application{width: 100%; margin-bottom: 40px; position: relative; z-index: 2}
.page_application .application_left{width: 45%;}
.page_application .application_left .img{width: 100%; overflow: hidden}
.page_application .application_left .img img{float: none; display: block}

.page_application .application_right{width: 55%;}
.page_application .application_right h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 30px;}
.page_application .application_right p{font-size: 14px; color: #333; line-height: 30px;}

/*----page_product----*/
.page_product{width: 100%; position: relative; z-index: 2}
.page_product .list{margin-right: -1%;}
.page_product .list li{width: 24%; height: 470px; float: left; margin-right: 1%; margin-bottom: 20px; background: #f5f5f5; position: relative; overflow: hidden}
.page_product .list li .img{width: 100%; margin-top: 80px; overflow: hidden}
.page_product .list li .img img{width: 100%;}
.page_product .list li .img_bg{width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .list li .img_bg img{width: 100%;}
.page_product .list li .txt{width: 100%; position: absolute; top: 0; left: 0; padding: 40px 0 0 30px}
.page_product .list li .txt h1{font-size: 16px; color: #282828; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .list li .txt h3{font-size: 14px; color: #999; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .list li .t{padding: 0 0 0 30px; position: relative; z-index: 2}
.page_product .list li .t h4{font-size: 14px; color: #999; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .list li .t span{display: block; width: 20px; height: 2px; background: #e50015; margin-top: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}

.page_product .list li:hover .img_bg{opacity: 1}
.page_product .list li:hover .txt h1{color: #fff;}
.page_product .list li:hover .txt h3{color: #fff;}
.page_product .list li:hover .t h4{color: #fff;}
.page_product .list li:hover .t span{width: 60px;}

/*----page_producshow----*/
.page_products{width: 100%; position: relative; margin-bottom: 30px; z-index: 2}
.page_products .pro_left{width: 30%; margin-right: 5%;}
.page_products .pro_right{width: 65%;}
.page_products .pro_right .p_t{padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #dedede;}
.page_products .pro_right .p_t h1{font-size: 22px; color: #282828; font-weight: bold;}
.page_products .pro_right .pro_con{}
.page_products .pro_right .pro_con h1{font-size: 17px; color: #e50015; font-weight: bold; margin-bottom: 30px;}
.page_products .pro_right .pro_con p{font-size: 14px; color: #333;}
.page_products .pro_right .pro_con img{float: none; display: block; height: auto; margin: 0 auto}

/*----page_news----*/
.page_news{width: 100%;  position: relative; z-index: 2}
.page_news .list{}
.page_news .list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0;}
.page_news .list li .img{width: 25%; height: 170px; margin-right: 5%; border-radius: 6px; overflow: hidden}
.page_news .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .list li .txt{width: 60%; padding-top: 20px;}
.page_news .list li .txt h1{font-size: 20px; color: #333; margin-bottom: 10px; padding-left: 0; font-weight: bold;background: transparent;  transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .list li .txt p{font-size: 14px; color: #999; line-height: 22px; margin-bottom: 10px;}
.page_news .list li .txt h6{font-size: 22px; color: #999; font-family: 'DisneyEnglish-Bold'; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.page_news .list li:hover .txt h1{color: #e50015;}
.page_news .list li:hover .txt h6{color: #e50015; transform: translateX(20px); -webkit-transform: translateX(20px)}

/*----page_newshow----*/
.page_newshow{width: 100%; position: relative; z-index: 2}
.page_newshow .title{margin-bottom: 20px; text-align: center}
.page_newshow .title h1{font-size: 22px; color: #e50015; font-weight: bold; margin-bottom: 6px;}
.page_newshow .title span{font-size: 13px; color: #666; margin-right: 20px}
.page_newshow .con{margin-bottom: 40px;}
.page_newshow .con p{font-size: 14px; color: #444; line-height: 24px;}
.page_newshow .con img{float: none; display: block; height: auto; margin: 20px auto; max-width: 1200px}
.page_newshow .con p a{display: inline-block; text-indent: 0;}

/*----page_feature----*/
.page_features{width: 100%; position: relative; z-index: 2}
.page_features h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 20px; padding-left: 36px; background: url("../image/ico06.png") no-repeat 0 6px}
.page_features h6{font-size: 14px; color: #333; line-height: 26px; margin-bottom: 20px;}
.page_features .list{list-style: none; margin-right: -1.3333%;}
.page_features .list li{float: left; width: 32%; margin-right: 1.3333%; margin-bottom: 20px; cursor: pointer}
.page_features .list li .img{width: 100%; overflow: hidden; border-radius: 6px; border: 1px solid #e0e0e0}
.page_features .list li .img img{width: 100%; display: block; float: none; transition: all ease .4s; -webkit-transition: all ease .4s }

.page_features .list li .t{height: 60px; padding: 10px 0 0 0; text-align: center; border-bottom: 1px solid #f0f0f0;}
.page_features .list li .t h3{font-size: 15px; color: #333; transition: all ease .4s; -webkit-transition: all ease .4s }
.page_features .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.page_features .list li:hover .t h3{color: #c0ab84}

/*----page_contact----*/
.page_contact{width: 100%; position: relative; z-index: 2}

.page_contact .contact_con{margin-bottom: 20px;}
.page_contact .contact_con .list{margin-right: -2%;}
.page_contact .contact_con .list li{width: 31.3333%; height: 180px; float: left; margin-right: 2%; padding: 20px; border: 1px solid #dedede; margin-bottom: 20px; box-sizing: border-box; box-shadow: 0 0 20px 3px rgba(0,0,0,0.06)}
.page_contact .contact_con .list li h3{font-size: 16px; color: #282828; margin-bottom: 16px;}
.page_contact .contact_con .list li span{display: block; font-size: 13px; color: #999; margin-bottom: 10px;}

.page_contact .contact_map{width: 100%;;}
.page_contact .contact_map .map{height: 600px;}


/*-----公共样式-------*/
/*----product_show----*/
.page_products .pro_con table{margin-top: 20px; width: 100%}
.page_products .pro_con th, .page_products .pro_con td{height: 36px; line-height: 20px; text-align: center; border-right: 1px solid #fff; vertical-align: middle;}
.page_products .pro_con th{background: #666; color: #fff; font-size: 14px; font-weight: normal}
.page_products .pro_con td{font-size: 14px; color: #666; background: #f4f4f4; line-height: 26px;}
.page_products .pro_con tr:nth-of-type(odd) td{background: #f2efeb}

.productshow_hot{margin-top: 20px;}
.productshow_hot h6{font-size: 15px; color: #666; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
.productshow_hot h6 i{font-size: 13px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px; font-family: 'novecentowide-book'}
.productshow_hot .list{list-style: none; margin-right: -1%}
.productshow_hot .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 10px}
.productshow_hot .list li .img{width: 100%; margin: 0; border: none; overflow: hidden}
.productshow_hot .list li .img img{width: 100%;}
.productshow_hot .list li .txt{padding-top: 10px;}
.productshow_hot .list li .txt h1{font-size: 14px; color: #181818;}

.product_key{margin-top: 20px;}
.product_key h1{font-size: 15px; color: #666; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
.product_key h1 i{font-size: 13px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px; font-family: 'novecentowide-book'}
.product_key a{display: inline-block; font-size: 14px; color: #666; border: 1px dotted #dedede; padding: 5px 16px; margin: 0 2px 2px 0;}

.product_city{margin-top: 20px;}
.product_city h1{font-size: 15px; color: #666; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
.product_city h1 i{font-size: 13px; color: #999; font-style: normal; font-weight: normal; padding-left: 4px; font-family: 'novecentowide-book'}
.product_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: 100%; position: relative; z-index: 2}
.page_message form{width: 60%; margin: 0 auto}
.page_message h1{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 80px; padding-left: 36px; background: url("../image/ico06.png") no-repeat 0 6px}
.page_message p {margin: 7px 0;  position: relative;  display: block;  padding-left: 100px;}
.page_message p span {margin-left: -10px; line-height: 37px; font-size: 14px; display: block; position: absolute;  left: 0;  top: 0;  width: 100px;  text-align: right;  font-weight: bold;}
.page_message p input {width: 100%;  height: 37px; border: 1px solid #ddd;  font-size: 12px;  text-indent: 5px;  outline: 0;}
.page_message p textarea {width: 100%; height: 100px; border: 1px solid #ddd; font-size: 12px; text-indent: 5px; outline: 0;}
.page_message p.yanz {}
.page_message p.yanz span {float: left; padding-right: 10px;}
.page_message p.yanz input {width: 40%;  float: left;}
.page_message p.yanz img {height: 37px;  display: block;  float: right;}
.page_message p .btn {height: 49px; border: none; border-radius: 4px; background: #e50015; color: #fff; cursor: pointer}
.page_message p .btn:hover {background: #a21122;}

/*----page_search----*/
.page_search{}
.page_search .list{list-style: none; margin-right: -2.3333%;}
.page_search .list li{width: 31%; float: left; margin-right: 2.3333%; margin-bottom: 10px;}
.page_search .list li .search_li{width: 100%; overflow: hidden}
.page_search .list li .search_li img{width: 100%}
.page_search .list li p{font-size: 14px; color: #333; line-height: 36px;}

/*-----page_tag----*/
.tag{border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; line-height: 36px;}
.tag span{font-size: 13px; color: #333}
.tag a{display: inline-block; font-size: 12px; color: #666; padding-left: 12px;}

/*----tag_show----*/
.page_tag{width: 100%; height: auto; margin: 0 auto; background: #fff; position: relative;}
.page_tag .list{list-style: none; margin-right: -1%;}
.page_tag .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 10px; }
.page_tag .list li .img{width: 100%; overflow: hidden; border: 1px solid #f0f0f0}
.page_tag .list li .img img{width: 100%}
.page_tag .list li p{height: 50px; font-size: 14px; color: #333; padding: 10px 0 0 0; text-align: center}


/*----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: 20px 0;}
.show_pages p{font-size: 13px; color: #666; line-height: 26px;}
.show_pages p a{font-size: 13px; color: #282828; display: inline-block}

/*----pages----*/
.pagination a.cur {background: #e50015 !important}


/*--------*/
.pc-slide{width: 100%; margin: 0 auto;}

.pc-slide .view{border: 1px solid #ddd;}

.pc-slide .view .swiper-slide{width: 100%;}

.pc-slide .view .swiper-slide .imgauto{width: 100%; height: auto; padding: 10px; box-sizing: border-box;}

.pc-slide .view .swiper-slide .imgauto img{float: none; display: block;}

.pc-slide .preview{width: 100%; margin-top: 10px; position: relative;}

.pc-slide .preview .swiper-container{width: 80%; margin: 0 10%;}

.pc-slide .preview .swiper-slide{width: 25%; padding: 5px; cursor: pointer;}

.pc-slide .preview .swiper-slide .imgauto{width: 100%;}

.pc-slide .preview .swiper-slide .imgauto img{width: 100%; display: block; float: none}

.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;}
