/*Created by lk on 2020/05/25.*/

.page_banner{width: 100%; height: 400px;}
.page_banner .banner_bg{width: 100%; height: 100%; background-position: center; background-size: cover}
.page_banner .banner_bg .w1200{padding-top: 340px; overflow: hidden}
.page_banner .banner_bg h3{font-size: 36px; color: #fff; font-weight: bold; font-family: 'novecentowide-book' }

.page_title{padding: 26px 0 0 0; border-bottom: 1px solid #e0e0e0; margin-bottom: 40px;}
.page_title .title_left{width: 50%;}
.page_title .title_left h3{font-size: 22px; color: #282828; padding-bottom: 8px}
.page_title .title_left h3 i{font-size: 14px; color: #666; font-style: normal; padding-left: 6px; font-family: 'novecentowide-book'}

.page_title .title_left .t_link{display: inline-block; padding: 10px 28px; background: #dedede; font-size: 13px; color: #333; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_title .title_left .t_link:hover{background: #000; color: #fff;}
.page_title .title_left .t_link.on{background: #000; color: #fff}

.page_title .title_right{padding-top: 6px}
.page_title .title_right span{display: inline-block; padding-left: 6px; font-weight: bold; font-size: 14px; color: #999}
.page_title .title_right span i{font-size: 18px; color: #777; padding-right: 6px; padding-bottom: 2px; vertical-align: middle;}
.page_title .title_right span a{display: inline-block; font-size: 12px; color: #666; font-weight: bold;}
.page_title .title_right span a:hover{color: #ce1111}

.page_con{padding-bottom: 50px}

/*----page-about----*/
.page_about p{font-size: 14px; color: #333; line-height: 26px}
.page_about img{width: 100%; float: none; margin: 20px 0}

/*----page_culture----*/
.page_culture{width: 100%; height: 460px; padding-top: 100px; background: url("../image/img09.jpg") no-repeat center bottom; background-size: cover; overflow: hidden}
.page_culture .txt{width: 50%; padding: 50px 50px 50px 80px; background: rgba(255,255,255,.6)}
.page_culture .txt p{font-size: 16px; color: #282828; line-height: 40px; padding-left: 26px; position: relative}
.page_culture .txt p:before{content: ""; display: block; width: 14px; height: 14px; background: url("../image/about_bg01_ico.png") no-repeat; background-size: cover; position: absolute; top: 50%; left: 0; margin-top: -7px}

/*----page-network----*/
.page_network img{width: 960px; float: none; display: block; margin: 0 auto}


/*----page-group----*/
.page_group{}
.page_group .list{margin-right: -1.3333%}
.page_group .list li{width: 32%; float: left; margin-right: 1.3333%; margin-bottom: 20px; padding: 10px; background: #f4f4f4; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_group .list li .img{width: 100%; height: 230px; overflow: hidden}
.page_group .list li .img img{width: 100%; transition: all ease .6s; -webkit-transition: all ease .6s}
.page_group .list li .txt{padding: 16px 0 6px 0; transition: all ease .5s; -webkit-transition: all ease .5s}
.page_group .list li .txt h1{font-size: 16px; color: #282828; padding-bottom: 4px}
.page_group .list li .txt p{font-size: 13px; color: #666; font-family: 'novecentowide-book'}
.page_group .list li:hover{background: #e4e4e4}
.page_group .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.page_group .list li:hover .txt{transform: translateX(10px); -webkit-transform: translateX(10px)}

/*----page_groupshow----*/
.page_groupshow{}
.page_groupshow .group_title{text-align: center; padding: 0 0 40px 0}
.page_groupshow .group_title h1{font-size: 20px; color: #282828; margin-bottom: 4px}
.page_groupshow .group_title p{font-size: 12px; color: #999; font-family: 'novecentowide-book'}
.page_groupshow .group_con{margin-bottom: 40px}
.page_groupshow .group_con p{font-size: 14px; color: #333; line-height: 26px}
.page_groupshow .group_con img{display: block;float: none; margin: 20px auto}
.page_groupshow .group_img{}
.page_groupshow .group_img .list{margin-right: -2%}
.page_groupshow .group_img .list li{width: 48%; margin-right: 2%; float: left; margin-bottom: 20px}
.page_groupshow .group_img .list li img{width: 100%}



/*----page-product----*/
.page_product{}
.page_product .list{margin-right: -1%}
.page_product .list li{width: 24%; float: left; margin-bottom: 20px; margin-right: 1%;; position: relative; overflow: hidden}
.page_product .list li .img{width: 100%; overflow: hidden}
.page_product .list li .img img{width: 100%; transition: all ease .6s; -webkit-transition: all ease .6s}
.page_product .list li .txt{width: 100%; height: 40px; line-height: 40px; position: relative}
.page_product .list li .txt:before{content: ""; display: block; width: 0; height: 1px; background: #e0e0e0; position: absolute; bottom: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .list li .txt h3{font-size: 14px; color: #333; padding-left: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_product .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.page_product .list li:hover .txt:before{width: 100%}
.page_product .list li:hover .txt h3{transform: translateX(10px); -webkit-transform: translateX(10px)}

/*----page_productshow----*/
.page_productshow{}
.page_productshow .show_left{width: 45%; margin-right: 5%;}
.page_productshow .show_left .img{width: 100%; overflow: hidden}
.page_productshow .show_left .img img{width: 100%}

.page_productshow .show_right{width: 50%}
.page_productshow .show_right .title{margin-bottom: 10px; padding-bottom: 10px}
.page_productshow .show_right .title h3{font-size: 18px; color: #333;}
.page_productshow .show_right .title .line{display: block; width: 100%; height: 1px; margin: 10px 0; background: #dedede}
.page_productshow .show_right .title p{font-size: 14px; color: #333; line-height: 24px;}
.page_productshow .show_right .con{padding-top: 10px}
.page_productshow .show_right .con h1{font-size: 15px; color: #333; font-weight: bold; margin-bottom: 20px; padding-left: 20px; background: url("../image/ico01.png") no-repeat left center;}
.page_productshow .show_right .con p{font-size: 13px; color: #666; line-height: 24px;}
.page_productshow .show_right .con img{display: block; float: none; margin: 20px auto}


/*----page_news----*/
.page_news .news_left{width: 70%; padding-right: 5%; border-right: 1px solid rgba(192,181,155,.3)}
.page_news .news_left .list li{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 2px solid #e0e0e0}
.page_news .news_left .list li h1{font-size: 16px; color: #999; margin-bottom: 10px; font-family: 'novecentowide-book'}
.page_news .news_left .list li h3{font-size: 16px; color: #333; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.page_news .news_left .list li p{font-size: 13px; color: #666; line-height: 22px;}
.page_news .news_left .list li:hover h1{color: #ce1111}
.page_news .news_left .list li:hover h3{color: #ce1111; transform: translateX(10px); -webkit-transform: translateX(10px)}

.news_right{width: 30%; padding-left: 5%}
.news_right h6{font-size: 18px; color: #ce1111; font-weight: bold; margin-bottom: 20px}
.news_right .list li{margin-bottom: 20px;}
.news_right .list li h1{font-size: 14px; color: #ce1111; font-family: 'novecentowide-book'}
.news_right .list li h3{font-size: 13px; color: #666;}


/*----page_newshow----*/
.page_newshow .newshow_left{width: 70%; padding-right: 5%; border-right: 1px solid rgba(192,181,155,.3)}
.page_newshow .newshow_left .title{margin-bottom: 20px}
.page_newshow .newshow_left .title h3{font-size: 16px; color: #ce1111; font-weight: bold; margin-bottom: 6px;}
.page_newshow .newshow_left .title span{font-size: 13px; color: #666; margin-right: 20px}
.page_newshow .newshow_left .con p{font-size: 14px; color: #444; line-height: 24px;}
.page_newshow .newshow_left .con img{float: none; display: block; width: 100%; height: auto; margin: 20px 0}
.page_newshow .newshow_left .con p a{display: inline-block; text-indent: 0}
.page_newshow .newshow_left .con p a strong{text-indent: 0}

.page_newshow .newshow_left .keyword a{display: inline-block; font-size: 13px; color: #999; background: #f0f0f0; padding: 4px 10px; margin: 20px 2px 10px 0;}

/*----page_enterprise----*/
.page_enterprise{}
.page_enterprise .list{list-style: none; margin-right: -1%;}
.page_enterprise .list li{float: left; width: 24%; margin-right: 1%; margin-bottom: 1%;}
.page_enterprise .list li .example-image-link{width: 100%; overflow: hidden;  border: 1px solid #e0e0e0}
.page_enterprise .list li .example-image-link img{width: 100%; display: block; float: none}


/*----contact-----*/
.page_contact .contact_left{width: 35%; margin-right: 5%}
.page_contact .contact_left h3{font-size: 20px; color: #333; margin-bottom: 20px}
.page_contact .contact_left p{font-size: 14px; color: #333; line-height: 28px}
.page_contact .contact_left img{width: 110px; height: 110px; margin: 10px 0 0 0}
.page_contact .contact_right{width: 60%;}
.page_contact .contact_right .map{width: 100%; height: 280px}

/*-----公共样式-------*/
/*----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: 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{}
.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: #ce1111; 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: #ce1111 !important}




