@charset "utf-8";

/*公共样式*/

*{margin: 0; padding: 0;box-sizing: border-box;}

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: #e68d37!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: calc(100% - 111px); overflow-x: hidden; overflow-y: auto; position: relative;}

.npagePage{min-height: calc(100% - 52px); overflow: hidden; position: relative;}

.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: relative; 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: #EC3C01; 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% - 111px); 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: #EC3C01; 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: #EC3C01;}

.home_title em{color: #EC3C01;}

.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;}

.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%;}


.product_list{padding: 0 5px;min-height: calc(100vh - 300px);}

.product_list ul{display: flex; flex-direction: row; flex-wrap: wrap;}

.product_list li{width: 49%; margin-right: 2%; margin-bottom: 12px; background: #fff; position: relative;}

.product_list li:nth-child(2n){margin-right: 0;}

.product_list li a{display: block; overflow: hidden;}

.product_list li .pic img{display: block; width: 100%;}

.product_list li .title{margin-top: 10px; margin-bottom: 4px; color: #565656; font-size: 13px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


@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;
}


















.container{box-sizing: border-box;padding: 0 10px;}




.ind_tit{text-align: center;}
.ind_tit p{line-height: 30px;font-size: 24px;font-weight: bold;color: #222;display: block;padding: 40px 0 10px;}
.ind_tit p b{color: #EC3C01;}
.ind_tit i{width: 50px;height: 4px;display: block;margin: 0 auto;background: #EC3C01;}
.ind_tit span{font-size: 14px;font-weight: 400;color: #444444;line-height: 26px;display: block;margin: 10px 0 25px;}


/**************************** banner start *************************/
.banner{position: relative;}
.banner .swiper-container_banner {width: 100%;height: 100%;overflow: hidden;position: relative;}
.banner img{width: 100%;}
.banner .swiper-slide {overflow: hidden; text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;	-webkit-box-align: center;-ms-flex-align: center;	-webkit-align-items: center;align-items: center;}
.banner .swiper-pagination-bullet{height: 10px;width: 10px;opacity: 1;background: #fff;position: relative;margin: 0 10px !important;}
.banner .swiper-pagination-bullet::after{content: "";display: block;height: 20px;width: 20px;position: absolute;border: 1px solid #EC3C01;border-radius: 100%;left: -6px;top: -6px;display: none;}
.banner .swiper-pagination-bullet-active{background: #EC3C01;}
.banner .swiper-pagination-bullet-active::after{display: block;}


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



/**************************** sec1 start *************************/
.sec1{padding-bottom: 50px;}
.case_sel_box{margin: 0 auto;max-width: 1200px;white-space: nowrap;overflow-x: auto;overflow-y:hidden;position: relative;height: 45px;}
.case_sel{text-align: center;cursor: pointer;transition: .3s;font-size: 14px;color: #222222;position: relative;display: inline-block;padding: 0 15px;margin: 0 -5px;}
.case_sel::after{content: "";display: block;width: 10px;height: 10px;border: 1px solid #535353;border-radius: 50%;margin: 5px auto 0px;background: #fff;transition: .3s;z-index: 2;position: relative;}
.case_sel::before{content: "";display: block;height: 1px;background: #d2d2d2;position: absolute;bottom: 5px;left: 0;width: 100%;z-index: 1;}
.case_sel.active,.case_sel:hover{color: #EC3C01;}
.case_sel.active::after,.case_sel:hover::after{border: 1px solid #EC3C01;}

.case_sel_box::-webkit-scrollbar {width : 10px; height: 3px;}
.case_sel_box::-webkit-scrollbar-thumb {border-radius: 10px;box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #666;}
.case_sel_box::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 10px;background: #eee;}

.case_item_box{margin-top: 20px;}
.case_item{box-shadow: 0px 8px 18px 0px rgba(176, 176, 176, 0.22);background: #FCFCFC;display: none;}
.case_item.active{display: block;}
.ca_item{width: 100%;overflow: hidden;}
.ca_item img{width: 100%;transition: .6s;}
.se_item{width: 100%;padding: 10px 15px;}
.se_item .line{display: block;border-bottom: 1px solid #DCDCDC;}
.se_item .tit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 15px 0;height: 54px;border-bottom: 1px solid #DCDCDC;}
.se_item .tit i{font-size: 18px;color: #333;line-height: 20px;}
.se_item .tit span{font-size: 18px;color: #333;font-weight: bold;line-height: 20px;}
.se_item .desc{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;height: 110px;margin:15px 0 25px;}
.se_item .desc i{font-size: 18px;color: #333;line-height: 34px;}
.se_item .desc span{font-size: 14px;color: #555555;line-height: 25px;}

.case_more{margin-top:25px;width: 140px;text-align: center;height: 35px;line-height: 33px;border: 1px solid #EC3C01;border-radius: 5px;display: block;font-size: 14px;font-weight: bold;color: #EC3C01;}
.case_more:hover{background: #EC3C01;color: #fff;}



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



/**************************** sec2 start *************************/
.sec2{background: url(../images/sec2_bg.jpg) center/cover;padding-bottom: 50px;}
.pro_item{position: relative;}
.pro_item .swiper-container_pro {width: 100%;height: 100%;overflow: hidden;position: relative;}
.pro_item .swiper-slide {/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;	-webkit-box-align: center;-ms-flex-align: center;	-webkit-align-items: center;align-items: center;}

.pro_sel_box{text-align: center;margin-bottom: 60px;}
.pro_sel{display: block;float:left;width: calc(50% - 2.5px);margin-right:5px;margin-bottom:5px;height: 45px;line-height: 45px;background: #6D6D6D;font-size: 16px;color: #FFFFFF;text-align: center;transition: .3s;cursor: pointer;}
.pro_sel:nth-of-type(2n){margin-right: 0;}
.pro_sel i{display: inline-block;width: 9px;height: 9px;background: #FFFFFF;border-radius: 50%;margin-right: 20px;}
.pro_sel.active{background: #EC3C01;}

.pro_info{background: #fff;border: 1px solid #fff;transition: .3s;width: 100%;}
.pro_info .img{overflow: hidden;border-bottom: 1px solid #EBEBEB;transition: .3s;}
.pro_info .img img{width: 100%;transition: .6s;}
.pro_info .desc{padding: 15px 15px 10px;}
.pro_info .desc p{font-size: 20px;font-weight: 400;color: #222222;line-height: 32px;height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;transition: .3s;}
.pro_info .desc span{font-size: 16px;color: #999999;line-height: 32px;height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;transition: .3s;}

.pro_info:hover{border: 1px solid #EC3C01;}
.pro_info:hover .img{border-bottom: 1px solid #EC3C01;}
.pro_info:hover .desc p{color: #EC3C01;}
.pro_info:hover .desc span{color: #EC3C01;}

.pro_item .swiper-container_pro{padding-bottom: 40px;}
.pro_item .swiper-pagination{bottom: 0;}
.pro_item_box .swiper-pagination-bullet{height: 5px;width: 33px;opacity: 1;background: #444;position: relative;border-radius: 2px;margin: 0 2px!important;}
.pro_item_box .swiper-pagination-bullet-active{background: #EC3C01;}

.pro_item{display: none;}
.pro_item.active{display: block;}



/**************************** sec2 end *************************/



/**************************** sec3 start *************************/
.sec3{background: url(../images/sec3_bg.jpg) center/cover;text-align: center;padding: 65px 0 50px;}
.sec3 .gg_title{padding-right: 15%;}
.sec3 .gg_title p{font-size: 36px;color: #F8F8F9;line-height: 34px;padding-bottom: 35px;}
.sec3 .gg_title p b{font-weight: bold;}
.sec3 .gg_title span{font-size: 26px;color: #F8F8F9;line-height: 34px;}



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



/**************************** sec4 start *************************/
.sec4{background: #F9F9F9;padding-bottom: 50px;}
.youshi_item{position: relative;display: none;}
.youshi_item.active{display: block;}
.youshi_item .img{overflow: hidden;height: 300px;display: block;background-position: center !important;background-size: cover!important;}
.youshi_item .img img{width: 100%;}
.youshi_item .desc{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(41, 41, 41, 0.7);padding: 10px 10px 10px;}
.youshi_item .desc p{margin-bottom:5px;font-size: 20px;font-weight: bold;color: #FFFFFF;line-height: 28px;display: block;height: 28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.youshi_item .desc span{font-size: 14px;color: #FFFFFF;line-height: 24px;display: block;height: 48px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.youshi_tit{width: 20%;float: left;background: #fff;display: flex;}
.youshi_tit+.youshi_tit{border-left: 1px solid #efefef;}
.youshi_tit .mg0{margin: 0 auto;}
.youshi_tit b{font-size: 28px;font-weight: bold;color: #000000;line-height: 60px;transition: .3s;text-align: center;display: block;}
.youshi_tit i{ display: block;height: 30px;width: 1px;background: #CFCFCF;transition: .3s;margin: 0 auto;}
.youshi_tit span{font-size: 16px;color: #000000;line-height: 50px;transition: .3s;}

.youshi_tit.active{background: #EC3C01;}
.youshi_tit.active b{color: #fff;}
.youshi_tit.active i{background: #fff;}
.youshi_tit.active span{color: #fff;}


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




/**************************** sec5 start *************************/
.sec5{background: url(../images/sec5_bg.jpg) center/cover;padding-bottom: 60px;}

.hkal_box .swiper-container-khjz {width: 100%;margin: 0 auto;overflow: hidden;position: relative;}
.hkal_box .swiper-wrapper .swiper-slide {background: #fff;box-sizing: border-box;}
.hkal_box .swiper-wrapper .swiper-slide .khjz-img {width: 100%;overflow: hidden;}
.hkal_box .swiper-wrapper .swiper-slide .khjz-img img {width: 100%;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;-o-transition: 0.5s all;}
.hkal_box .swiper-wrapper .swiper-slide:hover .khjz-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);}
.hkal_box .swiper-wrapper .swiper-slide .khjz-tit {font-size: 18px;color: #222;padding-top: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hkal_box .swiper-wrapper .swiper-slide .khjz-cont {font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.hkal_box .swiper-wrapper .swiper-slide a span {display: block;width: 92px;line-height: 28px;background: #E5E5E5;text-align: center;font-size: 14px;margin-top: 24px;color: #8C8C8C;transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;}
.hkal_box .swiper-wrapper .swiper-slide:hover a span {background: #EC3C01;color: #fff;}
.hkal_box .swiper-wrapper .swiper-slide .khjz-det {border: 2px solid #DFDFDF;border-top: none;padding: 0 16px 16px;}


.hkal_box .swiper-container-khjz{padding-bottom: 60px;}
.hkal_box .swiper-pagination{bottom: 0;}
.hkal_box .swiper-pagination-bullet{height: 5px;width: 33px;opacity: 1;background: #444;position: relative;border-radius: 2px;margin: 0 2px!important;}
.hkal_box .swiper-pagination-bullet-active{background: #EC3C01;}





.lc-det {margin: 80px auto 0;}
.lc-det .lc-tit-l {}
.lc-det .lc-tit-l .rk-title {text-align: left;margin: 0;}
.lc-det .lc-tit-l .rk-title::after {display: none;}
.lc-det .lc-tit-l .rk-subtitle {text-align: left;margin-top: 5px;}
.lc-det .lc-tit-r {}
.lc-det .lc-tit-r p:first-child {margin-top: 14px;font-size: 20px;font-weight: bold;color: #222;}
.lc-det .lc-tit-r p:first-child i {display: inline-block;font-size: 24px;margin-right: 5px;vertical-align: middle;}
.lc-det .lc-tit-r p:last-child {font-size: 18px;font-weight: bold;color: #EC3C01;line-height: 14px;margin-top: 5px;}
.lc-det ul {padding-top: 36px;width: 100%;clear: both;text-align: center;}
.lc-det ul li {width: 100px;height: 100px;margin-right: 5px;display:inline-block;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;background-size: 100%!important;background-position: center!important;background-repeat: no-repeat !important;}
.lc-det ul li:nth-of-type(1) {background: url("../images/1.png");}
.lc-det ul li:nth-of-type(1):hover {background: url("../images/01.png");}
.lc-det ul li:nth-of-type(2) {background: url("../images/2.png");}
.lc-det ul li:nth-of-type(2):hover {background: url("../images/02.png");}
.lc-det ul li:nth-of-type(3) {background: url("../images/3.png");}
.lc-det ul li:nth-of-type(3):hover {background: url("../images/03.png");}
.lc-det ul li:nth-of-type(4) {background: url("../images/4.png");}
.lc-det ul li:nth-of-type(4):hover {background: url("../images/04.png");}
.lc-det ul li:nth-of-type(5) {background: url("../images/5.png");}
.lc-det ul li:nth-of-type(5):hover {background: url("../images/05.png");}
.lc-det ul li:nth-of-type(6) {background: url("../images/6.png");}
.lc-det ul li:nth-of-type(6):hover {background: url("../images/06.png");}
.lc-det ul li:nth-of-type(7) {background: url("../images/7.png") no-repeat;}
.lc-det ul li:nth-of-type(7):hover {background: url("../images/07.png")no-repeat;}
.lc-det ul li:last-child {margin-right: 0;}
.lc-det ul li i {display: block;margin: 18px auto 0;height: 52px;width: 52px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;background-color: rgb(214, 226, 246);}
.lc-det ul li p {font-size: 18px;font-weight: bold;color: #222;line-height: 18px;margin: 12px 0;text-align: center;}
.lc-det ul li span {font-size: 18px;font-weight: bold;color: #5e5e5e;text-align: center;display: block;}
.rk-title {width: max-content;margin: 0 auto;font-size: 24px;line-height: 30px;color: #121212;position: relative;text-align: center;}
.rk-title span {display: inline-block;color: #EC3C01;}
.rk-subtitle {font-size: 14px;color: #666;line-height: 20px;text-align: center;margin-top: 20px;}



/**************************** sec5 end *************************/



/**************************** sec6 start *************************/
.sec6{background: #FAFAFA;padding-bottom: 50px;}
.about_bg{height: 300px;}
.about_desc{background: #FFFFFF;box-shadow: 0px 2px 11px 2px rgba(59, 59, 59, 0.13);text-align: center;padding: 20px 10px 15px;margin-top: -60px;position: relative;z-index: 111;}
.about_desc h2{font-size: 20px;color: #000000;line-height: 32px;padding-bottom: 16px;}
.about_desc p{font-size: 14px;color: #666666;line-height: 24px;}

.honor_box {position: relative;padding: 0 40px;margin-top: 30px;}
.honor_box .swiper-container_honor {width: 100%;height: 100%;overflow: hidden;position: relative;}
.honor_box .img{width: 100%;overflow: hidden;}
.honor_box img{width: 100%;transition: .6s;}
.honor_box .img:hover img{transform: scale(1.1);}
.honor_box .swiper-slide {overflow: hidden; text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;	-webkit-box-align: center;-ms-flex-align: center;	-webkit-align-items: center;align-items: center;}

.honor_box .swiper-button-next::after, .honor_box .swiper-button-prev::after{display: none;}
.honor_box .swiper-button-next, .honor_box .swiper-button-prev{width: 25px;height: 41px;background-position: center!important;zoom: .7;}
.honor_box .swiper-button-next{background: url(../images/right1.png) no-repeat;}
.honor_box .swiper-button-prev{background: url(../images/left1.png) no-repeat;}


/**************************** sec6 end *************************/




/**************************** sec7 start *************************/
.sec7{background: url(../images/sec7_bg.jpg) center/cover;padding-bottom: 20px;}
.sec7 .news-box{margin-top: 40px;}
.news-box .news1{width: 100%;margin-bottom: 25px;}
.new-tit{font-size: 20px;color: #222222;}
.new-tit i{display: inline-block;width: 6px;height: 18px;background-color: #EC3C01;margin-right: 20px;}
.new-tit a{display:block;float: right;font-size: 14px;color: #666666;text-transform: uppercase;margin-top: 5px;}
.new-time{height: 250px;width: 100%;margin-top: 10px;position: relative;}
.new-time .time{width: 114px;padding-top: 80px; height: 100%;box-sizing: border-box; float: left;background-color: rgba(0,0,0,.3);color: #fff;text-align: center;transition: .3s;    position: absolute;left: 0;top: 0;}
.new-time .time span{font-size: 36px;font-weight: bold;color: #F9FBFC;display: block;}
.new-time .new-img{width: 100%;height: 100%;overflow: hidden;}
.new-time .new-img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: .6s;}
.new-time:hover .time{background-color: #EC3C01;}
.new-time:hover .new-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) ; }
.new-info{margin-top: 10px;}
.new-info .new-t{font-size: 18px;font-weight: bold;color: #222222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 28px;transition: .3s;}
.new-info .new-det{font-size: 14px;color: #666666;line-height: 22px;margin-top: 5px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height: 44px;}
.new-list{margin-top: 10px;padding-top: 5px;border-top: 1px solid #E5E5E5;}
.new-list a{display: block;color: #222222;line-height: 30px;}
.new-list a i{margin-right: 5px;}
.new-list a span{float: right;color: #666;font-size: 14px;transition: .3s;}
.new-list a p{width: calc(100% - 120px);display: inline-block;vertical-align: middle; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 30px;transition: .3s;}
.news2{margin-top: 0px;border: none}
.news2 li{border-bottom: 1px dashed #D6D6D6;padding: 6px 0;}


.new-info:hover .new-t{color: #EC3C01;}
.new-list a:hover p{color: #EC3C01;}
.new-list a:hover span{color: #EC3C01;}
.new-list a:hover i{color: #EC3C01;}
/**************************** sec7 end *************************/





/*section7 start  关于我们*/
.sec7{
	background: #F5F5F5;
}
.about_img,.about_img img{
	width: 100%;
}

.about_box .desc{
	position: relative;
	z-index: 11;
	background: #fff;
	padding: 20px 15px;
	margin-top: -40px;
}
.about_box .desc h1{
	font-size: 22px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.about_box .desc h1 span{
	color: #EC3C01;
}
.about_box .desc p{
	font-size: 12px;
	line-height: 24px;
}
.about_box .desc a{
	display: inline-block;
	background: #EDEDED;
	padding: 8px 20px;
	border-radius: 20px;
	color: #828282;
	margin-top: 20px;
}
.sec7 .bot{
	padding-bottom: 30px;
	background: #fff;
	box-sizing: border-box;
}
.sec7 .bot ul li{
	width: 50%;
	float: left;
	text-align: center;
	padding: 0px 0;
}
.sec7 .bot ul li .desc{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.sec7 .bot ul li span{
	font-size: 32px;
	font-family: Helvetica;
	color: #FF0A04;
	float: left;
	margin-right: 5px;
}
.sec7 .bot ul li .info{
	float: left;
	text-align: left;
	margin-top: 5px;
}
.sec7 .bot ul li p{
	font-size: 12px;
	color: #222222;
}
.sec7 .bot ul li p:nth-of-type(2){
	color: #666666;
}

.ab_lb{
	margin-top: 8px;
	padding-bottom: 10px;
}
.ab_sel{
	margin-bottom: 10px;
}
.ab_sel ul li{
	float: left;
	width: 32.3333%;
	background: #E0E0E0;
	text-align: center;
	padding: 8px 0 5px 0;
	font-size: 14px;
}
.ab_sel ul li.on{
	background: #EC3C01;
	color: #fff;
}
.ab_sel ul li:nth-of-type(2){
	margin: 0 1.5%;
}

.swiper-container_ab{
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.ab_item img{
	width: 100%;
}
.ab_item p{
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 4px 0;
}
/*section7 end*/



/* 联系我们 */
.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;}
.zp-top {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EFEFEF;
    font-size: 20px;
    color: #333333;
    margin: 10px 0;
} 