
/*----page_banner----*/
.page_banner{width: 100%; height: 400px; position: fixed;}
.page_banner .banner_bg{width: 100%; height: 100%; background-size: cover}
.page_banner .banner_bg .banner_title{padding-top: 320px; text-align: right}
.page_banner .banner_bg .banner_title h3{font-size: 32px; color: #fff; font-family: 'novecentowide-book'; animation: ban_t .6s .8s forwards; -webkit-animation: ban_t .6s .8s forwards; transform: translateX(-60px); -webkit-transform: translateX(-60px); opacity: 0 }

.page_banner_mark{width: 100%; height: 400px; position: relative}

@keyframes ban_t {
    0%{transform: translateX(-60px); opacity: 0}
    100%{transform: translateX(0); opacity: 1}
}
@-webkit-keyframes  ban_t{
    0%{-webkit-transform: translateX(-60px); opacity: 0}
    100%{-webkit-transform: translateX(0); opacity: 1}
 }


.page_content{position: relative; background: #fff; z-index: 2}


/*----page_title----*/
.page_title{padding: 24px 0 0 0; margin-bottom: 40px; border-bottom: 1px solid #e0e0e0}
.page_title .site{float: left; padding-top: 4px; padding-bottom: 10px}
.page_title .site span{float: left; display: block; color: #666; margin-right: 10px;}
.page_title .site span i{font-size: 17px; vertical-align: bottom}
.page_title .site .first i{color: #ec0200}
.page_title .site a{display: inline-block; margin: 0 4px; font-size: 13px; color: #666}

.page_title .site_right{float: right}
.page_title .site_right a{display: inline-block; font-size: 14px; color: #333; line-height: 32px; margin-left: 1px; padding: 0 20px; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_title .site_right a:hover{color: #fff; background: #ec0200}
.page_title .site_right a.on{color: #fff; background: #ec0200}

/*--------page--------*/
.page_about .about_con{padding-bottom: 40px}
.page_about .about_con  p{font-size: 13px; color: #333; line-height: 26px;}
.page_about .about_con .about_img{width: 100%; margin: 30px 0; overflow: hidden}
.page_about .about_con .about_img img{width: 100%; float: none; display: block}

/*----page_culture----*/
.page_culture{position: relative; padding: 0 0 50px 0}
.page_culture .list{list-style: none;}
.page_culture .list li{position: relative; width: 20%; float: left; background: #f4f4f4; height: 80px; text-align: center; cursor: pointer; transition: all ease .6s; -webkit-transition: all ease .6s}
.page_culture .list li i{display: block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; margin: 20px 0 0 40px; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_culture .list li p{font-size: 18px; color: #333; padding: 32px 0 0 16px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_culture .list li .ico01{background: url("../image/ico06.png") no-repeat 0 0;}
.page_culture .list li .ico02{background: url("../image/ico06.png") no-repeat -50px 0;}
.page_culture .list li .ico03{background: url("../image/ico06.png") no-repeat -100px 0;}
.page_culture .list li .ico04{background: url("../image/ico06.png") no-repeat -150px 0;}
.page_culture .list li .ico05{background: url("../image/ico06.png") no-repeat -200px 0;}
.page_culture .list li:before{content: ""; display: block; width: 1px; height: 60px; background: #dedede; position: absolute; top: 0; right: 0; margin: 10px 0 0 0}
.page_culture .list li:nth-child(5):before{display: none}
.page_culture .list li.on{background: rgba(236,2,0,.8)}
.page_culture .list li.on p{color: #fff}
.page_culture .list li.on .ico01{background: url("../image/ico06.png") no-repeat 0 -50px;}
.page_culture .list li.on .ico02{background: url("../image/ico06.png") no-repeat -50px -50px;}
.page_culture .list li.on .ico03{background: url("../image/ico06.png") no-repeat -100px -50px;}
.page_culture .list li.on .ico04{background: url("../image/ico06.png") no-repeat -150px -50px;}
.page_culture .list li.on .ico05{background: url("../image/ico06.png") no-repeat -200px -50px;}

.page_culture .culture_list{width: 100%; height: 460px; position: relative}
.page_culture .culture_con{width: 100%; height: 460px; background-size: cover; padding: 80px 70px 0 70px; opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; transition: all ease .8s; -webkit-transition: all ease .8s}
.page_culture .culture_con.active{opacity: 1; visibility: visible}
.page_culture .culture_con h3{font-size: 22px; color: #fff; margin-bottom: 30px}
.page_culture .culture_con p{font-size: 16px; color: #fff; line-height: 30px;}


/*----page_honor----*/
.page_honor{position: relative; padding: 0 0 50px 0}
.page_honor .list{list-style: none; margin-right: -1%}
.page_honor .list li{float: left; width: 24%; margin-right: 1%; margin-bottom: 20px}
.page_honor .list li .example-image-link{width: 100%; overflow: hidden}
.page_honor .list li .example-image-link img{width: 100%; display: block; float: none}
.page_honor .list li h3{font-size: 14px; color: #333; line-height: 36px; text-align: center}

/*----page_enterprise----*/
.page_enterprise{position: relative; padding: 0 0 40px 0}

.page_enterprise h6{font-size: 14px; color: #333; line-height: 1.8; margin-bottom: 20px;}

.page_enterprise .list{list-style: none; margin-right: -1%}
.page_enterprise .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 12px;}
.page_enterprise .list li .example-image-link{width: 100%; overflow: hidden}
.page_enterprise .list li .example-image-link img{width: 100%;  transition: all ease .4s; -webkit-transition: all ease .4s}
.page_enterprise .list li:hover .example-image-link img{transform: scale(1.06); -webkit-transform: scale(1.06)}

.page_enterprise .list li .example-image{width: 100%; float: none; display: block}  

.page_enterprise .list li .text{padding: 10px 0; text-align: center}
.page_enterprise .list li .text h1{font-size: 16px; color: #333; margin-bottom: 8px;}
.page_enterprise .list li .text h3{font-size: 14px; color: #666; margin-bottom: 0;}
.page_enterprise .list li .text h6{font-size: 14px; color: #666; margin-bottom: 0}


/*----page_advantages----*/
.page_advantages{position: relative; padding: 0 0 50px 0}
.page_advantages .advantages_con{margin: 60px 0; padding: 40px 40px 20px 40px; background: #f4f4f4; position: relative; z-index: 3}
.page_advantages .advantages_con .img{width: 450px; padding-bottom: 20px; position: relative}
.page_advantages .advantages_con .img img{width: 100%; position: relative; z-index: 2}
.page_advantages .advantages_con .img span{content: ""; display: block; width: 60%; height: 60%; background: #ec0200; position: absolute; right: 0; bottom: 0; margin: 0 -20px 0 0; z-index: 1}
.page_advantages .advantages_con .txt{width: 59%; height: 340px; padding: 0 20px 0 80px; position: relative}
.page_advantages .advantages_con .txt:before{content: ""; display: block; width: 60px; height: 1px; background: #777; position: absolute; top: 0; left: 0; margin-top: 66px}
.page_advantages .advantages_con .txt h3{font-size: 28px; padding-top: 20px; padding-bottom: 10px; color: #999; font-family: 'novecentowide-book'; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_advantages .advantages_con .txt h4{font-size: 15px; color: #333; margin-bottom: 40px}
.page_advantages .advantages_con .txt p{font-size: 12px; color: #555; line-height: 26px}

.page_advantages .advantages_con:hover .txt h3{font-size: 46px; padding-top: 10px}

.advantages_con .slick-prev, .advantages_con .slick-next{background: #f0f0f0}

/*----page_product----*/
.page_product{position: relative; padding: 0 0 50px 0}

.page_product .product_title{width: 22%; margin-right: 3%; background: #fff}
.page_product .product_title h6{font-size: 18px; color: #fff; line-height: 50px; text-align: center; background: #ec0200}

.page_product .product_title .li{padding: 0 20px;}
.page_product .product_title .li .li_title{line-height: 46px; border-bottom: 1px solid #e0e0e0; position: relative; cursor: pointer}
.page_product .product_title .li .li_title h3{font-size: 14px; font-weight: bold; color: #181818;}
.page_product .product_title .li .li_title span{display: block; width: 10px; height: 2px; background: #181818; position: absolute; top: 50%; right: 0; margin-top: -2px}
.page_product .product_title .li .li_title span:before{content: ""; display: block; width: 2px; height: 10px; background: #181818; position: absolute; top: 0; left: 0; margin: -4px 0 0 4px; transition: all ease .4s; -webkit-transition: all ease .4s}

.page_product .product_title .li_con{padding: 10px 0; background: #f4f4f4}
.page_product .product_title .li_con a{font-size: 14px; color: #181818; font-weight: bold; padding-left: 20px; line-height: 46px; border-bottom: 1px solid #e0e0e0; position: relative}
.page_product .product_title .li_con a span{display: block; width: 10px; height: 2px; background: #181818; position: absolute; top: 50%; right: 0; margin: 0 20px 0 0}
.page_product .product_title .li_con a span:before{content: ""; display: block; width: 2px; height: 10px; background: #181818; position: absolute; top: 0; left: 0; margin: -4px 0 0 4px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .product_title .li_con a:hover{color: #ec0200}
.page_product .product_title .li_con a:hover span:before{transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg)}

.product_title .button_p{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 1px 10px; background: none; border: none; cursor: pointer; display: none}
.product_title button{outline: none}
.product_title .button_p span{width: 30px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.product_title .button_p span:nth-child(1){top: 10px}
.product_title .button_p span:nth-child(2){top: 20px}
.product_title .button_p span:nth-child(3){top: 30px}

#button_p .span1{top: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg)}
#button_p .span2{opacity: 0}
#button_p .span3{top: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg)}

.page_product .product_con{width: 75%}
.page_product .product_con .list{list-style: none; margin-right: -1.3333%}
.page_product .product_con .list li{float: left; width: 32%; margin-right: 1.3333%; margin-bottom: 20px;}
.page_product .product_con .list li .img{width: 100%; overflow: hidden}
.page_product .product_con .list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .product_con .list li .txt{text-align: center; padding-top: 10px}
.page_product .product_con .list li .txt h3{font-size: 16px; color: #333; margin-bottom: 2px}
.page_product .product_con .list li .txt p{font-size: 12px; color: #666}

.page_product .product_con .list li:hover .img img{transform: scale(1.06); -webkit-transform: scale(1.06)}
.page_product .product_con .list li:hover h3{color: #ec0200}

/*----page_productshow----*/
.page_productshow{width: 75%;}
.page_productshow .productshow_left{width: 45%;}
.page_productshow .productshow_left img{width: 100%}

.page_productshow .productshow_right{width: 50%; margin-left: 5%; margin-bottom: 100px;}
.page_productshow .productshow_right h3{font-size: 20px; color: #333;}
.page_productshow .productshow_right h4{font-size: 12px; color: #666;}
.page_productshow .productshow_right .line{display: block; width: 100%; height: 1px; background: #e0e0e0; margin: 16px 0}
.page_productshow .productshow_right .con p{font-size: 13px; color: #333; line-height: 26px;}
.page_productshow .productshow_right .con img{width: 100%; height: auto}
.page_productshow .productshow_right .con a{display: inline-block}


/*----page_network----*/
.page_network{position: relative; padding: 0 0 50px 0}
.page_network .network_con{width: 100%; overflow: hidden}
.page_network .network_con .map{position: relative; width: 960px; height: 756px; margin: 20px auto; background: url("../image/map.png") no-repeat}
.page_network .network_con .map .list{list-style: none}
.page_network .network_con .map .list li{position: absolute;}
.page_network .network_con .map .list li:nth-child(1){top: 30%; left: 20%}
.page_network .network_con .map .list li:nth-child(2){top: 42%; left: 35%}
.page_network .network_con .map .list li:nth-child(3){top: 47%; left: 49%}
.page_network .network_con .map .list li:nth-child(4){top: 43%; left: 52%}
.page_network .network_con .map .list li:nth-child(5){top: 58%; left: 46%}
.page_network .network_con .map .list li:nth-child(6){top: 75%; left: 42%}
.page_network .network_con .map .list li:nth-child(7){top: 25%; left: 72%}
.page_network .network_con .map .list li:nth-child(8){top: 52%; left: 56%}
.page_network .network_con .map .list li:nth-child(9){top: 45%; left: 62%}
.page_network .network_con .map .list li:nth-child(10){top: 63%; left: 53%}
.page_network .network_con .map .list li:nth-child(11){top: 72%; left: 51%}
.page_network .network_con .map .list li:nth-child(12){top: 42%; left: 68%}
.page_network .network_con .map .list li:nth-child(13){top: 37%; left: 70%}
.page_network .network_con .map .list li:nth-child(14){top: 54%; left: 64%}
.page_network .network_con .map .list li:nth-child(15){top: 61%; left: 61%}
.page_network .network_con .map .list li:nth-child(16){top: 69%; left: 61%}
/*.page_network .network_con .map .list li:nth-child(17){top: 79%; left: 55%}*/
.page_network .network_con .map .list li:nth-child(17){top: 18%; left: 85%}
.page_network .network_con .map .list li:nth-child(18){top: 28%; left: 85%}
.page_network .network_con .map .list li:nth-child(19){top: 47%; left: 74%}
.page_network .network_con .map .list li:nth-child(20){top: 57%; left: 76%}
.page_network .network_con .map .list li:nth-child(21){top: 59%; left: 71%}
.page_network .network_con .map .list li:nth-child(22){top: 67%; left: 76%}
.page_network .network_con .map .list li:nth-child(23){top: 70%; left: 68%}
.page_network .network_con .map .list li:nth-child(24){top: 76%; left: 72%}
.page_network .network_con .map .list li:nth-child(25){top: 81%; left: 64%}
.page_network .network_con .map .list li .t{position: relative; width: 8px; height: 8px; margin: 10px auto; background: #db0000; border-radius: 100%;}
.page_network .network_con .map .list li .t span{display: block; width: 8px; height: 8px; border: 1px solid #db0000; position: absolute; top: 0; left: 0; border-radius: 100%; box-sizing: border-box; animation: sc 1.4s infinite; -webkit-animation: sc 1.4s infinite}
.page_network .network_con .map .list li p{text-align: center; font-size: 12px; color: #333; line-height: 20px}

@keyframes sc {
    0%{transform: scale(1); }
    100%{transform: scale(4); opacity: 0}
}

@-webkit-keyframes sc {
    0%{-webkit-transform: scale(1)}
    100%{-webkit-transform: scale(4); opacity: 0}
 }

/*----page_news----*/
.page_news{position: relative; padding: 0 0 50px 0}
.page_news .news_left{width: 45%; margin-right: 5%;}
.page_news .news_left .img{width: 100%; height: 300px; overflow: hidden}
.page_news .news_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_left .txt{padding-top: 20px}
.page_news .news_left .txt h3{font-size: 16px; color: #333; margin-bottom: 8px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_left .txt p{font-size: 12px; color: #666; line-height: 22px}
.page_news .news_left .news_one:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.page_news .news_left .news_one:hover .txt h3{color: #ec0200}

.page_news .news_right{width: 50%;}
.page_news .news_right .list{list-style: none}
.page_news .news_right .list li{margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #e0e0e0}
.page_news .news_right .list li h3{font-size: 16px; color: #333; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_right .list li p{font-size: 12px; color: #666; line-height: 22px; margin-bottom: 10px}
.page_news .news_right .list li h6{font-size: 12px; color: #999; font-family: 'novecentowide-book'}
.page_news .news_right .list li:hover h3{transform: translateX(10px); -webkit-transform: translateX(10px); color: #ec0200}

/*----page_newshow----*/
.page_newshow{position: relative; padding: 0 0 50px 0}
.page_newshow .newshow_title{padding-bottom: 20px; margin-bottom: 30px; text-align: center; border-bottom: 1px dotted #e0e0e0}
.page_newshow .newshow_title h3{font-size: 16px; color: #333; margin-bottom: 8px}
.page_newshow .newshow_title span{font-size: 13px; color: #999; margin-right: 20px}
.page_newshow .newshow_con{width: 92%; margin: 0 auto; overflow: hidden}
.page_newshow .newshow_con p{font-size: 13px; color: #333; line-height: 24px}
.page_newshow .newshow_con img{display: block; float: none; margin: 20px auto}
.page_newshow .newshow_con a{display: inline-block; font-size: 13px; color: #333; line-height: 24px;}

/*----page_contact----*/
.page_contact{position: relative; padding: 0 0 50px 0}
.page_contact .contact_left{width: 40%;}
.page_contact .contact_left .img{width: 100%; margin: 0 0 20px 0}
.page_contact .contact_left .img img{display: block; float: none}
.page_contact .contact_left h3{font-size: 14px; color: #333; padding-bottom: 12px;}
.page_contact .contact_left h3 b{font-size: 22px; color: #ec0200; padding-left: 4px; font-family: 'novecentowide-book'}
.page_contact .contact_left p{font-size: 14px; color: #333; line-height: 26px;}
.page_contact .contact_left .ewm{margin-top: 10px}
.page_contact .contact_left .ewm img{width: 120px; height: 120px; float: none; display: block}


.page_contact .contact_right{width: 55%; margin-left: 5%}
.page_contact .contact_right .map{width: 100%; height: 360px;}



/*-----公共样式-------*/
/*----product_show----*/
.page_productshow .con table{margin-top: 20px; width: 100%}
.page_productshow .con th, .page_productshow .con td{height: 36px; line-height: 20px; text-align: center; border-right: 1px solid #fff; vertical-align: middle;}
.page_productshow .con th{background: #666; color: #fff; font-size: 14px; font-weight: normal}
.page_productshow .con tr:nth-child(1) th{background: #04047f; font-size: 15px; font-weight: bold}
.page_productshow .con td{font-size: 14px; color: #666; background: #f4f4f4; padding-left: 20px; line-height: 26px;}
.page_productshow .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: 13px; 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: 60%; height: auto; padding: 20px; margin: 0 auto; float: none;}
.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: #c40e24; 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; margin-top: 40px;}
.tag span{font-size: 13px; color: #333}
.tag a{display: inline-block; font-size: 12px; color: #666; padding-left: 12px;}

/*----tag_show----*/
.page_tag{}
.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}
.page_tag .list li .img img{width: 100%}
.page_tag .list li p{font-size: 14px; color: #333; line-height: 36px;}


/*----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: #d7000f !important}



