@charset "utf-8";

html{width:100%; height:100%;}
body{ color:#333; background:#fff; font-size:16px; font-family:"微软雅黑";}
ul,li{ list-style:none;}
*{ margin:0; padding:0;}
img{ border:none; max-width:100%; vertical-align: bottom;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.tr{ text-align: right;}
.tc{ text-align: center;}
a{ color:#333; text-decoration: none;}
a:hover{ color:#333; text-decoration:underline;}

input,button,textarea{ border: 0; font-size:16px; font-family:"微软雅黑";}
input{
 -webkit-appearance:none;
 outline:none
}
button{
 -webkit-appearance:none;
 outline:none
}

.page_box,.honor,.list,.list_picture,.list_nopicture,.list_product{ min-height: 500px;}
@media screen and (max-width:799px){
	.page_box,.honor,.list,.list_picture,.list_nopicture,.list_product{ min-height: auto;}
}

/* 首页(s) */

.banner .swiper-pagination-bullet{ width: 10px; height: 10px; background-color: #fff; opacity: 1; transition: 0.3s ease-in-out;}
.banner .swiper-pagination-bullet-active{ width: 28px; background-color: #c01b0e; border-radius: 10px;}

.header{ width: 100%; background-color: rgba(0,0,0,0.4); position: fixed; top: 0; left: 0; z-index: 2;}
.header_main{ max-width: 1440px; margin: 0 auto;}
.header_main .logo{ height: 52px; padding: 20px 0; float: left; transition: 0.3s ease-in-out;}
.header.scroll .logo{ height: 46px; padding: 15px 0;}
.nav{ float: right;}
.nav>li{ display: inline-block; position: relative;}
.nav>li>p>a{ padding: 0 20px; line-height: 92px; display: block; color: #fff; position: relative; text-decoration: none; transition: 0.3s ease-in-out;}
.header.scroll .nav>li>p>a{ line-height: 76px;}
.nav>li>p>a span{ position: absolute; bottom: 0; left: 50%; margin-left: -6px; border-width:6px; border-style:dashed dashed solid; border-color: transparent transparent #fff; display: none;}
.nav>li>p>a.selected span{ display: block;}

.nav_child{ width: 140px; position:absolute; top:100%; left:50%; margin-left: -70px; z-index:1; visibility:hidden; margin-top:20px; background-color:#fff; transition:margin .15s, opacity .15s; box-shadow:0px 3px 20px 0px rgba(0,0,0,0.5)}
.nav>li:hover .nav_child{ opacity:1; visibility:visible; margin-top:0}
.nav_child>li:first-child>a:after{ content:''; position:absolute; height:0; width:0; left:50%; top:-6px; border:6px solid transparent; margin-left: -6px; border-top:0; border-bottom-color:inherit;}
.nav_child a{ width:100%; display: block; border-bottom:1px solid #f1f1f1; text-align:center; line-height:55px;}
.nav_child a:hover{ color:#c01b0e;}
.nav_child>li:last-child a{ border:0;}

.navbar_phone{ display: none;}
.nav_phone{ width: 34px; height: 34px; text-align: center; margin-top: 12px; float: right; display: none; cursor: pointer;}
.nav_phone .point { display: inline-block;  width: 22px; height: 18px; margin-top: 8px; position: relative;}
.nav_phone .navbtn,
.nav_phone .navbtn::after,
.nav_phone .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 22px;  height: 2px;   -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  border-radius:3px;-webkit-border-radius:3px; -moz-border-radius:3px;}
.nav_phone .navbtn{ top: 8px;}
.nav_phone .navbtn::after { top:-8px; content: '';}
.nav_phone .navbtn::before { top:8px; content: '';}
.nav_phone .point.active .navbtn{  background: transparent;  }
.nav_phone .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.nav_phone .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

@media screen and (max-width:1480px) and (min-width:1280px){
	.header_main{ padding: 0 20px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.header_main{ padding: 0 20px;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.header_main{ padding: 0 20px;}
	.header_main .logo,.header.scroll .logo{ height: 36px;}
	.nav>li>p>a{ padding: 0 10px; line-height: 76px;}
	.header.scroll .nav>li>p>a{ line-height: 66px;}
}

@media screen and (max-width:799px){
	.header_main{ padding: 0 16px;}
	.header.scroll .logo,.header_main .logo{ height: 30px; padding: 14px 0;}
	.nav_phone{ display: block;}
	.nav{ width: 100%; height: 100%; float: none; position: fixed; left: 0; transform: translateX(-100%); transition: 0.5s ease-in-out; top: 58px; background-color: rgba(0,0,0,0.4); padding: 0 20px; box-sizing: border-box;}
	.nav.active{ transform: translateX(0); transition: 0.5s ease-in-out; opacity: 1;}
	.nav{ transform: translateX(-100%); transition: 0.5s ease-in-out;}
	.nav>li{ width: 100%; height: 70px; border-bottom: 1px solid #fff; text-align: center; transform: translateX(-100%); opacity: 0;}
	.nav>li:hover .nav_child{ display: none;}
	.nav>li:nth-child(1){ transition: 0.4s ease-in-out 0.4s;}
	.nav>li:nth-child(2){ transition: 0.4s ease-in-out 0.5s;}
	.nav>li:nth-child(3){ transition: 0.4s ease-in-out 0.6s;}
	.nav>li:nth-child(4){ transition: 0.4s ease-in-out 0.7s;}
	.nav>li:nth-child(5){ transition: 0.4s ease-in-out 0.8s;}
	.nav>li:nth-child(6){ transition: 0.4s ease-in-out 0.9s;}
	.nav>li:nth-child(7){ transition: 0.4s ease-in-out 1s;}
	.nav.active>li{ transform: translateX(0); opacity: 1;}
	.nav>li:last-child{ border: 0;}
	.header.scroll .nav>li>p>a,.nav>li>p>a{ line-height: 70px;}
	.nav>li>p>a.selected span{ display: none;}
	
	.banner .swiper-pagination-bullet{ width: 8px; height: 8px;}
}

.about{ width: 100%; background-color: #f6f6f6; padding: 70px 0 60px 0;}
.about_main{ max-width: 1440px; margin: 0 auto;}
.title{ text-align: center; position: relative;}
.title h3{ font-size: 26px; color: #c01b0e; font-weight: normal; padding: 8px 0 20px 0;}
.title::after{ content: ""; width: 30px; height: 1px; background-color: #333; position: absolute; bottom: 0; left: 50%; margin-left: -15px;}
.about_text{ text-align: center; line-height: 26px; padding: 30px 0;}
.about_more{width: 105px; display: block; text-align: center; margin: 0 auto; color: #666; transition: 0.3s ease-in-out;}
.about_more img{ margin-bottom: 5px; opacity: 0.6;}
.about_more:hover img{ opacity: 1; transition: 0.3s ease-in-out;}
.about_more:hover{ color: #333; text-decoration: none;}
.about_list{ height: 300px; padding: 70px 80px 0 80px; box-sizing: border-box; margin-top: 43px; background: url(../images/about_bg.jpg) no-repeat center;}
.about_list li{ width: 20%; float: left;}
.about_list li a{ width: 100%; height: 100%; display: block; text-align: center;}
.about_list li a:hover{ text-decoration: none;}
.about_list li span{ width: 105px; height: 120px; display: inline-block; margin: 0 auto; position: relative;}
.about_list li span i{ width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background: url(../images/about_iconbg1.png) no-repeat center center; background-size: 100% 100%; transition: 0.3s ease-in-out;}
.about_list li:hover span i{ background: url(../images/about_iconbg2.png) no-repeat center center; background-size: 100% 100%;}
.about_list li font{ width: 100%; height: 100%; display: block; text-align: center; position: relative; z-index: 2;}
.about_list li:nth-child(1) font{background: url(../images/about_icon1.png) no-repeat center center;}
.about_list li:nth-child(2) font{background: url(../images/about_icon2.png) no-repeat center center;}
.about_list li:nth-child(3) font{background: url(../images/about_icon3.png) no-repeat center center;}
.about_list li:nth-child(4) font{background: url(../images/about_icon4.png) no-repeat center center;}
.about_list li:nth-child(5) font{background: url(../images/about_icon5.png) no-repeat center center;}
.about_list li p{ margin-top: 20px; font-size: 20px; color: #fff;}

@media screen and (max-width:1480px) and (min-width:1280px){
	.about_main{ padding: 0 20px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.about_main{ padding: 0 20px;}
	.about_list{ padding: 70px 0 0 0;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.about_main{ padding: 0 20px;}
	.about_list{ padding: 75px 0 0 0; margin-top: 35px;}
	.about{ padding: 50px 0 40px 0;}
	.title img{ height: 26px;}
	.title h3{ font-size: 24px;}
	.about_text{ font-size: 15px; padding: 27px 0;}
	.about_more{ font-size: 15px;}
	.about_more img{ width: 30px;}
	.about_list li span{ width: 91px; height: 104px;}
	.about_list li p{ font-size: 18px;}
}

@media screen and (max-width:799px){
	.about{ padding: 30px 0 0 0;}
	.title{ padding: 0 16px;}
	.title img{ height: 20px;}
	.title h3{ font-size: 20px; padding: 0 0 8px 0;}
	.about_text{ font-size: 16px; padding: 20px 16px; text-align: justify; line-height: 28px;}
	.about_more{ font-size: 15px;}
	.about_more img{ width: 26px;}
	.about_list{ height: 200px; margin-top: 25px; padding: 50px 0 0 0;}
	.about_list li{ width: 25%;}
	.about_list li:nth-child(5){ display: none;}
	.about_list li span{ width: 56px; height: 64px;}
	.about_list li p{ font-size: 18px; margin-top: 5px;}
	.about_more:hover img{ opacity: 0.6;}
	.about_list li:hover span i{ background: url(../images/about_iconbg1.png) no-repeat center center; background-size: 100% 100%;}
	.about_list li:nth-child(1) font{background: url(../images/about_icon1.png) no-repeat center center; background-size: 60%;}
	.about_list li:nth-child(2) font{background: url(../images/about_icon2.png) no-repeat center center; background-size: 60%;}
	.about_list li:nth-child(3) font{background: url(../images/about_icon3.png) no-repeat center center; background-size: 60%;}
	.about_list li:nth-child(4) font{background: url(../images/about_icon4.png) no-repeat center center; background-size: 60%;}
}

.product_title{ padding-top: 60px; margin-bottom: 37px;}
.product{ width: 100%; padding: 85px 0 62px 0; box-sizing: border-box; background: url(../images/product_bg.jpg) no-repeat center center; background-size: cover;}
.product_main{ max-width: 1440px; margin: 0 auto;}
.product_list{ padding: 15px 15px 20px 15px; box-sizing: border-box; background-color: #fff; border-radius: 8px;}
.product_list:hover{ background-color: #f6f6f6;}
.product_list .img{ width: 100%; display: block; overflow: hidden;}
.product_list img{ width: 100%; transition: all 0.6s;}
.product_list:hover img{ transform: scale(1.1);}
.product_list h3{ padding: 15px 0 10px 0; line-height: 26px; position: relative;}
.product_list h3::after{ content: ""; width: 24px; height: 8px; background: url(../images/product_arrow.png) no-repeat -24px 0; position: absolute; right: 0; top: 50%; margin-top: -4px; transition: 0.3s ease-in-out;}
.product_list:hover h3::after{ background: url(../images/product_arrow.png) no-repeat 0 0;}
.product_list p{ font-size: 14px; line-height: 21px; color: #666;}
.product_more{ width: 132px; height: 38px; line-height: 38px; border-radius: 38px; display: block; margin: 70px auto 0 auto; background-color: #fff; text-align: center; transition: all 0.6s;}
.product_more:hover{ background-color: rgba(255,255,255,0.6); text-decoration: none;}

@media screen and (max-width:1480px) and (min-width:1280px){
	.product_main{ padding: 0 20px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.product_main{ padding: 0 20px;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.product_main{ padding: 0 20px;}
	.product_title{ padding-top: 50px;}
	.product{ padding-top: 65px;}
	.product_more{ margin-top: 50px;}
}

@media screen and (max-width:799px){
	.product_main{ padding: 0 10px;}
	.product_list{ padding: 10px 10px 0 10px;}
	.product_list:hover{ background-color: #fff;}
	.product_list:hover img{ transform: scale(1);}
	.product_list:hover h3::after{ background: url(../images/product_arrow.png) no-repeat -24px 0;}
	.product_title{ padding-top: 30px; margin-bottom: 30px;}
	.product{ padding: 30px 0;}
	.product_list p{ display: none;}
	.product_list h3::after{ display: none;}
	.product_list h3{ font-size: 18px;}
	.product_more{ width: 120px; font-size: 15px; margin-top: 30px;}
}

.news_title{ max-width: 1440px; margin: 0 auto; padding: 65px 0 38px 0;}
.news_title .title{ width: 330px; text-align: left; float: left;}
.news_title .title::after{ left: 0; margin-left: 0;}
.news_top{ padding-top: 13px; float: right; font-size: 0;}
.news_top li{ padding: 0 20px; line-height: 34px; margin-left: 10px; display: inline-block; border-radius: 10px; border: 1px solid #ababab; font-size: 16px; cursor: pointer;}
.news_top li.active{ background-color: #c01b0e; border-color: #c01b0e; color: #fff;}

.bidding{ width: 100%; padding: 50px 0; background-color: #f6f6f6;}
.bidding_main{ max-width: 1440px; margin: 0 auto;}
.bidding_main li{ width: 50%; line-height: 26px; padding: 9px 55px 10px 0; box-sizing: border-box; float: left;}
.bidding_main li:nth-child(2n){ padding: 9px 0 10px 55px;}
.bidding_text{ width: 100%; padding-left: 20px; box-sizing: border-box; position: relative;}
.bidding_text::before{ content: ""; width: 8px; height: 8px; border: 1px solid #444; border-radius: 100%; position: absolute; left: 0; top: 9px;}
.bidding_main li:hover .bidding_text::before{ border-color: #c01b0e;}
.bidding_text a{ width: 80%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float: left;}
.bidding_text a font{ color: #c01b0e;}
.bidding_text span{ float: right; color: #666;}
/* .bidding .swiper-slide{ background-color: #f6f6f6;} */

@media screen and (max-width:1480px) and (min-width:1280px){
	.news_title{ padding: 64px 20px 38px 20px;}
	.bidding_main{ padding: 0 20px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.news_title{ padding: 64px 20px 38px 20px;}
	.bidding_main{ padding: 0 20px;}
	.bidding_main li{ padding-right: 40px;}
	.bidding_main li:nth-child(2n){ padding-left: 40px;}
	.bidding_text a{ width: 74%;}
	.bidding_text a font{ display: none;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.news_title{ padding: 50px 20px 38px 20px;}
	.news_title .title{ width: 275px;}
	.bidding_main{ padding: 0 20px;}
	.news_top li{ padding: 0 10px; margin-left: 8px;}
	.bidding_main li{ padding-right: 30px;}
	.bidding_main li:nth-child(2n){ padding-left: 30px;}
	.bidding_text a{ width: 100%;}
	.bidding_text span{ float: left; margin-left: 8px;}
}

@media screen and (max-width:799px){
	.news_title{ padding: 30px 0 0 0;}
	.bidding{ padding: 30px 0;}
	.bidding_main{ padding: 0 16px; height: 426px; overflow: hidden;}
	.news_title .title{ width: 100%; text-align: center; box-sizing: border-box;}
	.news_title .title::after{ left: 50%; margin-left: -15px;}
	.news_top{ width: 100%; padding-top: 30px;}
	.news_top li{ background-color: #e8e8e8; border: 0; border-left: 1px solid #c9c9c9; text-align: center; border-radius: 0; margin: 0; box-sizing: border-box;}
	.news_top li:nth-child(1){ border-left: 0;}
	#bidding_top span{ width: 40px; display: block; line-height: 20px; margin: 0 auto;}
	#bidding_top li{ width: 20%; padding: 10px 0;}
	#news_top li{ width: 50%; padding: 5px 0;}
	.bidding_main li{ width: 100%; padding-right: 0;}
	.bidding_main li:nth-child(2n){ padding-left: 0;}
	.bidding_text a{ width: 100%;}
	.bidding_text span{ float: left; margin-left: 8px;}
}

.news{ max-width: 1440px; margin: 0 auto;}
.news_list{ padding: 15px 0 40px 0; float: left;}
.news_list dl{ padding: 10px 8px; background-color: #bbbbbb; color: #fff; position: absolute; top: 0; left: 37px; transition: 0.3s ease-in-out; z-index: 2;}
.news_list:hover dl{ background-color: #c01b0e;}
.news_list dl dt{ font-size: 24px;}
.news_list dl dd{ font-size: 16px;}
.news_main{ border: 2px solid #b8b8b8; box-sizing: border-box; padding: 85px 35px 70px 35px; position: relative;}
.news_main h3{ border-bottom: 1px solid #d6d6d6; font-size: 16px; font-weight: normal; padding-bottom: 18px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; position: relative;}
.news_main h3:before{ content: ''; display: inline-block; vertical-align: middle; width: 0; height: 1px; background: #666; transition: 0.3s ease-in-out;}
.news_list:hover h3::before{ width: 40px; margin-right: 5px;}
.news_main p{ line-height: 26px; color: #666; font-size: 14px; padding-top: 22px; text-align: justify;}
.news_more{ width: 130px; height: 36px; line-height: 36px; border-radius: 38px; border: 1px solid #ababab; display: block; margin: 50px auto 70px auto; text-align: center; transition: all 0.6s;}
.news_more:hover{ background-color: #f6f6f6; text-decoration: none;}
.news_add{ width: 82px; height: 82px; border-radius: 100%; background-color: #f1f1f1; position: absolute; left: 50%; margin-left: -41px; bottom: 0; transition: 0.3s ease-in-out;}
.news_add span{ width: 54px; height: 54px; border-radius: 100%; background-color: #bbbbbb; display: block; position: absolute; top: 50%; left: 50%; margin-top: -27px; margin-left: -27px; transition: 0.3s ease-in-out;}
.news_list:hover .news_add{ background-color: #f8f2f1;}
.news_list:hover .news_add span{ background-color: #c01b0e;}
/* .news .swiper-slide{ background-color: #fff;} */

@media screen and (max-width:1480px) and (min-width:1280px){
	#news1,#news2{ padding: 0 20px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	#news1,#news2{ padding: 0 20px;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	#news1,#news2{ padding: 0 20px;}
	.news_more{ margin: 30px auto 50px auto;}
}

@media screen and (max-width:799px){
	#news1,#news2{ padding: 40px 16px 0 16px; background-color: #f6f6f6;}
	.news_main{ background-color: #fff;}
	.news .swiper-slide{ background-color: #f6f6f6;}
	.news_more{ width: 120px; margin: 15px auto 30px auto; font-size: 15px;}
	.news_more:hover{ background-color: #fff;}
	.news_list:hover dl{ background-color: #bbbbbb;}
	.news_list:hover h3::before{ width: 0; margin-right: 0;}
	.news_list:hover .news_add{ background-color: #f1f1f1;}
	.news_list:hover .news_add span{ background-color: #bbbbbb;}
}

.footer{ width: 100%; padding: 50px 0; background-color: #383838;}
.footer_main{ max-width: 1440px; margin: 0 auto; color: #fff;}
.footer_logo{ float: left;}
.footer_center{ float: left; padding-left: 75px;}
.footer_nav li{ display: inline-block; padding-right: 60px; font-size: 18px;}
.footer_nav li a{ color: #fff;}
.footer_nav li:last-of-type{ padding-right: 0;}
.footer_nav li span{ font-size: 16px; opacity: 0.2; text-transform: uppercase;}
.footer_contact{ padding-top: 12px;}
.footer_contact li{ padding: 15px 0 0 40px; line-height: 26px; position: relative;}
.footer_contact li::before{ content: ""; width: 26px; height: 26px; display: block; position: absolute; top: 15px; left: 0;}
.footer_contact li:nth-child(1)::before{ background: url(../images/footer_icon.png) no-repeat 0 0;}
.footer_contact li:nth-child(2)::before{ background: url(../images/footer_icon.png) no-repeat -27px 0;}
.footer_contact li:nth-child(3)::before{ background: url(../images/footer_icon.png) no-repeat -54px 0;}
.footer_right{ float: right; text-align: center; font-size: 18px;}
.footer_right span{ font-size: 16px; opacity: 0.2; text-transform: uppercase;}
.footer_right img{ margin-top: 13px;}
.footer_copyright{ width: 100%; background-color: #383838; border-top: 1px solid #4c4c4c; text-align: center; padding: 18px 0; color: #fff;}
.footer_copyright span{ padding: 0 10px;}
.footer_copyright a{ color: #fff;}

.footer_copyright .license{ cursor: pointer;}
.yyzz_layer{ display: none;}
.layui-layer{ width: 700px!important; border: 15px solid #fff; border-radius: 5px!important;}
.layui-layer-content{ height: 514px!important; overflow: hidden!important;}

@media screen and (max-width:1480px) and (min-width:1280px){
	.footer_main{ padding: 0 20px;}
	
}
@media screen and (max-width:1429px) and (min-width:1360px){
	.footer_nav li{ padding-right: 50px;}
}
@media screen and (max-width:1359px) and (min-width:1280px){
	.footer_center{ padding-left: 60px;}
	.footer_nav li{ padding-right: 42px;}
}
@media screen and (max-width:1279px) and (min-width:1024px){
	.footer_main{ padding: 0 20px;}
	.footer_logo{ display: none;}
	.footer_center{ padding-left: 0;}
}
@media screen and (max-width:1150px) and (min-width:1024px){
	.footer_nav li{ padding-right: 42px;}
}
@media screen and (max-width:1023px) and (min-width:800px){
	.footer_main{ padding: 0 20px;}
	.footer_nav{ display: none;}
}
@media screen and (max-width:799px){
	.footer_logo,.footer_nav,.footer_right{ display: none;}
	.footer{ padding: 20px 0;}
	.footer_center{ width: 100%; padding-left: 0;}
	.footer_contact{ width: 260px; padding-top: 0; margin: 0 auto;}
	.footer_contact li{ padding-top: 10px;}
	.footer_contact li::before{ top: 10px;}
	.footer_copyright{ display: none;}
}

/* 首页(e) */

/* 产品中心(s) */

.list_product{ max-width: 1440px; margin: 0 auto 30px auto;}
.list_product li{ margin: 0 20px 20px 0; box-sizing: border-box; float: left;}
.list_product_main{ width: 345px; padding: 15px 15px 20px 15px; box-sizing: border-box; background-color: #ededed; border-radius: 8px; box-sizing: border-box;}
.list_product li:nth-child(4n){ margin-right: 0;}
.list_product li .img{ width: 100%; display: block; overflow: hidden;}
.list_product li img{ width: 100%; transition: all 0.6s;}
.list_product li:hover img{ transform: scale(1.1);}
.list_product li h3{ padding: 15px 0 10px 0; line-height: 26px; position: relative;}
.list_product li h3::after{ content: ""; width: 24px; height: 8px; background: url(../images/product_arrow.png) no-repeat -24px 0; position: absolute; right: 0; top: 50%; margin-top: -4px; transition: 0.3s ease-in-out;}
.list_product li:hover h3::after{ background: url(../images/product_arrow.png) no-repeat 0 0;}
.list_product li p{ font-size: 14px; line-height: 21px; color: #666;}

@media screen and (max-width:1480px) and (min-width:1280px){
	.list_product{ padding: 0 10px;}
	.list_product li{ width: 25%; padding: 0 10px 20px 10px; margin: 0;}
	.list_product_main{ width: 100%;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.list_product{ padding: 0 5px; margin-bottom: 20px;}
	.list_product li{ width: 33.3%; padding: 0 15px 30px 15px; margin: 0;}
	.list_product_main{ width: 100%;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.list_product{ padding: 0 10px;}
	.list_product li{ width: 33.3%; padding: 0 10px 20px 10px; margin: 0;}
	.list_product_main{ width: 100%;}
}

@media screen and (max-width:799px){
	.list_product{ padding: 0 10px;}
	.list_product li{ width: 50%; padding: 0 6px 12px 6px; margin: 0;}
	.list_product_main{ width: 100%; padding: 10px 10px 15px 10px;}
	.list_product li:hover img{ transform: scale(1);}
	.list_product li:hover h3::after{ background: url(../images/product_arrow.png) no-repeat -24px 0;}
}

/* 产品中心(e) */

/* 新闻列表页(s) */

.page_banner{ width: 100%; height: 638px; background: url(../images/page_banner.jpg) no-repeat center center; background-size: cover;}
.position{ max-width: 1440px; margin: 0 auto; padding: 25px 0 25px 18px; line-height: 30px; font-size: 14px; box-sizing: border-box; position: relative;}
.position::before{content: ""; width: 10px; height: 14px; display: block; position: absolute; left: 0; top: 33px; background: url(../images/position.png) no-repeat;}
.page_nav{ width: 100%; background-color: #f8f8f8;}
.page_nav ul{ max-width: 1440px; margin: 0 auto;}
.page_nav ul li{ float: left;}
.page_nav ul li a{ width: 154px; height: 54px; line-height: 54px; display: block; text-align: center; text-decoration: none;}
.page_nav ul li:hover,.page_nav ul li.selected{ background-color: #c01b0e; color: #fff; text-decoration: none;}
.page_nav ul li:hover a,.page_nav ul li.selected a{ color: #fff;}
.list{ max-width: 1440px; margin: 0 auto; padding: 43px 0 17px 0;}
.list li{ width: 50%; padding: 0 19px 38px 0; box-sizing: border-box; float: left;}
.list li:nth-child(2n){ padding: 0 0 38px 19px;}
.list_box{ padding: 30px; border: 2px solid #dedede;}
.list_box .img{ width: 240px; height: 130px; overflow: hidden; float: left;}
.list_box .img img{transition: all 0.6s;}
.list_box:hover .img img{ transform: scale(1.1);}
.list_main{ margin-left: 270px;}
.list_main h3{ font-size: 16px; font-weight: normal; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.list_main .time{ font-size: 14px; color: #999; padding: 10px 0 15px 0;}
.list_main p{ font-size: 14px; color: #999; line-height: 21px;}

.pages{width:100%; padding:0 0 60px 0; text-align:center; font-size: 0;}
.pages span,.pages a{ padding:8px 14px; margin:0 2px; background-color: #fff; border: 1px solid #e6e6e6; display: inline-block; font-size: 16px;}
.pages a:hover,.pages .current{ background:#c01b0e; color:#fff; text-decoration:none;}

@media screen and (max-width:1480px) and (min-width:1024px){
	.position{ padding: 25px 20px 25px 38px;}
	.position::before{ left: 20px;}
	.page_nav ul{ padding: 0 20px;}
	.list{ padding: 43px 20px 17px 20px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.page_nav ul.nav1 li a{ width: 140px;}
	.list_box .img{ width: 200px; height: 108px;}
	.list_main{ margin-left: 230px;}
	.list_main h3{ overflow: auto; white-space: normal; margin-top: 20px;}
	.list_main p{ display: none;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.page_banner{ height: 500px;}
	.position{ padding: 20px 20px 20px 38px;}
	.position::before{ left: 20px; top: 28px;}
	.page_nav ul{ padding: 0 20px;}
	.page_nav ul li a{ height: 50px; line-height: 50px;}
	.page_nav ul.nav1 li a{ width: 107px;}
	.page_nav ul.nav3 li a{ width: 150px;}
	.list{ padding: 35px 20px 10px 20px;}
	.list li{ padding: 0 8px 16px 0;}
	.list_box{ padding: 25px;}
	.list_box .img{ width: 160px; height: 87px;}
	.list_main{ margin-left: 180px;}
	.list_main h3{ overflow: auto; white-space: normal;}
	.list_main p{ display: none;}
	.pages{ padding: 0 0 40px 0;}
}

@media screen and (max-width:799px){
	.page_banner{ height: 400px;}
	.position{ padding: 16px 16px 16px 34px;}
	.position::before{ left: 16px; top: 24px;}
	.page_nav ul{ background-color: #e8e8e8;}
	.page_nav ul li{ width: 33.3%; border-left: 1px solid #c9c9c9; box-sizing: border-box;}
	.page_nav ul li a{ width: 100%;}
	.page_nav ul li:nth-child(1){ border-left: 0;}
	.page_nav ul.nav1 li{ width: 14.2%; padding: 10px 0;}
	.page_nav ul.nav1 li a{ width: 40px; display: block; line-height: 20px; height: auto; margin: 0 auto;}
	.page_nav ul.nav3 li{ width: 20%; padding: 10px 0;}
	.page_nav ul.nav3 li a{ width: 40px; display: block; line-height: 20px; height: auto; margin: 0 auto;}
	.page_nav ul.nav6 li{ width: 50%;}
	.list{ padding: 35px 16px 10px 16px;}
	.list li{ width: 100%; padding: 0 0 20px 0;}
	.list li:nth-child(2n){ padding: 0 0 20px 0;}
	.list_box{ padding: 20px;}
	.list_box .img{ width: 100%; height: auto; text-align: center;}
	.list_box .img img{ width: 100%; max-width: 640px;}
	.list_box:hover .img img{ transform: scale(1);}
	.list_main{ width: 100%; margin-left: 0; float: left;}
	.list_main h3{ padding-top: 15px;}
	.list_main .time{ padding: 6px 0 0 0;}
	.list_main p{ display: none;}
	.pages{ padding: 0 0 40px 0;}
}

/* 新闻列表页(e) */

/* 没有图片新闻列表(s) */

.list_nopicture{ max-width: 1440px; margin: 0 auto; padding: 30px 0 50px 0;}
.list_nopicture li{ width: 50%; padding: 0 40px 0 0; box-sizing: border-box; float: left;}
.list_nopicture li:nth-child(2n){ padding: 0 0 0 40px;}
.list_nopicture_main{ border-bottom: 1px solid #e2e2e2; padding: 10px 0; line-height: 36px;}
.list_nopicture li a{ width: 80%; display: block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float: left;}
.list_nopicture li span{ color: #888; float: right;}

@media screen and (max-width:1480px) and (min-width:1024px){
	.list_nopicture{ padding: 30px 20px 50px 20px;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.list_nopicture{ padding: 30px 20px 50px 20px;}
	.list_nopicture li{ width: 100%; padding: 0;}
	.list_nopicture li:nth-child(2n){ padding: 0;}
	.list_nopicture li a{ width: 85%;}
}

@media screen and (max-width:799px){
	.list_nopicture{ padding: 20px 16px 40px 16px;}
	.list_nopicture li{ width: 100%; padding: 0;}
	.list_nopicture li:nth-child(2n){ padding: 0;}
	.list_nopicture_main{ padding: 10px 0; line-height: 30px;}
	.list_nopicture li a{ width: 100%; overflow: auto; white-space: normal;}
	.list_nopicture li span{ float: left;}
}

/* 没有图片新闻列表(e) */

/* 资质荣誉(s) */

.honor{ max-width: 1440px; margin: 0 auto; padding: 43px 0 17px 0;}
.honor li{ width: 452px; margin: 0 42px 42px 0; float: left;}
.honor li:nth-child(3n){ margin-right: 0;}
.honor .img{ width: 452px; height: 320px; display: block; position: relative;}
.honor li .img::before{ content: ""; width: 0; height: 0; display: block; background-color: rgba(192,27,14,0.3); position: absolute; top: 50%; left: 50%; transition: 0.5s ease-in-out;}
.honor li:hover .img::before{ width: 100%; height: 100%; top: 0; left: 0;}
.honor li .img::after{ content: ""; width: 0; height: 0; display: block; position: absolute; top: 50%; left: 50%; transition: 0.5s ease-in-out; background: url(../images/honor_icon.png) no-repeat; background-size: 100%;}
.honor li:hover .img::after{ width: 32px; height: 32px; margin-top: -16px; margin-left: -16px;}
.honor li p{ line-height: 30px; text-align: center;}

@media screen and (max-width:1480px) and (min-width:1280px){
	.honor{ padding-top: 23px;}
	.honor li{ width: 33.3%; margin: 0; padding: 20px; box-sizing: border-box;}
	.honor .img{ width: 100%; height: auto;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.honor{ padding: 28px 5px 17px 5px;}
	.honor li{ width: 33.3%; margin: 0; padding: 15px; box-sizing: border-box;}
	.honor .img{ width: 100%; height: auto;}
}

@media screen and (max-width:1023px) and (min-width:800px){
	.honor{ padding: 15px 0 17px 0;}
	.honor li{ width: 50%; margin: 0; padding: 20px; box-sizing: border-box;}
	.honor .img{ width: 100%; height: auto;}
}

@media screen and (max-width:799px){
	.honor{ padding: 15px 8px 17px 8px;}
	.honor li{ width: 50%; margin: 0; padding: 8px; box-sizing: border-box;}
	.honor .img{ width: 100%; height: auto;}
}

/* 资质荣誉(e) */

/* 单页面(s) */

.page{ max-width: 1440px; margin: 50px auto; background-color: #f6f6f6;}
.page_box{ width: 1120px; margin: 0 auto; padding: 70px 0; box-sizing: border-box; line-height: 36px; text-align: justify;}

@media screen and (max-width:1279px) and (min-width:1024px){
	.page_box{ width: 100%; padding: 70px;}
	
}
@media screen and (max-width:1023px) and (min-width:800px){
	.page{ margin: 40px auto;}
	.page_box{ width: 100%; padding: 50px; line-height: 30px;}
}
@media screen and (max-width:799px){
	.page{ margin: 0 auto;}
	.page_box{ width: 100%; padding: 50px 16px; line-height: 30px;}
}


/* 单页面(e) */

/*新闻详情页(s))*/

.show{ max-width: 1440px; margin: 40px auto; padding: 60px 150px; box-sizing: border-box; background-color: #f6f6f6;}
.show_left{ width: 73%; float: left;}
.show_title{ font-size: 22px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #dbdbdb;}
.show_text{ line-height: 36px; text-align: justify;}
.show_right{ width: 224px; text-align: center; padding-top: 10px; float: right;}
.show_time{ width: 97px; padding: 28px 0; margin: 0 auto; position: relative;}
.show_time:after{ content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #d98682;}
.show_time:before{ content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 5px; left: 5px; background: #ecdad9;}
.show_time img,.show_time span,.show_time font{ position: relative; z-index: 1;}
.show_time span{ display: block; font-size: 24px; font-weight: bold; color: #fff; margin-top: 15px;}
.show_time font{ font-size: 14px; color: #fff;}
.show_view{ padding: 20px 0;}
.show_view dt{ font-size: 26px; font-weight: bold;}
.show_pages a{ width: 110px; line-height: 42px; box-sizing: border-box; background-color: #fff; display: block; border: 1px solid #d5d5d5; text-align: center; font-size: 15px; text-decoration: none; transition: 0.5s ease-in-out; float: left;}
.show_pages a:nth-child(2){ float: right;}
.show_pages a:hover{ background-color: #c01b0e; border-color: #c01b0e; color: #fff;}


@media screen and (max-width:1480px) and (min-width:1024px){
	.show{ padding: 60px 100px;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.show_left{ width: 70%;}
}

@media screen and (max-width:1023px){
	.show{ padding: 50px 20px;}
	.show_left{ width: 100%; float: none;}
	.show_title{ padding-bottom: 15px;}
	.show_text{ line-height: 30px;}
	.show_right{ float: none; margin: 0 auto; padding-top: 20px;}
	.show_time{ padding: 10px 0;}
	.show_time span{ font-size: 14px; margin-top: 8px;}
	.show_time font{ font-size: 12px;}
}

@media screen and (max-width:799px){
	.show{ padding: 40px 16px; margin: 0;}
}
/*新闻详情页(e))*/

/* 公司活动(s) */

.list_picture{ max-width: 1440px; margin: 66px auto 0 auto;}
.list_picture li{ width: 452px; margin-right: 42px; box-sizing: border-box; float: left;}
.list_picture li:nth-child(3n){ margin-right: 0;}
.list_picture_img{ width: 100%; height: 100%; box-sizing: border-box; overflow: hidden; border: 3px solid #e8e8e8;}
.list_picture_img img{transition: all 0.6s;}
.list_picture_img:hover img{ transform: scale(1.1);}
.list_picture_img a{ width: 100%; height: 100%; display: block; position: relative;}
.list_picture_img a::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 20px solid rgba(250,250,250,0.15); box-sizing: border-box; z-index: 2;}
.list_picture_img a i{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; padding: 20px; display: block; z-index: 3;}
.list_picture_img a i:before{ content: ""; width: 100%; height: 100%; display: block; border: 1px solid rgba(250,250,250,0.6); box-sizing: border-box;}
.list_picture li p{ padding: 25px 0 40px 0; text-align: center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

@media screen and (max-width:1480px) and (min-width:1280px){
	.list_picture{ margin: 60px 0 0 0;}
	.list_picture li{ width: 33.3%; padding: 0 20px; margin: 0;}
}

@media screen and (max-width:1279px) and (min-width:1024px){
	.list_picture{ margin: 60px 5px 0 5px;}
	.list_picture li{ width: 33.3%; padding: 0 15px; margin: 0;}
}
@media screen and (max-width:1023px) and (min-width:800px){
	.list_picture{ margin: 40px 14px 0 14px;}
	.list_picture li{ width: 33.3%; padding: 0 6px; margin: 0;}
	.list_picture li p{ padding: 15px 0 25px 0;}
	.list_picture_img a::before{ border-width: 10px;}
	.list_picture_img a i{ padding: 10px;}
}
@media screen and (max-width:799px){
	.list_picture{ margin: 30px 7px 0 7px;}
	.list_picture li{ width: 50%; padding: 0 7px; margin: 0;}
	.list_picture li p{ padding: 15px 0 25px 0; font-size: 15px;}
	.list_picture_img,.list_picture_img a::before,.list_picture_img a i,.list_picture_img a i:before{ border: none;}
	.list_picture_img:hover img{ transform: scale(1);}
}

/* 公司活动(e) */

/* 招标公告详情页(s) */

.bidding_download{ line-height: 40px;}
.bidding_download a{ color: #c01b0e; text-decoration: underline;}
.bdding_form{ background-color: #fff; border: 1px solid #ddd; padding: 30px;}
.form_field{ padding: 10px 0;}
.bidding_form_left{ width: 110px; line-height: 38px; text-align: right; float: left;}
.bidding_form_left span::after{ content: "*"; color: #FF0000; padding-left: 5px;}
.bidding_form_left span::before{ content: "*"; color: #FF0000; padding-right: 5px; display: none;}
.bidding_form_right{ margin-left: 115px;}
.bidding_form_right input{ width: 300px; padding: 0 10px; box-sizing: border-box; line-height: 36px; border: 1px solid #ddd;}
input.bidding_file{ border: 0; padding: 0;}
.bidding_tips{ background-color: #f6f6f6; padding: 10px; font-size: 14px; color: #666;}
.bidding_form_right img{ height: 38px;}
input.bidding_code{ width: 120px;}
.form_field button{ width: 120px; height: 40px; line-height: 40px; text-align: center; background-color: #c01b0e; color: #fff; cursor: pointer; transition: 0.3s ease-in-out;}
.form_field button:hover{ opacity: 0.8;}
.notice_msg{ padding-left: 10px; color: #ff0000;}
.bdding_form #file_list p:last-of-type{ padding: 0 0 10px 0;}
.bdding_form #file_list p{ margin-left: 90px;}
.bdding_form #file_list p a{ width: 50px; text-align: center; line-height: 26px; background-color: #ddd; display: inline-block; margin: 6px 0 0 10px;}

@media screen and (max-width:799px){
	.bdding_form{ padding: 20px;}
	.form_field{ padding: 8px 0;}
	.bidding_form_left{ width: 100%; text-align: left; line-height: 28px;}
	.bidding_form_right{ width: 100%; margin-left: 0;}
	.bidding_form_right input{ width: 100%;}
	input.bidding_file{ border: 1px solid #ddd; padding: 0 10px;}
	input.bidding_code{ width: 120px;}
	.bdding_form #file_list p{ margin-left: 0; line-height: 18px;}
	.form_field button{ width: 100%;}
	.notice_msg{ padding: 10px 0 0 0;}
	.bidding_form_left span::after{ display: none;}
	.bidding_form_left span::before{ display: inline;}
}

/* 招标公告详情页(e) */