*{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: 'DENMARK';
    src : url('DENMARK.TTf'); 
}
@font-face{
    font-family: 'SWIS721 HV BT HEAVY';
    src : url('SWIS721 HV BT HEAVY.TTf'); 
}


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;
  }
}  
body{position: relative;}
.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)}
}
.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;}
.row7{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:7;overflow: hidden;}
.row8{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:8;overflow: hidden;}
     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1400px;}
	 /* 顶部信息 */
		 .sousuo-box1{height:36px;width:100%;border:none;border:1px solid #c8cfe2;background: none; z-index: 99;
		 }
		 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 36px;line-height: 36px;padding-left: 14px;
		 background:none;float:left;color:#1b3884;border:none;}
		 .sousuo-box1>input::-webkit-input-placeholder{color:#1b3884;padding-left: 10px;opacity: 1;}
		 .sousuo-box1>button{width:13px;float:right;border:none;background: none;float:right;margin-top: 7px;margin-right:16px;}
         
		/* 导航样式 */
	    .header{padding:8px 3%;z-index:10;border-bottom:1px solid #c0c8dd;}
		.top{position: fixed;top: 0;left: 0;width:100%}
		.header-nav .uk-container-center{position: relative;}
		.nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.nav-left{width: 300px;
		display: flex;align-items: center;flex-direction: row;
		}
		.logo{max-width: 140px;}
		.nav-center{width:calc(100% - 540px);display: flex;align-items: center;flex-direction: row;justify-content: space-between;padding: 0 0;}
		.nav-right1{width:240px;display: flex;align-items: center;flex-direction: row;}
		.uk-navbar-nav>li>a{color:#1b3884;line-height:50px;font-size: 18px;font-weight: bold;padding: 0 34px;position: relative;height:50px;
		text-transform: uppercase;position: relative;
		}
		.uk-navbar-nav>li>a .hnav-yuan{width: 18px;height: 18px;position: absolute;bottom: 0;left: calc(50% - 9px);bottom: -8px;
		display: none;border: 1px solid #bcc4db;border-radius: 50%;
		}
		.uk-navbar-nav>li>a .hnav-yuan1{width: 12px;height: 12px;
		border: 1px solid #1b3884;border-radius: 50%;margin: 2px auto;
		}
		.uk-navbar-nav>li>a .hnav-yuan2{width: 8px;height: 8px;background: #1b3884;
		border: 1px solid #1b3884;border-radius: 50%;margin: 1px auto;
		}
		.uk-navbar-nav>li.uk-active>a .nav-yuan{display: block;}
		.uk-navbar-nav>li.uk-active>a:before{display: block;}
		.uk-navbar-nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.uk-navbar-nav>li{text-align: center;line-height: 20px;position:relative;}
		.uk-navbar-nav>li.uk-active>a{color:#1b3884;background:none;}
		.uk-navbar-nav>li.uk-active>a .hnav-yuan{display: block;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#1b3884;background:none;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a .hnav-yuan:focus{color:#1b3884;background:none;} 
		.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;z-index:99;} 
		.erjiname>a>span{text-align: right;color:#fff;float: right;opacity: 0;} 
		.d-erji{background:none;padding-top:0;background:#e2e2e2;padding-bottom: 0;left:0!important;
		text-align: left;
		}
		.d-erji>ul>li>a{line-height: 24px!important;color:#000!important;font-size: 16px;font-weight: 200;border-bottom: 1px dashed #afafaf;}
		.d-erji>ul>li:nth-child(2) span{display: none;}
		.d-erji>ul>li>a:hover{background:rgba(2,45,150,1);color:#fff!important;}
		.d-erji>ul>li>a:hover span{opacity: 1;}
		.erjiname{position:relative;}
	    .sanji>a{line-height: 24px!important;color:#000!important;font-size: 16px;font-weight: 200;border-bottom: 1px dashed #afafaf;
		display: block;padding:5px 15px;display:block;}
	    .sanji>a:hover{background:rgba(2,45,150,1);color:#fff!important;}
	    .sanji{
	    position: absolute;left: 100%; top: 0;background:#e2e2e2;width:200px;display:none;color:#000!important;
	    }
	    .erjiname:hover .sanji{display:block!important;}
	
		.sousuo-box{height:42px;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:1400px){  
				.nav-left{width: 200px;}
				 .nav-center{width: calc(100% - 450px);}
				.uk-navbar-nav>li>a{padding: 0 14px;}
			}
			@media(max-width:1200px){  
				.uk-navbar-nav>li>a{padding: 0 10px;}
			}
		@media(max-width:1060px){  
		  .nav-left{width: 100%;}
		  .logo{margin:  10px auto 20px;}
		  .nav-center{width: calc(100% - 240px);}
		  .uk-navbar-nav>li>a{padding: 0 10px;}
		  }
	
	    @media(max-width:768px){  
	     .nav-left{width: 100%;}
			.top{position: inherit!important;} 
	    .lar-box{position:absolute;right:40px;top:20px;}     
	    .header{padding: 0;}
		
		.nav-center{padding: 0;background: #1045c8;display: block;width: 100%;max-width: 100%;}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #022d96!important;margin-left: 0;color:#fff;}	
		.nav-right{display: none;}
		.top-lx{margin: 0;margin-right: 10px;}
		}
		/* 首页企业优势 */
		.index-ys{padding: 3%;}
		.inys-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.inys-box{width: 32%;max-width: 358px;margin-bottom: 20px;}
		.inys-icon{display: block;margin: 0 auto 24px;transition: 0.6s;}
		.inys-name{font-size: 22px;text-align: center;line-height: 24px;color:#1b3884;margin-bottom: 30px;text-align: center;font-family: "DENMARK";text-transform: uppercase;}
		.inys-desc{font-size: 16px;line-height: 30px;color:#6d6d6d;text-align: center;}
		.inys-box:hover .inys-icon{transform: rotateY(360deg);}
	
		/* 首页主要产品 */
		.index-ma{padding: 3%;background: #eff1f6;}
		.index-title{text-align: center;font-size: 42px;line-height: 46px;color:#000000;text-transform: uppercase;font-family: "SWIS721 HV BT HEAVY";}
		.index-xian{display: block;margin: 16px auto 40px;}
		.ima-navbox1{position: relative;display:flex;justify-content: center;}
		.ima-navbox{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;margin-bottom: 20px;}
		.ima-navname{display: block;width:24%;margin-bottom: 14px;position: relative;}
		.ima-navbox .uk-active a{color: #ffffff;background: #1b3884;}

		.ima-navname a{display: block;text-align: center;text-decoration: none;background: none;line-height: 20px;padding: 21px 10px;
		font-size: 16px;color:#1b3884;background: #d9deea;font-weight: 400;}
		.ima-navname a:hover{text-decoration: none;color: #ffffff;background: #1b3884;transition:0.6s;}
		.ima-nr{margin: 0 auto;}
		.ima-box{display: block;position: relative;overflow: hidden;transition: 0.6s;padding-bottom: 12px;}
		
		.ima-name{color:#1b3884;font-size: 16px;line-height: 20px;text-align: center;font-weight: 400;transition: 0.6s;
		padding: 0 8px;margin-top: 24px;
		}

		.ima-more{text-align: center;font-size:16px;color:#1b3884;line-height:36px;margin:16px auto;width: 138px;border-radius: 18px;
		transition: 0.6s;text-align: center;border: 1px solid #1b3884;opacity: 0.5;
		 }	
		.ima-img{overflow: hidden;background: #fff;}
		.ima-img img{width: 100%;transition: 0.6s;}
		.ima-box1{position: relative;z-index: 10;}	   
		.ima-box:hover{text-decoration: none;z-index: 10;}
		.ima-box:hover .ima-img img{transform: scale(1.1,1.1);}
		.ima-box:hover .ima-more{background: #1b3884;color:#fff;opacity: 1;}
		
			@media(max-width:960px){
			.ima-navname{display: block;width: 48%;} 
			.ima-navbox .uk-active::before{display: none;}
			}
			@media(max-width:700px){
			.ima-navbox1{padding-bottom: 0px;}
			.ima-navname{display: block;width: 100%!important;margin:0 auto 10px;} 
			} 	
			
		/* 首页案例展示 */	
		.index-case{padding: 3% 0;background: #ffffff;padding-bottom: 0;}
		.index-case .uk-container{max-width: 1920px;}
		.incase-box{display: block;position: relative;overflow: hidden;}
		.incase-tu{display: block;transition: 0.6s;width: 100%;}
		.incase-bottom{position: absolute;left: 0;bottom: 0;padding: 30px 5px;background: rgba(27,56,132,.72);width: 100%;transition: 0.6s;}
		.incase-name{text-align: center;font-family: "SWIS721 HV BT HEAVY";font-size: 20px;line-height: 24px;color:#ffffff;margin-bottom: 10px;}
		.incase-subname{font-size: 16px;line-height: 20px;color:#ffffff;opacity: 0.5;text-align: center;}
		.incase-box:hover{text-decoration: none;}
		.incase-box:hover .incase-tu{transform: scale(1.05);}
		.incase-box:hover .incase-bottom{bottom: -100%;}
		/* 首页公司简介 */
		.index-ab{background: url(images/bg1.jpg) top center repeat;padding: 3%;}
		.iab-desc{font-size:16px;line-height: 30px;color:#545454;margin: 30px 0;}
		.iab-more{display: block;}
		.fu-left::before,.fu-right::before{display: none;}
		.fu-left{display: block!important;left: -6%!important;}
		.fu-right{display: block!important;right: -6%!important;}
		@media(max-width:1600px){
		.fu-left{display: block!important;left:0!important;}
		.fu-right{display: block!important;right:0!important;} 
		 }
		/* 首页证书展示 */	
		.index-our{padding: 3%;}	
		/* 首页视频 */
		.index-video{padding: 1% 3%;}
		/* 首页工厂展示 */
		.index-work{padding: 3%;}	
		.inwork-box{border-radius: 10px;overflow: hidden;}
		/* 首页下方企业优势 */
		.index-adv{padding: 3%;background: url(images/bg2.jpg);min-height: 880px;}
		.index-title1{color:#fff}
		.inadv-name{text-align: center;font-size: 118px;line-height: 126px;font-family: "DENMARK";text-align: center;
		color:#fff;opacity: 0.14;margin-top: 20px;
		}
		.inadv-desc{text-align: center;margin: 36px auto;color:#fff;font-size: 16px;line-height: 30px;opacity: 0.8;}
		.inadv-more{display: block;margin:  0 auto;}
		@media(max-width:1200px){
	.inadv-name{text-align: center;font-size: 46px;line-height: 52px;}
		 }
		 @media(max-width:760px){
		 .inadv-name{text-align: center;font-size: 36px;line-height: 40px;}
		 .index-title{font-size: 26px;line-height: 30px;}
		 	 }
		/* 首页更多产品 */
		.index-rel{padding: 3%;background: #eff1f6;}
		.inrel-box{display: block;padding:8px;background: #c5ccdf;transition: 0.6s;}
		.inrel-box1{position: relative;overflow: hidden;}
		.inrel-img{display: block;margin: 0 auto;width: 100%;}
		.inrel-img1{position: absolute;left: 0;top: 0;right:0;margin: 0 auto;width: 100%;}
	
		.inrel-bottom{margin-top: 18px;padding: 0 10px;padding-bottom: 10px;}
		.inrel-name{font-size: 16px;color:#1b3884;text-align: center;line-height: 20px;}
		.inrel-more{font-size: 14px;color:#1b3884;text-align: center;width: 134px;font-size:14px;line-height: 34px;transition: 0.6s;
		border-radius: 17px;background: #fff;margin: 8px auto 0;
		}
		.inrel-box:hover{text-decoration: none;background: #1b3884;}
		.inrel-box:hover .inrel-img1{animation:big 1s;}
        .inrel-box:hover .inrel-name{color:#fff;} 
        /* 首页市场 */
	   .index-ent{padding: 3%;padding-bottom: 1%;}
	   .inent-tu{display: block;margin: 0 auto;transition: 0.6s;}
	   .inent-tu:hover{transform: scale(0.9);}
	   /* 首页新闻板块 */
	   .index-news{padding: 3%;padding-top: 1%;}
	   .inews-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	   .inews-left{width: 44%;}
	   .inews-right{width: calc(56% - 10px);display: flex;justify-content: space-between;flex-wrap: wrap;}
	   .inews-box{width: 50%;position: relative;padding: 35px 48px 14px 38px;display: block;transition: 0.6s;}
	   .inews-box:nth-child(odd){border-right: 1px solid #e1e5ef;}
	   .inews-box:nth-child(1){border-bottom: 1px solid #e1e5ef;}
	   .inews-box:nth-child(2){border-bottom: 1px solid #e1e5ef;}
	   .inews-icon{position: absolute;bottom: 14px;right: 14px;opacity: 0;transition: 1s;}
	   .inews-name{font-size: 18px;line-height: 24px;color:#1b1b1b;transition: 0.6s;font-family: "SWIS721 HV BT HEAVY";margin-bottom: 14px;}
	   .inews-desc{font-size: 14px;line-height: 24px;color:#757575;transition: 0.6s;margin-bottom: 24px;height: 72px;}
	   .inews-date{font-size: 14px;color:#1b3884;line-height: 18px;}
	   .inews-box:hover{text-decoration: none;background: -moz-box-shadow:0px 0px 4px rgba(27,56,132,.3); -webkit-box-shadow:0px 0px 4px rgba(27,56,132,.3); box-shadow:0px 0px 4px rgba(27,56,132,.3);}
		.inews-box:hover .inews-name{color:#1b3884;}
		.inews-box:hover .inews-icon{opacity: 1;}
		@media(max-width:1100px){
		.inews-left{width: 100%;margin-bottom: 30px;}
		.inews-right{width:100%;}
			 }
		@media(max-width:768px){
   .inews-box{width: 100%;border: none;margin-bottom: 30px;
   background: -moz-box-shadow:0px 0px 4px rgba(27,56,132,.3); -webkit-box-shadow:0px 0px 4px rgba(27,56,132,.3); box-shadow:0px 0px 4px rgba(27,56,132,.3);}
			 }	 
			 
/* 首页联系我们 */	
		.index-cont{padding:3% 3%;background: url(images/bg3.jpg);}
		.incont-nr{margin-top: 20px;} 
		.con-box1{display: flex;justify-content: space-between;padding: 0 30px;background: rgba(255,255,255,.3);height:60px;
-
		}
		.con-xing{width:16px;text-align: center;font-size: 14px;color:#ff0000;line-height: 68px;}
		
		.c-biaodan input{width: calc(100% - 30px);height: 60px;font-weight: 400;background: none;
		border:none!important;color:#ffffff;font-size: 16px}
		.c-biaodan input::-webkit-input-placeholder{color:#ffffff;font-size: 16px;opacity: 0.7;}
		
		.send-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.send-box input{width:34%;height: 60px;font-weight: 400;background: #cfd9e8;
		border:none!important;color:#333333;font-size: 16px;padding-left: 36px;
		}
		.send-box input::-webkit-input-placeholder{color:#868c94;font-size: 16px;}
		.code-img{width:28%;height: 60px;}
		.c-send{
			width: calc(72% - 15px)!important;
			height: 60px!important;
			background: #ffffff;
			border:1px solid #ffffff;
			color: #1b3884; 
		  text-align: center;
			transition: 0.8s;-webkit-transition: 0.8s;
			display: block;
		}
		.c-send:hover{background: #1b3884;color:#fff;border:1px solid #1b3884;}
		 @media(max-width:620px){
	      .send-box input{margin-bottom: 20px;width: 100%;}
		 .code-img{width: 48%;}
		 .c-send{width: 48%!important;}
		 }			 
			 
		/* 页尾信息 */
		.footer{background: #1b3884;padding-top:2%;padding-bottom: 0;}
		
		.f-title{color:#fff;;font-size: 20px;line-height: 26px;margin-bottom:10px;}
		.f-xian{width: 100%;height: 1px;background: #fff;margin-bottom: 16px;opacity: 0.5;}
		.shemei{display: block;margin-top:64px;}
		.f-nav{display: block;font-size: 16px;line-height: 20px;color:#ffffff;transition: 0.6s;margin-bottom: 14px;opacity: 0.6;}	
		.f-nav:hover{text-decoration: none;letter-spacing: 1px;opacity: 1;color:#fff;}
		.f-lx{display: block;font-size: 16px;line-height: 20px;color:#ffffff;transition: 0.6s;margin-bottom: 14px;opacity: 0.6;}	
		.f-lx:hover{text-decoration: none;letter-spacing: 1px;opacity: 1;color:#fff;}
		.bottom{padding: 14px 0;background: #122967;}
		.sitem{color:#fff;}
		.bottom p{color:#fff;font-size: 16px;}
		.bottom span{color:#fff;float:right;margin-left: 10px;}
		.sm-box{display: flex;justify-content: center;flex-wrap: wrap;margin: 30px 0;}
		.sm-box a{display: block;margin:  0 10px;transition: 0.6s;}
		.sm-box a:hover{opacity: 0.6;}

 

    /* 内页面包屑 */
   .m-box>a{font-size:16px;color:#fff;text-decoration: none;line-height:30px;font-weight: 400;text-transform: uppercase;}
   .xian5{background:none;padding:8px 0;background: #1b3884;border-top: 1px solid #fff;}
   .mbx-home{margin-right: 10px;}
   /* 内页公司简介 */
	.about{padding:3%;}
    .ab-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.ab-left{width: 49%;}
	.ab-right{width: 49%;}
	.ab-desc{overflow:hidden;overflow-y: auto;height: 500px;}
	.ab-desc::-webkit-scrollbar {background: #cfcfcf;width: 4px;}
	.ab-desc::-webkit-scrollbar-thumb {background: #022d96;}
	 @media(max-width:960px){
		 .ab-left{width: 100%;margin-bottom: 30px;}
		 .ab-right{width: 100%;}
	 }
	 
	/* 工厂图片 */
	.gc{padding: 3%;}
	.h-left::before,.h-right::before{display: none;}
	 .h-left{display: block!important;left: -6%!important;}
	.h-right{display: block!important;right: -6%!important;}
	/* 企业优势 */
	.ys{padding: 3%;background: url(images/obg.jpg);}
	.ys-box{padding: 0 20px;padding-top: 40px;height: 285px;margin: 0 auto;overflow: hidden;transition: 0.6s;
	background: rgba(255,255,255,0.2);border-radius: 20px;
	}
	
	.ys-box1{width: 78px;height: 78px;overflow: hidden;margin: 0 auto;transition: 0.6s;}
	.ys-box1 img{
		display: block;margin: 0 auto;
		 transition: .6s;display: block;top: -100%;position: relative;-webkit-filter: drop-shadow(#ffffff 0 78px);filter: drop-shadow(#ffffff 0 78px);  
	}
	.ys-name{font-size: 22px;text-align: center;line-height: 20px;color:#ffffff;margin-bottom: 24px;margin-top: 14px;
	text-align: center;font-family: "DENMARK";text-transform: uppercase;}
	.ys-subname{font-size: 16px;line-height: 30px;color:#ffffff;text-align: center;opacity: 0.6;}
	
	.ys-box:hover{background: #022d96;}
	.ys-box:hover .ys-box1 img{}
	.ys-box:hover .ys-name{color:#fff;}
	.ys-box:hover .ys-subname{color:#fff;opacity: 1;}
	
	
	/* 证书板块 */
	.zs{background: url(images/bg4.jpg) top center no-repeat;padding: 3%;padding-top: 1%;}
	
	.o-left::before,.o-right::before{display: none;}
	 .o-left{display: block!important;left: -6%!important;}
	.o-right{display: block!important;right: -6%!important;}
	 @media(max-width:1600px){
	.h-left{display: block!important;left: 3%!important;}
	.h-right{display: block!important;right: 3%!important;}	
	.o-left{display: block!important;left:0%!important;}
	.o-right{display: block!important;right:0%!important;} 
	 }
   .ab-ent{background: url(images/bg5.jpg) top center no-repeat;padding: 3%;}
	
	
	/* 新闻列表 */
	 	.news-list{padding: 3%;background: #ffffff;}	 
	 	.news-box{display: flex;justify-content: space-between;flex-wrap: wrap;background: #e4e8f2;margin-bottom: 30px;transition: 0.6s;}
	 	.news-left{width:22%;}
	 	.news-img{width: 100%;display: block;}
	 	.news-right{width: 75%;display: flex;align-items: center;flex-direction: row;padding: 10px 24px;}
	     .news-box1{display: flex;justify-content: space-between;} 
	     .news-name{font-size: 18px;color:#1b3884;font-family: "SWIS721 HV BT HEAVY";line-height: 22px;transition: 0.6s;}
	 	.news-date{font-size: 16px;line-height: 20px;color:#1b3884;padding-right: 0;transition:  0.6s;}
	 	.news-xian{width: 100%;height: 1px;background: #c4cce0;margin: 18px 0 18px;transition:  0.6s;}
	 	.news-desc{font-size: 14px;line-height: 24px;color:#939393;padding-right: 30px;transition: 0.6s;}
	 	.news-more{font-size: 14px;color:#1b3884;margin-top: 18px;opacity: 0.6;transition: 0.6s;}

	 	.news-box:hover{text-decoration: none;background: #1b3884;}
	 	.news-box:hover .news-name{color:#ffffff;}
	 	.news-box:hover .news-desc{color:#ffffff;}
		.news-box:hover .news-more{color:#ffffff;}
		.news-box:hover .news-date{color:#ffffff;}
	 	
	 	
	 	@media(max-width:960px){
	 .news-left{width:40%;}
	 .news-right{width: 56%;}
	 	 }
	 	 @media(max-width:768px){
	 	 .news-left{width:100%;}
	 	 .news-right{width: 100%;padding: 20px;}
	 	 .news-date{padding: 0;}
	 	.news-desc{padding: 0;}		  
	 	 	 }
	
	/*内页新闻详情 */
	.news-page{padding:3%;}
	.xq-titlebox{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.xq-title{text-align: left;font-size: 18px;line-height: 24px;margin: 0;font-weight: bold;color:#1b3884;font-family: "SWIS721 HV BT HEAVY";}
	.xq-date{font-size: 14px;line-height: 16px;color:#1b3884;line-height: 24px;}
	.xq-xian{width: 100%;height: 1px;background: #c0c8dd;margin: 18px auto 30px;}
	.news-con{margin: 30px auto 0;}
	.newsxq-tu{display: block;width: 100%;}
	 /* 上下翻页 */
	.pr-next{margin:3%  0 0;width: 100%;max-width: 480px;margin: 40px 0 0;}
	.pr-next>p{width:48%;max-width:220px;height: 33px;color:#ffffff;line-height: 36px;text-align: center;font-size: 16px;cursor:pointer;
	border-radius: 18px;
	}
	
	.pr-next>p:nth-child(1){float:left;background:#000000;}
	.pr-next>p:nth-child(2){float:right;background:#1b3884;}
	.pr-next>p:hover{background: #1b3884;color:#ffffff;}
	@media(max-width:480px){
	.m-box{padding: 0 15px;}
	}
	@media(max-width:400px){
	.pr-next{margin:20px auto 0;width:167px;}
	.pr-next>p{margin-bottom: 5%;}
	}

	/* 产品列表 */
		.pr-list{padding: 3% 3%;}
		.pro-left {padding-right: 0;}
		.pr-title{color:#000;font-size:42px;line-height:50px;font-weight: bold;text-align: left;
	         padding: 10px 0;border-bottom: 1px solid #e6e6e6;font-family: "SWIS721 HV BT HEAVY";
		}
		
		.pro-left ul li {display: block;text-align: left;line-height: 70px;margin-top:10px;background: #7b7b7b;padding:0 7%;}
		.pro-left ul li a {display: block;font-size: 20px;color: #ffffff;}
		.pro-left ul li:hover,.pro-left ul .default {background: #1b3884;color: #fff;}
		.pro-left ul li:hover a,.pro-left ul .default a {color: #fff;background:#1b3884 ;}
		.lei-list{background: #ececec;}
		    .lei-list div .lei-name1 p{color:#1b3884!important;text-decoration: underline;background: none;} 
			.nav-box2{padding-bottom: 0;background: none;}
			.nav-box1{overflow:hidden;height:0;position:relative;}
		    .lei-list h3{padding: 0;padding: 16px 0;position:relative;text-align: left;
			 color:#333333;line-height:20px;font-size: 16px;font-weight: bold;margin-bottom: 0;background: #fff;
		         }
		    .nav-box3{margin-bottom:0;background: #fff;padding: 0 0;border-bottom: 1px solid #e6e6e6;}
			.nav-box3:hover{cursor: pointer;}
			 .lei-list a p{font-size: 14px;line-height: 18px;float: right;color:#8d8d8d;padding: 10px 15px;width: 100%;padding-left: 15px;
			 background: none;text-align: left;position: relative;
			 }
			  .lei-list a{display: flex;}
			.nav-yuan{background: #e7e7e7;width:12px;height: 12px;border-radius: 50%;padding: 3px;margin-top: 12px;}
			.nav-yuan1{background: #bbbbbb;width:6px;height: 6px;border-radius: 50%;}	
		.lei-name1	.nav-yuan{background: #cad1e3;}
		.lei-name1	.nav-yuan1{background: #1b3884;}
			
		.lei-list h3>img{position:absolute;top:calc(50% - 2px);right:20px;transform: rotate(-90deg);}
		.jia{width:16px;height: 16px;border-radius: 3px;position: relative;display: inline-block;float: right;}
		.heng{width: 16px;height: 2px;position: absolute;left: 0;top: 7px;background: #1b3884;}
		.shu{width: 2px;height: 16px;position: absolute;left:7px;top: 0;background: #1b3884;}
		.lei-list div .uk-active .shu{display: none;}
		.lei-list div .uk-active .heng{background: #1b3884;}
		.lei-list div .uk-active img{transform: rotate(0deg);}
		.lei-list div .uk-active1{color:#1b3884!important;}
		.uk-accordion-content{padding:0!important;}

		.in-pr-box{position: relative;overflow: hidden;background: #e6eaf6;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:#1b3884;padding: 0 16px;transition: 0.6s;}
	    .inpr-bottom{padding: 0 16px;display: flex;justify-content: space-between;}
		.inpr-left{width: calc(100% - 25px);}
		.inpr-right{width:25px;position: relative;overflow: hidden;}
		.inpr-icon{width: 25px;}
		.inpr-icon1{position: absolute;left: -25px;top: 0;transition: 0.6s;}
		.in-pr-subtitle{text-align: left;font-size:14px;line-height: 25px;color:#1b3884;transition: 0.6s;}

	
		.in-pr-box:hover{background: #1b3884;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;}
		
		 @media(max-width:960px){
		 .pro-left{padding-right: 0;}
		 
		 	}

	
	/* 产品详情*/
		.pr-page{padding:3%;background: #fff;}
		.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: #f5f8ff;height: 100%;padding: 30px 30px;}
		.npr-title{color:#000000;font-size: 20px;line-height: 26px;margin-bottom: 20px;}
		.npr-subtitle{font-size: 16px;line-height: 20px;color:#6a6a6a;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: #1b3884;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 img{border: 1px solid #2d67c1!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: #f5f8ff;width: 100%;margin-top: 60px;}
	 .bottom-title{color:#ffffff;font-size: 16px;line-height: 40px;font-weight: 400;width: 170px;background: #1b3884;text-align: center;}
	 .bottom-xian{width: 100%;height: 3px;background: #1b3884;margin-bottom: 20px;}


   /* 视频展示 */
   .video{padding: 3%;}
   	.video-name{text-align: center;margin-bottom: 14px;margin-top: 16px;font-size: 18px;line-height: 22px;color:#333333;}
   	.video-box1{position: relative;}
   	.bf-fugai{position: absolute;left: 0;top: 0;left: 0;top: 0;background: rgba(0,0,0,.8);width: 100%;height: 100%;}
   	.bf{position: absolute;margin:  auto;left: 0;top: 0;right: 0;bottom: 0;}
   
	/* 联系我们 */
	.contact{padding: 3%;background: url(images/cbg.jpg) top center no-repeat;margin-top: 50px;}  
    .con-title{color:#fff;font-size: 28px;line-height: 30px;font-family: "SWIS721 HV BT HEAVY";text-transform: uppercase;}
	.con-box2{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 5%;}
	.con-left2{width: 77px;}
	.con-right2{width: calc(100% - 120px);display: flex;align-items: center;flex-direction: row;}
	.con-box{display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 1200px;margin: 0 auto;}
	.con-left{width: 83%;}
	.con-right{width: 15%;}
	.con-left ul{max-width: 880px;}
	.con-lx{display: block;font-size: 16px;line-height: 20px;color:#ffffff;transition: 0.6s;margin-bottom: 14px;opacity: 0.6;}	
	.map{margin-top: 20px;}
	.con-tu{margin-bottom:10px;}
	  @media(max-width:768px){
    .contact{margin-top: 0;}
	.con-left{width: 100%;margin-bottom: 20px;}
	.con-right{width: 100%;}
	.con-title{font-size: 18px;line-height: 22px;}
	  }
	
     


	CSS Document */
	


