@charset "utf-8";

/*公共样式*/

*{margin: 0; padding: 0;}

html{font-size: 14px; line-height: 1.5; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; background: #fff; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; width: 100%; height: 100%; max-width: 780px; margin: 0 auto; overflow: hidden; position: relative;}

body{width: 100%; height: 100%; overflow: hidden; position: relative;}

ol,ul,li{list-style: none;}

a{text-decoration: none; color: #333; transition: all .6s ease; cursor: pointer;}

/* a:hover{color: #ff0000!important;} */

em,i{font-style: normal;}

h1,h2,h3,h4,h5,h6,th{font-weight: normal;}

img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}

table{border-collapse: collapse; border-spacing: 0;}

input,textarea,select,button{border: 0; outline: 0; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; color: #333;}

input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}

input,input:focus,input:active{user-select: text;}

textarea{resize: none;}

.clearfix{zoom: 1;}

.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}

.plr10{padding: 0 10px;}

.wrapper{margin: 0 15px;}

.transform{transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}

.sitecontent{ height: 100%; background: #fff;  position: relative; z-index: 96;}

.scrollView{height: 100%; overflow-x: hidden; overflow-y: auto; position: relative;}

.npagePage{min-height: 100%; overflow: hidden; position: relative;box-sizing: border-box;padding-top: 50px;}

.border{border: 1px solid #ddd; box-sizing: border-box;}

/*字体*/

@font-face{font-family: 'HELVETICANEUELTPRO-THEX';  src: url('../fonts/helveticaneueltpro-thex.eot'); src: url('../fonts/helveticaneueltpro-thex.eot') format('embedded-opentype'), url('../fonts/helveticaneueltpro-thex.woff') format('woff'), url('../fonts/helveticaneueltpro-thex.ttf') format('truetype'), url('../fonts/helveticaneueltpro-thex.svg') format('svg'); font-weight: normal; font-style: normal;}

@font-face{font-family: 'iconfont'; src: url('../fonts/iconfont.eot'); src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');}

.iconfont{display: inline-block; font: 14px/1 iconfont; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*加载特效*/

.loader-mask{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 9999999;}

.loader{position: absolute; left: 50%; top: 50%; width: 50px; height: 50px; font-size: 0; color: #282828; display: inline-block; margin: -25px 0 0 -25px; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);}

.loader div{width: 50px; height: 50px; background-color: #282828; display: inline-block; position: absolute; top: 0; left: 0;opacity: .5; border-radius:50%; -webkit-animation: ballPulseDouble 2s ease-in-out infinite; animation: ballPulseDouble 2s ease-in-out infinite;}

.loader div div:last-child{-webkit-animation-delay: -1s; animation-delay: -1s;}

@-webkit-keyframes ballPulseDouble{0%,100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1);transform: scale(1)}}

@keyframes ballPulseDouble{0%, 100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1); transform: scale(1)}}

/*头部*/

.header{height: 50px; background: #fff; box-shadow: 0 0px 48px 0 rgba(0,0,0,.1); position: fixed;top: 0;left: 0;width: 100%; z-index: 999999;}

.logo{float: left; height: 45px; margin-top: 3px; margin-left: 0px;}

.logo a{display: block; height: 100%;line-height: 50px; font-size: 12px;}

.logo a img{display: block; height: 100%; float: left;margin-right: 5px;}

.sp_nav{display: block; width: 30px; height: 30px; position: absolute; top: 0; right: 10px; margin-top: 15px; z-index: 5;}

.sp_nav i{display: block; background: #ff0000; width: 30px; height: 2px; position: absolute; left: 0; transition: all ease .35s;}

.sp_nav i:nth-of-type(1){top: 0;}

.sp_nav i:nth-of-type(2){top: 10px;}

.sp_nav i:nth-of-type(3){top: 20px;}

.sp_nav.sp_nav_se i:nth-of-type(1){top: 10px; transform: rotate(45deg);}

.sp_nav.sp_nav_se i:nth-of-type(2){width: 0;}

.sp_nav.sp_nav_se i:nth-of-type(3){top: 10px; transform: rotate(-45deg);}

.nav{width: 100%; height: calc(100% - 50px); position: fixed; left: 0; top: -100%; z-index: 99999; transition: top ease .35s;}

.nav.nav_show{top: 50px;}

.nav > ul{min-width: 320px; max-width: 780px; height: 100%; margin: 0 auto; background: #eee; position: relative; overflow-y: auto;}

.nav ul li{border-top: 1px solid #ddd; margin-left: 20px; line-height: 40px; font-size: 14px; position: relative;}

.nav > ul > li:first-child{border-top: 0 none;}

.nav ul li a{height: 44px; line-height: 44px; display: block; padding-right: 45px; color: #666;}

.nav ul li ul{display: none;}

.nav ul li i{display: block; width: 30px; height: 26px; line-height: 26px; text-align: center; border-left: 1px solid #ddd; padding: 0 6px; position: absolute; right: 0; top: 9px;}

.nav ul li i span{font-size: 14px; transition: all .5s;}

.nav ul li i span:before{content: "\eeaa";}

.nav ul li i.nav_btndown span{color: #ef831a; transform: rotate(90deg);}

/*内页菜单*/

.dropmenu{min-height: 45px; margin-bottom: 20px; position: relative; z-index: 3;}

.dropmenu .label{padding: 0 20px; height: 45px; line-height: 45px; background: #222224; color: #fff; font-size: 15px;}

.dropmenu .label .iconfont{float: right; font-size: 16px; margin-top: 15px;}

.dropmenu .label .iconfont:before{content: "\e60e";}

.dropmenu ul{width: 100%; height: 0; overflow-y: auto; position: absolute;}

.dropmenu ul li{width: 100%; border-bottom: 1px solid #2f2e35;}

.dropmenu ul li a{display: block; height: 40px; line-height: 40px; padding: 0 50px; color: #bbb; background: rgba(17,17,17,.9); font-size: 13px;}

.dropmenu ul li.active a {background: #000; color: #fff;}

.dropmenu.open .label .iconfont{transform: rotate(180deg);}

/*公共样式*/

.home_title{font-size: 19px; text-align: center;}

.home_title span{color: #223adf;}

.home_title em{color: #ff7600;}

.home_line{margin-top: 2px; text-align: center; font-size: 0; text-align: center;}

.home_line span{display: inline-block; font-size: 16px; text-transform: uppercase; line-height: 1.2; color: #999; position: relative; padding: 0 10px;}

.home_line span:before,.home_line span:after{display: block; content: ""; width: 40px; height: 1px; background: #999; position: absolute; top: 50%; margin-top: -1px;}

.home_line span:before{left: -40px;}

.home_line span:after{right: -40px;}

/*底部*/

.foot_copy{width: 100%; font-size: 12px; line-height: 20px; text-align: center; padding: 16px 0; color: #fff; background: #151515;}

.foot_copy a{color: #8e8e8e;}

.footer{width: 100%; position: relative; z-index: 990;}

.footer ul{height: 60px; background: #fff; border-top: 1px solid #ddd; margin: 0 auto;}

.footer li{width: 25%; height: 60px; float: left; font-size: 13px; text-align: center; position: relative;}

.footer li a{display: block; width: 100%; height: 100%; color: #666;}

.footer li i{display: block; width: 100%; height: 26px; line-height: 26px; padding-top: 6px; font-size: 22px;}

.footer li p{height: 20px; line-height: 20px; margin-top: 2px;}



/*新闻---列表式*/

.news_item{border-bottom: 1px solid rgba(0,0,0,0.05); padding: 20px 15px;}

.news_item:first-child{padding-top: 10px;}

.news_item:last-child{border-width: 0;}

.news_pic{margin-bottom: 10px; overflow: hidden; max-height: 140px;}

.news_pic img{display: block; width: 100%;}

.news_name{height: 20px; line-height: 20px; font-size: 16px; color: #565656; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.news_date{height: 24px; margin-bottom: 4px; margin-top: 8px;}

.news_date p{height: 24px; line-height: 24px; font-size: 16px; float: left; font-family: "HELVETICANEUELTPRO-THEX", Arial;}

.news_date .md{color: #8a8a8a;}

.news_date .year{color: #bdbdbd; margin-left: 10px;}

.news_desc{max-height: 44px; line-height: 22px; font-size: 13px; color: #6a6a6a; overflow: hidden; margin-top: 4px;}



/*产品列表*/

.productlistd ul li {width:50%;float: left;}

.productlistd .item {padding:10px;}

.productlistd ul li h3 {text-align: center;}

.product_details_body img {width: 100%;}

@font-face {
  font-family: 'iconfont1';
  src: url('../fonts/iconfont1.eot');
  src: url('../fonts/iconfont1.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont1.woff2') format('woff2'),
      url('../fonts/iconfont1.woff') format('woff'),
      url('../fonts/iconfont1.ttf') format('truetype'),
      url('../fonts/iconfont1.svg#iconfont') format('svg');
}
.iconfont1 {
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}










.tr, .tr *{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }

.content_box {box-sizing: border-box;width: 100%;margin: auto;box-sizing: border-box;}
.container{box-sizing: border-box;padding: 0 10px;}

/****************************** banner start *************************/
.banner{position: relative;}
.banner_img .swiper-slide{ width: 100%;height:100vh;overflow: hidden;background-size: cover !important;background-position: center !important;}
.banner_img .container{display: flex;height: 100%;}
.banner_img .desc{margin: auto 0;}
.banner_img .desc p{font-size: 28px;font-weight: bold;color: #FFFFFF;line-height: 34px;margin-bottom: 20px;}
.banner_img .desc span{font-size: 18px;font-weight: 300;color: #FFFFFF;line-height: 30px;display: block;}
.banner_img .desc a{display: block;width: 150px;height: 46px;line-height: 42px;text-align: center;box-sizing: border-box;border: 2px solid #FFFFFF;font-size: 14px;color: #FFFFFF;margin-top: 60px;}
.banner .swiper-button-next::after,.banner .swiper-button-prev::after{display: none;}
.banner .swiper-button-next,.banner .swiper-button-prev{display: block;height: 87px;width: 40px;}
.banner .swiper-button-prev{background: url(../images/left1.png);left: 0;}
.banner .swiper-button-next{background: url(../images/right1.png);right: 0;}

.banner_img .desc a:hover{background: #FF0000;border-color: #FF0000;}

.banner .swiper-slide-active p{-webkit-animation: fadeInUp 1s 0s ease both;animation: fadeInUp 1s 0s ease both;}
.banner .swiper-slide-active span{-webkit-animation: fadeInUp 1s 0.2s ease both;animation: fadeInUp 1s 0.2s ease both;}
.banner .swiper-slide-active a{-webkit-animation: fadeInUp 1s 0.5s ease both;animation: fadeInUp 1s 0.5s ease both;}


.banner .mouse{position: absolute;bottom: 100px;left: 50%;z-index: 999;text-align: center;width: 100px;margin-left: -50px;animation: mouse1 1.3s infinite;cursor: pointer;}
.banner .mouse p{font-size: 12px;color: #FFFFFF;margin-bottom: 15px;}

@keyframes mouse1{
	0%{bottom: 30px;}
	30%{bottom: 50px;}
	100%{bottom: 30px;}
}
.banner .swiper-pagination-bullet{height: 4px;width: 4px;background: #fff;border-radius: 100%;opacity: 1;margin: 0 15px!important;position: relative;}
.banner .swiper-pagination-bullet::after{content: "";display: block;height: 20px;width: 20px;border-radius: 100%;box-sizing: border-box;border: 1px solid #fff;position: absolute;top: -8px;left: -8px;}
.banner .swiper-pagination-bullet-active{background: #FF0000;}
.banner .swiper-pagination-bullet-active::after{border: 1px solid #FF0000;}
.banner .swiper-pagination{bottom: 20px;}


/****************************** banner end *************************/





.section .container{height: 100%;display: flex;flex-wrap: wrap;}
/****************************** sec1 start *************************/
.sec1{background: url(../images/sec1_bg.jpg) center/cover;}
.about_box .a_box{width: 100%;}
.about_box .a_box h2{font-size: 30px;font-family: Verdana;font-weight: 400;color: #333333;line-height: 80px;position: relative;z-index: 999;margin-left: 15px;}
.about_box .a_box h3{font-size: 60px;font-family: Verdana;font-weight: bold;color: #F4F3F3;line-height: 80px;margin-top: -80px;}
.about_box .a_box h4{font-size: 30px;font-family: PingFang;color: #EB0022;line-height: 30px;font-weight: 500;display: block;margin-bottom: 10px;}
.about_box .a_box p{font-size: 14px;color: #444444;line-height: 25px;display: block;height: 100px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.about_box .a_box a{display: block;width: 140px;height: 50px;line-height: 50px;background: #EB0022;font-size: 14px;color: #fff;text-align: center;margin-left: 7px;position: relative;margin-top:10px;}
.about_box .a_box a::after{content: "";display: block;height: 100%;width: 5px;background: #AB141D;position: absolute;top: 0;left: -7px;}
.about_box .a_box a:hover{margin-left: 20px;}

.about_box .b_box{width: 100%;box-sizing: border-box;}
.about_box .b_box img{width: 100%;}




/****************************** sec1 end *************************/



.ind_title p{display: block;position: relative;padding-left: 15px;font-size: 24px;font-weight: 300;color: #FFFFFF;}
.ind_title p::after{content: "";display: block;width: 5px;height: 16px;background: #FF0000;position: absolute;top: 50%;left: 0;margin-top: -8px;}
.ind_title b{font-size: 24px;font-weight: bold;color: #FFFFFF;line-height: 30px;display: block;margin: 20px 0 10px;}
.ind_title span{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 24px;}
.ind_title a{margin-top: 40px; display: block;width: 150px;height: 48px;line-height: 44px;box-sizing: border-box;border: 2px solid #FFFFFF;text-align: center;color: #fff;font-size: 14px;}
.ind_title a:hover{background: #FF0000;border-color: #FF0000;}

/****************************** sec2 start *************************/
.sec2{background: url(../images/sec2_bg.jpg) center/cover;}

.pro_box{width: 100%;}
.duct_box{width: 100%;position: relative;height: 200px;}

.duct_item{position: absolute;zoom: .6; display: block;width: 282px;height: 243px;background: url(../images/pro_bg2.png) no-repeat;display: flex;text-align: center;transition: .3s;}
.duct_item a{margin: auto;}
.duct_item .icon{margin: 10px auto 0;display: block;}
.duct_item p{font-size: 22px;color: #FFFFFF;line-height: 32px;display: block;margin: 15px 0;}
.duct_item .jt{display: block;background: url(../images/right2.png);width: 24px;height: 7px;margin: 0 auto;}

.duct_item:hover{background: url(../images/pro_bg1.png);}

.duct_item1{top: -120px;right: 0px;}
.duct_item2{top: 20px;right: 250px;}
.duct_item3{top: 150px;right: 0px;}
/****************************** sec2 end *************************/





/****************************** sec3 start *************************/
.yfcx_box{position: relative;}
.yfcx_box .swiper-slide{height: 100vh;background-position: center !important;background-size: cover!important;}
.yfcx_list{position: absolute;top: 50px;left: 0;z-index: 99;width: 100%;text-align: center;}
.yfcx_item{width: 33.3333%;float: left;background: rgba(19, 19, 19, 0.41);border-top: 1px solid #8E8D8D;box-sizing: border-box;padding: 15px 0 5px;transition: .3s;}
.yfcx_item+.yfcx_item{border-left: 1px solid #8E8D8D;}
.yfcx_item img{width: 40px;}
.yfcx_item p{font-size: 12px;color: #FFFFFF;line-height: 40px;padding: 5px 0 0;}
.yfcx_item span{font-size: 20px;font-weight: 400;color: #FFFFFF;line-height: 20px;transition: .3s;}
.yfcx_item.active{background: linear-gradient(-90deg, #FF8E01, #EF4D34, #DF243E);padding: 20px 0 0px;}
.yfcx_item.active span{opacity: 0;height: 0;visibility: hidden;}

.yfcx_box .ind_title{margin-bottom: 100px;}



.yfcx_box .swiper-slide-active p{-webkit-animation: fadeInUp 1s 0s ease both;animation: fadeInUp 1s 0s ease both;}
.yfcx_box .swiper-slide-active b{-webkit-animation: fadeInUp 1s 0.2s ease both;animation: fadeInUp 1s 0.2s ease both;}
.yfcx_box .swiper-slide-active span{-webkit-animation: fadeInUp 1s 0.5s ease both;animation: fadeInUp 1s 0.5s ease both;}

/****************************** sec3 end *************************/





/****************************** sec4 start *************************/
.sec4{background: url(../images/sec4_bg.jpg) center/cover;}

.xw_box {margin-top: 50px;}
.xw_box .x_box{width: 100%;box-sizing: border-box;}
.xw_box .x_box p{font-size: 26px;font-weight: 400;color: #222222;line-height: 32px;box-sizing: border-box;padding-left: 18px;position: relative;margin-bottom: 10px;}
.xw_box .x_box p::after{content: "";display: block;width: 5px;height: 16px;background: #FF0000;position: absolute;top: 50%;left: 0;margin-top: -8px;}
.xw_box .x_box span{font-size: 14px;font-weight: 400;color: #666666;line-height: 24px;}
.x_list {margin: 20px 0 40px;text-align: center;}
.x_list a{display: inline-block;position: relative;font-size: 16px;color: #222222;line-height: 30px;}
.x_list a+a{margin-left: 20px;}
.x_list a::after{content: "";display: block;width: 16px;height: 3px;background: #bfbfbf;position: absolute;left: 50%;top: 100%;transform: translateX(-50%); transition: .3s;}

.x_list a.active{color: #324680;}
.x_list a.active::after{width: 24px;background: #004DA2;}

.xw_box .w_box{width: 100%;}

.w_list{display: none;}
.w_list.active{display: block;}
.w_item{width: 100%;background: #fff;}
.w_item .img{overflow: hidden;}
.w_item .img img{width: 100%;transition: .5s;}
.w_item .desc{box-sizing: border-box;position: relative;padding: 5px 15px 0;}
.w_item .desc p{display:block;font-size: 16px;font-weight: 400;color: #141414;line-height: 40px;height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.w_item .desc span{display:block;font-size: 14px;color: #666666;line-height: 22px;height: 44px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.w_item .desc::after{content: "";display: block;height: 1px;width: 100%;background: #DCDCDC;margin-top: 15px;}
.w_item .more{height: 45px;line-height: 45px;box-sizing: border-box;padding: 0 15px;}
.w_item .more span{font-size: 14px;color: #666666;}
.w_item .more i{display: block;background: url(../images/righ3.png);width: 24px;height: 8px;float: right;margin-top: 20px;}
.w_item:hover img{transform: scale(1.1);}
.w_item:hover p{color: #FF0000;}

.mySwiper_news{overflow: hidden;position: relative;padding-bottom: 30px;}
.mySwiper_news .swiper-pagination-bullet{height: 10px;width: 10px;background: #fff;border-radius: 100%;opacity: 1;margin: 0 5px!important;position: relative;}
.mySwiper_news .swiper-pagination-bullet-active{background: #FF0000;}
.mySwiper_news .swiper-pagination{bottom: 0px;}

/****************************** sec4 end *************************/

.section{overflow: hidden;}

.foot3{background-color: #222;padding: 15px 10px;color: #fff;text-align: center;}
.foot3 a{color: #fff;}



.ny-bnr{height: 200px;width: 100%;position: relative;}
.ny-bnr .ny-txt{ position: absolute; top: 50%; left: 5%; font-size: 28px; font-weight: bold; color: #FFFFFF; line-height: 1.1;}
.ny-bnr .mbx{position: absolute;bottom: 20px;left: 5%;width: auto; color: #FFFFFF;opacity: .8;}
.ny-bnr .mbx a{color: #fff;}

.page-link{margin-top: 10px;font-size: 14px;color: #444444;line-height: 25px;}
.page-link a{display: inline-block;}
.page-link span{margin-right: 15px;color: #888888;}
.page-link a.active{color: #C40505;border-bottom: 2px solid #C40505;}


/* 设计能力 */
.sjnl{padding: 20px 0;}
.sjnl .sj-l{display: inline-block;vertical-align: middle;}
.sjnl .sj-l .sjnl-tit{font-size: 22px; color: #222222;font-weight: bold;}
.sjnl-tit span{font-size: 26px;color: #161616;display: block;font-weight: 400;}
.sjnl-tit span em{color: #CE0000;}
.sjnl-det{font-size: 14px;margin-top: 10px; color: #444444;line-height: 20px;}

.sjnl .sj-r{width: 100%;margin-top: 20px;}
.sjnl .sj-r ul{display: flex;}
.sj-r ul li{width: 33%;text-align: center;}
.sj-r ul li span{font-size: 30px;color: #CE0000;}
.sj-r ul li span em{font-size: 14px;}
.sj-r ul li p{color: #666666;font-size: 12px;}

.sjnl-list{padding: 20px 0; background-color: #F7F7F7;}
.sjnl-list .sj-list-img{margin-bottom: 20px;}
.sjnl-list .sj-list-img img{display: block; width: 100%;}
.sjnl-list2-tit{width: 100%;display: flex;justify-content: space-around;margin: 30px 0;}
.sjnl-list2-item span {display: block; font-size: 20px;margin: 30px 0 10px; font-weight: bold;color: #181818;text-align: center;}
.sjnl-list2-item .sjnl-item{width: 100%;}
.sjnl-list2-item .sjnl-item div{margin-bottom: 4%;background: #D4DDEC;}
.sjnl-list2-item .sjnl-item div img{display: block;width: 100%;height: 100%;object-fit: cover;}



/* 品质保障 */
.pzbz-box{padding: 30px 0;}
.qs-tit{text-align: center;font-size: 20px;line-height: 1.1; font-weight: bold;color: #000000;}
.qs-subtit{text-align: center; font-size: 14px;margin: 15px 10px; color: #666666;margin-top: 15px;}
.pzbz-box .container{margin-top: 20px;overflow-x: auto;}
.pzbz-tab{width: 100%;text-align: center;}
.pzbz-tab thead{background: #C40505;height: 60px;color: #fff;}
.pzbz-tab tr th,.pzbz-tab tr td {border: 2px solid #fff;}
.pzbz-tab tbody tr{background-color: #F2F2F2;height: 60px;}
.pk-list{padding: 30px 0;background-color: #F9F9F9;}
.pl-listName{font-size: 20px;color: #131313;line-height: 26px;margin-bottom: 10px;}
.pl-listName em{color: #CE0000;}
.pk-list .pk-item{margin-bottom: 20px;background-color: #fff;}
.pk-list .pk-item .pk-pic{width:100%;overflow: hidden;margin-top: 20px;}
.pk-list .pk-item .pk-pic img{display: block;width: 100%;}
.pk-list .pk-item .pk-txt{width: 100%;position: relative;}
.pk-list .pk-item .pk-txt .pk-contbox{ width:100%;margin-top: 20px;}
.pk-contbox .pk-t{font-size: 20px;color: #0C0C0C;}
.pk-contbox .pk-t span{display: inline-block;width: 8px;height: 20px;background: #CE0000;vertical-align: middle;margin-right: 10px;margin-bottom: 6px;}
.pk-contbox .pk-cont{font-size: 16px;color: #333333;font-weight: 300;line-height:24px;margin-top: 10px;}

.tab-box{margin-bottom: 30px;}



/* 企业文化 */
.qywh{margin-bottom: 30px;}
.qywh .qs-tit{margin: 20px 0;}
.qywh .qywh-box{background: url("../images/qywh-bg.png")no-repeat center/cover;}
.qywh .qywh-box .wh-item{width: 100%;height: 170px; padding: 20px 0; color: #fff; border-bottom: 1px solid rgba(238, 238, 238 ,.2);box-sizing: border-box;position: relative;}
.wh-item p{padding-top: 20px;margin-left: 20px; font-size: 16px;line-height: 28px;}
.wh-item p span{font-weight: bold;font-size: 26px;display: block;margin-bottom: 20px;}
.wh-item .wh-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}
.qywh .qywh-box .wh-item:hover .wh-bg{opacity: 0;}

.ygfc{margin-bottom: 30px;}
.ygfc .qs-tit{margin-bottom: 20px;}
.ygfc ul li{width: 100%;margin-bottom: 20px; height: 320px;overflow: hidden;position: relative;cursor: pointer;}
.ygfc ul li img{display: block;height: 100%;width: 100%;object-fit: cover;}
.ygfc ul li .ygfc-bg{position: absolute;bottom: 0;left: 0; width: 100%;height: 160px;background: linear-gradient(to bottom, rgba(251, 251, 251, 0),rgba(0, 0, 0, 1));opacity: .6;}
.ygfc ul li .ygfc-bg span{position: absolute;bottom: 30px;width: 100%;text-align: center;font-size: 30px;font-weight: bold;color: #FFF;}
.ygfc ul li:hover .ygfc-bg{opacity: 1;height: 200px;}
.ygfc ul li:hover .ygfc-bg span{bottom: 40px;}






/* 新闻 */
.xw-cont{padding: 20px 0;}
.xw-tit{font-size: 20px;color: #222222;text-align: center;padding-bottom:10px;border-bottom: 1px solid #DCDCDC;}
.xw-info{color: #666666;margin-top: 10px;}
.xw-info span{display: inline-block;margin-right: 20px;font-size: 12px;}
.xw-cont p{margin: 20px 0;font-size: 16px;color: #444;line-height: 26px;}
.xw-cont p img{display: block;margin: 0 auto;max-width: 100%;}

.news-item ul li{width: 100%;margin-bottom: 20px; border: 1px solid #DCDCDC;box-sizing: border-box;}
.news-item ul li:nth-of-type(3n){margin-right: 0;}
.news-item ul li .news-img{width: 100%;height: 265px;overflow: hidden;}
.news-item ul li .news-img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.news-item ul li:hover{border-color: #EB0022;}
.news-item ul li:hover .news-img img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }

.news-item .new-det{margin: 10px 20px;}
.new-det .news-time{ display: inline-block;vertical-align: top; padding-right: 20px; width: 58px;text-align: center; border-right: 1px solid #DCDCDC;  }
.new-det .news-time span:first-child{font-size: 28px;color: #141414;}
.new-det .news-time span:last-child{color: #666;font-size: 14px;}
.new-det .news-r{width: calc(100% - 85px);display: inline-block;padding-left: 20px;box-sizing: border-box;vertical-align: top;}
.new-det .news-r .news-title{font-size: 16px;font-weight: bold;color: #222222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.new-det .news-r .news-contxt{font-size: 14px;color: #666666;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.chakan{margin: 0 20px;height: 30px;border-top: 1px solid #DCDCDC;color: #666666;}
.chakan span{line-height: 30px;}
.chakan i{float: right;line-height: 30px;}


/* 人才招聘 */
.zp-top{height: 40px;line-height: 40px;text-align: center;background: #EFEFEF;font-size: 20px;color: #333333;margin: 10px 0;}
.zhaopin-ibox {padding-top: 20px;padding-bottom: 65px;}



.join_in_ibox .post-ibox {

	/* float: left; */

	width: 100%;

}



.join_in_ibox .zhaopin-ibox-right {

	float: right;

	width: 38%;

}



.join_in_ibox .zhaopin-ibox-right img {

	width: 100%;

}
 .job_content {

	background: #fff;

	padding: 0;

}



.job_top {

	border-bottom: 1px solid #CCCCCC;

	padding-bottom: 10px;

}



.job_top span {	float: left;text-align: center;color: #444444;	font-size: 14px;font-weight: bold;}
.job_top span.p1 {width: 28%;}
.panel-default>.panel-heading span.open_bar {width: 20px;height: 20px;background: url(../images/add22.png) no-repeat;	position: absolute;top: 20px;right: 10px;}
.panel-top[data-on="active"] .open_bar {background: url(../images/plus.png) no-repeat !important;}

.job_top span.p2 {width: 26%;}
.job_top span.p3 {width: 18%;}
.job_top span.p4 {width: 13%;}
.panel-default {border: none;}
.panel-default>.panel-heading {background: #fff;	border: none;	padding: 0;	box-shadow: none;}
.panel-default>.panel-heading a {	text-align: center;	font-size: 12px;	color: #444444;	display: block;	padding: 19px 0px;	background: #fff;border-bottom: 1px solid #CCCCCC;-webkit-transition: all 0.2s ease-in-out;	transition: all 0.2s ease-in-out;	margin: 0;	width: 100%;	position: relative;	box-sizing: border-box;background: url(../images/zhewu.png) no-repeat left center;background-size: 24px;}
.panel-default>.panel-heading a span {float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.panel-default>.panel-heading a span.p1 {width: 28%;}
.panel-default>.panel-heading a span.p2 {width: 26%;}
.panel-default>.panel-heading a span.p3 {width: 18%;}
/* .panel-default>.panel-heading a span.p4 {width: 13%;} */
.panel-default>.panel-heading a span.p5 {width: 13%;}
.panel-collapse {padding: 15px;width: 100%;display: none;}
.panel-body {padding: 0 15px;color: #999999;font-size: 14px;font-weight: 500;line-height: 36px;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {	border-top: 0;}
.join_in_ibox .zhaopin-ibox-right {	float: right;width: 38%;}
.join_in_ibox .zhaopin-ibox-right img {width: 100%;}


/* 售后服务 */
.shfw-det{margin: 20px 0;background-color: #F4F4F4;}
.shfw-det>div{width: 100%;}
.shfw-det .sh-l{padding: 20px 10px;box-sizing: border-box;}
.shfw-det .sh-l .sh-txt p{text-indent: 2em;color: #777;line-height: 36px;}
.sh-tel{margin-top: 20px;}
.sh-tel span{display: block;margin-bottom: 5px;color: #202020;}
.sh-tel span em{color: #777;}

.sh-r img{display: block;width: 100%;height: 100%;object-fit: cover;}


/* 联系我们 */
.lx-list{margin: 20px 0}
.lx-list ul li{margin-bottom: 20px; width: 100%;box-sizing: border-box; padding: 0 15px  30px;background: linear-gradient(0deg, #CE0000, #EF4D34, #FF8E01);text-align: center;color: #fff;}
.lx-list ul li i{display: block;padding: 20px 0;}
.lx-list ul li .lx-t{font-size: 16px;}
.lx-list ul li .lx-info{font-size: 18px;}

.zxly{padding: 50px 0;background-color: #FAFAFA;}
.zxly-tit{text-align: center;font-size: 26px;}
.zxly form{margin-top: 20px;}
.zxly textarea,.zxly input{background-color: #F2F2F2;display: inline-block;box-sizing: border-box;}
.zxly textarea{width: 100%;height: 160px;padding: 15px;}
.zxly .ly-inp{margin-top: 20px;}
.zxly .ly-inp input{display: inline-block;width: 100%;height: 40px;margin-bottom: 20px; background-color: #F2F2F2;padding-left: 15px;box-sizing: border-box;}
.zxly .ly-sub{display: block;width: 100%;height: 40px;background: linear-gradient(102deg,  #DF243E,#FF4901);text-align: center;color: #fff;font-size: 18px;margin-top: 30px;cursor: pointer;}


/* 产品与服务 */
.cpfw-box{margin: 30px auto;}
.cpfw-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cpfw-list li{width: 100%;margin-bottom: 4%; height: 245px;overflow: hidden;position: relative;}
.cpfw-list li img{display: block;width: 100%;height: 100%;object-fit: cover;}
.cpfw-list li .cpfw-bg{position: absolute;top: 0;left: 0; width: 100%;height: 100%;background-color: rgba(19, 19, 19, 0.55);}
.cpfw-list li .cpfw-bg p{ color: #FFFFFF;line-height: 1.1; position: absolute; top: 50%; width: 100%; text-align: center; font-size: 26px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } 
.cpfw-list li .cpfw-bg p::after,.cpfw-list li .cpfw-bg p::before{ content: ""; display: block; width: 40px; height: 1px; background-color: #fff; opacity: 0; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transition: .5s; -webkit-transition: .5; -moz-transition: .5; -ms-transition: .5; -o-transition: .5; }
.cpfw-list li .cpfw-bg p::after{top: -20px;}
.cpfw-list li .cpfw-bg p::before{bottom: -20px;}

.cpfw-list li:hover .cpfw-bg{background: rgba(206, 0, 0, 0.63);}
.cpfw-list li:hover .cpfw-bg p::before,
.cpfw-list li:hover .cpfw-bg p::after{opacity: 1;}

.cpyy-tit{font-size: 30px;color: #222222;line-height: 32px;}
.cpyy-subtit{font-size: 20px;color: #222222;font-weight: 300;line-height: 26px;margin-top: 15px;}
.cpyy-subtit span{color: #C40505;}

.cpyy-container {
	position: relative;
	/* width: 1500px; */
	margin: 30px auto;
	box-sizing: border-box;
  }
.c-main{margin-top:	 30px;}  
  .c-main .c-left-box {
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #fff;
	z-index: 9;
  }
  .c-main .c-right-box {
	width: 100%;
  margin-top: 20px;

  }
  .c-main .c-right-box .c-max-wrap {
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0px 6px 7px 1px rgba(28, 28, 28, 0.06);
  }
  .c-max-tit{height: 40px;line-height: 40px;color: #1A1A1A;margin-bottom: 10px; background: #F7F7F7;text-align: center;font-size: 18px;}

  .c-left-box .c-list > li {
	border-bottom: 1px solid #e6e6e6;
  }
  .c-left-box .c-list > li:last-child {
	border: 0;
  }
  .c-left-box .c-list .c-title1 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 40px;
	color: #222;
	cursor: pointer;
	transition: 0.5s;
  }
  .c-left-box .c-list .c-title1 a {
	color: #222;
	/* width: 100%; */
  }
  .c-left-box .c-list .c-title1 i {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
  }
  .c-left-box .c-list .c-title1 i::after,
  .c-left-box .c-list .c-title1 i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: #222;
	transition: 0.5s;
  }
  .c-left-box .c-list .c-title1 i::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .c-left-box .c-list .c-ul1 {
	display: none;
	padding: 0 20px 5px;
  }
  .c-left-box .c-list .c-ul2 {
	display: none;
	padding-left: 30px;
  }
  .c-left-box .c-list .c-ul1 > li {
	padding: 5px 0;
	border-bottom: 1px solid #e6e6e6;
  }
  .c-left-box .c-list .c-ul1 > li.active a{
	  color: #C40505;
  }
  #c-product4 .c-left-box .c-list .c-ul1>li.active .c-title2 i {
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
  }
  
  .c-left-box .c-list .c-title2 {
	position: relative;
	padding: 6px 0 6px 30px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	cursor: pointer;
  }
  
  .c-left-box .c-list .c-title2 a {
	color: #333;
	display: block;
  }
  .c-left-box .c-list .c-title2 i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 18px;
	height: 18px;
	background: url(../images/cp-tip.png) no-repeat center/cover;
	transition: 0.5s;
  }
  .c-left-box .c-list .c-ul2 > li {
	padding: 6px 0;
	font-size: 14px;
	line-height: 24px;
	transition: 0.5s;
  }
  .c-left-box .c-list .c-title3 {
	color: #999;
  }
  .c-left-box .c-list > li.active .c-title1 {
	color: #fff;
	background: #C40505;
  }
  .c-left-box .c-list > li.active .c-title1 a {
	color: #fff;
  }
  .c-left-box .c-list > li.active .c-title1 i::before {
	background: #fff;
  }
  .c-left-box .c-list > li.active .c-title1 i::after,
  .c-left-box .c-list > li.hideI .c-title1 i::after {
	opacity: 0;
  }
  .c-left-box .c-list .c-ul1 > li.active .c-title2 i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .c-left-box .c-list .c-ul2 > li.active .c-title3 {
	color: #C40505;
  }
  .c-right-box .c-main-title {
	display: block;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	color: #C40505;
	background: #f4f4f4;
  }
  .c-right-box .c-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  }
  .c-right-box .c-list li {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
  }
  .c-right-box .c-list li:hover  .c-wrap .c-title{
	background-color: #C40505;
	color: #fff;
  }
  .c-right-box .c-list li .c-wrap {
	display: block;
  }
  .c-right-box .c-list li .c-wrap .c-img-box {
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
  }
  .c-right-box .c-list li .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
  }
  .c-right-box .c-list li .c-wrap .c-img-box:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
  }
  
  .c-right-box .c-list li .c-wrap .c-title {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	background: #E2E2E2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.xmgl-img img{display: block;width: 100%;}
.xm-sub{margin: 20px 0;}
.xm-info{margin-bottom: 20px;}
.xm-info .xm-list{width: 100%; margin-bottom: 20px;}
.xm-list-img{width: 100%;overflow: hidden;}
.xm-list-img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.xm-cont{background: #F7F7F7;padding: 15px;box-sizing: border-box;text-align: center;}
.xm-cont .xm-c-t{font-size: 18px;color: #222222;font-weight: bold;line-height: 28px;}
.xm-cont span{display: inline-block;width: 30px;height: 3px;background: #CE0000;margin: 10px 0;}
.xm-cont .xm-txt{color: #444444;line-height: 22px;height: 66px;overflow: hidden;}
.xm-info .xm-list:hover .xm-cont{background-color: #CE0000;}
.xm-info .xm-list:hover .xm-cont{padding: 40px 25px 30px;position: relative;margin-top: -30px;z-index: 9;}
.xm-info .xm-list:hover  .xm-c-t{color: #fff;}
.xm-info .xm-list:hover  .xm-txt{color: #fff;}
.xm-info .xm-list:hover  span{background-color: #fff;}



/* 发展历程 */
.fzlc-box{margin: 20px 0 0;}
.fzlc-tit{font-size: 20px;color: #CE0000;line-height: 30px;font-weight: 400;}
.fzlc-box .fzlc-cont{position: relative;margin-top: 20px;padding-bottom: 20px;}
.fzlc-box .fzlc-cont::after{content: "";display: block;width: 1px;height: 100%;background-color: #E5E5E5; position: absolute;top: 0;right: 20px;}
.fzlc-cont ul .fzlc-item{position: relative;margin-bottom: 30px;width: 100%;}
.fzlc-item .sign{ display: block; width: 10px; height: 10px; background-color: #E00003;position: absolute;z-index: 9;top: 44px;right: 5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.fzlc-item .sign::after{ content: ''; display: block; width: 16px; height: 16px; border-radius: 50%; border: 1px solid #f85154; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.fzlc-item .fz-info{margin-top: 10px;float: right;margin-right: 30px;text-align: right;max-width: 200px;}
.fzlc-item .fz-info p{font-size: 24px;font-weight: bold;color: #171717;line-height: 30px;margin-bottom: 10px;}
.fzlc-item .fz-info span{font-size: 18px;color: #666;line-height: 26px;}
.fzlc-item .fz-img{float: left;margin-left: 10px; width: 100px; height: 100px; overflow: hidden; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.fzlc-item .fz-img img{display: block;height: 100%;width: 100%;object-fit: cover;}



/* 工厂参观 */
.gccg-info{padding: 20px 0;}
.gccg-info .gc-info-l{width: 100%;padding: 20px 0;box-sizing: border-box;background: url('../images/gccg-dt.png')no-repeat center/cover;}
.gccg-info .gc-info-tit{font-size: 18px;text-align: center; font-weight: bold;color: #000000;line-height: 30px;}
.gccg-info .gc-info-cont{margin-top: 20px;color: #444;line-height: 26px;}
.gccg-info .gc-info-r{width: 100%;}
.gccg-info .gc-info-r img{width: 100%;height: 100%;object-fit: cover;display: block;}

.cg-bg{background-color: #f6f6f6;}
.gccg-item{padding: 20px 0;}
.gccg-item .cg-tit{font-size: 20px;font-weight: bold;color: #000000;line-height: 30px;}
.gccg-item ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.gccg-item ul li{width: 49%;margin-bottom: 2%; height: 120px;overflow: hidden;position: relative;cursor: pointer;}
.gccg-item ul li img{display: block;width: 100%;height: 100%;object-fit: cover;}
.gccg-item ul li .cg-contxt{position: absolute;bottom: -100%;left: 0; width: 100%;background-color: rgba(206, 0, 0, 0.7);text-align: center;color: #fff;line-height: 30px;}
.gccg-item ul li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1) ; -moz-transform: scale(1.1) ; -ms-transform: scale(1.1) ; -o-transform: scale(1.1) ; }
.gccg-item ul li:hover .cg-contxt{bottom: 0;}

/* 公司简介 */
.gsjj{padding: 20px 0;}
.gsjj .container{}
.gsjj .gsjj-l{padding: 0 20px;box-sizing: border-box;}
.gsjj .gsjj-l .comp-name{font-size: 26px;color: #CE0000;line-height: 30px;}
.gsjj .gsjj-l .comp-sub{font-size: 16px;font-weight: bold;color: #1B1B1B;margin: 10px 0 20px;}
.gsjj .gsjj-l .gsjj-list{margin-bottom: 5px; font-size: 14px;}
.gsjj .gsjj-l .gsjj-list i{margin-right: 15px;vertical-align: text-bottom;}
.gsjj .gsjj-l .gsjj-list span{display: inline-block;}
.gsjj .gsjj-l .gsjj-list.bold{font-weight: bold;}
.gsjj .gsjj-l .gsjj-list ul{display: inline-block;vertical-align: top;}
.gsjj .gsjj-l .gsjj-list ul li{margin-bottom: 5px;}

.gsjj-r{width: 100%;box-sizing: border-box; position: relative;}
.gsjj-r img{display: block;width: 100%;height: 100%;object-fit: cover;}
.gsjj-r span img{display: none;}
.gsjj-bot{padding-bottom: 20px;background: url('../images/gsjj-down.png')no-repeat bottom/cover;}
.gsjj-tab{padding: 15px 0; background: #F8F8F8;box-shadow: 0px 4px 5px 0px rgba(126, 126, 126, 0.09);}
.gsjj-tab ul{display: flex;justify-content: space-between;text-align: center;flex-wrap: wrap;}
.gsjj-tab ul li{border-bottom: 1px solid #ffffff;padding: 10px 0;line-height: 1.1;  width: 50%;box-sizing: border-box;}
.gsjj-tab ul li:last-child{border: none;}
.gsjj-tab ul li span{color: #444444;line-height: 26px;}
.gsjj-tab ul li p{margin-top: 5px;font-size: 20px;color: #CE0000;}
.gsjj-tab ul li p em{font-size: 12px;}


/* 合作客户 */
.hzkh{margin-top: 20px;}
.hzkh .hzkh-list{margin-bottom: 40px;}
.hzkh .hzkh-list p{font-size: 16px;color: #CE0000;line-height: 30px;}
.hzkh .hzkh-list p i{margin-right: 10px;height: 16px;width: 16px;}
.hzkh .hzkh-list ul{margin-top: 15px;}
.hzkh .hzkh-list ul li{width: 49%;margin-bottom: 2%;margin-right:2%;float: left; border: 3px solid #EEEEEE;box-sizing: border-box; height: 115px;overflow: hidden;position: relative;}
.hzkh .hzkh-list ul li img{ display: block;max-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.hzkh .hzkh-list ul li:nth-of-type(2n){margin-right: 0;}
.hzkh .hzkh-list ul li:hover{border-color: #9b9b9b;}


/* 荣誉资质 */
.ryzz-box ul li{box-shadow:0 0 5px 3px rgb(224, 224, 224);float: left; width: 100%;margin-bottom: 2%;margin-bottom: 20px; border: 2px solid #F1F1F1;box-sizing: border-box;cursor: pointer;}
.ryzz-box ul li .ryzz-img{width: 100%;height: 240px;padding: 10px 0; background-color: #fff;display: flex;overflow: hidden;}
.ryzz-box ul li .ryzz-img img{display: block;margin: auto;max-width: 100%;max-height: 100%;}
.ryzz-box ul li .ryzz-tit{background-color: #F1F1F1;padding: 25px 10px;box-sizing: border-box; text-align: center;font-size: 18px;color: #444444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/* 信息 */
#c-contact2 {
  padding-bottom: 40px;
  background: #fff;
}
#c-contact2 .c-list1 {
  padding-bottom: 50px;
  text-align: center;
}
#c-contact2 .c-list1 li {
  margin: 0 50px;
  display: inline-block;
  font-size: 48px;
  line-height: 1.1em;
  color: #666;
  cursor: pointer;
}
#c-contact2 .c-list1 li.active {
  color: #bb1c14;
}
#c-contact2 .c-list2 {
  position: relative;
}
#c-contact2 .c-list2>li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
}
#c-contact2 .c-list2>li.active{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  opacity: 1;
}
#c-contact2 .c-list2 .c-left-box {
  width: 100%;
  padding: 50px 0 50px 2rem;
}
#c-contact2 .c-list2 .c-right-box {
  position: relative;
  width: 50%;
}

#c-contact2 .c-list2 .c-left-box .c-link{
  float: left;
  width: 34.4%;
}
#c-contact2 .c-list2 .c-left-box .c-link p {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #999;
  cursor: pointer;
}
#c-contact2 .c-list2 .c-left-box .c-link p:last-child {
  margin-bottom: 0;
}
#c-contact2 .c-list2 .c-left-box .c-link p.active {
  color: #bb1c14;
}
#c-contact2 .c-list2 .c-left-box .c-text-box {
  float: left;
  padding-right: 50px;
  width: 60.6%;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-item {
  display: none;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-item.active {
  display: block;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  color: #333;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-text{
  padding: 35px 0 20px;
  line-height: 26px;
  color: #666;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-text p {
  margin-bottom: 15px;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn {
  display: block;
  width: 190px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #ddd;
  color: #333;
  transition: .5s;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover {
  border-color: #fff;
  background: #bb1c14;
  color: #fff;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box{
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img {
  width: 100%;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img:last-child,
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:first-child {
  display: none;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:last-child {
  display: inline-block;
}