*{color:#000;margin: 0;padding: 0;list-style: none;text-decoration: none;font-size:16px;font-family: "Arial";padding: 0;}
p{margin: 0;}

@font-face{
    font-family: 'blackthorns-black-DEMO-2';
    src : url('blackthorns-black-DEMO-2.ttf'); 
}
@font-face{
    font-family: 'Swis721 Hv BT Heavy';
    src : url('Swis721 Hv BT Heavy.ttf'); 
}
@font-face{
    font-family: 'HELVETICA-LIGHT';
    src : url('HELVETICA-LIGHT.OTF'); 
}
table{
	width:100% !important;
	border-collapse: collapse !important;
	border: 1px solid #DDDDDD !important;
}
table td{
	border: 1px solid #ddd !important;
}
table tr{
	border: 1px solid #ddd !important;
}

input,textarea{
	outline:none
}
input::-webkit-input-placeholder {
        color: #999999;
}
              @keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}
@-webkit-keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}  
.he{position: relative;}
.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.row1{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.row2{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.row3{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.row4{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
.row5{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.row6{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;overflow: hidden;}


.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
	.hov5:hover::before {-webkit-animation: shine .75s;animation: shine 1.5s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}
.circle {width: 24px;margin: 3px auto 0;display: flex;justify-content: space-between;align-items: center;padding: 0 3px;}
.circle-bubble {width:5px;height:5px;border-radius: 50%;background-color: #72a54a;}
.circle1 {animation: pulse .4s ease 0s infinite alternate;}
.circle2 {animation: pulse .4s ease .2s infinite alternate;}
.circle3 {animation: pulse .4s ease .4s infinite alternate;}
@keyframes pulse {
	from {opacity: 1;transform: scale(1);}
	to {opacity: 1;transform: scale(.35);}
}
@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(0px, -3px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
@keyframes shake{
      33.3%{transform:translateX(-6px)}
      49.95%{transform:translateX(4px)}
      66.6%{transform:translateX(-2px)}
      83.25%{transform:translateX(1px)}
      to{transform:translateX(0)}
}

     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1400px;}

 /* 顶部搜索 */
	 .header-nav .uk-panel{position: initial;}
	 .header-nav .uk-panel-box{padding: 0;}
	 
	.header-search{ display: flex;flex-direction: row;justify-content: end;align-items: center;width: 100%;}
	.sousuo-box1{height:34px;width:100%;border:none;width: 100%;border:1px solid #0d4194;background: #0d4194;position: absolute;left: 0;bottom:-35px;
	z-index: 99;}
	.sousuo-box1>input{width:calc(100% - 40px);float:left;height: 34px;line-height: 34px;padding-left: 8px;
	background:none;float:left;color:#fff;border:none;}
	.sousuo-box1>input::-webkit-input-placeholder{color:#fff;}
	.sousuo-box1>button{width:23px;float:right;border:none;background: none;float:right;margin-top: 4px;margin-right:16px;}
	.shemei-icon{margin-top: 12px;display: block;}
	.mob{display: none;}
	@media(max-width:768px){
     .header-search{display: none;}
	}
	@media(max-width:750px){
		.pc{display: none;}
		.mob{display: block;}
	}
	
	
	
	/* 导航样式 */
    .header-nav{padding:0 ;width: 100%;}
	.header-nav .uk-container-center{position: relative;max-width: 1400px;background: #fff;}
	.nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.nav-left{width: 100px;display: flex;align-items: center;flex-direction: row;}
	.nav-right1{width: 50px; display: flex;flex-wrap: wrap;justify-content: space-between;}
	.nav-center{width: calc(100% - 150px);display: flex;justify-content: flex-end;
	 display: flex;
		flex-direction: row;
		justify-content: end;
		align-items: center;
	}
	.nav-centerbox{max-width:1080px;width: 100%;}
	.uk-navbar-nav>li>a{color:#222222;line-height:118px;font-size: 18px;font-weight: 400;padding: 0;position: relative;text-align: center;
	position: relative;padding:0 24px;height: 118px;text-transform: uppercase;display: flex;justify-content: center;}
	.uk-navbar-nav{display: flex;justify-content: space-between;float: none;}
	.uk-navbar-nav>li{text-align: center;line-height: 118px;}
	.jt-box{width: 32px;height: 10px;position: relative;}
	.jt1{width: ;}
	.jt2{position: absolute;top: 54px;left: 0;opacity: 0;}
	.uk-navbar-nav>li.uk-active>a{background:none;color:#fff;background: #0d4194;}
	.uk-navbar-nav>li.uk-active>a .jt2{opacity:1;}
	.uk-navbar-nav>li.uk-active>a .jt1{opacity:0;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a .jt1{opacity: 0;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a .jt2{opacity:1;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#fff;
	background:#0d4194;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:before:focus{color:#fff;
	background:#0d4194;}
	

	.uk-navbar-toggle{margin-left: 20%;margin-top: 3%;}
	.nav-zuo>a{display: block;width: 100%;line-height:24px;text-align: left;font-size: 18px;margin-bottom: 6px;
	 padding-left: 10%;color:#ffffff;text-transform: uppercase;color:#fff;} 
	.erji{font-size: 14px!important;padding-left: 10%!important;color:#ccc!important;margin-bottom: 2px!important;line-height: 24px!important;} 
	.erjiname>a>span{text-align: right;color:#fff;float: right;opacity: 0;} 
	.d-erji{background:none;padding-top:0;background:rgba(13,65,148,.8);padding-bottom: 0;left:0!important;width: 220px!important;
	text-align: left;
	}
	.d-erji>ul>li>a{line-height: 24px!important;color:#fff!important;font-size: 16px;font-weight: 200;border-bottom: 1px solid #fff;}
	.d-erji>ul>li:nth-child(2) span{display: none;}
	.d-erji>ul>li>a:hover{background:rgba(13,65,148,.9);}
	.d-erji>ul>li>a:hover span{opacity: 1;}
	.sanji>a{line-height: 24px!important;color:#fff!important;font-size: 16px;font-weight: 200;border-bottom: 1px solid #fff;
		display: block;padding:5px 15px;display:block;}
	    .sanji>a:hover{background:rgba(13,65,148,0.9);color:#fff!important;}
	    .sanji{
	    position: absolute;left: 100%; top: 0;background:rgba(13,65,148,.8);width:200px;display:none;color:#fff!important;
	    }
	    .erjiname:hover .sanji{display:block!important;}
	.sousuo-box{height:40px;width:100%;border:none;background: none;border:1px solid #eaeaea;margin-top:30px;border-radius: 20px;}
	.sousuo-box>input{width:calc(100% - 58px);float:left;height: 40px;line-height: 40px;padding-left: 18px;
	background:none;float:left;border:none;color:#fff;}
	.sousuo-box>button{width:22px;float:right;border:none;background: none;float:right;margin-top: 8px;margin-right:36px;}
	@media(max-width:1200px){
		.uk-navbar-nav>li>a{padding: 0 4%;}
	}
	  @media(max-width:960px){
		  .intop-nr{padding: 0 10px;}
		  .header-top{padding:0;padding-top: 10px;}
		  .header-nav{position: inherit;margin-top: 20px;background: #fff;}
		  
		  .header-nav .uk-container{background: #fff;}
		  .nav-left{width: 100%;padding: 0;}
		   .logo{display: block;margin: 0 auto;}
		   
		  .nav-center{width: calc(100% - 180px);padding: 0;padding-top: 10px;max-width: 100%!important;}
		  }
    @media(max-width:768px){  
	.header-top{padding-bottom: 0;}
	.nav-center{background: #0d4194;width:100%;padding: 0;}
    .header-nav{padding: 0;}
	.header-nav>.uk-container{padding: 0;}
	.sousuo-box1{display: none;}
	.uk-navbar-toggle{margin-top: 0;background: #004ecb!important;margin-left: 0;color:#fff;}	
	.logo{display: block;margin: 15px auto!important;top}
	.nav-right{background:#0d4194;}
	.lar-box{position: absolute;right: 20px;top: 30px;z-index: 11;}
	.intop-lx{padding-left: 10px;margin-top:8px;}
	.intop-name{padding-right: 0;}
	}
  
    /* 首页定制服务 */
    .index-cus{background: #fff;padding: 3%;}
	.incus-box{padding: 40px 50px;background: url(images/bg1.png) top center no-repeat;border-radius:20px;
	display: flex;justify-content: space-between;flex-wrap: wrap;
	-moz-box-shadow:0px 0px 15px #A8A8A8; -webkit-box-shadow:0px 0px 15px #A8A8A8; box-shadow:0px 0px 15px #A8A8A8;
	}
    .incus-title{font-size: 30px;color:#333333;line-height: 32px;font-family: "blackthorns-black-DEMO-2";}
	.incus-icon{margin-left: 14px;}
	.incus-subtitle{font-size: 16px;line-height: 20px;color: #666666;margin-top: 14px;font-family: "HELVETICA-LIGHT";}
	.incus-more{text-align: center;color:#fff;width: 214px;height: 56px;border-radius: 28px;font-size: 16px;line-height: 56px;
	font-family: "HELVETICA-LIGHT";display: block;background: #0d4194;transition: 0.6s;}
	.incus-left{width: calc(100% - 230px);}
	.incus-right{width: 214px;display: flex;align-items: center;flex-direction: row;}
	.incus-more:hover{text-decoration: none;color:#fff;background: #000;}
	
	   @media(max-width:768px){  
		   .incus-left{width:100%;margin-bottom: 20px;}
	   }
	/* 首页产品索引 */
	.index-pr{padding: 3%;padding-top: 1%;}
	.index-title{font-size: 36px;color:#333333;line-height: 40px;font-family: "blackthorns-black-DEMO-2";text-align: center;
	text-transform: uppercase;
	}
	.index-subtitle{font-size: 16px;line-height: 20px;color: #0d4194;margin-top: 14px;font-family: "HELVETICA-LIGHT";text-align: center;margin-bottom: 40px;}
	.inpr-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.inpr-box{width: 30%;max-width: 396px;display: block;padding: 10px 0;margin-bottom: 50px;border-radius: 20px;padding-bottom: 36px;
	background: url(images/bg2.png) top center repeat;
		-moz-box-shadow:0px 0px 10px #A8A8A8; -webkit-box-shadow:0px 0px 10px #A8A8A8; box-shadow:0px 0px 10px #A8A8A8;
	}
	.inpr-tubox{overflow: hidden;}
	.inpr-tu{width: 100%;transition: 0.6s;}
	.inpr-name{font-size: 18px;line-height: 24px;margin: 20px 0 10px;text-align: center;font-family: "Swis721 Hv BT Heavy";transition: 0.6s;}
	.inpr-hot{font-size: 16px;line-height: 18px;text-transform: uppercase;text-align: center;font-family: "HELVETICA-LIGHT";}
	.inpr-more{width: 104px;height: 42px;border-radius: 21px;text-align: center;font-size: 16px;line-height: 42px;color:#fff;background: #808080;
	margin: 10px auto 0;transition: 0.6s;}
	.inpr-box:hover .inpr-tu{transform:scale(1.1) ;}
	.inpr-box:hover{text-decoration: none;}
	.inpr-box:hover .inpr-name{color:#20139f;}
	.inpr-box:hover .inpr-more{color:#fff;background: #20139f;}
	@media(max-width:960px){
	.inpr-box{width: 48%;}
	}
	@media(max-width:560px){
	.inpr-box{width: 100%;max-width: 100%;}
	}
	
	/* 首页企业优势 */
	.index-ys{background: #0d4194;padding: 3%;}
	.index-ys .uk-container{max-width: 1040px;}
	.index-title1{color:#fff;}
	.index-subtitle1{color:#fff;}
	.inys-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.inys-box{width: 30%;max-width: 290px;}
	.inys-icon{display: block;margin: 0 auto 30px;}
	.inys-name{font-size: 20px;line-height: 24px;color:#fff;text-align: center;font-family: "Swis721 Hv BT Heavy";margin-bottom: 14px;}
	.inys-subname{font-size: 16px;line-height: 32px;text-align: center;font-family: "HELVETICA-LIGHT";color:#fff;opacity: 0.55;}
	.inys-more{display: block;text-align: center;margin: 40px auto;width: 214px;line-height: 56px;border-radius: 28px;background: #be0000;
	font-size: 16px;font-family: "HELVETICA-LIGHT";transition: 0.6s;color:#fff;
	}
	.inys-desc{font-size: 16px;line-height: 32px;text-align: center;font-family: "HELVETICA-LIGHT";color:#fff;opacity: 0.55;}
   .inys-more:hover{background: #000;text-decoration: none;color:#fff;}
	.inys-box:hover .inys-icon{transform: rotateY(360deg);transition: 0.6s;}
	
	@media(max-width:560px){
	.inys-box{width: 100%;max-width: 100%;margin-bottom: 20px;}
	}
	
	/* 首页公司简介 */
	 .index-ab{background: #f0f5fb;padding: 3% 0;padding-top: 112px;}
	 .index-ab .uk-container{max-width: 1920px;}
	 .iab-topbox{display: flex;justify-content: end;}
	  .iab-top{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 40px;max-width: 1660px;}
	  .iab-left{width: 40%;}
	  .iab-right{width: 58%;position: relative;display: flex;align-items: center;flex-direction: row;}
	  .iab-right::before{content: " ";width: calc(100% + 22px);height: 140px;background: #0d4194;position: absolute;bottom: -24px;
	  left: -22px;
	  }
	  .iab-logo{width: 78px;}
	  .iab-title{font-size:36px;line-height: 40px;color:#333333;text-transform: uppercase;font-family: "blackthorns-black-DEMO-2";}
	  .iab-subtitle{font-size:16px;line-height: 20px;color:#0d4194;font-family: "HELVETICA-LIGHT";margin-bottom: 34px;}
	  .iab-descbox{overflow:hidden;overflow-y: scroll;padding-right:30px;height: 240px;max-width: 627px;}
	   .iab-descbox::-webkit-scrollbar {background: #bbc2eb;width: 14px;}
	  .iab-descbox::-webkit-scrollbar-thumb {background: #0d4194;}
	  .iab-desc{font-size: 16px;line-height: 30px;color:#717131;}
	  
	  .iab-more{display: block;text-align: center;margin: 20px 0 0;width: 214px;line-height: 56px;border-radius: 28px;background: #0d4194;
	  	font-size: 16px;font-family: "HELVETICA-LIGHT";transition: 0.6s;color:#fff;
	  	}
	  	
	  .iab-more:hover{background: #000;text-decoration: none;color:#fff;}
	  .iab-box{background: #fff;padding: 20px;transition: 0.6s;}
	  .iab-box1{width: 46px;position: relative;overflow: hidden;height: 46px;transition: 0.6s;}
	  .iab-box1 img{
	  	display: block;width: 46px;height: 46px;
	  	 transition: .6s;display: block;top: 0;position: relative;-webkit-filter: drop-shadow(#0d4194 0 46px);filter: drop-shadow(#0d4194 0 46px);  
	  }
	  .iab-bottom{max-width: 1400px;margin: 30px auto 0;}
	  .iab-name{text-align: right;font-size: 46px;line-height: 50px;color:#454443;margin-bottom: 10px;transition: 0.6s;font-weight: bold;}
	  .iab-name span{text-align: right;font-size: 20px;color:#454443;position: relative;top: -5px;transition: 0.6s;}
	  .iab-subname{text-align: right;font-size: 16px;line-height: 20px;font-family: "HELVETICA-LIGHT";color:#454443;transition: 0.6s;}
	  .iab-box:hover{background: #fff;}
	  .iab-box:hover .iab-box1 img{top: -46px;}
	  .iab-box:hover .iab-name{color: #0d4194;}
	  .iab-box:hover .iab-name span{color: #0d4194;}
	  .iab-box:hover .iab-subname{color: #000;}
	    @media(max-width:1400px){
			.iab-right::before{display: none;}
		}
	  @media(max-width:960px){
		 .index-ab{padding: 3%;} 
	  .iab-left{width: 100%;margin-bottom: 40px;}
	  .iab-right{width: 100%;}	
	.iab-descbox{max-width: 100%;}
	  }
	  	.index-video{padding: 3%;}
	/* 首页企业优势二 */	
   .index-our{padding: 3%;}
	 .iour-nr{padding: 40px 20px;border: 1px solid #bfbfbf;transition: 0.6s;}
   .iour-box{position: relative;width: 104px;height: 104px;margin: 0 auto;transition: 0.6s;}
   .iour-tu{position: relative;z-index: 10;}
   .iour-icon{position: absolute;left: 0;top: 0;width: 162px;height: 163px;}
   .iour-name{font-size: 16px;color:#333333;line-height: 24px;text-align: center;margin-top: 36px;transition: 0.6s;}
	.iour-nr:hover{border: 1px solid #0d4194;}
	.iour-nr:hover .iour-name{color:#0d4194;}
	
		/* 页尾信息 */
		.footer{background:#111826;padding: 3% 3%;padding-top: 190px;position: relative;}
		
		.f-search{top: -240px;max-width: 1440px;height: 377px;left: 0;right: 0;margin: 0 auto;position: absolute;
		background: url(images/bg3.png) top right no-repeat;padding-top: 180px;padding-right: 144px;
		display: flex;justify-content: end;
		}
		.search-title{font-size: 22px;color:#ffffff;line-height: 24px;font-family: "blackthorns-black-DEMO-2";text-transform: uppercase;margin-bottom: 20px;}
		.f-search>div{max-width: 612px;width: 100%;}
		.fsear-box{display: flex;justify-content: space-between;}
		.fsear-box input{width: calc(100% - 146px);border: none;background: #fff;border-top-left-radius: 24px;border-bottom-left-radius: 24px;
		height: 48px;line-height: 48px;color:#000;padding: 0 20px;
		}
		.fsear-box button{background: #be0000;width: 146px;color:#fff;font-family:"HELVETICA-LIGHT";text-align: center;font-size: 16px;line-height: 48px;
		border-top-right-radius: 24px;border-bottom-right-radius: 24px;border: none;transition: 0.6s;
		}
		.fsear-box button:hover{background: #000;}
		.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
		.foot-name{font-size: 22px;line-height: 24px;margin-top: 18px;margin-bottom: 22px;color:#fff;font-weight: bold;font-family:"blackthorns-black-DEMO-2";
		text-transform: uppercase;}
		.foot-xian{width: 28px;height: 2px;background: #be0000;margin-bottom: 22px;}
		.flogo{display: block;margin-bottom: 16px;}
		.f-nav{display: block;color:#9a9a9a;font-size: 16px;margin-bottom: 10px;line-height: 28px;font-family:"HELVETICA-LIGHT";}
		.f-xian{width: 1px;height: 188px;background-color: #a7a7a7;position: absolute;right: 0;top: 0;opacity: 0.5;}
		.f-left{width: 31%;position: relative;}
	
		.f-box1{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:24px ;max-width: 360px;}
		.gs-add{font-size: 16px;line-height: 30px;font-family:"HELVETICA-LIGHT";max-width:308px;color:#fff;}
		.f-center{width: 18%;position: relative;}
		.f-center1{width: 20%;position: relative;}
		.f-right{width: 20%;}
	    .f-nav:hover{text-decoration: none;color:#be0000;}
	    .f-lx{display: block;color:#9a9a9a;font-size: 16px;margin-bottom: 10px;line-height: 28px;font-family:"HELVETICA-LIGHT";}
	  .bottom{padding: 16px 0;background: #111826;border-top: 1px solid #9a9a9a;}
	  .bottom p{color:#9a9a9a;font-size: 16px;line-height: 20px;display: flex;justify-content: space-between;}
	  .bottom a{color:#9a9a9a;text-align: right;font-size: 16px;line-height: 20px;display: inline-block;}
	
	  @media(max-width:960px){ 
	 .f-left{width: 48%;margin-bottom: 40px;} 
	 .f-center{width:48%;margin-bottom: 40px;}
	 .f-center1{width:48%;margin-bottom: 40px;}
	 .f-right{width: 48%;}
	 }
	 @media(max-width:768px){ 
	.foot-name{margin-top: 10px;}
	.f-left{width: 100%;margin-bottom: 10px;margin-top: 60px;padding-left: 0;}
	.f-center{width:100%;margin-bottom: 10px;padding-left: 0;}
	.f-center1{width:100%;margin-bottom: 10px;padding-bottom: 0;padding-left: 0;}
	.f-right{width: 100%;padding-left: 0;}
	.f-search{background: #0d4194;padding-left:20px ;padding-right: 20px;padding-top: 120px;}
	 }

  /* 内页面包屑 */
    .m-box>a{font-size:16px;color:#ffffff;text-decoration: none;line-height:30px;font-weight: 400;text-transform: uppercase;}
    .xian5{background:none;padding:12px 0;background: #0d4194;}
    .mbx-home{margin-right: 10px;}
    .banner-box{position: relative;margin: 0 auto;width: 100%;max-width: 1920px;}
    .banner-nr{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;flex-direction: row;justify-content: center;}
    .banner-title{text-align: center;font-size: 48px;color:#ffffff;line-height: 52px;text-transform: uppercase;font-weight: 400;font-family:"blackthorns-black-DEMO-2";}
    .banner-xian{width: 60px;height: 5px;background: #ffffff;margin: 10px auto 10px;}
    .banner-subtitle{text-align: center;font-size: 24px;color:#ffffff;line-height: 28px;margin-top: 16px;
	font-family:"HELVETICA-LIGHT";}
    @media(max-width:768px){
  .banner-title{text-align: center;font-size: 20px;color:#ffffff;line-height: 24px;}  
  .banner-subtitle{font-size: 16px;line-height: 20px;}
    }
   /* 内页公司简介 */
	.about{padding: 3% 3%;background:url(images/abbg.png) bottom center no-repeat;}
	.ab-title{font-size: 38px;line-height: 42px;text-align: center;font-weight: bold;color:#000000;margin-bottom: 40px;font-family:"MONTSERRAT-LIGHT";}
	.ab-ico{width: 100%;}
  	.ab-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
	.ab-left{width: 45%;}
	.ab-right{width: 55%;padding-left: 40px;}
   .ab-descbox{overflow:hidden;overflow-y:auto;padding-right:30px;height: 380px}
    .ab-descbox::-webkit-scrollbar {background: #ccc;width: 18px;}
   .ab-descbox::-webkit-scrollbar-thumb {background: #fff;}
   
   .abys-box{background:#ececec;padding: 20px;transition: 0.6s;}
   .abys-box1{width: 46px;position: relative;overflow: hidden;height: 46px;transition: 0.6s;}
   .abys-box1 img{
   	display: block;width: 46px;height: 46px;
   	 transition: .6s;display: block;top: 0;position: relative;-webkit-filter: drop-shadow(#0d4194 0 46px);filter: drop-shadow(#0d4194 0 46px);  
   }
   .abys-name{text-align: right;font-size: 50px;line-height: 52px;color:#5d5d5d;margin-bottom: 10px;transition: 0.6s;font-weight: bold;}
   .abys-name span{text-align: right;font-size: 38px;color:#5d5d5d;position: relative;top: -5px;transition: 0.6s;font-weight: bold;}
   .abys-subname{text-align: right;font-size: 16px;line-height: 20px;font-family: "HELVETICA-LIGHT";color:#5d5d5d;transition: 0.6s;}

   .abys-box:hover .abys-box1 img{top: -46px;}
   .abys-box:hover .abys-name{color: #0d4194;}
   .abys-box:hover .abys-name span{color: #0d4194;}
   
   
       @media(max-width:960px){
		.ab-left{width: 100%;margin-bottom: 20px;}
		.ab-right{width: 100%;padding: 0;}
	   }
	/* 证书展示 */
	.zs{padding: 3%;padding-bottom: 280px;}
	.zs-img{display: block;margin: 0 auto;
	-moz-box-shadow:10px 10px 8px #C2C2C2; -webkit-box-shadow:10px 10px 8px #C2C2C2; box-shadow:10px 10px 8px #C2C2C2;
	}
    .t-left{display: block!important;left: calc(50% - 80px)!important;top: calc(100% + 50px)!important;}
	.t-right{display: block!important;right: calc(50% - 80px)!important;top: calc(100% + 50px)!important;}
	.t-left::before{display: none;}
	.t-right::before{display: none;}
	
	.ab-bottom{padding:3% 0;background: #f2f2f2;padding-top: 1%;}
	.ab-bottom .uk-container{max-width: 1920px;}
	.b-left{display: block!important;left: 7%!important;}
	.b-right{display: block!important;right: 7%!important;}
	.b-left::before{display: none;}
	.b-right::before{display: none;}
	  @media(max-width:1600px){

	  
	  }
	  @media(max-width:960px){
	  .ab-nr{position: initial;margin-top: 20px;}
	  .ab-ico{width: 100%;margin-bottom: 20px;}
	  .ab-content{width: 100%;padding-bottom: 0px;}
	  } 
	  @media(max-width:768px){
		.ab-box2{width: 100%;background: none;padding: 0 10px;border-bottom: 1px dashed #ccc;padding-bottom: 20px;}  
	  }
	  
	  	/* 工厂展示 */ 
	  	.ab-work{padding: 3%;background: #0d4194;}
		.ab-work .index-title{color:#fff;}
		.ab-work .index-subtitle{color:#fff;}
		/* 内页定制服务 */
		.cus{padding: 3%;}
		.cus .uk-container{max-width: 1430px;}
		.cus-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.cus-box{width: 25%;margin-bottom: 36px;}
		.cus-tubox{padding: 0 15px;}
		.cus-name{color:#2e2e2e;font-size: 16px;line-height: 20px;margin: 12px 0;text-align: center;}
		.cus-bottom{display: flex;justify-content: space-between;}
		.cus-xian{width: calc(50% - 5px);height: 1px;background-color: #e6e6e6;margin-top: 4px;}
        .cus-yuan{width: 10px;height: 10px;border-radius: 50%;background: #0d4194;}
		.cus-box:nth-child(4n) .cus-xian2{opacity: 0;}
		.cus-box:first-child .cus-xian1{opacity: 0;}
		.cus-box:nth-child(5n) .cus-xian1{opacity: 0;}
		.index-cus1{padding-bottom: 280px;padding-top: 0;}
		@media(max-width:768px){
		.cus-box{width: 50%;margin-bottom: 48px;}	
		.cus-box:nth-child(4n) .cus-xian2{opacity: 1;}
		.cus-box:first-child .cus-xian1{opacity: 1;}
		.cus-box:nth-child(5n) .cus-xian1{opacity: 1;}
		}
		
		
	  /*内页新闻列表 */
	.news-list{padding:3% 3%;background: #ffffff;padding-bottom: 240px;}
	.news-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 30px;transition: 0.6s;
	border:1px solid #d2d2d2;
	}
    .news-tu{width: 33%;}
	.news-right{width: 67%;padding:0 30px;display: flex;align-items: center;flex-direction: row;}
	.news-box1{display: flex;justify-content: space-between;}
	.news-title{font-size: 18px;color:#000000;line-height: 24px;font-family:"HELVETICA-LIGHT";margin-bottom: 16px;font-weight: bold;}
	.news-desc{font-size: 16px;line-height: 30px;color:#777777;font-family: "HELVETICA-LIGHT";margin-bottom: 28px;}
	.news-date{width: 120px;text-align: left;font-size: 16px;color:#9e9e9e;line-height: 34px;text-transform: uppercase;}
	.news-jt{width: 34px;height: 34px;position: relative;}
	.news-jt1{width: 34px;height: 34px;transition: 0.6s;}
	.news-jt2{width: 34px;height: 34px;transition: 0.6s;position: absolute;left: 0;top: 0;opacity: 0;}
	.news-more{display: block;}
	.news-box:hover{text-decoration: none;background: #0d4194;border: 1px solid #0d4194;}
	.news-box:hover .news-title{color:#fff;}
	.news-box:hover .news-desc{color:#fff;}
	.news-box:hover .news-date{color:#fff;}
	.news-box:hover .news-jt2{opacity: 1;}
	  @media(max-width:960px){
	.news-tu{width: 100%;margin-bottom: 20px;}
	.news-right{width: 100%;padding: 10px;}
	  }
	

	/*内页新闻详情 */
	.news-page{padding:3%;padding-bottom: 240px;}
	.xq-titlebox{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
	.xq-title{text-align: left;font-size: 26px;line-height: 30px;margin: 0;font-weight: bold;color:#0d4194;font-family:"HELVETICA-LIGHT";}
	.xq-date{font-size: 14px;line-height:30px;color:#0d4194;line-height: 30px;font-family:"HELVETICA-LIGHT";text-transform: uppercase;}
	.xq-xian{width: 100%;height: 1px;background: #b6c6df;margin: 18px auto 30px;}
	.news-con{margin-top: 40px;}
	 /* 上下翻页 */
	.pr-next{margin:4% auto 0;width:400px;}
	.pr-next>p{width:180px;height: 34px;border:1px solid #cfd9ea;color:#0d4194;line-height: 33px;text-align: center;font-size: 14px;cursor:pointer;
	background: #cfd9ea;border-radius: 17px;
	}
	.pr-next>p:hover{border:1px solid #0d4194;background: #0d4194;color:#ffffff;}
	.pr-next>p:nth-child(1){float:left;}
	.pr-next>p:nth-child(2){float:right;}
	@media(max-width:480px){
	.m-box{padding: 0 15px;}
	}
	@media(max-width:400px){
	.pr-next{margin:20px auto 0;width:180px;}
	.pr-next>p{margin-bottom: 5%;}
	}
	/* 产品列表 */
	.pr-list{padding: 3% 3%;background: #ffffff;padding-bottom: 280px;}
	.pro-left {padding-right: 0;}
	 .list-title{background: #0d4194;font-size: 36px;line-height: 40px;padding: 16px 20px;text-transform: uppercase;
	 font-family:"DENMARK" ;color:#fff;margin-bottom: 1px;
	 }
	 
	.lei-list{background: #fff;}
	    .lei-list div .lei-name1 p{color:#fff!important;text-decoration: underline;background: #0d4194;} 
		.nav-box2{padding-bottom: 0;background: #ecf6ff;}
		.nav-box1{overflow:hidden;height:0;position:relative;}
	    .lei-list h3{padding: 0;padding: 14px 10px;position:relative;text-align: left;border-bottom: 1px dashed #efefef;
		border-left: 1px solid #efefef;border-right:1px solid #efefef;
		 color:#313131;line-height:20px;font-size: 16px;font-weight: 400;margin-bottom: 0;background: #fff;
	         }
	    .nav-box3{margin-bottom:0;background: #d6fbfd;padding: 0 0;}
		.nav-box3:hover{cursor: pointer;}
		 .lei-list a p{font-size: 14px;line-height: 20px;float: right;color:#686868;padding: 12px 16px;width: 100%;padding-left: 38px;
		 background: none;text-align: left;border-bottom: 1px dashed #efefef;background: #f2f2f2;
		 }
			
	.sanjiao{position:absolute;top:calc(50% - 2px);right:20px;transform: rotate(-90deg);display: none;}
	.sanjiao1{position:absolute;top:calc(50% - 2px);right:20px;display: block;transform: rotate(-90deg);}
	.jia{border: 1px solid #bfbfbf;width:15px;height: 15px;border-radius: 3px;position: relative;display: inline-block;margin-right: 10px;}
	.heng{width: 9px;height: 1px;position: absolute;left: 2px;top: 6px;background: #bfbfbf;}
	.shu{width: 1px;height: 9px;position: absolute;left:6px;top: 2px;background: #bfbfbf;}
	.lei-list div .uk-active .shu{display: none;}
	.lei-list div .uk-active img{transform: rotate(0deg);}
	.lei-list div .uk-active1{color:#fff!important;background: #0d4194;}
	.lei-list div .uk-active1 .jia{border: 1px solid #fff;}
	.lei-list div .uk-active1 .heng{background:#fff;}
	.lei-list div .uk-active1 .shu{background:#fff;}
	.lei-list div .uk-active1 .sanjiao{display: block;}
	.lei-list div .uk-active1 .sanjiao1{display: none;}
	.uk-accordion-content{padding:0!important;}
	
		.in-pr-box{position: relative;overflow: hidden;background: #849ec8;padding-bottom: 14px;transition: 0.6s;display: block;}
		.in-pr-imgbox{overflow: hidden;border: 1px solid #ccc;position: relative;}
		.in-pr-img{width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
	
	
		
		.in-pr-title{text-align: left;font-size:16px;line-height: 20px;margin: 18px 0 10px;color:#ffffff;padding: 0 16px;transition: 0.6s;}
	    .inpr-bottom{padding: 0 16px;}
		
		.inpr-right{width:25px;position: relative;overflow: hidden;height: 25px;}
		.inpr-icon{width: 25px;position: absolute;left: 0;top: 0;transition: 0.6s;}
		.inpr-icon1{position: absolute;left: -25px;top: 0;transition: 0.6s;}
		.in-pr-subtitle{text-align: left;font-size:14px;line-height: 25px;color:#ffffff;transition: 0.6s;opacity: 0.5;}
	
	
		.in-pr-box:hover{background: #0d4194;text-decoration: none;}
		
		
		.in-pr-box:hover .in-pr-img{transform: scale(1.1);}
		.in-pr-box:hover .in-pr-title{color:#ffffff;}
		.in-pr-box:hover .in-pr-subtitle{color:#ffffff;}
		.in-pr-box:hover .inpr-icon1{left: 0;}
		.in-pr-box:hover .inpr-icon{left: 25px;}
		
		 @media(max-width:960px){
		 .pro-left{padding-right: 0;}
		 
		 	}
	
	
	/* 产品详情*/
		.pr-page{padding:3%;background: #fff;padding-bottom: 280px;}
		.pr-box1{margin-top: 20px;}
		.show{width: 100%;border: 1px solid #ccc;overflow: hidden;}
		.xiao{border: 1px solid #ccc;}
		 .vimg{display: block;}
		 .fugai-box{position: relative;}
		.fugai1{width: 100%;height: 100%;background: rgba(0,0,0,.7);position: absolute;left:0;top: 0;
				 		  display: flex;flex-direction: row;justify-content: center;align-items: center;}
		.pr-right{background: #f3f8ff;height: 100%;padding: 30px 30px;}
		.npr-title{color:#20232e;font-size: 30px;line-height: 32px;margin-bottom: 20px;}
		.npr-subtitle{font-size: 20px;line-height: 24px;color:#0d4194;margin-bottom: 20px;}
		
		.pr-lx{display: flex;justify-content: space-between;width: 100%;max-width: 380px;margin-top:20px;}
		.cont{display: block;width: 134px;height: 30px;background: #0d4194;text-align: center;line-height: 30px;font-size: 16px;color:#fff;border-radius: 15px;
		}
		.pr-lxname{font-size: 24px;color:#333333;font-weight: bold;line-height: 58px;margin-bottom: 15px;margin-top:20px;}
		.cont:hover{text-decoration: none;color:#fff;background: #000;}
		.pr-page .uk-active .xiao{border: 1px solid #0d4194!important;}
		.s-left::before,.s-right::before{display: none;}
		.s-left{left:calc(50% - 30px)!important;top: calc(100% + 20px)!important;display: block!important;border: none;color:#999999;width: 34px;}
		.s-right{right:calc(50% - 30px)!important;top:calc(100% + 20px)!important;display: block!important;border: none;color:#999999;width: 34px;}	
	
	 .npr-box{background: #f1f1f1;width: 100%;margin-top: 60px;}
	 .bottom-title{color:#ffffff;font-size: 16px;line-height: 40px;font-weight: 400;width: 170px;background: #0d4194;text-align: center;}
	 .bottom-xian{width: 100%;height: 3px;background: #0d4194;margin-bottom: 20px;}
	
/* 联系我们 */
		    .contact{max-width: 1920px;margin: 0 auto;}
			.c-box1>div{max-width:1660px;}
			.c-box1{background: #edf4ff;margin-top: 40PX;}
			.con-logo{margin-bottom: 30px;display: block;}
			.con-title{font-size: 46px;text-align: left;font-weight: bold;line-height: 40px;color:#010101;margin-bottom: 8px;margin-top: 40px;
			text-transform: uppercase;font-family: "blackthorns-black-DEMO-2";}
			.con-subtitle{font-size: 16px;text-align: left;font-weight: 400;line-height: 20px;color:#343434;margin-bottom: 34px;}
			.c-left{width: 43%;float: left;position: relative;background: #424242;}
			.con-icon{width: 100%;}
			.c-right{width:52%;float: right;}
		    .lx-box{position: absolute;right: 0;top: 0;width: 100%;padding-top: 16%;max-width: 400px;padding-right: 40px;}
			.lx-nanme{color:#fff;line-height: 16px;line-height: 34px;margin-bottom: 10px;text-align: left;display: block;}
		    .lx-nanme:hover{text-decoration: none;color:#fff;}
			.lx-nanme img{margin-right: 8px;position: relative;top:-1px}
		    .c-desc{font-size:14px;line-height: 20px;color:#484f59;margin-bottom:30px;}
			.cont-map{padding-bottom: 3%;padding-bottom: 240px;}
			.cont-map>div{max-width: 1400px;position: relative;top: -50px;border: 20px solid #fff;}
			
			@media(max-width:1600px){
				.cont-map>div{top: 0;}	
			}
				 @media(max-width:1300px){
					.lx-box{padding-top: 20px;}  
					.lx-nanme{margin-bottom: 0;}
					.con-logo{margin-bottom: 10px;}
					 
				 }
			 @media(max-width:1200px){
				
				.cont-map{margin-top: 0;}
			 }
			 @media(max-width:1000px){
			 
			 }
			 @media(max-width:960px){
			.c-left{width: 100%;float: none;margin-bottom: 30px;max-height: 480px;overflow: hidden;}
			.lx-box{padding-left:2%;padding-top: 20px;max-width: 100%;} 
			.c-right{width:100%;float: none;padding: 0 3%;}
			.c-box1{padding-bottom: 20px;}
			 }
			 @media(max-width:768px){
				 .c-box1{padding-top: 0;}
			    .lx-nanme{margin-bottom: 0;line-height: 20px;}	 
			 }
	
	/* 联系我们页面表单 */
		.c-biaodan1>li{margin-bottom: 14px;position: relative;}
		.c-biaodan1>li div{position: relative;}
		.con-xing1{width:16px;text-align: center;font-size: 14px;color:#ff0000;position:absolute;left:12px;top:22px;}
		
		.c-biaodan1 li input{width: 100%;height: 60px;font-weight: 400;background: #ffffff;
		border:none!important;color:#000;padding-left: 24px;}
		.c-biaodan1 li input::-webkit-input-placeholder{color:#949494;padding-left: 10px;}
		.c-biaodan1 li textarea{width: 100%;font-weight: 400;background: #fff;border:none!important;color:#000;
		padding-left: 16px;
		}
		.c-biaodan1 li textarea::-webkit-input-placeholder {color: #949494;line-height: 60px;font-weight: 400;padding-left: 10px;} 
		.c-send1{
			width: 240px!important;
			height: 48px!important;
			background: #0d4194;
			 
			color: #fff;
			transition: 0.8s;-webkit-transition: 0.8s;
			margin-top:10px;
			display: block;
		}
     
	 @media(max-width:768px){
		.index-title{font-size: 26px;line-height: 28px;}
		.index-subtitle{font-size: 14px;line-height: 18px;}
		.iab-title{font-size: 26px;line-height: 28px;}
		.iab-title{font-size: 26px;line-height: 28px;}
		
		
			 }

	CSS Document */
	


