
/*----page_banner----*/
.page_banner{width: 100%; height: 600px; padding-top: 80px;}
.page_banner .page_bg{width: 100%; height: 100%; background-position: center; overflow: hidden}
.page_banner .page_bg .w1200{padding: 200px 0 0 0; text-align: center}
.page_banner .page_bg .w1200 h1{font-size: 36px; color: #fff; letter-spacing: 4px; margin-bottom: 10px;}
.page_banner .page_bg .w1200 h6{font-size: 22px; color: #fff; font-weight: bold; letter-spacing: 2px; margin-bottom: 20px; font-family: 'novecentowide-book'}
.page_banner .page_bg .w1200 h3{font-size: 16px; color: #fff; margin-bottom: 20px;}
.page_banner .page_bg .w1200 h4{font-size: 22px; color: #fff; font-style: italic}
.page_banner .page_bg .w1200 a{display: block; width: 160px; font-size: 14px; color: #fff; text-align: center; padding: 12px 0; margin: 0 auto; background: #008cd7}



/*----page_about----*/
.page_about{padding: 100px 0}
.page_about .about_left{width: 50%; padding-right: 5%;}
.page_about .about_left .img{width: 100%; position: relative}
.page_about .about_left .img:before{content: ""; display: block; width: 100%; height: 100%; background: #008cd7; position: absolute; top: 0; left: 0; margin: 14px 0 0 14px}
.page_about .about_left .img img{width: 100%; float: none; display: block; position: relative; z-index: 2}

.page_about .about_right{width: 50%;}
.page_about .about_right h1{font-size: 22px; color: #008cd7; margin-bottom: 20px;}
.page_about .about_right p{font-size: 14px; color: #666; line-height: 24px;}

/*----page_honor----*/
.page_honor{padding: 80px 0; background: rgba(101,176,249,.5)}
.page_honor h1{font-size: 24px; color: #fff; margin-bottom: 40px; text-align: center}
.page_honor .list{margin-right: -1.3333%;}
.page_honor .list li{float: left; width: 32%; margin-right: 1.3333%; }
.page_honor .list li .img{width: 100%;}
.page_honor .list li .img img{width: 100%;}

/*----page_partner----*/
.page_partner{padding: 80px 0; }
.page_partner h1{font-size: 32px; color: #333; margin-bottom: 40px; text-align: center}
.page_partner .list{margin-right: -2%;}
.page_partner .list li{float: left; width: 23%; margin-right: 2%; margin-bottom: 20px; box-shadow: 2px 2px 10px 3px rgba(0,0,0,.1); box-sizing: border-box}
.page_partner .list li .img{width: 100%;}
.page_partner .list li .img img{width: 100%;}

/*----page_culture----*/
.page_culture{padding: 80px 0}
.page_culture h1{font-size: 24px; color: #008cd7; margin-bottom: 40px; text-align: center}
.page_culture .list{margin-right: -1.3333%;}
.page_culture .list li{float: left; width: 32%; margin-right: 1.3333%; margin-bottom: 20px; position: relative; cursor: pointer}
.page_culture .list li .img{width: 100%;}
.page_culture .list li .img img{width: 100%;}
.page_culture .list li .txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; margin-top: 40px; padding: 0 60px;}
.page_culture .list li .txt .ico{width: 80px; margin: 0 auto 20px auto}
.page_culture .list li .txt .ico img{float: none; display: block;}
.page_culture .list li .txt h3{font-size: 20px; color: #fff; margin-bottom: 10px;}
.page_culture .list li .txt p{font-size: 15px; color: #fff;} 
.page_culture .list li:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.4); position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_culture .list li:hover:before{background: rgba(101,176,249,.9)}

/*----page_product----*/
.page_product{padding: 80px 0 0 0}

.page_product .page_t{margin-bottom: 40px; text-align: center}
.page_product .page_t h1{font-size: 32px; color: #333; margin-bottom: 8px;}
.page_product .page_t p{font-size: 14px; color: #999;}

.page_list01{margin-bottom: 60px; overflow: hidden}
.page_list01 .page_conn{}
.page_list01 .page_conn .li{padding: 0 20px; position: relative; cursor: pointer}
.page_list01 .page_conn .li .img{width: 100%; overflow: hidden; position: relative}
.page_list01 .page_conn .li .img img{width: 100%; float: none; display: block;}
.page_list01 .page_conn .li .img .txt{width: 100%; height: 24%; text-align: center; position: absolute; bottom: 0; left: 0; padding-top: 20px; background: rgba(101,176,249,.8); transition: all ease .3s; -webkit-transition: all ease .3s}
.page_list01 .page_conn .li .img .txt h3{font-size: 22px; color: #fff; margin-bottom: 20px;}
.page_list01 .page_conn .li .img .txt p{font-size: 14px; color: #fff; line-height: 24px; padding: 0 40px;}
.page_list01 .page_conn .li:hover .img .txt{height: 100%; padding-top: 80px;}

.page_list02{padding: 100px 0; background: url("../image/c12.jpg") no-repeat center; background-size: cover; overflow: hidden}
.page_list02 .list{margin-right: -1%}
.page_list02 .list li{width: 19%; margin-right: 1%; margin-bottom: 10px; float: left; position: relative}
.page_list02 .list li .img{width: 100%; overflow: hidden}
.page_list02 .list li .img img{width: 100%;}
.page_list02 .list li .txt{background: rgba(101,176,249,.8); width: 100%; height: 50px; position: absolute; bottom: 0; left: 0; text-align: center; line-height: 50px;}
.page_list02 .list li .txt h1{font-size: 16px; color: #fff;}
.page_list02 .list li:nth-child(4){margin-right: 20%;}
.page_list02 .list li:nth-child(9){position: absolute; right: 0; top: 0; margin-right: 0;}
.page_list02 .list li .t{padding: 60px 30px 80px 30px; background: #008cd7}
.page_list02 .list li .t h1{font-size: 24px; color: #fff; margin-bottom: 10px;}
.page_list02 .list li .t h2{font-size: 32px; color: #fff; margin-bottom: 10px; font-family: 'novecentowide-book'}
.page_list02 .list li .t p{font-size: 16px; color: #fff; margin-bottom: 40px;}
.page_list02 .list li .t a{width: 180px; padding: 10px 0; background: #fff; font-size: 14px; color: #008cd7; border-radius: 20px; text-align: center}

.page_list03{padding: 100px 0; background: url("../image/c13.jpg") no-repeat center; background-size: cover; overflow: hidden}
.page_list03 .list{margin-right: -1%;}
.page_list03 .list li{width: 19%; height: 258px; margin-right: 1%; float: left; text-align: center; padding: 0 10px; box-sizing: border-box; background: url("../image/ico31.png") no-repeat; cursor: pointer;}
.page_list03 .list li .img{width: 70px; height: 70px; margin: 50px auto 20px auto;}
.page_list03 .list li h1{font-size: 18px; color: #181818; margin-bottom: 10px;}
.page_list03 .list li p{font-size: 13px; color: #fff; margin-bottom: 60px;}
.page_list03 .list li:nth-child(6){margin-left: 20%;}
.page_list03 .list li:hover{background: url("../image/ico31.png") no-repeat 0 -258px;}
.page_list03 .list li:hover .img{background-position: 0 -70px;}
.page_list03 .list li:hover h1{color: #fff;}

.page_list04{padding: 80px 0; overflow: hidden}
.page_list04 .list{padding: 0 7%;}
.page_list04 .list li{margin-bottom: 20px;}
.page_list04 .list li .li_left{width: 50%; padding-top: 20px;}
.page_list04 .list li .li_left h1{font-size: 28px; color: #008cd7; margin-bottom: 20px;}
.page_list04 .list li .li_left p{font-size: 14px; color: #666; line-height: 26px; margin-bottom: 20px;}
.page_list04 .list li .li_left span{display: inline-block; font-size: 16px; color: #008cd7; margin-right: 20px; padding-left: 20px; font-style: italic; position: relative}
.page_list04 .list li .li_left span:before{content: ""; display: block; width: 17px; height: 13px; background: url("../image/ico32.png") no-repeat; position: absolute; top: 0; left: 0; margin-top: 4px;}
.page_list04 .list li .li_left a{display: block; width: 160px; padding: 12px 0; font-size: 14px; color: #fff; border-radius: 20px; text-align: center; margin-top: 20px; background: #008cd7}
.page_list04 .list li .li_right{width: 50%;}
.page_list04 .list li .li_right .img{width: 100%; overflow: hidden}
.page_list04 .list li .li_right .img img{width: 100%;}
.page_list04 .list li:nth-child(odd) .li_left{padding-right: 5%;}
.page_list04 .list li:nth-child(even) .li_left{padding-left: 5%;}

.page_list05{padding: 100px 0; background: url("../image/c18.jpg") no-repeat center; background-size: cover; overflow: hidden}
.page_list05 .list{margin-right: -1.28%;}
.page_list05 .list li{width: 13%; margin-right: 1.28%; float: left; text-align: center; position: relative; cursor: pointer}
.page_list05 .list li .img{width: 106px; margin: 0 auto 20px auto;}
.page_list05 .list li .img img{width: 100%; float: none; display: block;}
.page_list05 .list li h1{font-size: 20px; color: #181818;}
.page_list05 .list li:before{content: ""; display: block; width: 31px; height: 30px; background: url("../image/ico40.png") no-repeat; position: absolute; top: 0; right: 0; margin: 40px -20px 0 0}
.page_list05 .list li:nth-child(7):before{display: none}

.page_list06{margin-bottom: 80px; overflow: hidden}
.page_list06 .list{}
.page_list06 .list li{width: 20%; height: 340px; float: left; background-size: cover; position: relative; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_list06 .list li .ico{width: 100%; height: 340px; position: absolute; top: 0; left: 0; text-align: center; padding: 100px 20px 0 20px; background: rgba(101,176,249,.9); transition: all ease .3s; -webkit-transition: all ease .3s}
.page_list06 .list li .ico img{width: 80px; margin: 0 auto 30px auto; float: none; display: block}
.page_list06 .list li .ico h3{font-size: 18px; color: #fff; margin-bottom: 20px;}
.page_list06 .list li .ico p{font-size: 13px; color: #fff; line-height: 26px; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_list06 .list li:hover .ico{ background: rgba(0,0,0,.6); padding: 10px 20px 0 20px;}
.page_list06 .list li:hover .ico img{opacity: 0;}
.page_list06 .list li:hover p{opacity: 1}

.page_list07{padding: 80px 0; overflow: hidden}
.page_list07 .list{margin-right: -2%;}
.page_list07 .list li{width: 48%; margin-right: 2%; float: left}
.page_list07 .list li .img{width: 100%; overflow: hidden}
.page_list07 .list li .img img{width: 100%;}
.page_list07 .list li .t{width: 100%; height: 160px; padding: 50px 0 40px 50px; background: #008cd7}
.page_list07 .list li .t h1{font-size: 20px; color: #fff; margin-bottom: 20px;}
.page_list07 .list li .t p{font-size: 14px; color: #fff;}

.page_list08{margin-bottom: 80px; overflow: hidden}
.page_list08 .li_left{width: 50%; padding-right: 5%;}
.page_list08 .li_left .img{width: 100%; position: relative}
.page_list08 .li_left .img:before{content: ""; display: block; width: 100%; height: 100%; background: #008cd7; position: absolute; top: 0; left: 0; margin: 14px 0 0 14px}
.page_list08 .li_left .img img{width: 100%; float: none; display: block; position: relative; z-index: 2}

.page_list08 .li_right{width: 50%; padding-left: 50px; margin-top: 40px;}
.page_list08 .li_right h1{font-size: 36px; color: #008cd7; margin-bottom: 20px;}
.page_list08 .li_right h4{font-size: 16px; color: #666; margin-bottom: 20px;}
.page_list08 .li_right p{font-size: 16px; color: #666; line-height: 30px;}
.page_list08 .li_right a{display: inline-block; width: 160px; margin: 40px 20px 0 0; padding: 12px 0; font-size: 14px; color: #fff; border-radius: 20px; text-align: center; background: #008cd7}

.page_list09{padding: 80px 0; background: #f4f4f4}
.page_list09 .list{margin-right: -2%;}
.page_list09 .list li{width: 31.3333%; margin-right: 2%; float: left; cursor: pointer}
.page_list09 .list li .img{width: 100%; overflow: hidden}
.page_list09 .list li .img img{width: 100%;}
.page_list09 .list li .txt{width: 100%; text-align: center; padding: 40px 0; background: #fff}
.page_list09 .list li .txt h1{font-size: 20px; color: #333;}

.list07_a{background: rgba(101,176,249,.9)}
.list07_a .page_t{margin-bottom: 50px;}
.list07_a .page_t h1{color: #fff;}
.list07_a .page_t p{font-size: 16px; color: #fff; line-height: 26px;}
.list07_a .list li .t{height: auto; padding: 40px 0; background: #fff; text-align: center}
.list07_a .list li .t h1{font-size: 22px; color: #333;}

.list07_b{background: #f0f0f0}
.list07_b .page_t p{padding: 0 10%; line-height: 32px;}
.list07_b .list li .t{height: 200px; padding: 50px; background: #fff; text-align: center}
.list07_b .list li .t h1{font-size: 20px; color: #333; margin-bottom: 20px;}
.list07_b .list li .t p{font-size: 15px; color: #333; line-height: 26px;}

.list07_c{margin-top: -80px;}

.page_footer{padding: 100px 0; text-align: center; background: url("../image/c19.jpg") no-repeat center;}
.page_footer h1{font-size: 32px; color: #fff; margin-bottom: 20px;}
.page_footer a{display: inline-block; width: 160px; margin: 20px 20px 0 20px; padding: 12px 0; font-size: 14px; color: #fff; border-radius: 20px; text-align: center; background: #008cd7}


/*----page_news-----*/
.page_news{padding: 80px 0}
.page_news .list{margin-right: -1%;}
.page_news .list li{width: 32.3333%; float: left; margin-right: 1%; margin-bottom: 16px;}
.page_news .list li .img{width: 100%; height: 200px; overflow: hidden}
.page_news .list li .img img{width: 100%;}
.page_news .list li .txt{padding: 20px 20px 30px 20px; background: #f4f4f4}
.page_news .list li .txt h1{font-size: 15px; color: #181818; margin-bottom: 20px;}
.page_news .list li .txt h6{font-size: 14px; color: #999; font-family: 'novecentowide-book'}

/*----page_newshow----*/
.page_newshow{padding: 80px 0}
.page_newshow .title{margin-bottom: 40px; text-align: center}
.page_newshow .title h1{font-size: 22px; color: #282828; margin-bottom: 10px;}
.page_newshow .title span{display: inline-block; margin: 0 20px; font-size: 15px; color: #999;}
.page_newshow .con p{font-size: 14px; color: #333; line-height: 24px;}
.page_newshow .con a{display: inline-block; font-size: 14px; color: #333;}
.page_newshow .con img{float: none; display: block; margin: 10px auto;}

/*----page_contact----*/
.page_contact{width: 48%; margin-right: 2%; padding: 80px 0}
.page_contact .map{width: 100%; margin-bottom: 30px;}
.page_contact .map img{display: block; width: 100%; float: none}
.page_contact .contact_con h1{font-size: 20px; color: #008cd7; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #008cd7;}
.page_contact .contact_con span{display: block; font-size: 14px; color: #666; line-height: 32px;}
.page_message{width: 48%; margin-left: 2%; padding: 80px 0}

/*----page_sstd----*/
.page_sstd{padding: 80px 0}
.page_sstd.bg_color{background: #f0f0f0}
.page_sstd h1{font-size: 32px; color: #282828; text-align: center; margin-bottom: 60px;}

.page_sstd .li{}
.page_sstd .li .li_left{width: 45%; margin-right: 5%;}
.page_sstd .li .li_left p{font-size: 18px; color: #666; line-height: 32px;}
.page_sstd .li .li_right{width: 50%;}
.page_sstd .li .li_right img{width: 100%; float: none; display: block}


.page_sstd .list{}
.page_sstd .list li{margin-bottom: 40px;}
.page_sstd .list li .li_left{width: 50%; padding: 160px 80px;}
.page_sstd .list li .li_left h3{font-size: 22px; color: #282828; margin-bottom: 20px;}
.page_sstd .list li .li_left p{font-size: 16px; color: #666; line-height: 28px;}
.page_sstd .list li .li_right{width: 50%;}
.page_sstd .list li .li_right img{width: 100%;}

.sstd_li .list{margin-right: -2%}
.sstd_li .list li{width: 48%; float: left; margin-right: 2%; margin-bottom: 50px;}
.sstd_li .list li h1{font-size: 22px; color: #282828; margin-bottom: 20px; text-align: left}
.sstd_li .list li span{display: block; font-size: 15px; color: #666; line-height: 32px; padding-left: 20px; position: relative}
.sstd_li .list li span:before{content: ""; display: block; width: 6px; height: 6px; background: #999; position: absolute; top: 0; left: 0; margin-top: 14px;}

.sstd_cw .li .li_left{width: 75%; margin-right: 0}
.sstd_cw .li .li_left h3{font-size: 22px; color: #282828; margin-bottom: 20px;}
.sstd_cw .li .li_right{width: 20%; margin-right: 5%}




/*-----公共样式-------*/
/*----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: #dd0b16; 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: 14px; 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 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: #dd0b16; 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: #008cd7 !important}