
.page_content{position: relative; background: #eef2f5; z-index: 2}

/*----page_banner----*/
.page_banner{width: 100%; height: 550px; position: fixed; padding-top: 60px;}
.page_banner .banner_bg{width: 100%; height: 100%; background-size: cover}
.page_banner .banner_bg .banner_title{padding-top: 380px}
.page_banner .banner_bg .banner_title h3{font-size: 32px; color: #fff; font-weight: bold; text-shadow: 1px 1px 2px #333; opacity: 0; animation: bg_ani .4s .6s forwards; -webkit-animation: bg_ani .4s .6s forwards;}
.page_banner .banner_bg .banner_title h3 i{font-size: 18px; color: #fff; margin-left: 10px; font-style: normal; font-family: 'novecentowide-book' }

.page_banner .banner_slick{height: 500px;}
.page_banner .banner_slick .img{width: 100%; height: 500px; background-position: center; background-size: cover}

.page_banner_mark{width: 100%; height: 550px; position: relative}

@keyframes bg_ani {
    0%{transform: translateX(60px); opacity: 0}
    100%{transform: translateX(0); opacity: 1}
}

@-webkit-keyframes bg_ani {
    0%{-webkit-transform: translateX(60px); opacity: 0}
    100%{-webkit-transform: translateX(0); opacity: 1}
 }

/*----page_title----*/
.page_title{padding: 20px 0 20px 0; background: #fff;}
.page_title .site_title a{position: relative; width: 80px; margin-right: 10px; font-size: 15px; color: #333; display: inline-block; padding: 0 5px;}
.page_title .site_title a:before{content: ""; display: block; width: 1px; height: 14px; background: #e0e0e0; position: absolute; top: 0; right: 0; margin: 4px 0 0 0}
.page_title .site_title a:nth-child(4):before{display: none}
.page_title .site_title a:hover{color: #f5a100}
.page_title .site_title a.on{color: #f5a100}
.page_title .site{font-size: 14px; color: #999;}
.page_title .site span{display: inline-block; vertical-align: middle; margin-right: 4px;}
.page_title .site span i{font-size: 22px; color: #999;}
.page_title .site a{display: inline-block; margin: 0 10px; font-size: 15px; color: #999}
.page_title .site a:last-child{color: #f5a100}


/*----page_about----*/
.page_about{position: relative; padding: 50px 0}
.page_about .about_list{margin-bottom: 40px}
.page_about .about_list.list01{background: #fff; padding: 60px 0 40px 0}
.page_about .about_left{width: 50%; padding: 0 5% 0 0}
.page_about .about_list.list01 .about_left{padding: 0 0 0 5%}
.page_about .about_left h2{font-size: 36px; color: #f5a100; font-weight: bold; margin-bottom: 10px; margin-top: 6px; font-family: 'Montserrat-Light'}
.page_about .about_left h3{font-size: 18px; color: #222; margin-bottom: 40px}
.page_about .about_left h4{font-size: 28px; color: #f5a100; font-weight: bold; margin-bottom: 10px; margin-top: 6px;}
.page_about .about_left p{font-size: 14px; color: #333; line-height: 28px}

.page_about .about_right{width: 50%}
.page_about .about_right .img{width: 100%; overflow: hidden}
.page_about .about_right .img img{width: 100%}

/*----page_culture----*/
.page_culture{position: relative; padding: 50px 0}
.page_culture .list{list-style: none;}
.page_culture .list li{position: relative; width: 25%; float: left; background: #fff; height: 100px; 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; margin: 10px auto 0 auto; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_culture .list li p{font-size: 18px; color: #333; 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: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(4):before{display: none}
.page_culture .list li.on{background: #f5a100}
.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 .culture_list{width: 100%; height: 500px; position: relative}
.page_culture .culture_con{width: 100%; height: 500px; 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-speech----*/
.page_speech{position: relative; padding: 50px 0}
.page_speech .w1366{background: #fff;}
.page_speech .speech_left{width: 45%;}

.page_speech .speech_right{width: 55%; padding: 60px 60px 60px 0}
.page_speech .speech_right h3{font-size: 20px; color: #333; margin-bottom: 30px}
.page_speech .speech_right p{font-size: 14px; color: #333; line-height: 26px}

/*----page_honor----*/
.page_honor{position: relative; padding: 60px 0}
.page_honor .w1366{background: url("../image/img13.jpg") no-repeat; background-size: cover}
.page_honor .honor_left{width: 60%; padding: 60px 60px 64px 60px; background: rgba(245,161,0,.3)}
.page_honor .honor_left h3{font-size: 24px; color: #fff; margin-bottom: 20px}
.page_honor .honor_left .left_con{width: 100%; height: 620px; overflow: hidden}
.page_honor .honor_left .list{list-style: none; width: 100%; height: 620px; margin-right: -2.3333%; overflow-y: scroll}
.page_honor .honor_left .list li{float: left; width: 31%; padding: 0 10px; margin-right: 2.3333%; background: #f0f0f0; margin-bottom: 16px; box-sizing: border-box; cursor: pointer}
.page_honor .honor_left .list li img{width: 100%;}

.page_honor .honor_right{width: 40%; padding: 60px 30px; background: rgba(0,0,0,.5);}
.page_honor .honor_right .honor_li{display: none; padding: 20px}
.page_honor .honor_right .honor_li.active{display: block}
.page_honor .honor_right .honor_li img{width: 100%; float: none; display: block;}
.page_honor .honor_right .honor_li h3{font-size: 16px; color: #fff; text-align: center; line-height: 60px; background: rgba(245,161,0,.6)}


/*----page_news----*/
.page_news{position: relative; padding: 60px 0}

.page_news .news_one{width: 100%; height: 320px; margin-bottom: 40px; position: relative}
.page_news .news_one .list{list-style: none}
.page_news .news_one .li{width: 100%; height: 100px; position: absolute; top: 0; left: 0;}
.page_news .news_one .li.active .img{visibility: visible}
.page_news .news_one .li:nth-child(2){margin-top: 110px}
.page_news .news_one .li:nth-child(3){margin-top: 220px}
.page_news .news_one .li .img{width: 50%; height: 320px; overflow: hidden; visibility: hidden; position: relative; z-index: 1}
.page_news .news_one .li:nth-child(2) .img{margin-top: -110px}
.page_news .news_one .li:nth-child(3) .img{margin-top: -220px}
.page_news .news_one .li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s;}
.page_news .news_one .li .txt{width: 48%; height: 100px; padding: 20px; margin-left: 2%; background: #fff; position: relative}
.page_news .news_one .li .txt h3{font-size: 16px; color: #333; margin-bottom: 10px}
.page_news .news_one .li .txt p{font-size: 14px; color: #666; line-height: 24px;}
.page_news .news_one .li .txt span{display: block; border: 12px solid; border-color: transparent #fff transparent transparent; position: absolute; top: 0; left: 0; opacity: 0; margin: 40px 0 0 0; transition: all ease .4s; -webkit-transition: all ease .4s}

.page_news .news_one .li.active .txt span{margin: 40px 0 0 -24px; opacity: 1}
.page_news .news_one .li.active .img{visibility: visible; z-index: 2}

.page_news .news_one .li:hover .img img{transform: scale(1.06); -webkit-transform: scale(1.06)}
.page_news .news_one .li:hover .txt h3{color: #f5a100}

.page_news .news_list{list-style: none; margin-right: -1.3333%}
.page_news .news_list li{position: relative; float: left; width: 32%; margin-right: 1.3333%; padding: 8px; margin-bottom: 20px; background: #fff; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_list li .img{width: 100%; height: 200px; overflow: hidden}
.page_news .news_list li .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_list li .txt{width: 100%; padding: 12px 6px 8px 6px}
.page_news .news_list li .txt h3{position: relative; font-size: 15px; color: #333; margin-bottom: 8px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_list li .txt p{font-size: 12px; color: #666; line-height: 22px; margin-bottom: 10px}
.page_news .news_list li .txt h4{font-size: 14px; color: #f5a100; text-align: right; padding-right: 5px; font-family: 'novecentowide-book' }
.page_news .news_list li:hover{box-shadow: 1px 1px 5px 3px #e0e0e0}
.page_news .news_list li:hover .img img{transform: scale(1.05); -webkit-transform: scale(1.05)}
.page_news .news_list li:hover .txt h3{color: #f5a100}

.page_news .showMorehandle{width: 160px; margin: 20px auto; padding: 10px; color: #666; text-align: center; border: 1px solid #999; border-radius: 20px; cursor: pointer}
.page_news .showMorehandle:hover{color: #f5a100; border: 1px solid #f5a100}

/*----page_newshow----*/
.page_newshow{position: relative; padding: 50px 0}
.page_newshow .newshow_title{margin-bottom: 20px; padding-bottom: 20px; text-align: center; border-bottom: 1px dashed #e0e0e0}
.page_newshow .newshow_title h3{font-size: 18px; color: #333; margin-bottom: 6px}
.page_newshow .newshow_title span{font-size: 12px; color: #666; margin: 0 10px;}

.page_newshow .newshow_con p{font-size: 14px; color: #333; line-height: 24px;}
.page_newshow .newshow_con img{max-width: 1200px; float: none; display: block; margin: 20px auto}

/*----page_video----*/
.page_video{padding: 60px 0}
.page_video .video_list{list-style: none}
.page_video .video_list li{float: left; width: 31%; margin-right: 2.3333%; margin-bottom: 20px}
.page_video .video_list li .img{width: 100%; overflow: hidden}
.page_video .video_list li .img img{float: none; display: block;}
.page_video .video_list li .txt{padding-top: 8px; text-align: center;}
.page_video .video_list li .txt h3{font-size: 16px; color: #333;}

/*----page-videos----*/
.page_videos{padding: 60px 0}
.page_videos .video_con{width: 100%;}
.page_videos .txt{padding-top: 10px; text-align: center;}
.page_videos .txt h3{font-size: 16px; color: #333;}


/*----page_contact----*/
.page_contact{position: relative; padding: 40px 0 60px 0}
.page_contact .contact_left{width: 49%; margin-left: 1%; }
.page_contact .contact_right{margin-right: 1%; margin-left: 0}
.page_contact .contact_left .contact_con{background: #fff; margin-bottom: 30px; box-shadow: 0 0 6px 3px #e0e0e0}
.page_contact .contact_left .contact_con .title{width: 30%; line-height: 190px; background: #fff; text-align: center; position: relative; }
.page_contact .contact_left .contact_con .title:before{content: ""; display: block; width: 1px; height: 80%; background: #e0e0e0; position: absolute; top: 0; right: 0; margin: 12% 10px 0 0}
.page_contact .contact_left .contact_con .title h3{font-size: 18px; color: #333}
.page_contact .contact_left .contact_con .con{width: 70%; padding: 40px 0 40px 30px}
.page_contact .contact_left .contact_con .con p{font-size: 14px; color: #333; line-height: 28px;}
.page_contact .contact_left .map{height: 360px; box-shadow: 0 0 6px 3px #e0e0e0}

/*----page_fazhan----*/
.page_fazhan{position: relative; padding: 40px 0 60px 0}
.page_fazhan .list{padding: 12px; background: #fff; margin-bottom: 20px}
.page_fazhan .list .list_left{width: 60%; padding: 20px 30px}
.page_fazhan .list .list_left h3{font-size: 22px; color: #333; margin-bottom: 20px}
.page_fazhan .list .list_left p{font-size: 14px; color: #444; line-height: 24px}

.page_fazhan .list .list_right{width: 40%;}
.page_fazhan .list .list_right .img{width: 100%}
.page_fazhan .list .list_right .img img{width: 100%}

/*----page_technology----*/
.page_technology{position: relative; padding: 40px 0 60px 0}
.page_technology .list{padding: 12px; background: #fff; margin-bottom: 20px}
.page_technology .list .list_left{width: 60%; padding: 50px 50px 0 50px}
.page_technology .list .list_left h3{font-size: 22px; color: #333; margin-bottom: 20px}
.page_technology .list .list_left p{font-size: 15px; color: #444; line-height: 1.8}
.page_technology .list .list_left .img{width: 100%; margin-top: 10px}
.page_technology .list .list_left .img img{width: 49%; margin-right: 1%; margin-bottom: 10px}

.page_technology .list .list_right{width: 40%;}
.page_technology .list .list_right .img{width: 100%}
.page_technology .list .list_right .img img{width: 100%}

.page_technology .list_noleft .list_left{width: 100%; padding: 20px 30px 20px 30px}
.page_technology .list_noleft .list_right{width: 100%; overflow: hidden}
.page_technology .list_noleft .list_right .ul_li{list-style: none; margin-right: -1%}
.page_technology .list_noleft .list_right .ul_li li{float: left; width: 24%; margin-right: 1%;}
.page_technology .list_noleft .list_right .ul_li li img{width: 100%; display: block; float: none}
.page_technology .list_noleft .list_right .ul_li li h3{font-size: 14px; padding: 6px 0; color: #333; text-align: center}

/*----page_product----*/
.page_product{width: 100%; position: relative; padding: 60px 0}

.page_product .product_title{width: 20%; margin-right: 5%; background: #fff}
.page_product .product_title .h6{position: relative; background: #f5a100}
.page_product .product_title h6{font-size: 18px; color: #fff; line-height: 50px; text-align: center;}
.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 .li_con{padding: 20px 0; display: none; border-bottom: 1px solid #e0e0e0}
.page_product .product_title .li .li_con a{font-size: 12px; color: #666; line-height: 26px; padding-left: 5px}
.page_product .product_title .li .li_con a:hover{color: #f5a100}
.page_product .product_title .li.active .li_title 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: 5px 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 .con_title{margin-bottom: 50px}
.page_product .product_con .con_title h3{font-size: 24px; color: #181818; margin-bottom: 16px; text-align: center}
.page_product .product_con .con_title p{font-size: 16px; color: #333; line-height: 26px}

.page_product .product_con .list{list-style: none; margin-right: -2.3333%}
.page_product .product_con .list li{float: left; width: 31%; margin-right: 2.3333%; margin-bottom: 20px; position: relative}
.page_product .product_con .list li .img{width: 100%; max-height: 240px; overflow: hidden; position: relative}
.page_product .product_con .list li .img:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.5); opacity: 0; position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s; z-index: 2}
.page_product .product_con .list li .img:after{content: ""; display: block; width: 40px; height: 40px; background: url("../image/ico08.png") no-repeat; opacity: 0; position: absolute; top: 0; left: 50%; margin: -20px 0 0 -20px; transition: all ease .5s; -webkit-transition: all ease .5s; z-index: 3}
.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 .con{height: 75px; padding-top: 14px; text-align: center}
.page_product .product_con .list li .con h3{font-size: 16px; color: #333; padding-bottom: 2px;}
.page_product .product_con .list li .con p{font-size: 12px; color: #666;}

.page_product .product_con .list li:hover .img img{transform: scale(10.6); -webkit-transform: scale(1.06)}
.page_product .product_con .list li:hover .img:before{opacity: 1}
.page_product .product_con .list li:hover .img:after{top: 50%; opacity: 1}

/*----page_productshow----*/
.page_productshow{width: 75%;}
.page_productshow .productshow_left{width: 45%; margin-right: 5%; overflow: hidden}
.page_productshow .productshow_left img{width: 100%}

.page_productshow .productshow_right{width: 50%;}
.page_productshow .productshow_right h3{font-size: 22px; color: #222;}
.page_productshow .productshow_right h4{font-size: 12px; color: #666}
.page_productshow .productshow_right .line{display: block; width: 100%; height: 1px; background: #dedede; margin: 20px 0 10px 0}
.page_productshow .productshow_right .con p{font-size: 14px; color: #333; line-height: 26px}


/*----page_join----*/
.page_join{position: relative; padding: 60px 0}
.page_join .join_left{width: 63%; margin-right: 2%; background: #fff;}
.page_join .join_left .join_title{background: #999; height: 60px; line-height: 60px; padding: 0 20px}
.page_join .join_left .join_title span{display: inline-block; width: 24%; font-size: 16px; color: #fff; text-align: center}

.page_join .join_left .li{border-bottom: dotted 1px #e0e0e0; position: relative;}
.page_join .join_left .li:before{content: ""; display: block; width: 26px; height: 26px; background: url("../image/ico07.png") no-repeat; background-size: cover; position: absolute; top: 0; right: 0; margin: 26px 20px 0 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_join .join_left .li.active:before{transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg)}
.page_join .join_left .li .li_title{padding: 30px; cursor: pointer}
.page_join .join_left .li .li_title span{display: inline-block; width: 24%; font-size: 14px; text-align: center}
.page_join .join_left .li .li_title .b{font-size: 16px; color: #333; font-weight: bold; border-left: 3px solid #f5a100; text-align: left; padding-left: 14px; box-sizing: border-box}

.page_join .join_left .li .join_conn{padding: 0 30px 20px 30px; display: none}
.page_join .join_left .li .join_conn h6{font-size: 15px; color: #333; font-weight: bold; margin-bottom: 4px; margin-top: 10px}
.page_join .join_left .li .join_conn p{font-size: 13px; color: #444}

.page_join .join_right{width: 35%; padding: 30px 10px 10px 10px; background: #fff;}
.page_join .join_right p{font-size: 14px; color: #333; line-height: 24px; padding: 0 10px}
.page_join .join_right .img{width: 100%; margin: 30px 0 0 0}
.page_join .join_right .img img{width: 100%}

/*-----公共样式-------*/
/*----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 20px 60px 20px; margin: 40px auto 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: #f5a100; color: #fff; cursor: pointer}
.page_message p .btn:hover {background: #a21122;}

/*----page_search----*/
.page_search{padding: 40px 0}
.page_search .list{list-style: none; margin-right: -2%;}
.page_search .list li{width: 23%; float: left; margin-right: 2%; 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: #f5a100 !important}







