@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: #054A97!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: #054A97; 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: #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: 32px; 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%;}

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





@font-face {
	font-family:impact;
	src: url(../fonts/impact.ttf);
}







.container{padding: 0 10px;}

/************************************ banner start ********************************/
.banner{position: relative;}
.banner .swiper {width: 100%;height: 100%;overflow: hidden;position: relative;}
.banner .swiper-slide {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-slide img{width: 100%;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{display: none;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 43px;height: 89px;top: 50%;margin-top: -45px;zoom: .6;}
.banner .swiper-button-prev{background: url(../images/left1.png);left: 20px;}
.banner .swiper-button-next{background: url(../images/right1.png);right: 20px;}

.banner_mouse{position: absolute;left: 50%;bottom: 30px;z-index: 9;font-size: 40px;color: #fff !important;margin-left: -20px;text-align: center;}
.banner_mouse img{animation: mouse1 1.3s infinite;position: relative;}
.banner_mouse p{font-size: 13px;font-family: Arial;font-weight: 400;color: #FFFFFF;line-height: 36px;}
@keyframes mouse1{
	0%{bottom: 0px;}
	30%{bottom: 10px;}
	100%{bottom: 0px;}
}

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


/************************************ sec1 start ********************************/
.sec1{padding: 50px 0 0px;overflow: hidden;}
.ab_box{width: 100%;}
.ab_box .atit{font-size: 24px;color: #000000;line-height: 30px;font-weight: 400;}
.ab_box .atit b{font-weight: bold;color: #054A97;}
.ab_box .btit{margin: 20px 0 15px;}
.ab_box .btit p{font-size: 16px;color: #222222;line-height: 24px;}
.ab_box .btit b{font-weight: bold;}
.ab_box .ctit{font-size: 14px;font-weight: 400;color: #666666;line-height: 22px;}
.ab_box .etit{margin: 25px 0 10px;}
.ab_box .ftit{font-size: 14px;font-weight: bold;color: #000000;line-height: 24px;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 20px;}
.ab_box .ftit::after{content: "";display: block;width: 25px;height: 1px;background: #DCDCDC;position: absolute;right: -35px;top: 50%;}

.out_box{width: 100%;}
.out_box .img{margin-top: 20px;position: relative;}
.out_box .img::after{content: "";display: block;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.51);position: absolute;right: 0px;top: 0px;z-index: 20;}
.out_box .img::before{content: "";display: block;height: 100%;width: 100%;background: #E6EAF0;position: absolute;right: -20px;top: -20px;}
.out_box .img img{position: relative;z-index: 10;width: 100%;}
.out_box .img .video-open{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 30;cursor: pointer;}

.layui-layer-video{max-width: 1000px;}
.layui-layer-video video{display: block;width: 100%;}

.number_box{padding-top: 70px;border-bottom: 2px solid #D2D2D2;}
.number_box .container{display: flex;flex-wrap: wrap;}
.number_item{width: 50%;padding-bottom: 10px;margin-bottom: 10px;position: relative;text-align:center;}
.number_item::after{content: "";display: block;width: 0;height: 2px;background: #FF7F00;position: absolute;bottom: -2px;left: 0;transition: .5s;}
.number_item:hover::after{width: 100%;}
.number_item p{font-size: 40px;font-family: impact;color: #054A97;line-height: 64px;}
.number_item p i{font-size: 40px;font-family: impact;color: #054A97;padding-left: 10px;line-height: 64px;}
.number_item p i.rt{font-size: 32px;position: relative;top: -15px;}
.number_item b{display: block;font-size: 14px;color: #444444;line-height: 18px;font-weight: normal;text-transform: uppercase;}
.number_item:nth-of-type(5){width: 100%;}



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



.ind_tit{text-align: center;padding: 50px 0 20px;}
.ind_tit p{font-size: 22px;font-weight: bold;color: #054A97;line-height: 32px;text-transform: uppercase;}
.ind_tit i{width: 54px;height: 2px;background: #FF7F00;display: block;margin: 10px auto 0;}


/************************************ sec2 start ********************************/
.pro_sel_box{display: flex;justify-content: center;margin-bottom: 25px;flex-wrap: wrap;}
.pro_sel_item{background: #E5E5E5;height: 45px;line-height: 45px;text-align: left;transition: .3s;font-weight: bold;position: relative;font-size: 14px;padding: 0 10px 0 10px;margin-bottom: 8px;width: calc(50% - 4px);}
.pro_sel_item::after{content: "";display: block;height: 9px;width: 15px;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);z-index: 9;background: url(../images/sjx.png);opacity: 0;transition: .3s;}
.pro_sel_item:nth-of-type(2n){margin-left: 8px;}
.pro_sel_item i{display: inline-block;background: url(../images/add1.png);height: 19px;width: 19px;transition: .3s;position: relative;top: 4px;margin-right: 0px;}

.pro_sel_item.active{background: #FF7F00;}
/* .pro_sel_item.active::after{opacity: 1;} */
.pro_sel_item.active span{color: #fff;}
.pro_sel_item.active i{background: url(../images/add2.png);}

.pro_lb{position: relative;margin: 0 0px;padding: 0 30px;}
.pro_lb .swiper {width: 100%;height: 100%;overflow: hidden;position: relative;}
.pro_lb .swiper-slide {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_box{background: url(../images/pro_bg.jpg) center/cover;background-position: center !important;background-size: cover !important;position: relative;}
.pro_box::after{content: "";display: block;height: 100%;width: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 1;position: absolute;}
.pro_item {padding: 30px 0 40px;display: none;position: relative;z-index: 999;}
.pro_item.active{display: block;}
.pro_item .atit{font-size: 24px;color: #FFFFFF;}
.pro_item .btit{font-size: 16px;color: #FFFFFF;line-height: 28px;margin: 10px 0 8px;}
.pro_item .ctit{display: block;width: 92px;height: 2px;background: #FF7F00;}
.pro_item .dtit{font-size: 14px;color: #FFFFFF;line-height: 25px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin: 40px 0 30px;}

.pro_cp{position: relative;width: 100%;}
.pro_cp .img{overflow: hidden;}
.pro_cp .img img{width: 100%;transition: .5s;}
.pro_cp .desc{position: absolute;bottom: -100%;left: 0;width: 100%;background: rgba(5, 74, 151, 0.86);padding: 10px;transition: .4s;display: none;}
.pro_cp .desc p{font-size: 16px;color: #FFFFFF;line-height: 40px;height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro_cp .desc span{font-size: 14px;font-weight: 400;color: #FFFFFF;line-height: 21px;display: block;height: 42px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin: 4px 0 16px;}
.pro_cp .desc i{display: inline-block;background: #FFFFFF;border-radius: 5px;line-height: 26px;font-size: 14px;color: #054A97;font-weight: bold;padding: 0 10px;}
.pro_cp:hover .desc{bottom: 0;}
.pro_cp:hover img{transform: scale(1.05);}

.pro_lb .swiper-button-next:after,.pro_lb .swiper-button-prev:after{display: none;}
.pro_lb .swiper-button-prev,.pro_lb .swiper-button-next{width: 35px;height: 73px;top: 50%;margin-top: -36px;zoom: .8;}
.pro_lb .swiper-button-prev{background: url(../images/left3.jpg);left: 0px;}
.pro_lb .swiper-button-next{background: url(../images/right3.jpg);right: 0px;}


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




/************************************ sec3 start ********************************/
.sec3{background: url(../images/sec3_bg.jpg) center/cover;padding-bottom: 30px;}
.honor_box .swiper {width: 100%;height: 100%;overflow: hidden;position: relative;padding-bottom: 40px;}
.honor_box .swiper-slide {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_item{width: 100%;}
.honor_item .img{overflow: hidden;background: #fff;padding: 12px;margin-bottom: 10px;}
.honor_item .img img{width: 100%;transition: .5s;border: 1px solid #DCDCDC;}
.honor_item p{font-size: 14px;color: #444444;line-height: 32px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.honor_item:hover .img img{transform: scale(1.05);}

.sec3 .swiper-pagination-bullet{width: 12px;height: 12px;background: #C2C2C2;border-radius: 50%;opacity: 1;}
.sec3 .swiper-pagination-bullet-active{background: #FF7F00;}

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


/************************************ sec4 start ********************************/
.sec4{padding: 50px 0 0px;}
.blue_box{width: 40%;height: 50px;background: #054A97;float: right;}


.shooting_box{position: relative;padding-top: 30px;background: #F9F9F9;padding-bottom: 60px;}
.shoot_box{width: 100%;}
.shoot_box .tit{font-size: 32px;font-weight: bold;color: #054A97;line-height: 50px;margin-bottom: 15px;}
.shoot_box .shoot{display: block;line-height: 45px;height: 45px;padding: 0 15px;font-size: 14px;color: #444444;background-image: url(../images/right41.png);background-repeat: no-repeat;background-position: calc(100% - 10px) center;transition: .3s;position: relative;margin-bottom: 10px;}
.shoot_box .shoot::after{content: "";display: block;height: 1px;width: 100%;background: #DCDCDC;position: absolute;bottom: -5px;left: 0;}
.shoot_box .shoot.active{color: #fff;background-color: #054A97;background-image: url(../images/right42.png);}
.shoot_box .more{font-size: 16px;font-weight: bold;color: #444444;display: block;margin:30px 0 30px}
.shoot_box .more:hover{color: #054A97;}

.ting_box{width: 100%;height: 100%;}
.ting_box .img{height: 100%;overflow: hidden;display: none;}
.ting_box .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.ting_box .img.active{display: block;}

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


/************************************ sec5 start ********************************/
.sec5{padding-bottom: 30px;}
.factory_box .swiper {width: 100%;height: 100%;overflow: hidden;position: relative;padding-bottom: 40px;}
.factory_box .swiper-slide {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;}

.factory_item{width: 100%;}
.factory_item .img{overflow: hidden;}
.factory_item .img img{width: 100%;transition: .5s;}
.factory_item p{font-size: 16px;color: #222222;background: #F8F8F8;line-height: 55px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.factory_item:hover .img img{transform: scale(1.05);}
.factory_item:hover p{background: #054A97;color: #fff;}

.factory_box .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;border-radius: 50%;opacity: 1;border: 3px solid #054A97;}
.factory_box .swiper-pagination-bullet-active{border: 3px solid #FF8A01;}


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


/************************************ sec6 start ********************************/
.sec6{position: relative;padding-bottom: 10px;}
.sec6 .container{height: 100%;}
.sec6_item{width: 100%;padding: 140px 10px 20px;}
.sec6_item a{display: block;}
.sec6_item .desc{}
.sec6_item .desc p{font-size: 24px;color: #fff;line-height: 40px;}
.sec6_item .desc span{font-size: 16px;color: #fff;line-height: 24px;display: block;margin: 10px 0 0px;}
.sec6_l{background:url(../images/sec61.jpg) center/cover;}
.sec6_r{background:url(../images/sec62.jpg) center/cover;}


/************************************ sec6 end ********************************/
.swiper-button-next:after, .swiper-button-prev:after{display: none;}


.mode_tit{font-size: 20px;font-weight: bold;color: #333;line-height: 40px;margin: 20px 0 10px;}
.mode_list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.mode-6{width: calc(50% - 5px);margin-bottom: 10px;}
.mode-6 video{display: block;width: 100%;}
.mode-6 img{display: block;width: 100%;}