
.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}
.page_banner .banner_text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 300px 0 0 12.5%;}
.page_banner .banner_text h3{font-size: 20px; color: #fff; font-weight: bold; background: url(../image/it2.png) no-repeat; padding-left: 30px; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase;}
.page_banner .banner_text h2{font-size: 42px; color: #fff; font-weight: bold; letter-spacing: 2px; padding-left: 30px;}

.page_link{position: relative; font-size: 0; top: -55px; text-align: center;}
.page_link a{position: relative; display: inline-block; width: 20%; padding: 30px 40px; text-align: left; background: #f4f4f4;}
.page_link a h3{font-size: 22px; color: #333; font-weight: bold; margin-bottom: 6px;}
.page_link a h4{font-size: 12px; color: #999; font-family: 'Montserrat-Light'}

.page_link a:before{content: ""; display: block; width: 1px; height: 100%; background: #dedede; position: absolute; top: 0; right: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page_link a:after{content: ""; display: block; width: 64px; height: 50px; background: url(../image/icon10.png) no-repeat; background-size: 64px 50px; position: absolute; top: 0; right: 0; margin: 30px 40px 0 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page_link a:last-child:before{display: none;}
.page_link a.on{background: #005cdd;}
.page_link a.on h3{color: #fff;}
.page_link a.on h4{color: rgba(255,255,255,.5);}
.page_link a.on:after{background: url(../image/icon11.png) no-repeat; background-size: 64px 50px;}
.page_link a:hover{background: #005cdd;}
.page_link a:hover h3{color: #fff;}
.page_link a:hover h4{color: rgba(255,255,255,.5);}
.page_link a:hover:after{background: url(../image/icon11.png) no-repeat; background-size: 64px 50px;}

.pro-link a{width: 14.2857%; padding: 42px 10px; box-sizing: border-box; text-align: center;}
.pro-link a h3{font-size: 18px; margin-bottom: 0;}
.pro-link a:after{display: none;}



/* 关于 */
.about-title{overflow: hidden;}
.about-title .about-left{width: 50%;}
.about-title .about-left h3{font-size: 20px; color: #26334c; background: url(../image/it3.png) no-repeat; padding-left: 30px; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase;}
.about-title .about-left h2{font-size: 28px; color: #26334c; font-weight: bold; margin-left: 30px; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #dedede;}
.about-title .about-left .about-text{padding-left: 30px;}
.about-title .about-left .about-text p{font-size: 16px; color: #333; line-height: 2;}
.about-title .about-right{width: 48%;}
.about-title .about-right .img{width: 100%;}
.about-title .about-right .img img{width: 100%;}

.about-data{margin: 60px 0; background: #fff; font-size: 0;}
.about-data .li{display: inline-block; width: 25%;}
.about-data .li .counter{width: 100%; font-size: 46px; color: #154a95; font-family: 'DisneyEnglish-Bold';}
.about-data .li p{font-size: 16px; color: #666;}


.about_con{padding-top: 80px; position: relative;}
.about_con:before{content: ""; display: block; width: 140%; height: 100%; position: absolute; top: 0; left: -20%; background: #f4f4f4;}
.about_con .li{background: #f4f4f4;}
.about_con .li .item{width: 50%;}
.about_con .li .item.item_box{padding: 120px 80px 0 0;}
.about_con .li .item.item_box.right{padding: 120px 0 0 80px;}
.about_con .li .item h3{font-size: 20px; color: #282828; font-weight: bold; margin-bottom: 10px;}
.about_con .li .item p{font-size: 15px; color: #333; line-height: 2;}
.about_con .li .item h3 i{font-size: 16px; font-style: normal; padding-left: 8px; font-weight: normal; vertical-align: bottom;}
.about_con .li .item .img{width: 100%; overflow: hidden;}
.about_con .li .item .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.about_con .li:hover .item .img img{transform: scale(1.1);}

/* 荣誉 */
.page-honor .list{margin-right: -2%;}
.page-honor .list li{width: 23%; float: left; margin-right: 2%; margin-bottom: 20px; border: 1px solid #f0f0f0; box-sizing: border-box;}
.page-honor .list li img{width: 100%;}


/* 案例 */
.page-case .list{margin-right: -1%;}
.page-case .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 20px;}
.page-case .list li .img{width: 100%; overflow: hidden;}
.page-case .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-case .list li .text{padding: 20px; text-align: center; border-bottom: 1px solid #dedede;}
.page-case .list li .text h2{font-size: 16px; min-height: 57px; color: #333; line-height: 1.6;}
.page-case .list li:hover .img img{transform: scale(1.1);}

/* 案例详情 */
.case-show h1{font-size: 24px; color: #282828; font-weight: bold; text-align: center; margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #dedede;}
.case-show .item .item-left{width: 50%;}
.case-show .item .item-left h2{font-size: 22px; color: #333; font-weight: bold; margin-bottom: 20px;}
.case-show .item .item-left h3{font-size: 22px; color: #333; font-weight: bold; text-align: center;}
.case-show .item .item-left .line{display: block; width: 40px; height: 2px; background: #005cdd; margin: 20px auto 30px auto;}
.case-show .item .item-left .text p{font-size: 16px; color: #666; line-height: 2;}

.case-show .item .item-right{width: 50%;}
.case-show .item .item-right .img{width: 100%;}
.case-show .item .item-right .img img{width: 100%;}

.case-show .item01{margin-bottom: 60px;}
.case-show .item01 .item-left{padding-right: 80px;}
.case-show .item01 .item-right{width: 45%;}
.case-show .item02 .item-left{width: 60%; padding-left: 80px; padding-top: 40px;}
.case-show .item02 .item-right{width: 40%;}

/* 方案 */
.page-solution .list{margin-right: -2%;}
.page-solution .list li{width: 31.3333%; float: left; margin-right: 2%; margin-bottom: 20px;}
.page-solution .list li .img{width: 100%; overflow: hidden;}
.page-solution .list li .img img{width: 100%; }
.page-solution .list li .text{position: relative; padding: 20px 0; border-bottom: 1px solid #dedede;}
.page-solution .list li .text h2{font-size: 18px; height: 57px; color: #333; line-height: 1.6;}
.page-solution .list li .text:before{content: ""; display: block; width: 0; height: 1px; background: #005cdd; position: absolute; bottom: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-solution .list li:hover .text:before{width: 100%;}

/* 方案详情 */
.show-solution .t3{font-size: 24px; font-weight: bold; color: #26334c; margin-bottom: 40px; background: url(../image/it3.png) no-repeat; padding-left: 30px;}

.show-solution .solution-top{margin-bottom: 60px;}
.show-solution .solution-top .text{width: 55%;  padding: 60px 0 0 80px;}
.show-solution .solution-top .text h1{font-size: 24px; color: #282828; font-weight: bold; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #dedede;}
.show-solution .solution-top .text p{font-size: 16px; color: #333; line-height: 2;}
.show-solution .solution-top .img{width: 45%;}
.show-solution .solution-top .img img{width: 100%;}

.show-solution .solution-center{position: relative; padding: 80px 0; margin-bottom: 80px; }
.show-solution .solution-center:before{content: ""; display: block; width: 140%; height: 100%; background: #ebf1fd; position: absolute; top: 0; left: 0; margin-left: -20%; }
.show-solution .solution-center .c-title{margin-bottom: 40px; position: relative; z-index: 2; padding-left: 4%;}
.show-solution .solution-center .c-title p{font-size: 15px; color: #333; line-height: 2;}
.show-solution .solution-center .c-item{display: flex; justify-content: space-between; padding: 0 5%;}
.show-solution .solution-center .img{width: 48%; position: relative; z-index: 2;}
.show-solution .solution-center .img img{width: 100%; float: none; display: block;}

.show-solution .solution-end .list{margin-right: -2%;}
.show-solution .solution-end .list li{display: flex; width: 48%; margin-right: 2%; float: left; margin-bottom: 30px;}
.show-solution .solution-end .list li .img{width: 35%;}
.show-solution .solution-end .list li .img img{width: 100%;}
.show-solution .solution-end .list li .text{width: 65%; padding: 20px 20px 0 30px;}
.show-solution .solution-end .list li .text h3{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 16px;}
.show-solution .solution-end .list li .text p{font-size: 14px; color: #555; line-height: 1.7;}



/* 代理 */
.page-agency .li{background: #f4f4f4;}
.page-agency .li .item{width: 50%;}
.page-agency .li .item.item_box{padding: 140px 80px 0 80px;}
.page-agency .li .item.item_box.right{padding: 80px 60px 0 60px;}
.page-agency .li .item.item_box.left{padding: 80px 60px 0 80px}
.page-agency .li .item h3{font-size: 20px; color: #282828; font-weight: bold; margin-bottom: 20px;}
.page-agency .li .item p{font-size: 15px; color: #333; line-height: 2;}
.page-agency .li .item h3 i{font-size: 16px; font-style: normal; padding-left: 8px; font-weight: normal; vertical-align: bottom;}
.page-agency .li .item .img{width: 100%; overflow: hidden;}
.page-agency .li .item .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-agency .li:hover .item .img img{transform: scale(1.1);}

/* 技术支持 */
.page-support .li{margin-bottom: 80px; position: relative;}
.page-support .li .item{width: 50%;}
.page-support .li .item-box{position: absolute; width: 56%; min-height: 280px; margin-top: 5%; padding: 60px 50px; box-shadow: 1px 1px 20px 3px rgba(0,0,0,.1); background: #fff;}
.page-support .li .item-box h3{font-size: 20px; color: #282828; font-weight: bold; margin-bottom: 20px;}
.page-support .li .item-box p{font-size: 15px; color: #333; line-height: 2;}
.page-support .li .item .img{width: 100%; overflow: hidden;}
.page-support .li .item .img img{width: 100%;}

.page-support .li:nth-child(1) .item:nth-child(2){margin-left: 50%;}
.page-support .li:nth-child(3) .item:nth-child(2){margin-left: 50%;}
.page-support .li:nth-child(2) .item-box{margin-left: 45%;}

/* 下载 */
.page-down .list{margin-right: -2%;}
.page-down .list li{width: 18%; float: left; margin-right: 2%; margin-bottom: 10px;}
.page-down .list li .img{width: 100%; overflow: hidden;}
.page-down .list li .img img{width: 100%;}
.page-down .list li .text{padding: 10px 0; text-align: center;}
.page-down .list li .text h2{font-size: 16px; color: #333;}

/* 下载详情 */
.down-show h1{font-size: 24px; color: #282828; font-weight: bold; text-align: center; margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #dedede;}
.down-show .down-con{display: flex;}
.down-show .down-con .item{width: 50%;}
.down-show .down-con .item a{font-size: 16px; color: #333; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.down-show .down-con .item .img{width: 100%;}
.down-show .down-con .item .img img{float: none; display: block;}
.down-show .down-con .item a:hover{color: #005cdd;}
.down-show .down-con .item:nth-child(1){width: 45%; padding-top: 15%;}
.down-show .down-con .item:nth-child(2){width: 55%;}


/* 产品 */
.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; background: #f2f4f7;}
.page-product .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-product .list li .text{padding: 5% 0;}
.page-product .list li .text h4{font-size: 14px; color: #26334c; height: 20px; font-family: 'Montserrat-Light'; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-product .list li .text h2{font-size: 16px; color: #333; height: 42px; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-product .list li:hover .img img{transform: scale(1.05);}
.page-product .list li:hover .text h2{color: #005cdd;}

/* 产品详情 */
.page-pro .t2{font-size: 24px; color: #333; font-weight: bold; margin-bottom: 20px; padding-left: 30px; background: url(../image/it3.png) no-repeat 0 6px;}

.page-pro .pro-title{margin-bottom: 60px;}
.page-pro .pro-title .pro-left{width: 45%; margin-right: 5%;}
.page-pro .pro-title .pro-left .img{width: 100%; background: #f2f4f7;}
.page-pro .pro-title .pro-left .img img{width: 100%; float: none; display: block;}
.page-pro .pro-title .pro-right{width: 50%;}
.page-pro .pro-title .pro-right h2{font-size: 20px; font-weight: bold; color: #26334c; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #dedede;}
.page-pro .pro-title .pro-right h2 i{font-size: 16px; font-style: normal; padding-left: 8px;}
.page-pro .pro-title .pro-right .text p{font-size: 15px; color: #666; line-height: 1.8;}

.page-pro .pro-ico{margin-bottom: 60px;}
.page-pro .pro-ico .list{background: #f4f4f4;}
.page-pro .pro-ico .list li{width: 20%; float: left; padding: 10px 0;}
.page-pro .pro-ico .list li img{width: 120px; float: none; display: block; margin: 0 auto;}

.page-pro .pro-con{margin-bottom: 60px;}

.page-pro .pro-image{width: 100%; margin-bottom: 60px;}
.page-pro .pro-image img{max-width: 1000px; margin: 0 auto; float: none; display: block;}


/* 新闻 */
.page-news .news-one{margin-bottom: 80px; background: #f0f0f0;}
.page-news .news-one a{display: flex; position: relative; z-index: 2;}
.page-news .news-one .img{width: 55%; overflow: hidden;}
.page-news .news-one .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .news-one .text{width: 45%; padding: 70px 60px 0 60px;}
.page-news .news-one .text h1{font-size: 22px; line-height: 34px; color: #26334c;}
.page-news .news-one .text .line{display: block; width: 40px; height: 2px; background: #005cdd; margin: 30px 0; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .news-one .text p{font-size: 15px; color: #666e80; line-height: 2;}
.page-news .news-one .text h6{font-size: 20px; color: #a1a7b2; margin-top: 80px; font-family: 'DisneyEnglish-Bold';}
.page-news .news-one:hover .img img{transform: scale(1.1);}
.page-news .news-one:hover .text .line{width: 80px;}

.page-news .news-list .list{margin-right: -2%;}
.page-news .news-list .list li{width: 31.3333%; float: left; margin-right: 2%; margin-bottom: 20px;}
.page-news .news-list .list li .img{width: 100%; overflow: hidden;}
.page-news .news-list .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .news-list .list li .text{padding: 7%; background: #f2f4f7; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .news-list .list li .text h6{font-size: 14px; color: #a1a7b2; margin-bottom: 20px; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .news-list .list li .text h2{font-size: 16px; color: #26334c; min-height: 100px; line-height: 1.8; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-news .news-list .list li:hover .img img{transform: scale(1.05);}
.page-news .news-list .list li:hover .text{background: #005cdd;}
.page-news .news-list .list li:hover .text h6{color: #fff;}
.page-news .news-list .list li:hover .text h2{color: #fff;}

/* 新闻详情 */
.news_show .news_left{width: 74%; margin-right: 6%; position: relative;}
.news_show .news_left:after{content: ""; display: block; width: 1px; height: 100%; background: #f0f0f0; position: absolute; top: 0; right: 0; margin-right: -4%; margin-top: 44px;}
.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 #dedede;}
.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 .contact-con{margin-bottom: 80px;}
.page-contact .contact-con .contact-left{width: 45%;}
.page-contact .contact-con .contact-left .item{display: flex; padding: 30px 0 20px 0; font-size: 14px; color: #666; }
.page-contact .contact-con .contact-left .text-left{width: 30%;}
.page-contact .contact-con .contact-left .text-right{width: 70%; text-align: right;}
.page-contact .contact-con .contact-left .item-first{border-top: 2px solid #666;}
.page-contact .contact-con .contact-left .item-double{border-top: 1px solid #dedede;} 

.page-contact .contact-con .contact-right{width: 50%; margin-left: 5%;}
.page-contact .contact-con .contact-right .contact_map{box-shadow: 4px 4px 10px 2px #cecece;}
.page-contact .contact-con .contact-right .contact_map .map{width: 100%; height: 340px;}

.contact-office .list{margin-right: -1.3333%;}
.contact-office .list li{width: 32%; float: left; margin-right: 1.3333%; margin-bottom: 20px; background: #333 url(../image/img10.jpg) no-repeat; background-size: cover; color: #fff; padding: 60px 0 40px 60px; box-sizing: border-box; }
.contact-office .list li h2{font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.contact-office .list li h3{font-size: 14px; margin-bottom: 20px;}
.contact-office .list li p{font-size: 14px; line-height: 2.2;}

.page-contact .contact-message{padding-top: 60px; border-top: 1px solid #dedede;}
.page-contact .contact-message .message-left{width: 50%;}
.page-contact .contact-message .message-left h3{font-size: 20px; color: #333; font-weight: bold; background: url(../image/it3.png) no-repeat 0 30px; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase;}
.page-contact .contact-message .message-left h2{font-size: 36px; color: #333; font-weight: bold; letter-spacing: 2px;}
.page-contact .contact-message .message-left .line{display: block; width: 50%; height: 2px; background: #dedede; margin: 20px 0;} 
.page-contact .contact-message .message-left p{font-size: 14px; color: #666;}
.page-contact .contact-message .message-left h4{font-size: 20px; color: #333; font-family: 'DisneyEnglish-Bold';}

.page-contact .contact-message .message-right{width: 50%;}

/* 人才招聘 */
.page-join .jobs-content{text-align: left;}
.page-join .jobs-content .jobs-list{width: 75%; margin-right: 5%;}
.page-join .jobs-content .jobs-list .items{position: relative; width: 100%; margin-bottom: 30px; padding: 40px 50px 40px 50px; background: #ebedf4; cursor: pointer; }
.page-join .jobs-content .jobs-list .items h1{font-size: 20px; color: #282828; margin-bottom: 6px;}
.page-join .jobs-content .jobs-list .items span{display: inline-block; font-size: 16px; color: #999; margin-right: 20px; position: relative; margin-bottom: 30px;}
.page-join .jobs-content .jobs-list .items .r{width: 40px; height: 40px; position: absolute; top: 0; right: 0; margin: 40px 50px 0 0; background: url(../image/next1.png) no-repeat center; transform: rotateZ(90deg); transition: all ease .4s; -webkit-transition: all ease .4s;}
.page-join .jobs-content .jobs-list .items .r:before{display: none;}
.page-join .jobs-content .jobs-list .items .jobs-li{transition: all ease .2s; -webkit-transition: all ease .2s; overflow: hidden;}
.page-join .jobs-content .jobs-list .items .jobs-li.job_description{margin-bottom: 40px;}
.page-join .jobs-content .jobs-list .items .jobs-li h4{font-size: 16px; color: #333; margin-bottom: 8px;}
.page-join .jobs-content .jobs-list .items .jobs-li p{font-size: 14px; color: #666; line-height: 1.8;}
.page-join .jobs-content .jobs-list .items .job_requirements{margin-bottom: 40px;}
.page-join .jobs-content .jobs-list .items.active .jobs-box{height: 0; visibility: hidden; opacity: 0;}

.page-join .jobs-content .jobs-list .items.active .r{transform: rotateZ(0);}

.page-join .jobs-content .jobs-contact{width: 20%;}
.page-join .jobs-content .jobs-contact h1{font-size: 20px; color: #282828; font-weight: bold; border-bottom: 1px solid #dedede; padding-bottom: 20px; margin-bottom: 20px;;}
.page-join .jobs-content .jobs-contact h3{font-size: 20px; color: #1b459b; font-weight: bold; margin-bottom: 20px; padding-bottom: 10px; border: none;}
.page-join .jobs-content .jobs-contact h5{font-size: 16px; color: #222; margin-bottom: 30px;}
.page-join .jobs-content .jobs-contact h5 i{display: block; font-style: normal; line-height: 2; font-family: 'Montserrat-Light';}






/*-----公共样式-------*/
/*----page_pro----*/
.page-pro .pro-con table{width: 50%; float: left;}
.page-pro .pro-con th, .page-pro .pro-con td{font-size: 14px; color: #555; height: 42px; line-height: 20px; text-align: center; border-right: 1px solid #fff; vertical-align: middle;}
.page-pro .pro-con th{font-size: 15px; background: #dedede; color: #26334c; font-weight: normal;}
.page-pro .pro-con td{background: #f2f2f2}


/*-----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: 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}
.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: 48%; 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{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: 16px; color: #132b88; line-height: 26px;}
.show_pages p a{font-size: 16px; 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;
}