*{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: 'AkzidenzGrotesk-Medium';
    src : url('AkzidenzGrotesk-Medium.otf'); 
}
@font-face{
    font-family: 'ITC FRANKLIN GOTHIC LT HEAVY';
    src : url('ITC FRANKLIN GOTHIC LT 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;
  }
}  
.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)}
}
.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: 1350px;}
	 /* 顶部信息 */
	 .header-top{padding: 10px 3%;position:relative;background: #1a4fa1;}
	 .top-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .top-left{}
	 .top-right{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .top-lx{font-size: 14px;line-height: 26px;color:#fff;margin-left: 18px;}
	 .top-icon{width: 26px;height: 26px;margin-right: 5px;}


		 .sousuo-box1{height:30px;width:100%;border:none;border:1px solid #a9a9a9;background: none; z-index: 99;border-radius: 15px;
		 }
		 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 30px;line-height: 30px;padding-left: 14px;
		 background:none;float:left;color:#000;border:none;}
		 .sousuo-box1>input::-webkit-input-placeholder{color:#000000;padding-left: 10px;opacity: 0.6;}
		 .sousuo-box1>button{width:20px;float:right;border:none;background: none;float:right;margin-top: 3px;margin-right:14px;}
	  .lar-box{width:70px;display: flex;align-items: center;flex-direction: row;padding-left: 10px;}
        .lar-box1{width:70px;display: flex;justify-content: space-between;}
        .sp1{margin-top:5px;}

		/* 导航样式 */
	    .header-nav{padding:10px 3%;background: #f2f2f2;}
		.header-nav .uk-container-center{position: relative;}
		.nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.nav-left{width: 260px;
		display: flex;align-items: center;flex-direction: row;
		}
		.logo{max-width: 240px;}
		.nav-center{width:calc(100% - 570px);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:#000000;line-height:40px;font-size: 18px;font-weight: 400;padding: 0 20px;position: relative;height: 40px;
		}
		.uk-navbar-nav>li>a:before{content: " ";width: 14px;height: 2px;background: #1a4fa1;position: absolute;bottom: 0;left: calc(50% - 7px);bottom: 0;
		display: none;
		}
		.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:#1a4fa1;background:none;}
		.uk-navbar-nav>li.uk-active>a:before{left: calc(50% - 13px);}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color:#1a4fa1;background:none;}
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:before:focus{color:#1a4fa1;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(14,69,158,1);color:#fff!important;}
		.d-erji>ul>li>a:hover span{opacity: 1;}
		.erjiname{position:relative;}
	
		.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:1500px){
			.nav-left{width: 120px;}
			.nav-center{width: calc(100% - 480px);}
				.uk-navbar-nav>li>a{padding: 0 15px;}
		}
			@media(max-width:1300px){  
				.uk-navbar-nav>li>a{padding: 0 8px;}
			}
		@media(max-width:1150px){  
			.uk-navbar-nav>li>a{padding: 0 4px;}
			}		
		@media(max-width:960px){  
		  .nav-left{width: 100%;}
		  .logo{margin:  0 auto 20px;}
		  .nav-center{width: calc(100% - 330px);}
		  .uk-navbar-nav>li>a{padding: 0 2px;}
		  }
	
	    @media(max-width:768px){  
	    .nav-left{width: 100%;}
	    .lar-box{position:absolute;right:40px;top:20px;}     
	    .header-nav{padding: 0;}
		.nav-center{padding: 0;background: #1a4fa1;display: block;width: 100%;max-width: 100%;}
		.header-nav>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #003e9e!important;margin-left: 0;color:#fff;}	
		.nav-right{display: none;}
		
		}
   

		/* 首页产品信息 */
		.index-pr{padding: 3% 3%;background:#efefef;}
		.index-title{text-align: center;color:#282828;font-size:48px;line-height:54px;font-family:"AkzidenzGrotesk-Medium";text-transform: uppercase;text-transform: uppercase;
		font-weight: bold;margin-bottom: 14px;}
		.index-subtitle{text-align: center;margin-bottom: 46px;}
		.index-subtitle span{text-align: center;font-size: 12px;line-height: 16px;position: relative;color:#282828;opacity: 0.6;
		text-transform: uppercase;display: inline-block;margin: 0 14px;}
		.index-subtitle i{display: inline-block; max-width: 216px;height: 1px;width: 100%;background: #cbcbcb;position: relative;top: -3px;}
		.inpr-nav{display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 930px;margin: 0 auto 60px;padding:0 ;}
		.inpr-nav li{display: block;background: #282828;width: 48%;margin-bottom: 20px;transition: 0.4s;}
		.inpr-nav li a{display: block;color:#fff;text-align: center;font-size: 26px;line-height: 58px;font-family: "AkzidenzGrotesk-Medium";}
		.inpr-nav .uk-active{background: #1a4fa1;}
		.inpr-nav li:hover{background: #1a4fa1;}
		.inpr-nav li a:hover{text-decoration: none;}
		.inpr-box{position: relative;}
		.inpr-a{display: block;background: #fff;position: relative;padding-bottom: 20px;transition:0.6s;}
		.inpr-a:hover{text-decoration: none;}
		.inpr-img{max-width: 100%;display: block;margin: 0 atuo;}
		.inpr-name1{text-align: center;padding: 0 5px;font-size: 26px;line-height: 30px;font-family: "AkzidenzGrotesk-Medium";height: 30px;}
		.inpr-numer1{text-align: center;padding: 0 5px;font-size: 16px;color:#666a6d;text-align: center;height: 20px;line-height: 20px;
		  margin-top: 6px;}
		.inpr-xian{width: 100%;height:6px;background: #1a4fa1;max-width: 145px;position: absolute;bottom: -3px;
		left: 0;right: 0;margin:  0 auto;
		}
	
		.fugai1{position: relative; position: absolute;background: rgba(0, 0, 0, 0.6);width: 100%;height: 100%;
					left: 0px;top: 0px;transform-style: preserve-3d;transform: perspective(1200px) rotateY(-90deg) translateZ(0px);opacity: 0;
					/* border-top-right-radius: 10px;border-top-left-radius: 10px; */transition: all 500ms ease;
					display: flex;justify-content: center;align-items: center;flex-direction: row;
			}
		.inpr-name{text-align: center;padding: 0 15px;font-size: 26px;line-height: 30px;font-family: "AkzidenzGrotesk-Medium";color:#ffffff;}
		.inpr-numer{text-align: center;padding: 0 15px;font-size: 16px;color:#ffffff;text-align: center;line-height: 20px;
		margin-bottom: 20px;margin-top: 6px;}
			.inpr-more{font-size: 16px;line-height:42px;text-align: center;color:#ffffff;width: 145px;background: #1a4fa1;margin: 0 auto;}
		.inpr-a:hover  .fugai1{transform: perspective(1200px) rotateY(0deg) translateZ(0px);transition-delay: 0.1s;opacity: 1;}
		/*.inpr-a:hover  .inpr-name1{opacity: 0;}*/
		/*.inpr-a:hover  .inpr-numer1{opacity: 0;}*/
			.inpr-a:hover{-moz-box-shadow:0px 0px 12px #A6A6A6; -webkit-box-shadow:0px 0px 12px #A6A6A6; box-shadow:0px 0px 12px #A6A6A6;}

		@media(max-width:960px){
		.inpr-nav li a{font-size: 20px;line-height: 36px;}	
		.index-subtitle i{max-width: 100px;}	
		}	
		@media(max-width:768px){
			.index-title{font-size: 28px;line-height: 32px;}
				.inpr-nav li{width: 100%;}
		.index-subtitle i{max-width: 40px;}	
		}		
		@media(max-width:568px){
			.index-subtitle i{max-width: 0;}	
			}	 
		/* 首页公司简介 */
		.index-ab{background: url(images/bg1.jpg) top center no-repeat #ffffff;padding: 3%;padding-bottom: 180px;padding-top: 140px;}
	    .iab-desc{text-align: left;font-size: 14px;line-height: 20px;color:#282828;margin-bottom: 40px;}
		.iab-nr{position: relative;}
		.a-left::before,.a-right::before{display: none!important;}
		.a-left{display: block!important;width: 99px;height: 53px;top: calc(100% + 66px)!important;left: calc(50% - 99px)!important;}
		.a-right{display: block!important;width: 99px;height: 53px;top: calc(100% + 66px)!important;right: calc(50% - 99px)!important;}
		.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);}
		
		/* 首页企业优势 */
		.index-our{background: #f5f5f8;padding: 0 3%;padding-bottom: 108px;}
		.index-our .uk-container{max-width: 1500px;position: relative;}
		.iour-box{display: flex;justify-content: space-between;flex-wrap: wrap;padding-left: 75px;}
		.iour-left{width: calc(100% - 340px);display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 110px;}
		.iour-left1{width: 39%;display: flex;align-items: center;flex-direction: row;}
		.iour-center{width: 57%;position: relative;
		/*display: flex;align-items: center;flex-direction: row;*/
		}
		.iour-name{font-size: 24px;line-height: 30px;margin-bottom: 12px;color:#1a4fa1;}
		.iour-desc{font-size: 16px;line-height: 26px;color:#6a6a6a;}
		.iour-right{width:272px;height: auto;background: #f6f6f6;overflow: hidden;}
		.iour-numer{text-align: center;margin-top: 90px;}
		.iour-i{font-size: 72px;line-height: 74px;color:#1a4fa1;font-style: italic;font-weight: bold;}
		.iour-rows{font-size: 30px;line-height: 74px;color:#282828;font-style: italic;font-weight: bold;}
		.o-left::before,.o-right::before{display: none!important;}
		.o-left{display: block!important;width: 68px;height: 61px;top: calc(100% + 31px)!important;left: calc(100% - 136px)!important;}
		.o-right{display: block!important;width: 68px;height: 61px;top: calc(100% + 31px)!important;right: 0!important;}
		.iour-titlebox{position: absolute;top:-40px;width: 100%;}
		.iour-title{font-size: 48px;line-height: 52px;color:#1a4fa1;font-weight:"AkzidenzGrotesk-Medium";position: relative;z-index: 10;
		font-weight: bold;text-transform: uppercase;margin-bottom: 12px;
		}
		.iour-xian{width: 177px;height: 19px;background: #1d68db;margin-top: -24px;margin-bottom: 26px;}
		.iour-subtitle{font-size: 18px;line-height: 20px;color:#6a6a6a;font-style: italic;width: 100%;}
		.iour-gang{text-align: right;font-size: 14px;line-height: 20px;color:#6a6a6a;display: inline-block;float: right;opacity: 0.9;}
		.iour-gsname{font-size: 14px;line-height: 18px;color:#6a6a6a;opacity: 0.33;letter-spacing: 4px;
		width: 100%;position: absolute;bottom: -70px;
		}
		@media(max-width:1400px){
			.iour-box{padding-left: 0;}
			.iour-gang{display: none;}
			.iour-titlebox{top:-60px}
		}	
			@media(max-width:1250px){
			.iour-left{width: calc(100% - 282px);}
			.iour-title{font-size: 26px;line-height: 30px;padding: 0;}
			.iour-xian{display: none;}
			}	
		@media(max-width:960px){
		.iour-titlebox{top: -80px;}
		.iour-left{width:100%;margin-top: 0;}
		.iour-right{display: none;}
	.o-left{width: 68px;height: 61px;top:48%!important;left: 0!important;opacity: 0.6;}
	.o-right{width: 68px;height: 61px;top: 48%!important;right: 0!important;opacity: 0.6;}	
		}	
		@media(max-width:768px){
		 .iour-center{position: inherit;}
		 .iour-titlebox{top: 30px;}
			.iour-left1{width:100%;}
			.iour-center{width:100%;margin-top: 20px;}
            .iour-left1 img{width: 100%;}
			.iour-left1 div{width: 100%;}
			
			}	
		/* 新闻展示 */	
		.index-news{padding: 3%;}
		.inews-box{display: block;}
		.inews-tu{overflow: hidden;}
		.inews-tu img{width: 100%;transition: 0.6s;}
		.inews-name{font-size: 18px;line-height: 20px;color: :#282828;height: 40px;margin-top: 18px;}
		.inews-date{font-size: 16px;line-height: 20px;color:#282828;opacity: 0.6;margin:10px 0 14px ;height: 20px;}	
		.inews-more{width: 178px;height: 40px;color:#fff;text-align: center;line-height: 40px;font-size: 16px;
		background: #282828;transition: 0.6s;}
		.inews-box:hover{text-decoration: none;}
		.inews-box:hover .inews-more{background:#1a4fa1;}
		.inews-box:hover .inews-tu img{transform: scale(1.1) rotateZ(5deg);}
		 /* 首页案例展示 */
		.index-case{background: #f5f5f8;padding: 3%;}
		/*.index-title1{color:#1a4fa1;}*/
		/*.index-subtitle1 i{background:#1a4fa1;opacity: 0.6;}*/
		/*.index-subtitle1 span{color:#1a4fa1;}*/
		.icase-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
		.icase-left{display: block;overflow: hidden;position: relative;width: 42%;}
		.icase-icobox{position: relative;overflow: hidden;}
		.icase-ico{display: block;transition: 0.6s;width: 100%;}
		.icase-left:hover .icase-ico{transform: scale(1.1,1.1);}
		 .icase-right{width: 52%;display: flex;flex-direction: row;align-items: center;}
		 .icase-box{padding-left: 24px;padding-bottom: 20px;position: relative;}
		 .icase-xian{width: 1px;height: 100%;background: #1a4fa1;position: absolute;left: 0;top: 22px;opacity: 0.6;}
		.icase-box1{width: 100%;position: relative;background:#686868;}
		.index-case .uk-subnav{margin-bottom: 0;}
		.index-case .uk-subnav li{width: 100%;margin-bottom: 0;margin-top: 0!important;}
		.icase-box1{padding: 14px 18px;padding-right: 40px;transition: 0.6s;}
		.icase-date{font-size: 16px;color:#ffffff;opacity: 0.6;margin-bottom: 18px;}
		.icase-name{font-size: 18px;line-height: 20px;color:#fff;margin-bottom: 8px;height: 40px;}
		.icase-more{font-size: 16px;line-height: 18px;color:#fff;height:8px;}
		.index-case .uk-active .icase-box1{background: #3161ab;}
		.icase-right1:active{text-decoration: none;border: none;}
		.icase-box1::before{content: "";position: absolute;top:20px;left:-29px;display: block;
		 width: 10px;  height: 10px;border-radius:5px;background: #1a4fa1;}
		 .icase-box1:hover{background: #3161ab;}
		 .icase-more1{text-align: center;font-size: 16px;line-height: 18px;color:#000;margin-top: 38px;
		 display: block;}
		 
		 .icase-more1:hover{text-decoration: none;animation:shake  0.6s;color:#1a4fa1;}
		@media(max-width:1200px){
		.icase-left{width: 55%;}
		.icase-right{width: 43%;}
		.icase-box1{padding: 20px;}
		
		} 
		 
		  @media(max-width:768px){
		  .icase-left{width: 100%;margin-bottom: 10px;}
		  .icase-right{width: 100%;}
		  .icase-ri{font-size: 24px;line-height: 26px;}
		  }
		/* 页尾信息 */
		.footer{background: #dbdbdb;padding:2% 3%;padding-bottom:10px;}
		.fnav-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 20px;}
		.f-nav{display: block;font-size: 18px;line-height: 26px;color:#000000;transition: 0.6s;margin-bottom: 10px;
	text-align: center;}
		/*width: 14.2%;border-right: 1px solid #fff;*/
		.f-nav:last-child{border-right: none;}
		.f-nav:hover{color:#1a4fa1;text-decoration: none;}
	
		.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
		.f-left{width: 50%;max-width: 506px;}
		.f-right{width: 48%;max-width: 321px;display: flex;align-items: center;flex-direction: row;}
		.f-right ul img{width:100%;}
		.ew-name{font-size:16px;line-height:20px;color:#1a4fa1;margin-top:10px;text-align:center;}
		.f-lxbox{display: flex;justify-content: space-between;margin-bottom: 2px;}
		.f-lx{width: calc(100% - 32px);font-size: 16px;line-height: 30px;color:#1a4fa1;text-align: left;font-weight: bold;}
		.f-lxbox img{width: 24px;height: 24px;margin-top: 4px;}
		.map1{margin: 28px auto 0;display: block;}
		
		.f-title{color:#000000;font-size: 24px;line-height: 32px;margin-bottom:6px;text-transform: uppercase;}
		.f-xian{width: 38px;height: 5px;background: #1a4fa1;margin-bottom: 20px;}
		.shemei{display: block;margin-top:64px;}
	
		.bottom{padding: 10px 0;background: #dbdbdb;}
		.bottom .uk-container{display:flex;justify-content:center;}
		.sitem{color:#1a4fa1;}
		.bottom p{color:#1a4fa1;font-size: 16px;text-align:center;}
		.bottom span{color:#1a4fa1;}
	
	  @media(max-width:960px){ 
	.f-nav{width: 33.3%;font-size: 16px;}
	.f-nav:nth-child(3){border-right: none;}
	 }
	    @media(max-width:768px){ 
	 .f-left{width: 100%;margin-bottom: 30px;max-width: 100%;}
	 .f-right{width: 100%;max-width: 100%;display: block;}
	 }
    /* 内页面包屑 */
   .m-box>a{font-size:16px;color:#fff;text-decoration: none;line-height:46px;font-weight: 400;text-transform: uppercase;}
   .xian5{background:none;padding:12px 0;background: #1a4fa1;border-top: 1px solid #fff;}
   .mbx-home{margin-right: 10px;}
   /* 内页公司简介 */
	.about{padding: 3%;padding-bottom: 136px;}
	.ab-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.ab-left{width: 46%;}
	.ab-right{width: 52%;position: relative;}
	.ab-title{font-size: 30px;font-weight: bold;color:#000000;margin-bottom: 12px;}
	.ab-title img{margin-right: 8px;position: relative;top: -12px;}
	.ab-ico{display: block;transition: 0.6s;margin: 0 auto;}
	.aleft::before,.aright::before{display: none!important;}
	.aleft{display: block!important;width: 99px;height: 53px;top: calc(100% + 50px)!important;left: calc(100% - 198px)!important;}
	.aright{display: block!important;width: 99px;height: 53px;top: calc(100% + 50px)!important;right: 0!important;}
	.ab-tu{width: 100%;}
	/* 企业优势 */
	.ny-title{text-align: center;font-size: 48px;line-height: 52px;font-weight:"AkzidenzGrotesk-Medium";text-transform: uppercase;font-weight: bold;
	color:#000;}
	.ny-xian{width: 42px;height: 6px;background: #1a4fa1;margin: 8px auto 40px;}
	.our{padding: 3%;background: #f7f7f7;}
	.our-box{overflow: hidden;margin-bottom: 30px;}
	.our-left{float: left;width: 20%;}
	.our-right{float: right;width: 77%;}
	.our-name{font-size: 24px;line-height: 28px;color:#000000;margin-bottom: 14px;font-weight: bold;margin-top:8px;}
	.our-desc{font-size: 16px;line-height: 26px;color:#000000;margin-bottom: 14px;}
	.our-box:nth-child(even) .our-left{float: right;}
	.our-box:nth-child(even) .our-right{float: left;}
	.work{padding: 3%;}
	.work .uk-dotnav > * > *{background: #1a4fa1!important;border: 1px solid #1a4fa1;width: 12px;height: 12px;}
	.work .uk-active a{background: none!important;border: 1px solid #1a4fa1;}
	  @media(max-width:960px){
		.ab-left{width: 100%;margin-bottom: 30px;}
		.ab-right{width: 100%;position: relative;}	
		.our-left{width: 36%;}
		.our-right{width: 62%;}
		 	   }
		  @media(max-width:768px){
		.our-left{float: none;width: 100%;margin-bottom: 10px;}
		.our-right{float: none;width: 100%;}
			  
		  }
	  /*内页新闻列表 */
	     .news-list{padding:3% 0;}
	     .nlist-box{padding: 10px 0;transition: 0.8s;margin-bottom: 0;}
	     .nlist-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	     .nlist-left{width: 84%; 
		 display: flex;justify-content: space-between;flex-wrap: wrap;transition: 0.6s;
		 }
	     .nlist-left1{border-right: 1px solid #bdbdbd;width: 120px;display: flex;flex-direction: row;align-items: center;height: 100%;background:#ccc;}
		 .data-box{width: 100%;}
		 .nlist-right1{width: calc(100% - 120px);padding-left: 30px;display: flex;align-items: center;flex-direction: row;
		 background: #f1f1f1;transition: 0.6s;padding:20px;}
		 .nlist-right2{max-width: 900px;}
		 
	     .nlist-right{width:16%;padding: 16px;background: #f1f1f1;display:flex;align-items:center;flex-direction:row;}
	     .news-nian{color:#1a4fa1;font-size: 66px;font-weight: bold;margin-bottom: 6px;line-height: 70px;text-align: center;}
	     .news-date{color:#333f47;font-size: 20px;text-align: center;text-align: center;}
		 .news-date1{color:#333f47;font-size: 16px;text-align: center;text-align: left;display: none;margin-top: 10px;}
	     .nlist-left2{display: flex;flex-direction: row;align-items: center;}
	     .news-title{color:#000000;font-size: 18px;line-height: 24px;height: 24px;font-weight: bold;
	     }
	     .news-xian{width:100%;height: 1px;background: #bdbdbd;margin: 12px 0 20px;}
	     .news-desc{color:#000000;font-size: 16px;line-height: 24px; height: 48px;}
	    .news-more{text-align: center;font-size: 16px;line-height:50px;width: 166px;background: #1a4fa1;margin-top: 10px;color:#fff;transition: 0.6s;
		margin-top: 40px;}
	     
	  /*   .nlist-box:hover{background: #1a4fa1;}*/
	     .nlist-box:hover .nlist-nr{text-decoration: none;}
		 /*.nlist-box:hover .nlist-left{background: #1a4fa1;}*/
		 /* .nlist-box:hover .nlist-left1{background: #1a4fa1;}*/
		 /*.nlist-box:hover .nlist-right1{background: #1a4fa1;}*/
		 /*.nlist-box:hover .nlist-right{background: #1a4fa1;}*/
	  /*   .nlist-box:hover .nlist-left1{border-right: 1px solid #fff;}*/
	  /*   .nlist-box:hover .news-title{color: #fff;}*/
	  /*   .nlist-box:hover .news-xian{background: #fff;}*/
	  /*   .nlist-box:hover .news-nian{color: #fff;opacity: 1;}*/
	  /*   .nlist-box:hover .news-date{color: #fff;opacity: 1;}*/
		 /*.nlist-box:hover .news-date1{color: #fff;opacity: 1;}*/
	  /*   .nlist-box:hover .news-desc{color: #fff;opacity: 1;}*/
	  /*   .nlist-box:hover .news-more{color: #1a4fa1;background: #fff;}*/
	     
	   @media(max-width:960px){
	    .nlist-left{margin: 0;}
	    
	   }
	
	    @media(max-width:768px){
		.nlist-nr{padding-bottom: 24px;}	
	    .nlist-left{width: 100%;}
	    .nlist-right{width: 100%;padding: 0 20px;}
		.nlist-right img{width: 100%;}
	    .nlist-left1{display: none;}
		.nlist-right1{width: 100%;padding: 20px;}
		.news-date1{display: block;}
		
	      }
	
	/*内页新闻详情 */
	.news-page{padding:3%;}
	.news-page>div{max-width:1400px;}
	.xq-title{font-size:30px;line-height: 32px;font-weight: bold;text-align: center;color:#343434;}
	.news-content{display: flex;justify-content: center;flex-wrap: wrap;}
	.news-content p{padding:0 20px;font-size: 14px;color:#5a5a5a;}
	.xq-xian{margin: 14px auto;display: block;width:100%;height:1px;background: #8d8d8d;max-width: 1450px;}
	.news-ico{margin: 30px auto 0;display: block;}
	.news-bottom{margin: 20px auto;}
	.news-nr{max-width: 1120px;margin: 0 auto;}
	.pr-next{margin:4% auto 0;width:360px;}
	.pr-next>p{width:165px;height: 33px;border:1px solid #424242;color:#333333;line-height: 33px;text-align: center;font-size: 14px;cursor:pointer;}
	.pr-next>p:hover{border:1px solid #1a4fa1;background: #1a4fa1;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:167px;}
	.pr-next>p{margin-bottom: 5%;}
	}
	/* 内页服务页面 */
	.ser-list{padding: 3%;}
	.ser-box{margin-bottom: 30px;overflow: hidden;}
	.ser-left{width: 48%;float: left;}
	.ser-right{width: 50%;float: right;}
	.ser-tu{display: block;width: 100%;}
	.ser-name{font-size: 48px;line-height: 52px;font-family: "AkzidenzGrotesk-Medium";margin-bottom: 14px;color:#282828;text-transform: uppercase;}
	.ser-xian{width: 100%;background: #282828;height: 1px;margin-bottom: 20px;}
	.ser-box:nth-child(even) .ser-left{float: right;width: 50%;}
	.ser-box:nth-child(even) .ser-right{float: left;width: 48%;}
	
	@media(max-width:768px){
	.case-box2{opacity: 1;}
	}
	
   	/* 产品列表 */
  	.pr-list{padding: 3% 3%;}
	.prnav-box{background: #ebecee;padding: 15px 20px;display: flex;justify-content: start;}
	.lnav-left{width: 26px;height: 28px;}
	
   	.prnav-box .uk-active{color:#1a4fa1;background: #ebecee;}
	.prnav-box .uk-active .jt2{transform: rotateZ(90deg);}
   	.pr-nav{color:#000;background: #ebecee;padding:0 20;line-height: 28px;display: block;font-size: 16px;
   	text-align: left;transition: 0.6s;height: 28px;position: relative;
   	display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
   	}
   	.pr-nav:hover{background: #ebecee;text-decoration: none;color:#000;}
	.pr-nav:hover .jt2{transform: rotateZ(90deg);}
   	
    	.jt2{margin-left: 16px;transition: 0.6s;}
   	.pr-list .uk-button-dropdown{display: block;position:relative!important;width: calc(100% - 40px);max-width: 348px;margin-left:16px;}
   	.prlist-navbox{padding: 0;background: none;margin-left: 0!important;
	background: url(images/navbg.jpg) top center repeat;margin-top: 15px;padding-top: 15px;
	}
   	.prlist-nav{padding: 0;background: none!important;}
   	.prlist-nav li{display: block;font-size: 16px;line-height: 24px;color:#000000;margin-top: 4px;}
   	 .prlist-nav li a{display: block;font-size: 16px;line-height: 24px;;color:#000000;padding: 0 20px}
	.jt1{margin-right: 4px;}
	.prlist-nav li a:hover{color:#1a4fa1;}
	
   	.in-pr-box{position: relative;}
   	.in-pr-imgbox{overflow: hidden;transition:0.6s;}
   	.in-pr-img{max-width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
   	.in-pr-box1{display: flex;justify-content: center;margin-top: 8px;}
	.lpr-left{width: 30%;background: #e5e5e5;display: flex;justify-content: center;padding-right: 16px;height: 42px;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	}
	.lpr-right{width: 70%;background: #1a4fa1;width: calc(70% + 21px);height: 42px;padding-left: 21px;
clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);margin-left: -21px;
	}

   	.in-pr-title{text-align: left;font-size:18px;line-height: 20px;margin: 10px 0;
   		display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
   	}
   	.in-pr-Now{display: block;text-align: center;color:#ffffff;line-height: 42px;
   	font-size:12px;transition: 0.6s;
   	}	
	.in-pr-Now img{margin-left: 10px;position: relative;top: -3px;}
	
	 	.in-pr-Now-no{display: block;text-align: center;color:#ffffff;line-height: 42px;
   	font-size:12px;transition: 0.6s;
   	}	
	.in-pr-Now-no img{margin-left: 10px;position: relative;top: -3px;}
	
   	.check{margin-right: 4px;margin-top: 14px;background: #e5e5e5;transform: scale(1.2,1.2);width:13px;height:13px;}
	.click{line-height: 42px;color:#000000;}
	
   	.in-pr-a{display: block;}
	.in-pr-imgbox{position: relative;border: 1px solid #ccc;}
	.fugai{position: relative; position: absolute;background: rgba(0, 0, 0, 0.6);width: 100%;height: 100%;
				left: 0px;top: 0px;transform-style: preserve-3d;transform: perspective(1200px) rotateY(-90deg) translateZ(0px);opacity: 0;
				/* border-top-right-radius: 10px;border-top-left-radius: 10px; */transition: all 500ms ease;
				display: flex;justify-content: center;align-items: center;flex-direction: row;
		}
   	.in-pr-box>a{display: block;}
   	.in-pr-box>a:hover{text-decoration: none;}
   	.in-pr-a:hover{text-decoration: none;}
   	

   	.in-pr-box:hover  .fugai{transform: perspective(1200px) rotateY(0deg) translateZ(0px);transition-delay: 0.1s;opacity: 1;}
	/*.in-pr-box:hover  .in-pr-title{opacity: 0;}*/
.in-pr-box:hover .in-pr-imgbox{-moz-box-shadow:0px 0px 12px #A6A6A6; -webkit-box-shadow:0px 0px 12px #A6A6A6; box-shadow:0px 0px 12px #A6A6A6;
}
	.lpr-name{font-size: 18px;color:#ffffff;text-align: center;line-height: 24px;margin-bottom: 10px;}
	.lpr-numer{font-size: 18px;color:#ffffff;text-align: center;line-height: 24px;margin-bottom: 20px;}
	.lpr-more{width: 112px;line-height: 32px;background: #ffffff;text-align: center;font-size: 14px;color:#000000;margin:0 auto;}
		.addto{display: block;color:#fff;font-size: 18px;width: 266px;height: 55px;background: #1a4fa1;text-align: center;line-height: 55px;
		margin: 80px auto 50px;
		}
		.addto:hover{text-decoration: none;background: #000;color:#fff;transition: 0.6s;}
		.in-pr-title1{text-align: center;font-size: 16px;line-height: 24px;margin-top: 16px;}
	.in-pr-Now1{display: block;width: 112px;height: 30px;text-align: center;color:#fff;line-height: 30px;
	font-size:12px;background: #1a4fa1;transition: 0.6s;text-transform: uppercase;
	}		
	.in-pr-Now:hover{color:#fff;text-decoration: none;}
	.xp-box{display: flex;justify-content: center;margin: 80px auto 50px;}
	.inq{display: block;color:#fff;font-size: 14px;width: 113px;height: 30px;background: #444e56;text-align: center;line-height: 30px;margin:0 15px;}
	.continue{display: block;color:#fff;font-size: 14px;width: 160px;height: 30px;background: #444e56;text-align: center;line-height: 30px;margin:0 15px;}
	.xp-box a:hover{text-decoration: none;background: #000;color:#fff;transition: 0.6s;}
	.addto{display: block;color:#fff;font-size: 14px;width: 160px;height: 30px;background: #444e56;text-align: center;line-height: 30px;
	margin: 80px auto 50px;
	}
	.addto:hover{text-decoration: none;background: #000;color:#fff;transition: 0.6s;}		
   	@media(max-width:960px){
   .pro-left{padding-right: 0;}
   	}
   	
   	/* 产品详情 */ 	 
  .pr-page{padding: 3%;}
  .pr-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
  .pr-left{width: 43%;}
  .pr-name{font-size: 30px;line-height: 34px;color:#282828;font-weight: bold;margin: 0 0 16px;}
  .pr-numer{font-size: 20px;line-height: 24px;font-weight: bold;color:#4e4e4e;margin-bottom: 16px;}
  .pr-xian{width: 100%;height: 1px;background: #ccc;margin-bottom: 12px;}
  .pr-right{width: 55%;}
  .pr-tu{border: 1px solid #ccc;width: 100%;}
  .pr-page .uk-dotnav > * > *{background: #1a4fa1!important;border: 1px solid #1a4fa1;width: 10px;height: 10px;}
  .pr-page .uk-active a{background: none!important;border: 1px solid #1a4fa1;}
  .pr-page .uk-dotnav {position: relative;top: -40px;z-index: 10;}
  .pr-bottom{margin: 30px auto 0;}
  .pr-xian1{width: 100%;height: 8px;background: #1a4fa1;margin: 20px auto 50px;}
   .re-name{font-size: 24px;line-height: 32px;padding-bottom: 12px;color:#000000;font-weight: bold;
   border-bottom: 1px solid #ccc;margin-bottom: 40px;
   }
   .Inventory{font-size: 24px;line-height: 32px;font-weight: bold;margin-bottom: 20px;}
   .Inventory-num{text-align: left;padding: 8px;border: 1px solid #ccc;font-size: 18px;line-height: 22px;max-width: 214px;}
   .tolist{display: block;width: 276px;line-height: 55px;background: #1a4fa1;font-size:18px;color:#fff;text-align: center;
   margin-top: 20px;
   }
   .tolist:hover{text-decoration: none;color:#fff;}
   @media(max-width:960px){
   .pr-left{width: 100%;margin-bottom: 20px;}
   .pr-right{width: 100%;}
   	}
   
   
   
	/* 联系我们 */
    .contact{padding: 3%;}
	.con-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
   .con-left{width: 60%;max-width: 720px;}
   .con-right{width: 38%;max-width: 420px;padding-top: 20px;}
   .con-lxbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
   .con-icon{width: 25px;height: 25px;}
   .con-lx{width: calc(100% - 40px);font-size: 20px;line-height: 25px;color:#292929;text-transform: uppercase;font-weight: bolder;
   margin-bottom: 14px
   }
   
   .con-lx1{width: calc(100% - 40px);font-size: 16px;line-height: 25px;color:#292929;margin-bottom: 14px;}
   .con-icon1{display: block;margin: 0 auto 6px;}
   .con-lx2{color:#090909;font-size: 16px;text-align: center;}
   .cont-map1{padding: 2% 0;}
   /*.cont-map1 .uk-container{max-width: 1920px;}*/
  @media(max-width:768px){
  .con-left{width: 100%;max-width: 100%;}
  .con-right{width: 100%;max-width: 100%;}
 }
	/* 联系我们表单 */
	  .cont-map{padding: 3%;}
	  .yz-box li{margin-bottom: 30px;position: relative;padding-right: 20px;}
	 .con-biaodan>li{margin-bottom: 30px;position: relative;padding-right: 20px;}
	 .xing{font-size: 16px;line-height: 20px;margin-bottom: 12px;color:#757575;font-weight: bold;}
	 .xing span{color:red;position: relative;top: 0px;}
	  .con-biaodan>li input{width: 100%;height: 56px;font-weight: 400;background: #eeeeee;
	  border:1px solid #eeeeee!important;color:#666666;padding-left: 10px;}
	  .con-biaodan>li input::-webkit-input-placeholder{color:#666666;}
	  .con-biaodan>li>textarea{width: 100%;font-weight: 400;background: #eeeeee;border:1px solid #eeeeee!important;color:#000;
	  padding-left: 10px;
	  }
	  .con-biaodan>li>textarea::-webkit-input-placeholder {color: #666666;line-height: 60px;font-weight: 400;} 
	  .con-biaodan>li>textarea::-moz-input-placeholder {color: #666666;line-height: 60px;font-weight: 400;} 
	  .con-biaodan>li>textarea::-ms-input-placeholder {color: #666666;line-height: 60px;font-weight: 400;} 
		.yz-box input{margin-right: 30px;max-width: calc(100% - 163px);}
		.xing1{color:red;position: absolute;right:163px;top: 20px;font-weight: bolder;}
	  .con-send{
	  	width: 145px;
	  	height: 41px!important;
	  	background: #1a4fa1;
	  	border:1px solid #1a4fa1;
	  	color: #fff;
			font-size: 14px;
			font-weight: 400;
		margin-top: 30px;	
	  	transition: 0.8s;-webkit-transition: 0.8s;
	  	display: block;
			transition: 0.6s;
	  }
		.con-send:hover{background: #000;color:#fff}
	@media(max-width:768px){
		.con-send{float: none;}
		
		 }
	.bpr-title{font-size: 16px;line-height: 50px;color:#757575;padding: 0 0;font-weight: bold;}
	.bpr-nr{background-color: #eeeeee;display: flex;justify-content: flex-start;padding: 15px 0px;flex-wrap: wrap;min-height: 100px;}
	.bpr-nr a{display: block;color:#333333;font-size: 16px;line-height: 24px;padding: 0 20px;}


	CSS Document */
	


