
.page_con{max-width: 1920px; margin: 0 auto; position: relative; padding-bottom: 60px; overflow: hidden;}

.wow{animation: fadeInUp 1s ease both; -webkit-animation: fadeInUp 1s ease both; animation-delay: .4s; -webkit-animation-delay: .4s}

.page-banner{width: 100%; height: 560px; position: relative}
.page-banner .banner-bg{width: 100%; height: 100%; background-size: cover; background-position: center;}
.page-banner .banner-text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding-top: 260px;}
.page-banner .banner-text h3{font-size: 32px; color: #fff; font-weight: bold; text-shadow: 1px 1px 1px #333; margin-bottom: 10px;}
.page-banner .banner-text p{font-size: 26px; color: #fff; text-transform: uppercase; text-shadow: 1px 1px 1px #333; font-family: 'DisneyEnglish-Bold';}

.page-link{position: relative; font-size: 0; padding: 20px 0 60px 0;}
.page-link .w1440{display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center;}
.page-link .site{font-size: 15px; color: #666;}
.page-link .site i{font-size: 17px; color: #da6113; padding-right: 6px;}
.page-link .site a{display: inline-block; padding: 10px 4px; font-size: 15px; color: #333;}

.page-link .site-link{font-size: 0; text-align: right;}
.page-link .site-link a{display: inline-block; padding: 12px 40px; font-size: 15px; color: #333; background: #f0f0f0; margin-left: 4px;  transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-link .site-link a.on{background: #da6113; color: #fff;}
.page-link .site-link a:hover{background: #da6113; color: #fff;}


/*  */
.page-title{position: relative; margin-bottom: 40px; text-align: center; z-index: 2;}
.page-title h2{font-size: 28px; font-weight: bold; color: #555;}
.page-title .line{display: block; width: 30px; height: 3px; background: #ed2939; margin: 12px auto;}
.page-title h3{font-size: 18px; color: #333; font-family: 'novecentowide-book';}
.page-title h4{font-size: 32px; color: #fff;}


/* 关于 */
.page-about{margin-bottom: 0;}
.page-about .about-text p{font-size: 16px; color: #333; line-height: 2;}
.page-about .about-text img{float: none; display: block; margin: 20px auto}
.page-about .about-video .video-con{width: 100%;}

.page-abouts p{font-size: 16px; color: #333; line-height: 2;}
.page-abouts img{max-width: 1366px; float: none; display: block; margin: 20px auto}

/* 荣誉资质 */
.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-product .list{margin-right: -2%;}
.page-product .list li{width: 31.3333%; float: left; margin-right: 2%; margin-bottom: 20px;}
.page-product .list li .img{width: 100%; overflow: hidden;}
.page-product .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-product .list li .text{padding-top: 20px; text-align: center;}
.page-product .list li .text h2{font-size: 18px; color: #333;}
.page-product .list li .text .line{position: relative; display: block; width: 100%; height: 1px; background: #dedede; margin-top: 20px;}
.page-product .list li .text .line:after{content: ""; display: block; width: 0; height: 1px; background: #da6113; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-product .list li:hover .img img{transform: scale(1.1);}
.page-product .list li:hover .text .line:after{width: 100%;}

/* 产品详情 */
.pro-show .pro-title{text-align: center; margin-bottom: 60px;}
.pro-show .pro-title h1{font-size: 24px; color: #333; font-weight: bold; margin-bottom: 20px;}
.pro-show .pro-title .img{max-width: 960px; margin: 0 auto}
.pro-show .pro-title .img img{float: none; display: block; margin: 0 auto;}
.pro-show .pro-con p{font-size: 16px; color: #333; line-height: 2;}
.pro-show .pro-con table{margin-top: 20px;}

/* 新闻 */
.page-news .list{border-top: 1px solid #f0f0f0;}
.page-news .list li{width: 100%; padding: 20px 0; border-bottom: 1px solid #f0f0f0;}
.page-news .list li .item_left{width: 35%;}
.page-news .list li .item_left .img{width: 100%; max-height: 240px; overflow: hidden;}
.page-news .list li .item_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}

.page-news .list li .item_right{width: 65%; padding: 20px 0 20px 5%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .list li .item_right h2{font-size: 22px; color: #181818; font-weight: bold; margin-bottom: 10px;}
.page-news .list li .item_right h6{position: relative; font-size: 16px; color: #636363; font-weight: bold; margin-bottom: 20px; font-family: 'Montserrat-Light'}
.page-news .list li .item_right p{font-size: 15px; color: #999; line-height: 1.8; height: 52px;}
.page-news .list li .item_right span{display: block; width: 150px; font-size: 13px; color: #fff; line-height: 40px; text-align: center; background: #4b4b4b; margin-top: 30px; transition: all ease .4s; -webkit-transition: all ease .4s;}

.page-news .list li:hover .item_right span{background: #da6113;}
.page-news .list li:hover .item_left .img img{transform: scale(1.05);}

/* 新闻详情 */
.news-show{margin-bottom: 40px;}
.news-show .news-title{margin-bottom: 40px;}
.news-show .news-title h1{font-size: 28px; color: #181818; font-weight: bold; line-height: 34px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #dedede;}
.news-show .news-title span{display: inline-block; font-size: 16px; color: #666; margin-right: 20px; font-family: 'Montserrat-Light'}

.news-show .news-con p{font-size: 16px; color: #333; line-height: 2}
.news-show .news-con p span{font-size: 16px; color: #333; line-height: 2;}
.news-show .news-con img{max-width: 960px; float: none; display: block; margin: 20px auto}
.news-show .news-con a{font-size: 16px; color: #333; display: inline-block}
.news-show .news-con a strong{font-weight: normal;}


/* 图片展示 */
.page_feature .list{list-style: none; margin-right: -1.3333%;}
.page_feature .list li{float: left; width: 32%; margin-right: 1.3333%; margin-bottom: 1%;}
.page_feature .list li .example-image-link{width: 100%; overflow: hidden;  border: 1px solid #e0e0e0}
.page_feature .list li .example-image-link img{width: 100%; display: block; float: none}


/* 联系我们 */
.page-contact{margin-bottom: 80px;}
.page-contact .contact-con{margin-bottom: 40px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.page-contact .contact-con .contact-left{width: 45%;}
.page-contact .contact-con .contact-left h3{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 20px;}
.page-contact .contact-con .contact-left p{font-size: 16px; color: #333; margin-bottom: 12px;}
.page-contact .contact-con .contact-left img{width: 120px;}
.page-contact .contact-con .contact-right{width: 50%; margin-left: 5%;}
.page-contact .contact-map{height: 420px;}
.page-contact .contact-map .map{height: 100%;}


/*-----公共样式-------*/
/*----page_pro----*/
.pro-show .pro-con table{width: 100%;}
.pro-show .pro-con th, .pro-show .pro-con td{font-size: 14px; color: #555; height: 42px; line-height: 20px; text-align: center; border-right: 1px solid #fff; vertical-align: middle;}
.pro-show .pro-con th{font-size: 15px; background: #dedede; color: #26334c; font-weight: normal;}
.pro-show .pro-con td{background: #f2f2f2}
.pro-show .pro-con tr:nth-child(even) td{background: #c1c1c1;}

/*-----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; margin-bottom: 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: 24%; float: left; margin-right: 1%; margin-bottom: 10px}
.pro-hot .list li .img{width: 100%; overflow: hidden; margin: 0; background: #f2f4f7;}
.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; padding: 0; margin: 0;}

/*----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: 100%; height: auto; padding: 20px; margin: 0 auto; float: none;}
.page-message input {width: 100%; height: 37px; margin-bottom: 20px; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ddd; font-size: 12px; text-indent: 5px; outline: 0; box-sizing: border-box}
.page-message textarea {width: 100%; height: 60px; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #ddd; font-size: 12px; text-indent: 5px; outline: 0; margin-bottom: 10px; padding: 4px 0; box-sizing: border-box; font-family: "Microsoft YaHei";}
.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; width: 40%; height: 49px; border: none; border-radius: 4px; background: #005cdd; cursor: pointer}
.page-message .btn:hover {background: #0450bb;}

/*----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 p{font-size: 16px; color: #333;}

/*----page_tag----*/
.page-tag{padding-top: 60px;}
.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; background: #f4f4f4;}
.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 P{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; padding-top: 20px; border-top: 1px solid #dedede;}
.show-pages p{font-size: 15px; color: #132b88; line-height: 26px;}
.show-pages p a{font-size: 15px; color: #132b88; display: inline-block; vertical-align: top;}

/*----pages----*/
.pagination a.cur {background: #132b88 !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;
}