
.page_con{position: relative; background: #f5f5f5}

.page_banner{width: 100%; height: 500px; padding-top: 80px; position: relative}
.page_banner .banner_bg{width: 100%; height: 100%; background-size: cover}
.page_banner .banner_text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 300px 0 0 12.5%;}
.page_banner .banner_text h1{font-size: 36px; color: #fff; font-weight: bold;}
.page_banner .banner_text h4{font-size: 30px; color: rgba(255,255,255,.2); font-weight: bold; text-transform: uppercase; font-family: 'DisneyEnglish-Bold'}
.page_banner .banner_text .line{display: block; width: 50px; height: 4px; background: #cf001b; margin: 10px 0}


/*----page_site----*/
.page_link{position: relative; width: 100%; font-size: 0; padding: 30px 0; background: #f5f5f5}
.page_link a{display: inline-block; width: 160px; font-size: 15px; color: #333; line-height: 52px; background: #fff; text-align: center; margin-right: 3px; box-sizing: border-box; border-radius: 8px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_link a:hover{background: #cf001b; color: #fff;}
.page_link a.on{background: #cf001b; color: #fff;}

.p_t{position: relative; margin-bottom: 40px; text-align: center}
.p_t h1{font-size: 28px; color: #e0474e; font-weight: bold;}
.p_t h5{font-size: 16px; color: #999; font-family: 'novecentowide-book'}

/*----page_about----*/
.page_about{padding: 40px 0}
.page_about h4{font-size: 24px; color: #e0474e; margin-bottom: 8px; font-family: 'DisneyEnglish-Bold'}
.page_about h1{font-size: 36px; color: #333;}
.page_about .line{display: block; width: 100%; height: 1px; background: #dedeee; margin: 20px 0 30px 0;}
.page_about .about_con .about_left{width: 40%; padding-right: 5%;}
.page_about .about_con .about_left p{font-size: 24px; color: #333; line-height: 1.8; font-weight: bold; font-family: 'DisneyEnglish-Bold'}
.page_about .about_con .about_right{width: 60%;}
.page_about .about_con .about_right p{font-size: 16px; color: #333; line-height: 1.8;}

.page_about p{font-size: 14px; color: #333; line-height: 1.8}
.page_about img{max-width: 1366px; display: block; float: none; margin: 10px auto}

.page_honor{position: relative; padding: 80px 0 100px 0; background: #fff;}
.page_honor .honor_con .list{margin-right: -2%;}
.page_honor .honor_con .list li{width: 31.3333%; float: left; margin-right: 2%; margin-bottom: 20px;}
.page_honor .honor_con .list li img{width: 100%; float: none; display: block}

/*----page_features----*/
.page_features{padding: 40px 0}
.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;}
.page_features .list li .img img{width: 100%;}

/*----page_application----*/
.page_application{padding: 40px 0}
.page_application .list{margin-right: -2%;}
.page_application .list li{width: 48%; margin-right: 2%; float: left; margin-bottom: 30px; background: #fff; box-shadow: 3px 3px 10px 3px #dedede;}
.page_application .list li .img{width: 50%; overflow: hidden}
.page_application .list li .img img{width: 100%;}
.page_application .list li .text{width: 50%; padding: 40px 30px 0 30px;}
.page_application .list li .text h1{font-size: 18px; color: #000; margin-bottom: 20px;}
.page_application .list li .text h4{font-size: 13px; color: #999; line-height: 1.8}

/*----page_introduction----*/
.page_introduction{padding: 40px 0}
.page_introduction .introduction_list{font-size: 0; text-align: center; margin-bottom: 40px;}
.page_introduction .introduction_list a{display: inline-block; width: 11.5%; margin: 0 0.5% 4px 0.5%; line-height: 42px; background: #fff; font-size: 14px; color: #333; text-align: center;}
.page_introduction .introduction_list a.active{background: #e0474e; color: #fff;}

.page_introduction .introduction_con{width: 100%; position: relative}
.page_introduction .introduction_con li{width: 100%; display: none;}
.page_introduction .introduction_con li p{font-size: 14px; color: #333; line-height: 1.8}
.page_introduction .introduction_con li img{max-width: 1440px; float: none; display: block; margin: 10px auto}
.page_introduction .introduction_con li.active{display: block}

.page_introduction .introduction_con li table{margin: 20px 0; width: 100%}
.page_introduction .introduction_con li th, .page_introduction .introduction_con li td{height: 36px; line-height: 20px; text-align: center; border-right: 1px solid #fff; vertical-align: middle;}
.page_introduction .introduction_con li th{background: #666; color: #fff; font-size: 13px; font-weight: normal}
.page_introduction .introduction_con li tr:nth-child(1) th{background: #cf001b; font-size: 13px;}
.page_introduction .introduction_con li td{font-size: 12px; color: #666; background: #dedede; line-height: 26px;}
.page_introduction .introduction_con li tr:nth-of-type(odd) td{background: #f2efeb}

/*----page_pro----*/
.page_product{padding: 40px 0}
.page_product .list{margin-right: -2%;}
.page_product .list li{width: 31.3333%; margin-right: 2%; float: left; margin-bottom: 40px; background: #fff; box-sizing: border-box}
.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{width: 100%; padding: 20px; text-align: center}
.page_product .list li .text h1{font-size: 20px; color: #181818;}
.page_product .list li:hover .img img{transform: scale(1.1);}

/*----page-pro----*/
.page_pro{padding: 40px 0}
.page_pro .pro_con{margin-bottom: 20px;}
.page_pro .pro_con .pro_left{width: 35%; margin-right: 5%;}
.page_pro .pro_con .pro_left h1{font-size: 24px; color: #181818; font-weight: bold;}
.page_pro .pro_con .pro_left .img{width: 100%; background: #fff; margin-top: 20px; overflow: hidden}
.page_pro .pro_con .pro_left .img img{width: 100%;}

.page_pro .pro_con .pro_right{width: 60%; padding-top: 50px;}
.page_pro .pro_con .pro_right p{font-size: 15px; color: #333; line-height: 1.8}

.page_pro .pro_img{margin-right: -1%;}
.page_pro .pro_img img{width: 24%; margin-right: 1%; float: left; background: #fff;}
.page_pro .pro_img img img{width: 100%;}

/*----page_news----*/
.page_news{padding: 40px 0}
.page_news .list{margin-right: -3%;}
.page_news .list li{width: 47%; margin-right: 3%; float: left; margin-bottom: 40px; border-radius: 12px; box-shadow: 3px 3px 10px 3px #dedede; overflow: hidden}
.page_news .list li .img{width: 100%; max-height: 280px; overflow: hidden}
.page_news .list li .img img{width: 100%;}
.page_news .list li .text{width: 100%; padding: 20px 30px; background: #fff;}
.page_news .list li .text h1{font-size: 20px; color: #333; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease.4s}
.page_news .list li .text h4{font-size: 15px; color: #666; line-height: 1.8; margin-bottom: 10px;}
.page_news .list li .text h6{font-size: 16px; color: #e0474e; font-family: 'Montserrat-Light'}
.page_news .list li:hover .text h1{color: #e0474e;}

/*----news_show----*/
.news_show{padding: 40px 0}
.news_show .news_title{margin-bottom: 40px;}
.news_show .news_title h6{font-size: 24px; color: #e0474e; margin-bottom: 20px; line-height: 20px; font-family: 'Montserrat-Light'}
.news_show .news_title h1{font-size: 28px; color: #e0474e; font-weight: bold; line-height: 34px; margin-bottom: 14px;}
.news_show .news_title h4{font-size: 16px; color: #999;}
.news_show .news_con p{font-size: 14px; color: #666; line-height: 1.8}
.news_show .news_con img{max-width: 1200px; float: none; display: block; margin: 10px auto}
.news_show .news_con a{font-size: 14px; color: #666; display: inline-block}

/*----page_contact----*/
.page_contact{position: relative; padding-bottom: 50px}

.page_contact .contact_map{width: 100%; border-radius: 12px; box-shadow: 3px 3px 10px 3px #dedede; overflow: hidden}
.page_contact .contact_map .map{width: 100%; height: 600px;}

.page_contact .contact_text{width: 80%; margin: 0 auto; position: relative; top: -80px; background: #fff; padding: 60px 60px 40px 80px;}
.page_contact .contact_text .contact_left{width: 25%;}
.page_contact .contact_text .contact_left h1{font-size: 28px; color: #181818; font-weight: bold;}
.page_contact .contact_text .contact_left h4{font-size: 20px; color: #999; font-family: 'Montserrat-Light'}
.page_contact .contact_text .contact_center{width: 55%;}
.page_contact .contact_text .contact_center h1{font-size: 22px; color: #cf001b; font-weight: bold; margin-bottom: 20px;}
.page_contact .contact_text .contact_center p{font-size: 15px; color: #333; margin-bottom: 10px; font-family: 'Montserrat-Light'}
.page_contact .contact_text .contact_right{width: 20%;}
.page_contact .contact_text .contact_right .ewm{width: 120px;}
.page_contact .contact_text .contact_right .ewm img{width: 100%; float: none; display: block}

.contact_message{background: url("../image/bg05.jpg") no-repeat right; background-size: 50%}
.contact_message .message_left{width: 60%; margin: 0; padding: 80px 100px 60px 12.5%; background: #fff;}

/*-----公共样式-------*/
/*----page_pro----*/
.page_pro .pro_con table{margin: 20px 0; 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: 13px; font-weight: normal}
.page_pro .pro_con tr:nth-child(1) th{background: #cf001b; font-size: 13px;}
.page_pro .pro_con td{font-size: 12px; color: #666; background: #dedede; 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: 70%; 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: #cf001b; cursor: pointer}
.page_message .btn:hover {background: #a21122;}

/*----page_search----*/
.page_search .list{margin-right: -1%;}
.page_search .list li{width: 24%; margin-right: 1%; 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: 10px 0; text-align: center}
.page_search .list li .text h3{font-size: 16px; color: #333;}

/*----page_tag----*/
.page_tag{padding-bottom: 40px;}
.page_tag .list{margin-right: -1%;}
.page_tag .list li{width: 24%; margin-right: 1%; 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: 10px 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: 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: #cf001b !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;
}