 @font-face {
	font-family: 'ge-b'; 
	font-style: normal; 
		 src:url('/css/font/Geologica-Regula.eot') format("embedded-opentype"),
		 url('/css/font/Geologica-Regular.woff') format("woff"),
		 url('/css/font/Geologica-Regular.TTF') format("truetype"),
		 url("font/Geologica-Regular.otf") format("opentype");
		 font-style:normal;
 }
@font-face {
	font-family: 'ge'; 
	font-style: normal; 
		 src:url('/css/font/Geologica-Regula.eot') format("embedded-opentype"),
		 url('/css/font/Geologica-Regular.woff') format("woff"),
		 url('/css/font/Geologica-Regular.TTF') format("truetype"),
		 url("font/Geologica-Regular.otf") format("opentype");
		 font-style:normal;
 }

*{margin: 0;
  padding: 0;
  font-style: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box; 
}
:root {
    --primary-color: #fefefe;
    --dark-color: #060508;
    --grey-color: #c8c8c8;
    --alt-dark-grey2: #8e8e8e;
    --dark-grey-color: #8b8b8b;
    --alt-dark-grey-color: #383739;
    --alt-grey-color: #848484;
    --darkness-grey-color: #555;
    --light-grey-color: silver;
    --light-dark-color: #2a2a2a;
    --most-dark-color: #383838;
    --alt-light-grey-color: #3d3c3e;
    --code-dark-color: #4f4f4f;
    --red-color: #c39797;
    --gb-color: #828183;
    --logo-dark: #151515;
    --most-light-grey: #d0d0d0;
    --tr-grey-color: rgba(6, 5, 8, .15);
    --gfs: 1920;
    --gfs-rem: 31;
    --ps: calc((40 / var(--gfs)) * 100 * 1vw);
    --gap-content: calc((30 / var(--gfs)) * 100 * 1vw);
    --ease-out: 
cubic-bezier(.25, .05, 0, 1.02);
    --ttf: 
ease;
    --td: 0.3s;
}
body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #333;
  font: 14px/1.7   'ge',Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif;
  background: #fff;
}
h1,h2,h3,h4,h5,h6
{
font-family: 'ge-b';
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ 
	margin:0px; 
	padding:0px; 
	font-style:normal; 
	border:0;
}	
 
ol,ul,li{
    list-style:none;
}
a {
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease; 
    text-decoration:none; 
    outline:none;
    color: #333;
	font-family:   'ge',Hiragino Sans GB,source-han-sans-simplified-c, "Pingfang SC", Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;;
	font-family:   'ge',Hiragino Sans GB,Helvetica,'Arial','Microsoft Yahei',sans-serif;
}

strong,
h3,
h4,
h4 a,
.strong,
.h3
 {
 
		font-family: 'ge-b'; 
	font-weight: bold;
}
.w1280 {
	width:1280px;
}
.w100 {
	width:100%; 
}
.w90 {
	width: 90%;
	max-width: 1920px;
}
.w90-1 {
	width: 90%;
	max-width: 1680px;
}
.md {
	margin:0 auto;
}
.fl {
	float:left;
}
.fr,.rt {
	float:right;
}
.clear {
 
}
ul::after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden;
}
.clearfix:after,
.clear:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.css {
	border: 0;
	vertical-align: middle; 
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input,select,textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}
input:focus,button:focus,textarea:focus {
	outline: none
}
input[type=text]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear {
	display: none
}
input, button, select {
    font-size:100%; 
    box-sizing:border-box;
    margin:0; 
    padding:0; 
    vertical-align:middle;
    outline:none;
    line-height:normal; 
    color:#666;
	border: none;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
input, textarea, button, select {
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
	-o-border-radius:0; 
	border-radius:0;
}

.a_href {
  	overflow: hidden;
    width: auto;
    min-width: 140px;
    color: #fff;
    border-radius: 4px;
    padding: 0px 15px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.1s ease;
	    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    outline: none;
    text-align: center;
    background: #1e4cc5;
    border: none;
	font-size: 14px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
	display: flex;
  }
  .a_href svg{
  	fill: #fff;
  	width: 12px;
  	margin-left: 10px;
  	transform: translateY(-1px);
  }
    .a_href:hover,
   .s_1 .a_href.fff:hover
     {
		background: #fff ;
		color: #1e4cc5; 
		transition: background-size .3s 
ease-in-out, color .3s 
ease-in-out;
	}
  .a_href:hover svg,
   .s_1 .a_href.fff:hover svg
  {
  	fill: #1e4cc5;
  }
 .s_1 .a_href.fff  {
 background: none ;
		color: #fff; 
		border: 1px solid #fff;
 }
 
  .s_1 .a_href.fff  {
 background: none ;
		color: #fff; 
		border: 1px solid #fff;
 }
 .s_1 .a_href.fff svg {
 	 	fill: #fff;
 }
 
 
.s_1 .a_href {
/*		position: absolute;
		bottom: 3rem;
		right: 5%;*/
		z-index: 999;
		display: flex;
		width: 200px;
	}
	
.w1 {
	width: 92%;
  	margin: 0 auto;
  	max-width: 1900px;
  	display: flex; 
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.w90,
.list_box1_n .w1
 {
	margin: 0 auto;
	min-width: 750px;
	padding: 0 50px;
	max-width: 1650px;
}
.list_box1_n .w1 {
	padding: 0 0;
}
  
  .h_top .w90.pad0{
  	
  	display: flex;
  	justify-content: flex-end;
  	
  	display: none;
  }
  .h_top .a1{
  	width: 400px;
  	display: flex;
  	margin-right: -25px;
    justify-content: flex-end;
  }
    .h_top .a1 .rt{
		float: none;
		width: 100%;
		background: #fff;
		padding: 5px 5px;
		border-radius: 10px;
	}
	
	 .h_top .so2 form {
		border: 2px solid #eee;
		height: 42px;
		line-height: 40px;
	}
	.h_top .so2 input {
		height: 42px;
		line-height: 40px;
	}
	 .h_top .so_h {
		display: none;
	}
	
 .h_top {
 	width: 100%;
 	position: fixed;
 	top: 0;
 	left: 0;
 	padding-top: 0px;
 	z-index: 1199999;
 	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
  .h_top .w1 .s_menu{
  	margin-top: 0px;
  }
  
  .h_top .w1 .logo{
  	 width: 145px;
  	 min-width: 145px;
  	 height: 75px;
  	 display: block;
  	 background: url('/images/logo11.png') no-repeat left 50%;
  	 background: url('/images/logo22.png') no-repeat left 50%;
  	 background-size: 140px; 
  	 margin-top: 0px;opacity:1;
  	 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home .cart-icon-fixed{
  	display: none;
  }
  .cart-icon-fixed {
 display: none;
  }
  .chanp .cart-icon-fixed{
  	display: block;
  }
  .home .h_top .w1 .logo {
  	background: url('/images/logo22-w.png') no-repeat left 50%; 
  	 background-size: 140px; 
  }
  .ks .h_top .w1 .logo{
  	background: url('/images/logo11.png') no-repeat left 50%; 
  	 background-size: 140px; 
  }
  .ks.fff2 .h_top .w1 .lang a, 
  .ks.fff2 .h_top .w1 .s_menu a, 
  .ks.fff2 .h_top .w1 .lang {
    color: #fff;
}
.ks.fff2 .h_top .w1 .lang .on svg, 
.ks.fff2 .h_top .w1 .so_1 svg {
    fill: #fff;
}
.ks.fff2 .h_top .w1 .s_menu .down a{
	color: #333;
}

  .h_top .w1 .logo a {
  	display: block;
  	width: 100%;
  	height: 100%;
  }
  .h_top .w1 .logo:hover {
  transform: translateY(0px) scale(1.05);
/* background:  #1e4cc5 url('/images/logo.png') no-repeat center;
  	 background-size: 52px;*/
  }
  .h_top .w1 .s_menu li{
  	margin: 0 15px;
  }
  .h_top .w1 .s_menu li .down{
  	background: #f6f6f6;
    position: absolute;
    top: 28px;
    left: 0;
    opacity: 0;
    visibility: hidden; 
	width: 200px;
	left: -60px;
	border-radius: 5px;
	overflow: hidden;
  }
  .h_top .w1 .s_menu li:last-child .down {
  		left:-35px;
  }
    .h_top.master_hide .w1 .s_menu li:last-child .down {
  	top: 28px;
  }
     .h_top .w1 .s_menu li {
	 	position: relative;
	 }
    .h_top .w1 .s_menu li .down a{
   height: 50px;
    line-height: 50px;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
	border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0px;
	color: #333;
	-webkit-transition: all 0.0s ease;
    transition: all 0.0s ease;
  }
  .h_top .w1 .s_menu li .down a:hover{
  	background:#1e4cc5;
  	color: #fff!important;
  }
     .h_top .w1 .s_menu li .down a::after{
	 	display: none;
	 }
  .h_top .w1 .s_menu li .down a:last-child{
  	border-bottom: 0;
  }
   .h_top .w1 .s_menu li:hover .down
 {
	opacity: 1;
	visibility: initial;
}
    .h_top .w1 .s_menu a{
	   	font-size: 17px;
		padding: 5px 0px 10px;
		/*line-height: 50px;
		height: 50px;*/
		text-transform: capitalize;
		letter-spacing: 0px; 
	}
	 .h_top .w1 .s_menu a::after{
	 	content: '';
	 	display: block;
	 	width: 0%;
	 	height: 2px; 
	 	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 }
	  .h_top .w1 .s_menu li:hover a:after,
	  .h_top .w1 .s_menu li.on a:after
	  {
	  	width: 100%;
	  	background: #fff;
	  }
	  .h_top.master_hide .w1 .s_menu li:hover a:after,
	  .h_top.master_hide .w1 .s_menu li.on a:after
	  {
	  	width: 100%;
	  	background: #aaa;
	  }
   .h_top .w1 .s_menu ul {
   	display: flex; 
    justify-content: space-between;
    align-items: center;
   }
   .h_top .w1 .lang {
   	margin-top: 12px;
   }
  .h_top .w1 .lang span,
  .h_top .w1 .lang a {
  	font-size: 18px;
  	opacity: .6;
  }
    .h_top .w1 .lang a.on,
      .h_top .w1 .lang a:hover
     {
		opacity: 1;
	}
  
   .h_top .w1 .s_menu a,
    .h_top .w1 .lang,
  .h_top .w1 .lang a
   {
   	color: #fff;
   	word-spacing: normal;
        word-break: normal;
        white-space: nowrap;
   }
     .fff2 .h_top .w1 .lang a,
     .fff2 .h_top .w1 .s_menu a,
     .fff2 .h_top .w1 .lang
      {
	 	color: #333;
	 }
	 .fff2 .h_top .w1 .lang .on svg, 
	 .fff2 .h_top .w1 .so_1 svg {
    fill: #333;
}
	 
	 
  .h_top .w1 .s_menu .on a::after{
  	background: #fff;
  }
  .cont_a5 {
  	background: red;
  	width: 180px;
		height: 42px;
		line-height: 42px; 
    padding: 0 0px;
    font-size: 14px;
	margin-left: 20px;
	background: #fff;
	color:  #1e4cc5;
	border: 0px solid #fff;
	border-radius: 3px;
	letter-spacing: 0;
	text-transform: uppercase; -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-right: 5px;
	border-radius: 10px;
  }
.cont_a5 a{
 text-align: center;
	display: block; 
	width: 100%;height: 42px;
		line-height: 42px;
	background: #e80000;
	color: #fff;border-radius: 5px;
  }
  .cont_a {
  	height: 40px;
		line-height: 40px;
		display: flex;
  }
    .cont_a2
     {
		width: 130px;
		height: 40px;
		line-height: 40px;
		    min-width: 120px;
		    max-width: 120px;
    padding: 0 0px;
    font-size: 13px;
	margin-left: 10px;
	background: #fff;
	color:  #1e4cc5;
	border: 0px solid #fff;
	border-radius: 3px;
	text-transform: uppercase; -webkit-transition: all 0s ease;
    transition: all 0s ease;
	}
	 .cont_a2:hover,
	.fff2 .cont_a2
	  {
	 	background: #1e4cc5;
	 	color: #fff;
	 }
	  .cont_a2:hover svg,
	.fff2 .cont_a2 svg
	  {
	 	fill: #fff;
	 }
	  .cont_a2 svg{
		 width: 22px;
		 height: 22px;
		 fill: #1e4cc5;
		     margin-left: 10px;
		 display: inline-block;
		 transform: translateY(-1px); -webkit-transition: all 0s ease;
    transition: all 0s ease;
	}
    .down1 {
		position: absolute;
		top: 30px;  
		left: 0;
		background: #fff;
		border-radius: 5px;
		padding: 3px 4px;
		opacity: 0;
		visibility: hidden;
		    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	.h_top .w1 {
		width: 95%;
	}
	.h_top .w1 .lang {
		display: none;
	}
	.h_top .w1 .lang .on {
		width: 30px;
		height: 30px;
		display: flex;transform: translateY(-4px);
	}
	.h_top .w1 .so_1 {
		width: 36px;
		height: 36px;
		margin-right: 7px;
		margin-top: 6px;
	}
	.h_top .w1 .lang .on svg 
	 {
		width: 30px;
		height: 30px;
		fill: #fff;
	}
	.h_top .w1 .so_1 svg
	 {
		width: 32px;
		height: 32px;
		fill: #fff;
	}
	 .h_top .w1 .lang:hover .down1 {
	 	opacity: 1;
		visibility: inherit;
	 }
	 .h_top .w1 .lang .down1 {
	 		left: -10px;
	 	    width: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	 }
	 .h_top .w1 .lang .down1 a {
	 	font-size: 15px;
	 	color: #333;
	 }
	.lang .on{
		
	}
	
	
	  .h_top.master_hide {
  	background: #fff;
  	border-bottom: 1px solid #f1f1f1;
  }
   .h_top.master_hide { 
  }
	
	   .h_top.master_hide .w1 .logo { 
    background: url(/images/logo22.png) no-repeat center;
    background-size: 140px;
	}
	body .h_top.master_hide .w1 .s_menu a, 
	body .h_top.master_hide .w1 .lang, 
	body .h_top.master_hide .w1 .lang a {
		color: #333!important;
	}
	.h_top.master_hide .w1 .lang .on svg,
	.h_top.master_hide .w1 .so_1 svg
	 {
		fill: #333!important;
	}
	.h_top.master_hide .cont_a2 {
	 	background: #1e4cc5;
	 	color: #fff;
	 }
	 .h_top.master_hide .cont_a2 svg{
	 	fill: #fff;
	 }
	
     .s_1 .img{
	 	width: 100%;
	 	height: 100%;
	 	display: block;
	 	    object-fit: cover;
	 }
    .s_1 {
		height: 100vh;
		position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	min-height: 800px;
    z-index: 1;  
	}
	.s_1:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: #fff;
		    background: linear-gradient(0deg, rgb(0 0 0), transparent 100%);
	}
  .s_1 .slg{
  	font-size: 82px;
  	left: -20%;
  	top: 45%;
  	color: #fff;
  	z-index: 99;
  	line-height: 1.3;
  	position: absolute;
 text-align: center;
 width: 100%;
 -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
 font-weight: normal;
 opacity: 0;
  }
  
  .s_1 .swiper-slide-active .slg {
  	top: 45%;
  	opacity: 1;
  	left: 12%;
  	width: 90%;
  	text-align: left;
  }
.s_1 .slg .flex {
	display: flex;
	width: 450px;
	margin: 50px 0 0;
	    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
    .s_1 .slg h2{
		font-size: 26px;
/*		padding-left: 1%;*/
     font-family: 'ge';
		white-space: nowrap;
		margin-bottom: 20px;
		text-transform: capitalize;
	}
    .s_1 .slg b{
		display: block;
		/*font-size: 168px;*/
		font-family:  'ge-b', 'Roboto', sans-serif;	 
		font-weight: 600;
		line-height: 1.2;
		text-transform: capitalize;
	}
	    .s_1 .slg h1{
		font-size: calc((100 / var(--gfs)) * 100 * 1vw);
	font-size: 48px;
    line-height: calc((125 / var(--gfs)) * 100 * 1vw);
 line-height: 2;
	}
  
  .s_1 .slg h1,
  .s_1 .slg b,
   .s_1 .slg h1 #typed
   {
  	 font-weight: 500;
  font-family: 'Passion One', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'ge-b','Montserrat', sans-serif;
  }
  
  
  .s1_a {
  	position: absolute;
  	right: 20px;
  	bottom: 50px; 
  	color: #333;
  	height: 50px;
  	letter-spacing: 2px;
  	transform: rotate(90deg); 
  	z-index: 199;
  }
  .s_1 .slg {
  	 	z-index: 199;
  }
    .s1_a span {
		display: block;
		width: 100%;height: 25px;
		position: relative;
		color: #ccc;
		font-size: 11px; 
		text-transform: uppercase;
	}
      .s1_a span:before {
	  	content: '';
	  	display: block;
	  	width: 100%;
	  	height: 1px;
	  	position: absolute;
	  	left: 0%;
	  	bottom: 100%;
	  	background: #fff;
	  	 	animation: dashMove 3s linear infinite;
	  }

.sy_2 {
	padding-bottom: 50px;
}
.flex_6 {
	    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.f_2 {
	width: calc(50% - 15px);
	margin-right: 15px;
	margin-bottom: 30px;
}
.f_2:nth-child(2n) { 
	margin-left: 15px;
	margin-right: 0;
}
  .sy_2 {
  	margin: 60px auto 0;
  }
 .sy_2 .f_2 a{
 	display: block;
    width: 100%;
    height: 100%; 
	position: relative;border-radius: 10px;
 }
  .sy_2 .f_2 a .pa{
  	top: 0;
  	left: 0;
  	width: 100%;
    height: 100%;
	padding-top: 40px;
	z-index: 9;
	
	/*display: flex;
    align-items: flex-start;
    justify-content: center; 
    flex-direction: column;
    flex-wrap: nowrap;
	text-align: center;*/
  }
 .sy_2 .f_2 .span{
 	font-size: 15px;	color: #777;text-align: center;
 }
 .sy_2 .f_2 .p{
 	  font-size: 18px;	
 	  color: #333;text-align: center;
 	  font-weight: 500;
 }
  .sy_2 .f_2 h3
 	{
  font-size: 32px;	
  line-height: 1.3;
  color: #222;text-align: center;
  font-weight: 500;
  font-style: normal;
  }
  .sy_2 .f_2 a {
  	overflow: hidden;
  }
 .sy_2 .f_2 .img,
 .sy_2 .f_2 .img img
  {
 	width: 100%;
 	height: 520px;
 	object-fit: cover;
 	    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 .sy_2 .f_2:hover .img {
 	transform: scale(1.08);
 }
  .sy_2 .f_2 .img img {
  	width: 100%;
  	height: 100%;
  	display: block;
  	object-fit: cover;
  }
 
 .href-f svg {
 	width: 13px;
 	height: 13px;
 	display: inline-block;
 }
  .sy_2 .f_2 .href-f {
  	margin: 20px auto 0;
  	text-align: center;
  	color: #1e4cc5;
  }
  .sy_2 .f_2 .href-f svg{
  	fill: #1e4cc5;
  	width: 12px;
 	height: 12px;
  	transform: translateY(1px);
  }
 body .swiper {
    width: 100%;
    height: 100%;
	z-index: 99;
}
body .s_1 .video_1{
	width: 100%;
	height: 100%;
}
body .s_1 .video_1 video{
	width: 100%;
	height: 100%;
	display: block;object-fit: cover;
}
   .s_1  .swiper-container {
      width: 100%;
      height: 100%;
    }

    .s_1 .swiper-slide {
    

	  overflow:hidden;
    }
.s_1 .swiper-slide {
	background: #000;
}
body .swiper-fade .swiper-slide,
body .swiper-backface-hidden .swiper-slide
 {
	height: 100vh;
	
	height: 100%;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;object-fit: cover;
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
   body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
   {
   	width: 14px;
   	height: 10px;
   	margin: 0 0px; 	background: #888;
   }
   
   body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
   	background: #fff;
   
   }
body .swiper-pagination-fraction, .swiper-pagination-custom, 
body .swiper-horizontal > .swiper-pagination-bullets, 
body .swiper-pagination-bullets.swiper-pagination-horizontal {
	right: auto;
	left: auto;
	top: auto;
	bottom: 60px;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 99; 
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	width: 180px;
	height: 3px;
	border-radius: 0px;
	margin: 0 2px;
	opacity: 1;
 
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #fff; 
	opacity: 1;	
	position: relative;
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	 margin-top: -30px;
	background:  url('/images/wrj5.png') no-repeat center top;
   	background-size: 80px; 
   	opacity: 0; 
   	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    transform: translateX(240%);  
	/*	opacity: 1;
   	animation: moveRight 10s  alternate;*/
}
body .main_f_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
	display: none;
}
body .main_f_box  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #1e4cc5;
}
body .main_f_box .swiper-pagination-clickable .swiper-pagination-bullet {
 border-radius: 10px;
	background: #ccc;
	height: 4px; 
	width: 100px;
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
   	opacity: 1;
   	animation: moveRight 10s  alternate;
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
   	opacity: 1;
   	animation: moveRight2 10s  alternate;
}
body .swiper-button-next, 
body .swiper-rtl .swiper-button-prev {
	
}
body .swiper-button-prev, 
body .swiper-button-next {
	width: 120px;
	height: 80px;
	color: #fff;
	opacity: 0.5;
}
body .swiper-button-prev:hover, 
body .swiper-button-next:hover {
	opacity: 1;
}
body .swiper-button-next::after, 
body .swiper-rtl .swiper-button-prev::after,
body .swiper-button-prev:after, 
body .swiper-rtl .swiper-button-next:after
 {
	font-size: 28px;
	font-weight: 100;
}

body .swiper-container .slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-size: cover;
	  background-position: center;
	  display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  color:#fff;
	}

@keyframes moveRight {
  0% {
    transform: translateX(0%); /* 初始位置，不移动 */
  }
  70%{
    transform: translateX(180%); 
  }
  90%{
    transform: translateX(230%);  
  }
  100% {
    transform: translateX(230%); /* 移动到100%的宽度，即屏幕右侧 */
  }
}
@keyframes moveRight2 {
  0% {
    transform: translateX(0%); /* 初始位置，不移动 */
  }
  70%{
    transform: translateX(180%); 
  }
  90%{
    transform: translateX(180%);  
  }
  100% {
    transform: translateX(180%); /* 移动到100%的宽度，即屏幕右侧 */
  }
}
  
  .s_4,
	 .s_5 
	 	  
	  {
	 	position: relative;
	 	z-index: 2;
	 	background: #000;
	 	color: #fff;
	 }
	  .s_4 {
	  	display: flex;
	  	align-items: flex-end
	  }
	  .s_4 .w1{
	  	     flex-wrap: wrap;
    flex-direction: column;
	  	position: relative;
	  /*	background:   url('/images/ban2.jpg') no-repeat right 20px;
	  	background-size: 50%;
	  	padding: 20px;*/
	  	color: #333;
	  	align-items: flex-start;
	  	 /*  	background:   url('/images/ban5.jpg') no-repeat center;
	  	background-size: 100%;*/
	  	padding: 0px 0 200px;
	  	width: 80%;
	  	max-width: 100%;
	  	min-width: 1000px;
	  	z-index: 99;
	  	height: auto;
	  	justify-content: flex-start;
	  }
	  .s_4 .w1:before {
	  	content: '';
	  	display: block;
	  	position: absolute;
	  	top: -50px;
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	    background: linear-gradient(
180deg, #000000, transparent 100%);
	  		opacity: .2;
	  		display: none;
	  }
	  .s_4 .w1 .bg2 {
	  	max-width: 1900px;
	  	width: 88%;
	  	margin: 0 auto;
	  	border-radius: 20px;
	  	color: #fff;
	  	padding: 50px 20px 60px;
	  	background: rgb(155 155 155 / 25%);backdrop-filter: blur(10px); box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2); border: 0.25px solid #e6e6e6;
	  }
	  .s_4 ul {
	  	color: #fff;
	  	background: none;
	  	position: relative;
	  	z-index: 2;
	  	text-align: center;
	  	width: 100%;
	  	min-width: 1100px;
	  	max-width: 1800px;
	  	padding: 50px 0 70px;
	  	margin: 0 auto;
	  	    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	  }
	    .s_4 ul li {
			color: #fff;
			width: 24%;/*
			width: 380px;*/
			padding: 0 0% 10px;
			margin: 0 1%;
			border-right: 0px solid #fff;
			font-size: 15px;
			display: inline-block;
			position: relative;
			font-weight: normal;
			font-style: normal;	border-bottom: 0px solid #1e4cc5;
			/*text-shadow: 0px 1px 3px #494949;*/
		}
		  .s_4 ul li:last-child {
		  	border-right: 0;
		  }
		    .s_4 ul li:last-child:after  {
				display: none;
			}
		 .s_4 ul li:after {
		 	content: '';
		 	width: 1px;
		 	height: 80%;
		 	background: #fff;
		 	position: absolute;
		 	right: 0;
		 	top: 10px;
		 	opacity: 1;
		 }
	  .s_4 ul li strong{
	  	font-size: 56px;
	  	font-weight: 600;
	  	display: block;
	  	
	  	color: #1e4cc5;/*color: #fff;*/
	  	text-shadow: none ;
	  
	  	/*    text-shadow: -1px -1px 0 #0155c8, 1px -1px 0 #0155c8, -1px 1px 0 #0155c8, 1px 1px 0 #0155c8;
	  		text-shadow: -1px -1px 0 #275695, 1px -1px 0 #1378ff, 2px 2px 0 #b1c9ff, 2px 2px 0 #b6d5ff;*/
	  	/*background: linear-gradient(180deg, #4ca3ff 20%, #1e4cc5 );
	  	-webkit-background-clip: text;
	  	background-clip: text;
	  	color: transparent;*/
	  }
	    .s_4 ul li p{
			font-size: 18px;
			color: #fff;
		}
	   .s_4 ul li strong em{
	   	font-size: 17px;
	   	font-weight: bold;text-shadow: none ;
	   }
	  .s_4 .w1 h2 {
	  	font-size: 26px; 
    text-align: left;
    width: 100%;
	  	color: #fff;
	  	padding-left: 0%;
	  	text-align: center;
	  	margin-bottom: 0px;   
	  	position: relative;
	  	z-index: 2;
	  	font-weight: normal;
	  	font-style: normal;
	  }
	  .s_4 .w1 h2 span{
	  	display: block;
	  	font-size: 42px;
	  }
	 .s_4 .ab_p,
	 .s_4 .w1 h2,
	 .s_4 .a_href
	 
	  {
 
	 	  	position: relative;
	  	z-index: 2;
	 }
	 .s_4 .a_href {
	 	background: none;
	 	border: 1px solid #375eca;
	 	color: #375eca;
	 	border: 1px solid #fff;
	 	color: #fff;
	 	width: 200px;  
		margin: 10px auto 0;
		background: #1e4cc5;	
	  color: #fff;border: 1px solid #1e4cc5;
		}
	 .s_4 .a_href svg {
	 	fill: #375eca;
	 	
	 	fill: #fff;
	 }
	  .s_4 .a_href:hover {
	  background: ##e80000;	
	  color: #fff;border: 1px solid #e80000;
	  }
	    .s_4 .a_href:hover  svg{
	  fill: #fff;
	  }
	  .s_4 .ab_p {
	  	width: 100%;	color: #fff; 
	  	padding-bottom: 10px; 
	  	line-height: 1.5;
	  	font-weight: 500;
	  	padding-left: 0%;
	  	text-align: left; 
	  	padding: 30px 0px 0px;
	  	margin: 0px auto 0;
	  	font-size: 18px;
	  	text-align: left; 
	  	max-width: 1200px;
	  	/*background:   url('/images/ban.jpg') no-repeat left top;
	  	background-size: cover;*/
	  	/*
	  	background: linear-gradient(360deg, rgb(0 0 0), transparent 100%);*/
	  }
	  .s_4 .img {
	  	width: 100%;
	  	height: 350px;
	  	width: 100%;
    margin: 0 auto 50px;
    max-width: 1900px;
	  	overflow: hidden;
	  	display: none!important;
	  }
 
	   .s_4 .img img{
	   		width: 100%;
	   		height: 100%;
	   		display: block;
	   		object-fit: cover;
	   }
	    .s_4 .href_a2,
	    		.s_4  .a_href
	     { 
/*			position: absolute;
		right: 0;
		bottom: 85px;*/
		margin: 0 auto;
		}
	
			.s_4 .a_href svg {
			transform: translateY(0px);
		}
		 .href_a2 a {
		 	color: #fff;
		 	font-size: 32px;
		 	text-transform: capitalize;
		 }
		 .href_a2 a:hover {
		 	background: #1e4cc5;
		 }
	   .href_a2 a::after{
	   	content: '';
	   	width: 100%;
	   	display: block;
	   	height: 2px;
	   	background: #fff;
	   	-webkit-transition: all 0.3s 
ease;
    transition: all 0.6s 
ease;
	   }
	    .href_a2:hover a::after{
		 /*	width: 65%;*/
		 width:0%;/*background: #1e4cc5;*/
		 	transform: translateX(0%);
		 }
		 
		 
		   .s_4  .video1{
		   position: absolute;
		   top: 0;
		   left: 0;
		   width: 100%;
		   height: 100%;
		   }
		 
		  .video1 {
position: relative;
    width: 100%;
  /*  height: 100vh;
	min-height: 800px;*/
/*    margin-top: 100vh; /* 确保在 s1 下方 *!/
    transform: translateY(100%);*/
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
 }
  .video1 .before { 
  	display: block;
  	width: 100%;
  	height: 500px; 
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	background-image: linear-gradient(to top, #fff, rgb(255 255 255 / 0%));

  }
   .video1 video {
   	width: 100%;
   	height: 100%;
   	display: block;
   	object-fit: cover; 
   }  
   
.fade-wrapper {
    position: relative;
  }
  .video1.visible {
    transform: translateY(0)!important;
  }
  .fade-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, rgb(0 0 0), rgb(0 123 198 / 35%) 100%);
    opacity: 0;
    transition: opacity 1s linear;
    pointer-events: none;
  }
   .video1 .fade-mask {
   	 transition: opacity 3s linear;
   }
  .s_4 {
  	background: #000;
  	position: relative;
  	z-index: 2;
  		background: #fff;
	padding: 50px 0 0px;
	/*height: 100vh;
	max-height: 1100px;*/
	overflow: hidden;
  }
   .s_4::after {
   	content: '';
   	display: block;
   	width: 100%;
   	height: 500px;
   	position: absolute;
   	background: #000;
   	bottom: 0;
   	left: 0;
   }
.sy_3 {
	
	height: 420px;
	height: auto;
	width: auto; 
	max-width: 100%;
	margin: 0 auto; 
	position: relative;
	padding-top: 300px;
	display: flex;
    justify-content: center;
}
.sy_3 .img{
	background:  url('/images/a22-b.jpg') no-repeat  center bottom;
	background-size: cover;
	width: 100%;
	height: 550px;
}
.sy_3:before {
	content: '';
	display: block;
	width: 480px;
	height: 150px;
	background:  url('/images/a2.png') no-repeat right center;
	background-size: 100%;
	position: absolute;
	top: 22%;
	right: 7%;
	top: 200px;
    right: 15%;
	z-index: 9;
	  animation: floatAnimation 2.5s ease-in-out infinite;
}


@keyframes floatAnimation {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-5px,20px); /* 向下20px */
  }
  100% {
    transform: translate(0);
  }
}

  
.sy_3 .strong {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	
}
.sy_3 h4 {
	font-size: 42px;
	padding-top: 70px;
	margin-left: 0%;
	background: linear-gradient(180deg, #1ab5ff, #365eca 10%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bolder;
	text-align: center;
	line-height: 1.3;
	/*font-family:  Hiragino Sans GB, Helvetica, 'Arial', Montserrat, Hiragino Sans GB, "Helvetica Neue", Helvetica, 'Arial', 'Microsoft Yahei', sans-serif;*/
}
.sy_3 h4 b{
	font-size: 62px;
	display: block;
	text-transform: uppercase;
	font-family: 'ge-b';
 
  font-size: 88px;
  color: #ffffff; /* 文字颜色设为透明 */
  text-shadow: 
    -1px -1px 0 #0155c8,  /* 左上阴影 */
     1px -1px 0 #0155c8,  /* 右上阴影 */
    -1px  1px 0 #0155c8,  /* 左下阴影 */
     1px  1px 0 #0155c8;  /* 右下阴影 */
   
}

 
    .inner {
        margin: 0px auto;
        position: relative;
        width: calc(100% - 10%);
        max-width: 1680px;
		 max-width: 1900px;
    }
.main_f_box {
	padding: 0px 0 80px;
}
.main_f_box.new_lst {
	padding-top: 0px;
	padding-bottom: 14px;
	margin-top: 100px; 
	
	    background: linear-gradient(180deg, #fff, transparent 100%);
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
    transition-delay: 0.3s;
}
.ks .main_f_box.new_lst {
	margin-top: 70px; 
}
.main_f_box.new_lst .main_f_top {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.main_f_box.new_lst .main_f_top .weiz {
	background: none;color: #fff;
}
.main_f_box.new_lst .main_f_top .weiz span,
.main_f_box.new_lst .main_f_top .weiz a
{
	background: none;color: #fff;
}
.main_f_box.new_lst .main_f_top h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}
.main_f_box.new_lst .main_f_top {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;

	    justify-content: space-between;
		padding: 12px 20px;
		background: #1e4cc5;
		
			border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.main_f_box.new_lst .inner {
	width: 100%;
}
.main_f_box.new_lst .main_f_top .top_title {
font-size: 32px;	
padding-bottom: 20px;

}
.main_f_box.new_lst ul{
	    flex-direction: row;
    flex-wrap: wrap;
}
.main_f_box.new_lst ul li  {
width: 24%;
}
.main_f_box.new_lst ul li:nth-child(4n) {
	margin-right: 0;
}

.main_f_box .main_f_top {
	display: flex;
	align-items: center;
	position: relative; 
    justify-content: center;
    flex-direction: column;
}
.main_f_box .main_f_top .top_title {
	color: #333;
	font-size: 42px;
    font-weight: 500;
	text-align: center;
	width: calc(100% - 149px);
	text-transform: capitalize;
	padding: 0 0 50px;
}
.main_f_box .main_f_top .top_title:before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #1e4cc5;
	margin: 0 auto 10px;
} 
.main_f_box .slide-button-black {
	width: 200px;
	margin: 50px auto 0;
	
}
.main_f_box .slide-button-black button {
	margin-top: 0;
}
.main_f_box ul {
	margin-top: 50px;
	padding-bottom: 50px;
	margin: 0 10px;
	display: flex;
	border-bottom: 0px solid #ddd;
}
.main_f_box ul li {
	width: 25%;
	margin-right: 0%;
	margin-bottom: 0px;
	padding: 2px 0px 10px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-radius: 10px;
}
.main_f_box ul li a {
	padding: 0 20px;
}
.main_f_box ul li:last-child {
	margin-right: 0;
} 
.main_f_box ul li:hover {
	background: #efefef;
}
.main_f_box ul li a {
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    /* height: 180px; */
    margin-top: 10px;
    flex-direction: column;
}
.main_f_box ul li .main_f_pic {
    width: 380px;
	width: 100%;
	height: 260px;
    display: block;
    margin-right: 0px; 
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}
.main_f_box .main_f_pic img {
	width: 100%;
    display: block;
    object-fit: cover;
	height: 100%;
	border-radius: 15px;
}
.main_f_box .main_f_text {
	border-top: 0px solid #eee;
    padding-top: 20px;
    display: flex;
    position: relative;
    width: 100%;
	    flex-direction: column;
    flex-wrap: nowrap;
	padding: 20px;
}
.main_f_box .main_f_text .item-0 {
	width: 100%;
    margin-right: 0%;
}
.main_f_box .main_f_text .item-1 {
	width: 470px;
	width: 100%;
}
.main_f_box .main_f_text .biaoti {
    font-size: 18px; 
    font-weight: 500;
    line-height: 1.4;
	
}
.main_f_box .main_f_text .date {
	/*position: absolute;
    bottom: 10px;*/
    font-size: 13px;
    color: #1e4cc5;
	color: #555;
    display: flex;
    align-items: center; 
	text-transform: uppercase;padding-bottom: 10px;
}
.main_f_box .main_f_text .date2 {
	color: #1e4cc5;padding-bottom: 0px;
	padding-top: 20px;
}
.main_f_box .main_f_text .date svg {
	margin-left: 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	fill: #1e4cc5;
	width: 20px;
}
.main_f_box .main_f_text .jianjie {
	font-size: 14px;
    color: #999;
    line-height: 1.4;
/*	text-align: justify;*/
	letter-spacing: -0.2px;
}
.main_f_box .main_f_text:hover svg {
	margin-left: 15px;
}




 
		 .foot_t::before {
    content: '';
    display: block;
    width: 35%;
		 	max-width: 1200px;
		 	min-width: 600px;
    height: 100px;
    position: absolute;
    top: -30px;
    right: 0;
		 	
		 	display: none;
/*    background: url(/images/a2-b.png) no-repeat left top;
    background-size: 100%;*/
}
		 
		 
[data-fade-in] {
    opacity: 0;
    transform: translateY(220px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  [data-fade-in].fade-in-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
/*  .s_5 {
  /*	margin-bottom: -300px;*!/
  padding: 80px 0;
  	overflow: hidden;
  }*/
  .foot_t2 {
  	background: #000;
  	padding: 100px 0 50px;
  	position: relative;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	z-index: 0;
  	height: 430px; 
  	-webkit-transition: all 1s 
ease;
    transition: all 1s 
ease;
opacity: 0;

display: none;

  }
  .foot_t .center{
  	font-size: 20px;
  	text-align: center;
  	color: #888;
  	border-top: 1px solid #555;
  	margin-top: 50px;
  	font-size: 14px;
  	padding: 20px 0 0;
  	text-align: center;justify-content: center
  	
  }
  .foot_t2 h4{
  	text-align: center;
  	font-size: 52px;
  	color: #fff;
  	width: 100%;
  	position: absolute;
  	top: 30%;
  	left: 0;
  	text-transform: capitalize;
  }
  .foot_t {
/*  	background: #222;
   */
  	padding: 30px 0 0px;
  	position: relative;
  	z-index: 99999;  /*  margin-top: -100px;*/
  	margin-top: 0;
  	/*margin-bottom: 420px;*/
  }
    .foot_t:after {
		content: '';
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
  /*  background: url(/images/a9-b2.jpg) no-repeat right top;
    background-size: cover;*/
		
	}
    .home .foot_t {
/*		margin-top: -100px;*/

    background: url(/images/yin2.jpg) no-repeat center;
    padding: 70px 0 0px;
	
	}
  .foot_t h3{
  	color: #333;
/*  	    font-size: calc((87 / var(--gfs)) * 100 * 1vw);*/
  		font-size: 38px;
  		/*
    line-height: calc((100 / var(--gfs)) * 100 * 1vw);*/
	text-align: left;
	line-height: 1.1;
  }
    .foot_t h5{
		font-size: 48px;
		color: #333;
		
	}
	.foot_t .p {
		font-size: 16px;
		color: #333;
		margin-bottom: 15px;
	}
   .foot_t .w1_1 {
   	    align-items: flex-start;
   		/*border-bottom: 1px solid #222;*/
   		
   		position: relative;
   		z-index: 99;
   }
   .foot_t2  .logo_f img{
   	opacity: .1;
   	width: 100%;
   	margin-top: 0px;
   }
  .foot_t .form_1{
  	width: 45%;
  }
    .foot_t .h3{
  	width: 50%;
  }
 .foot_t .form_1 .fiex64{
     display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin-bottom: 20px;
 }
 .foot_t .form_1 .bt {
 	color: #333;
 	margin-bottom: 10px;
 }
  .foot_t .form_1 .fiex64 .a1{
  	width: 60%;
  	margin-right: 20px;
  }
   .foot_t .form_1 .fiex64 .a2{
  	width: 40%;
  	margin-right: 0;
  }
 .foot_t .box1_1{
 	margin-top: 50px;
 	color: #333;
 	padding-bottom: 50px;
 }
  .foot_t .box1_1 p{
color: #aaa;
font-size: 14px;
padding-top: 20px;
  }
  .foot_t .box1_1 strong{
  	font-size: 16px;
  	display: block;
  	line-height: 1;
  	margin-bottom: 10px;
  } 
  .foot_t .box1_1 strong.padt20 {
  	padding-top: 40px;
  }
    .foot_t .box1_1 strong.padt40 {
  	padding-top: 150px;
  }
  .foot_t .box1_1 span {
  	font-size: 22px;
  	display: block;
  }
  
  
   .foot_t .box2 h4{
      font-size: 48px;
    color: #333;
   	border-left: 5px solid #1e4cc5;
   	margin-top: 20px;
   	padding-left: 20px;
   	height: 35px;
   	line-height: 35px;
   	margin-bottom: 50px;
   }
   .foot_t .box2  {
	  	width: 55%;
	  }
      .foot_t .box2 ul {
	  	
	  }
	    .foot_t .box2 ul li{
	  	border-bottom: 1px solid #ccc;
	  	margin-right: 20%;
	  	padding-bottom: 0px;
	  	margin-bottom: 0px;
	  	background: rgb(255 255 255 / 60%);
	  	background: #fff;
    padding: 10px 10px 0 30px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	height: 245px;
	  	/*	box-shadow: 4px 3px 5px 0px #eee;*/
	  		margin-bottom: 20px;
	  }
	  .foot_t .box2 ul li .star {
	  	background: url('/images/star.png') no-repeat left center;
	  	background-size: 150px;
	  	width: 100%;
	  	border-bottom: 1px solid #ccc;
	  	height: 50px;
	  }
	   .foot_t .box2 ul li .img{ 
	  	width: 100%;
	  	width: 40px;
	  	margin-right: 15px;
	  	height: 40px;
	  	display: block;	border-radius: 50%;
	  }
	  .foot_t .box2 ul li .flex {
	  	display: flex;    justify-content: flex-start;
	  }
	    .foot_t .box2 ul li .img img{
	  	/*width: 50%;
	  	width: 400px;*/
	  	width: 100%;
	  	height: auto;
	  	width: 40px;
	  	height: 40px;
	  	    object-fit: cover; 
	  	
	  		
	  }
	   .foot_t .box2 ul li strong{
	  	font-size: 14px;
	  	padding: 0px 0 0;
	  	color: #222;
	  	display: block;
	  	line-height: 1.4;
	   	text-transform: capitalize;
	   }
	   .foot_t .box2 ul li strong em{
	   	font-size: 12px; 	color: #666;
	   	font-weight: normal;
	   	padding-right: 0px;
	   	text-transform: uppercase;
	   }
	  .foot_t .box2 ul li p{
	  	font-size: 15px;
	  	max-width: 1200px;
	  	padding: 15px 0 0px;
	  	line-height: 1.3;
	  	margin-bottom: 50px;
	  	padding-right: 0%;
	  	margin-bottom: 10px;
	  	color: #777;
	  	font-style: italic;
	  	height: 90px;
	  	overflow: hidden;
	  	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	  }
 .box_sol {
 	height: 530px;
 	overflow: hidden;
 	position: relative;
 }
 .box_sol:before{
  	content: '';
  	display: block;
  	width: 100%;
  	height: 50px;
  	position: absolute;
  	top: 0px;
  	left: 0;
  	z-index: 9;
/*  	background: linear-gradient(180deg, rgb(34 34 34), transparent 100%);*/
  }
    .box_sol:after{
  	content: '';
  	display: block;
  	width: 100%;
  	height: 50px;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: 9;
 /* 	background: linear-gradient(0deg, rgb(34 34 34), transparent 100%);*/
  } 
 
			.form b{
				font-size: 24px;
				display: block;
				margin-bottom: 40px;font-family: ge-b;
			}
		.form input{
			display: block;
			background: #fff;
			border: 1px solid #ddd;
			margin-bottom: 20px;
			height: 55px;
			line-height: 1.5;
			color: #555;
			width: 100%;font-size: 15px!important;
			padding-left: 20px;
		}

		.form textarea{
			border: 0;
			border-bottom: 0px solid #777;
			width: 100%;
			height: 80px;
			padding: 20px;
			background: none;background: #fff;border: 1px solid #ddd;
			 font-size: 15px!important;
    line-height: 1.5;
    color: #555;
    font-size: 100%;
    box-sizing: border-box;
    font-weight: normal;
	font-family: inherit;
		}
			.form input::input-placeholder {
			color: #fff;
		}
		.form input::input-placeholder,
		.form input,
		.form textarea::input-placeholder
		 {
			color: #fff;font-size: 16px;
		}
		.form input { 
    line-height: 1.5;font-weight: normal;
	font-size: 22px;
	border-radius: 3px;
		}
		.form input::-webkit-input-placeholder,
		.form textarea::-webkit-input-placeholder
		 {  /* WebKit browsers */    
    line-height: 1.5;font-weight: normal;
	color: #aaa;
		font-family:  'ge-b',Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif;

	font-size: 16px;} 
		.form input:-moz-placeholder,
		.form textarea:-moz-placeholder
		 { /* Mozilla Firefox 4 to 18 */     
    line-height: 1.5;font-weight: normal;
	font-size:16px; 	font-family:  'ge-b',Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif;
} 
		.form input::-moz-placeholder,
		.form textarea::-moz-placeholder
		 { /* Mozilla Firefox 19+ */    
    line-height: 1.5;
	font-weight: normal;
	font-size: 16px;	font-family:  'ge-b',Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif;

		} 
		.form input:-ms-input-placeholder,
		.form textarea:-ms-input-placeholder
		 { /* Internet Explorer 10+ */  
    line-height: 1.5;font-weight: normal;
	font-size: 16px;}
		textarea::-webkit-input-placeholder {
			font-size: 16px;
		}
		
			.form textarea,
	.form input
	 {
				border-radius: 3px;
		font-family: 'ge-b', Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif;
	}
		
			.form .more2 {
			 float: right;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    display: block;
    width: 130px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
				    background: #1e4cc5;
    background-size: 100%;
    -webkit-transition: all 0s 
ease;
    transition: all 0s 
ease;
    -webkit-transition: all 0.4s 
ease;
    transition: all 0.4s 
ease;
				color: #fff;
				display: block;
				margin-top: 50px;
				
			}
  .form .more2:hover,
  .a_href:hover,
  .form .more2:hover
   {
  	color: #1e4cc5;
  	color: #fff;
  	background: #d31111;
  }
   .a_href:hover svg {
   	fill: #fff;
   }
  .form input.none1 {
  	display: none;
  }
  
  .foot_t .center{
  	border-top: 1px solid #aaa;
  }
    .foot_t .center .logo_ft{
		
	}
      .foot_t .center .logo_ft img{
		width: 90px;
		margin: 20px auto 20px;
	}
	 .foot_t .center .ul ul{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
	}
	 .foot_t .center .ul li a{
	 	display: block;
	 	color: #eee;
	 	font-size: 18px;
	 	padding: 0 20px;
	 	text-transform: capitalize;
	 }
	  .foot_t .center .ul li a:hover{
	  	color: #fff;
	  }
	  
	
.shej {
	width:215px; 
	padding-top: 5px;
}
.shej a{
	display: inline-block;
	background: #fff url('/images/f1.png') no-repeat center;
	width: 32px;
	height: 32px; 
	margin-right: 10px; 
	border-radius: 30px;
	opacity: 1;position: relative;
	
}
.shej a.f2{
	background:  #fff url('/images/f2.png') no-repeat center;
}
.shej a.f3{
	background:  #fff url('/images/f3.png') no-repeat center;
	display: none;
}
.shej a.f6{
	background:  #fff url('/images/facebook.png') no-repeat center;background-size: 25px;
}
.shej a.f4{
	background:  #fff url('/images/f4.png') no-repeat center;display: none;
}
.shej a.f5{
	background:  #fff url('/images/wei.png') no-repeat center;
	background-size: 25px;
}
.shej a.f5 .w2 {
    background: url(/images/wei2.jpg) no-repeat left top;
    background-size: 120px;
}
.shej a:hover{
	 opacity: .8;
}
.shej a .w2 {
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: 50px;
    right: -1px;
    display: none;
    visibility: hidden;
}
.shej a:hover .w2{
	display: block;z-index: 99;
	visibility: initial;
}
 a.Compare_btn {
	background:   url(/images/db.png) no-repeat 90% center;
	padding-left: 26px;
	background-size: 16px;
	padding-right: 5px;
	height:26px;
	line-height: 26px;
	position: absolute;
	top: 22px;
	right: 20px;
	color: #666;
	text-align: left;
	border: 1px solid #aaa;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 90px;
	color: #222 !important;
	max-width: 100px;
	min-width: 100px;
	z-index: 9;
}
body .get2 a.Compare_btn {
	position: relative;
    left: 0;
    top: 0;
    width: 110px;
    color: #222 !important;
    max-width: 110px;
    min-width: 110px;
    height: 45px;
    line-height: 45px;
    right: 0;
    margin-left: 20px;
	padding-right: 10px;
	background: #fff url(/images/db.png) no-repeat 93% center; 
	background-size: 16px;
	font-size: 15px !important;
	    padding-left: 0px !important;
		-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
	padding-left: 15px!important;
}
body .get2 a.Compare_btn:hover {
	background:  #e91d1c url('/images/db2.png') no-repeat 93% center;
	background-size: 16px;
	color: #fff!important;
}
 a.Compare_btn:hover {
	background:  #e91d1c url('/images/db2.png') no-repeat 90% center;
	background-size: 16px;
	color: #fff!important;
}
.foot-logo img {
	width: 220px;
}
.foot-logo .sc_0 {
	display: flex;
	margin: 30px 0 0;
}
.foot-logo .sc_0 a{
	display: block;
}
.foot-logo .sc_0 a{
	display: block;
	margin: 0 5px;
	height: 40px;
	width: 40px;
	display: flex;
	text-indent:-9999px;
	border: 1px solid #aaa;
	border-radius: 10px;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.foot-logo .sc_0 a:hover{
	background: #1e4cc5;border: 1px solid #1e4cc5;
}

.foot-logo .sc_0 a svg{
	width: 25px;
	height: 25px;
	display: block;
	fill: #fff;
}
.foot-logo .sc_0 a.what_app svg {
	width: 22px;
	height: 22px;
}
.footer-2 {
	padding-top: 80px;
    margin-top: 50px;
    border-top: 0px solid rgb(255 255 255 / 26%);
	background: #272727;
	background: linear-gradient(315deg, #151b24 60%, #767676 100%);
	padding-bottom: 30px;
}
.footer-2 .flex {
 /*   justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);*/
	    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
	padding-right: 5%;
	
}
.foot-menu ul { 
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 项目之间的间距（可选） */
  	gap: 20px;     width: 100%;padding-left: 10%;
} 
.foot-menu ul li {
	margin-left: 5%;
}
.foot-menu ul li:last-child {
	width: 280px;
}
.foot-menu ul li h3 {
    font-size: 21px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
	text-transform: capitalize;
}
.foot-menu {
	display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;    width: 100%;
}
.foot-menu ul li a {
	color: #aaa;
	display: block;
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.foot-menu ul li a:hover {
	opacity: 1;
	color: #fff;
}

.footer .copyright {
	margin-top: 30px;
	position: relative;
	border-top: 1px solid #555;
	padding-top: 20px;
}
.footer .copyright p {
	color: #aaa;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
}
.footer .copyright p a {
	color: #fff;
}
.footer .copyright .pa {
	position: absolute;
	right: 0;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .copyright .pa-xhs {
    margin-left: 20px;
}
.footer .copyright .pa img {
	width: 26px;
}
.footer .copyright .pa a {
	display: flex;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50px;
    align-items: center;
    padding: 5px;
    justify-content: center;
}

.footer .copyright .pa a:hover {
	background: #fff;
}
.footer .copyright .pa a:hover path {
	fill: #1e4cc5;
}


.share1 .li {
		float: left;
		margin-right: 12px;
		position: relative;
		padding-top: 4px;
	}
	 .popup {
	    position: absolute;
	    bottom: 26px;
	    right: -5px;
	    width: 144px;
	    height: 160px;
	    display: none;
	}
	.share1 .li:hover .popup {
	 	display: block;
	 	z-index: 222;
	 }
	 .er-code {
	    padding: 4px;
	    border-radius: 4px;
	    background: #fff;
	    -ms-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
	}
  .er-code img {
	    width: 136px;
	    height: 136px;
	    position: relative;
	    z-index: 2;
		}
  .triangle {
	    position: absolute;
	    background: #fff;
	 /*   -ms-box-shadow: 4px 4px 8px rgba(0,0,0,.1);
	    -o-box-shadow: 4px 4px 8px rgba(0,0,0,.1);
	    box-shadow: 4px 4px 8px rgb(0 0 0 / 100%);*/
	    z-index: 8;
	    width: 11px;
	    height: 12px;
	    bottom: 8px;
	    right: 16px;
	    transform: translateY(50%) rotate(45deg);
	}
	.share1 .li:last-child {
		margin-right: 0;
	}
	.share1 .li a.btn {
	    display:block;
	    width:24px;
	    height:24px;
	    border-radius:50%;
	    background:center no-repeat;
	    background-size:20px;
	    transition:none
	}
	.share1 .li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	
	.share1 .li a.btn {
	    width:28px;
	    height:28px
	}
		.share1 .li a.fb {
	    background-image: url('/images/icon-fb.png'); 
	    /*background-color:#07214b*/background-color: #3a9852
	}
	.share1 .li a.fb:hover {
		background-color: #3a9852
	}
	.share1 .li a.twitter {
	    background-image:url('/images/facebook.png');background-size:23px;
	   /* background-color:#07214b*/background-color:#416cb2
	}
	 	.share1 .li a.what2 {
	    background-image:url('/images/whatsapp.png');background-size:20px;
	   /* background-color:#07214b*/background-color:#151c24;
	 		background-position: center; 
	}
	
	.share1 .li a.mail {
	    background-image:url('/images/icon-mail.png');
	   /* background-color:#07214b*/background-color:#2ba9e1
	}
	 
	.share1 .li a.linked {
	    background-image:url('/images/icon-linked.png');
	   /* background-color:#07214b*/background-color:#0073b1
	}
	 
	
	.share1 .li a.weibo {
	    background-image:url('/images/icon-weibo.png');
	   /* background-color:#07214b*/
	}	
	
	
	  #id1 {
    width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        
            transition: width 0.1s ease-out;
            position: relative;
            overflow: hidden;
			z-index: 2;
        }
        
        
        
        
        .n_bg {
			width: 100%;
			height: 90vh; 
			min-height: 700px;
			max-height: 1300px;
			position: relative; 
			width: 92%;
			top: 80px;
			border-radius: 20px;
			overflow: hidden;
			margin: 0px auto; 
			-webkit-transition: all 1s ease;
    transition: all 1s ease; 
	transition-delay: 0.3s;
			z-index: 3;
		}
		.n_bg:before {
			top: 0;
		}
		.ks .n_bg {
			width: 100%;
			top: 0;
			height: 118vh;
				border-radius: 0px;
			overflow: hidden;
		
		}
		.n_bg.cont0 {
			height: 400px;
				min-height:200px;
				    height: 80vh;
    min-height: 700px;
    max-height: 1300px;
		}
		.ks .n_bg.cont0,
		.ks .n_bg.news_0
		 {
			height: 650px;
			top: 100px;
		}
		.n_bg.news_0 {
			display: none;
		}
		.n_bg.news_0 {
			height: 500px;
				min-height:200px
		}
		    .n_bg .n-bt{
				font-size: 68px;
				text-align: center;
				position: absolute;
				top: 50%;
				z-index: 9;
				width: 100%;
				color: #111;
				line-height: 1.5;
				text-transform: uppercase;
			}
			.n_bg .n-bt.w1 {
				width: 90%;
    justify-content: flex-start;
    left: 5%;
				flex-direction: column;
				align-items: flex-start
			}
			.n_bg .n-bt.w1 h2{
				width: 100%;
				font-size: 36px;
				text-align: left;
				line-height: 1.2;
				color: #fff;
				padding-bottom: 50px;
			}
			.n_bg .n-bt.w1 h2 b{
				font-size: 66px;
			}
			.n_bg .n-bt.w1 p{
				width: 50%;
				text-align: left;
				font-size: 16px;
				color: #fff;
			}
			.n_bg .n-bt p{
				font-size: 22px;
				text-transform: capitalize;
				
			}
           .n_bg img{
			width: 100%;
			height: 100%;
			object-fit:cover
		}
		.n_bg:before {
			content: '';
			display: block;
			width: 100%;
			height: 50%;
			    position: absolute;
    top: 0px;
    left: 0; 
    background: linear-gradient(180deg, #2973b7, transparent 100%);
    opacity: 1;
		}
		.n_bg.ab0:before {
			height: 100%;
			bottom: 0;
			top: auto;
			background: linear-gradient(0deg, #111, transparent 100%);
		}
		.fen2 {
			/*display: flex;*/
		}
		.lb_menu {
			position: absolute;
			bottom: 0;
			bottom: 55px;
			left: 50%;
			transform: translateX(-50%);
			
			background: 100%;
			
			width: 92%;
			max-width: 1920px;
			background: #1e4cc5;
			border-radius: 10px;
			 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
		}
		.lb_menu.master_hide{
			position: fixed;
			bottom: auto;
			top: 0px; 
			z-index: 99;
			border-radius: 0 0 20px 20px;
		}
		.lb_menu ul{
			display: flex; 
			width: 100%;
		}
		.lb_menu ul li{
			display: flex;
			border-right: 1px solid #6388e7;
 width: 100%;
			padding: 0 20px;
    justify-content: center;
    align-items: center;    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
		}
			.lb_menu ul li:last-child{
				border-right: 0;
				margin-right: 0;
			}
		.lb_menu ul li a{
			color: #fff;
			display: block;
			font-size: 16px;
			 
			text-align: center;
			height: 60px;
			line-height: 60px;
		}
        .lb_menu ul li:hover{
			background: #0c349f;border-right: 1px solid #0c349f;
		}
		.get1 {
			display: flex;
			width:500px;
			margin: 0 auto;
		}
		.get1 a{ 
			margin: 0 20px;
			text-transform: capitalize;
			-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
		}
		.a_href svg {
			-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
		}
		.get2 {
			margin-bottom: 20px;
			width: 200px;
			display: flex;
			width:600px; 
		}
		.get2 a.a2 {
			background-color: #d31111;
			text-transform: capitalize;
			margin-left: 20px;
		}
		.get2 a.a2:hover {
			background: #1e4cc5;
		}
			.get2 a.a2:hover {
		color: #fff;
		}
		.get2 a.a2:hover svg{
		fill: #fff;
		}
				.get1 a.a2{
					background-color: #d31111;
				} 
		.list_box1 .ul{ 
		display: block;
		width: 100%;
		flex-direction: row;
    flex-wrap: wrap;
	padding: 0px 0 0;
		}
		.list_box1 .ul ul{
			display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	justify-content: flex-start;
		}
		.list_box1 ul li
			{ 
		display: flex;
		width: calc(25% - 20px);
		position: relative;
		margin: 10px;
		}
		.list_box1.list_box1_n  ul li {
		/*width: calc(20% - 20px);	*/
		}
		.list_box1 ul {
			/*  border-top: 1px solid #aaa;
			 border-right: 1px solid #aaa;
			border-bottom: 1px solid #aaa;*/
		}
		.list_box1 ul li a {
			display: block;
			width: 100%; 
			border: 1px solid #ddd; /*
			border-right: 0;*/
			margin-bottom: 5px; 
			
		}
		.list_box1 ul li a.Compare_btn {
			padding: 0 20px 0 10px;
		}
		.list_box1 ul li:last-child a{
			border-right: 1px solid #aaa;
		} 
		
		.list_box1 ul li .img
			{ 
		display: flex;
    width: 100%; 
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
	overflow: hidden;
		}
		.list_box1_n ul li .img {
			 height: 280px;
			 overflow: hidden;
		}
		.list_box1 ul li .img img
			{ 
		display: flex;
		width: 100%;
	height: 100%;
	    object-fit: contain;
	 
		}
		.list_box1 ul li .img:before {
			content: '';
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(0deg, #fff 30%, transparent 100%);
    opacity: 0;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
		}
		.list_box1 ul li a:hover .img:before {
			opacity: 1;    height: 100%;
		}
		.list_box1 ul li .b
			{ 
	 
		padding: 20px;
		}
		
		.list_box1 ul li .b strong
			{ 
 line-height: 1.3;
		font-size: 16px;display: block;
		margin-bottom: 15px;
		height: 45px;
		overflow: hidden;
		-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
			font-weight: normal;
			font-style: normal;
		}
		.list_box1 ul li .b span
			{ 
	 
		font-size: 14px;
		display: inline;
		color: #fff;
		padding: 3px 10px;
		border-radius: 4px;
		background: #1e4cc5;
		}
		.list_box1 ul li .p
			{ 
		display: flex;
		color: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 20px 22px 0;
		margin-bottom: 20px;
		line-height: 1.5;
		color: #666;
		opacity: 0;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 -webkit-line-clamp: 5; /* 限制显示5行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;display: -webkit-box;
  
}
 
		.list_box1 ul li:hover  .p{
			opacity: 1;
			
  
		}
		.list_box1 .ul h3{
			font-size: 42px;
			text-align: center;
			display: block;
			margin: 150px auto 30px;
			background:  url('/images/wrj3.png') no-repeat center top;
			background-size: 50px;
			padding: 60px 0 0; 
		}
		.ks .list_box1 .ul h3{
			margin: 50px auto 30px;
		}
		.list_box1 #a1 .ul h3{
			background:  url('/images/c1.png') no-repeat center top;
			background-size: 50px;
		}
		.list_box1 #a2 .ul h3{
			background:  url('/images/c2.png') no-repeat center top;
			background-size: 60px;
		}
		.list_box1 #a3 .ul h3{
			background:  url('/images/c3.png') no-repeat center top;
			background-size: 60px;
		}
		.list_box1 #a4 .ul h3{
			background:  url('/images/c55.png') no-repeat center top;
			background-size: 60px;
		}
		.list_box1 #a5 .ul h3{
			background:  url('/images/c6.png') no-repeat center top;
			background-size: 55px;
		}
		.list_box1 #a6 .ul h3{
			background:  url('/images/c7.png') no-repeat center top;
			background-size: 55px;
		}
		
		.list_box1_n .ul h3,
		.list_box1_n .ul h1
		 {
			background:  none;
			background-size: 50px;
			    padding: 20px 0 20px;
				margin: 50px auto 0;
				text-align: center;
		}
		.list_box1_n .ul h1 {
			font-size: 32px;padding: 10px 0 0px;
				margin: 20px auto 0;text-align: center;
		}
		.list_box1_n .ul h2 {
			text-align: center;
			font-size: 18px;
			padding: 0 0 30px;
			font-weight: normal;
			font-style: normal;
		}
		.list_box1 .ul .a_href{
			margin: 50px auto 50px;
			width: 200px;
		}
		.list_box1 .ul .a_href:hover{
			background: #fff;
			color: #222;
			border: 1px solid #222;
		}
		.list_box1 .ul .a_href:hover svg{
			fill: #222;
		}
		 .list_box1 .w1{
 	padding-bottom: 10px;
 	border-bottom: 0px solid #eee;
 }
 /*#company-nav {
    position: sticky;
    top: 38rem;
    left: 0;
}*/
 .list_box1 .w1:last-child {
 	border-bottom: 0;
 	padding-bottom: 0;
 }
  .list_box1 .w1:last-child ul {
  	padding-bottom: 0;
  }
 .zw_lisy{
 padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
	margin: 20px 40px 0;
	width: calc(100% - 40px);
 }
  .to_top {
			position: fixed;
    bottom: 90px; 
    width: 40px;
    height: 40px;
	        bottom: 35px;
        right: 20px;
		    background-color: #143250;
			display: flex;
			    justify-content: center;
    align-items: center;
	z-index: 9999;
	    box-shadow: 0 0 10px rgba(132, 132, 132, .4588235294);
		    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.to_top a {
	display: block;
	width: 100%;
    height: 40px;
	color: #1e4cc5;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.to_top svg{
	fill: #fff;
	width: 80%; height: 40px;
	display: block;
	margin: 0 auto;
}
.to_top:hover {
	transform: scale(1.1);
}
.to_top:hover svg{
	fill: #fff;
}

.black_mu {
	
}
.duibi1 {
	background:  url('/images/db.png') no-repeat 4px center;
	padding-left: 26px;
	background-size: 16px;
 padding-right: 5px;
	height:26px;
	line-height: 26px;
	position: absolute;
	top: 22px;
	right: 20px;
	color: #666;
	border: 1px solid #aaa;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.duibi1:hover {
	background:  #666 url('/images/db2.png') no-repeat 4px center;
	background-size: 16px;
	color: #fff;
}
.n_bg2 { 
	width: 100%; 
	margin: 0 auto;
		margin-top: 80px;
		position: relative;
 
    min-width: 750px;
    padding: 0 0px;
    max-width: 1650px;	margin-bottom: 10px;
	
	
	/*display: none;*/
}
.hide1 .n_bg2 {
	height: 0;
	opacity: 0; 
	z-index: -1;
	visibility: hidden;
}
.hide1 .weiz {
	margin-top: 120px;
}
 .n_bg2 {
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.n_bg2 .img{
	width: 100%;
	height: 100%;

}
.n_bg2 .img2{
	width: 100%;
	height: 380px;
	overflow: hidden;
}
.n_bg2 img{
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
.n_bg2 .zb {
    position: absolute;
    top: 300px;
    right: 50px;
    width: 22px;
    height: 22px;
}

   .n_bg2  .zb .dian{
		width: 22px;
		height: 22px;
		background: #222;
		border-radius: 50%;
		background: #e80000;
    border: 1px solid #e80000;
    border-radius: 50%;
	animation: da 2s ease-in-out infinite;
	}
	.n_bg2  .zb .dian{
		opacity: 1;
	}
	.cj-a  .a:hover .dian{
		opacity: 1;
	}
	
	
.n_bg2  .zb .dian .shine1 {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #eee;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}

	.n_bg2  .zb:hover .dian{
		border: 1px solid #fff;
	}
.n_bg2 .zb .dian:after {
	background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px #fff;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    transition: transform .25s ease-in-out;
    width: 5px;
    margin-top: 7px;
    margin-left: 7px;
    animation: breathe 2s ease-in-out infinite;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1)
	}
	5% {
		opacity: .7
	}
	to {
		opacity: 0;
		-webkit-transform: scale(2)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}
	5% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(1)
	}
}



@keyframes breathe {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}
@keyframes da {
    0% {
       transform: scale(1);
    }
    50% {
       transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}


	  .n_bg2  .zb .bt{
	   	background: #fff;
	   	display: block;
	   	padding: 15px 15px 10px;
	   	position: absolute;
	   left: -80px;
	   top: 25px;
	  	border-radius: 10px;
	   	width: 160px;
	   	height: 55px;
	   	opacity: 0;
	   	visibility: hidden;
	
	   }
	  .n_bg2  .zb .bt.btlong {
		width: 250px;
		height: auto;
	   }
	  .n_bg2  .zb:hover .bt{
	   	opacity: 1;
	   	visibility: initial;   	z-index: 99;
	   }
	   .n_bg2 .zb .bt b {
			display: block;
			color: #111;
			font-size: 15px;
			font-weight: 400;
			line-height: 1.2;
			margin-bottom: 3px;
			text-transform: capitalize;
		}
 
		
	  .n_bg2  .zb .bt .span span{
		color: #1e4cc5;
		font-size: 12px;
		font-weight: normal;
		display: block;
	   }
 .n_bg2 .a0 {
          left: 58%;
    top: 68%;
  }
   .n_bg2 .a1 {
  	left: 37%;
  	top: 32%;
  }
   .n_bg2 .a2 {
  	    left: 46%;
  	    top: 54%;
  }
  
   .n_bg2 .a3 {
     left: 44%;
     top: 64%;
  }
  
   .multi_bg.n_bg2 .a0 {
         left: 26%;
    top: 16%;
  }
 .multi_bg.n_bg2 .a1 {
         left: 70%;
    top: 14%;
  }
  
.fixed_bg.n_bg2 .a0 {
         left: 54%;
         top: 56%;
  }
 .fixed_bg.n_bg2 .a1 {
         left: 76%;
         top: 36%;
  }
  
 .Vertical_bg.n_bg2 .a0 {
         left: 37%;
         top: 39%;
  }
 .Vertical_bg.n_bg2 .a1 {
         left: 73%;
      
         top: 36%;
  }
  
 .w90,pad0 {
 	padding: 0 0;
 }
  .so2 {
	margin-right: 0px;
	width: 100%; 
}
.so2 form{
	border: 2px solid #888;
	width: 100%;
	height: 42px;line-height: 47px;
	border-radius: 6px;
	position: relative;
	display: none;
	
	overflow: hidden;
}
.so2 form:hover {
	border: 2px solid #1e4cc5;
}
.so2 input {
	width: 100%;
	display: block;
    height: 42px;color: #1e4cc5; 
    padding: 0 50px 0 20px;
    -webkit-appearance: none;
    border: none;
    background: none;
   
    font-size: 15px;
    display: block;
}
.so2 .search_btn {
	position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    background: none;
    border: none;
	width: 65px;
	height: 41px; 
	background: #1e4cc5 url(/images/searcj.png) no-repeat center;
	background-size: 30px;
	border-radius: 0px 3px 3px 0;
	text-indent: -99999px;
}
.so2 .search_btn img {
	width: 31px;
	display: block;
	margin-top: 4px;
	margin-left: 18px;
}
  .m-kc {
	padding: 20px 0 0;
}
.m-kc .butt{
	    background: #1e4cc5;
		color: #fff;
}
.m-kc .butt:hover{
	background: #1e4cc5;
}
.m-kc .a1 {
	margin-top: 15px;
}
.m-kc .a1 ul {
	float: left;
}
.m-kc .w91 .ul il {
	display: flex;
	width: 100%;
}
.m-kc .a1 .rt {
	float: left;  
	display: flex;
	margin-right: 0px;
	width: 100%;
}
.m-kc .a1 .rt:after {
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.m-kc .a1 li{
	float: left;
 
}
.m-kc .a1 li a{ 
	color: #333; 
	padding-right: 18px;
	position: relative;
	font-size: 26px;
	font-weight: normal;
}
.m-kc .a1 li a u {
	text-decoration: underline;
	color: #d01d1d;
	font-weight: bold;
	padding: 0 2px;
}
.m-kc .a1 li a::after{
	content: '';
	display: block;
			position: absolute;
			right: 7px;
			width: 1px;
			height: 25px; 
			top: 1px;background: #999;
}
.m-kc .a1 li:last-child a::after{
	display: none;
}
.m-kc .a1 li a.on,
.m-kc .a1 li a:hover
{
	color: #1e4cc5;font-weight: bold;
}
.m-kc .w91{
	background: #fff;
	border-radius: 10px;
	border: 2px solid #888;
	padding: 10px 20px 5px;
}
.m-kc .w91 .a2{
	
	width: 100%;
	padding: 15px 0 20px;
	border-bottom: 1px solid #eee;
}
.m-kc .w91 .a2:last-child{
	border-bottom: 0;
}
.m-kc .w91 .a2 .tt{
	float: left;
	width: 120px;height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #222;
	position: relative;	font-weight: bold;
}
.m-kc .w91 .a2 .tt::before{
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 13px;
	width: 8px;
	height: 15px;
	background: #1e4cc5;

}
.m-kc .w91 .ul{
	float: left;
	width: calc(100% - 120px);
}
.m-kc .w91 .ul li{
	float: left; 
	padding: 0 10px;
    position: relative;   
    z-index: 3;
    font-size: 16px; 
    text-transform: capitalize;
    opacity: 1;
	height: 38px;
	line-height: 35px;
}
.m-kc .w91 .ul li span{
	display: inline-block;
	padding-left: 15px;
	color: #333;
}

.m-kc .w91 .ul li span {
	font-size: 14px;
}
 
.bolck .filter-boxs::after {
	    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bolck .filter-boxs {
	border-bottom: 0px solid #eee;
	padding: 5px 0 3px;
}
.bolck .filter-boxs:last-child {
	border-bottom: 0;
}
.bolck .filter-tit{
	font-weight: normal;font-size: 13px;
	height: 32px;
	line-height: 1.4;
	padding-top: 7px;
	border-left: 0px solid #333;
    margin-bottom: 0px;display: block;
    margin-right: 10px;
	margin-left: -10px;
    width: 148px;   
	padding-left: 14px;
	float: left;
	position: relative;
	text-transform: capitalize;
}
.bolck .filter-tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 5px;
    height: 5px;
	border-radius: 50%;
    background: #1e4cc5;
	
}
.bolck .filter-bt {
	display: none;
}
.bolck .filter-cen{
	display: block;
	float: left;
	width: calc(100% - 160px);
	margin-left: 10px;
}
.bolck .filter-cen a{
	font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 0px;
    margin-top: 0;height: 32px;
    line-height: 32px;
	border-bottom: 0px;
	    margin-right: 5px;
		margin-bottom: 10px;
		border-radius: 10px; padding: 0 15px;
		text-align: center;
		background: #f1f1f1;
}

.bolck .filter-cen a b{
	font-weight: normal;
    font-size: 14px;
    display: block;
   padding: 0 15px;text-align: center;
    color: #fff;border-radius: 10px;background: #1e4cc5;
    color: #fff;
	
}
.bolck .filter-cen a:hover {
		background: #1e4cc5;
    color: #fff;
    display: inline-block;
   
}
.bolck .filter-cen a.active {
	padding: 0;background: #1e4cc5;
	color: #fff;
}
.bolck .filter-cen a.active b,
.bolck .filter-cen a:hover b
{
	background: #1e4cc5;
    color: #fff;
    display: inline-block;
 
}
.bolck .filter-cen a:hover b{
	border-bottom: 0px;
}
.bolck .filter-cen a:hover{
	border-bottom: 0px;
	color: #fff;
	transform: translateX(0px);
	text-decoration: none;
}

.bolck .filter-box{
	text-align: left;
    display: block; 
    display: block; 
}
.bolck .filter-boxs{
	width: 25%;
}
.bolck .filter-boxs{
	width: 100%;
}
  
  .fenye {
	margin-top: 0px;
}
.fenye select {
	display: none;
}

.fenye ul{
	margin: 0 auto;
	text-align: center;
}
.fenye li {
	display: inline-block;
	margin-top:35px;
}

.fenye li a {
display: block;
padding: 6px 12px;
 
margin-left: 10px;
background: #FFF;
color: #1e4cc5;
line-height: 25px;
font-size: 14px;
border-radius: 3px;
border: 2px solid #1e4cc5;
text-transform: capitalize;
}
.fenye li a:hover {
	padding:6px 12px;
	border: 2px solid #1e4cc5;
	background: #1e4cc5;
	color: #fff;
}

.fenye .thisclass a,
.fenye li.active a
 {
	display:block;
	color: #fff;
	padding: 6px 12px;
	border: 2px solid #1e4cc5;
	background: #1e4cc5;
	color: #fff;
}
.fenye .pageinfo {display:none}

.so2 .hjc{
		position: absolute;
		top: 9px;
		right: 82px;
		
	}
		.so2  .hjc a{
			font-size: 13px;
		font-weight: normal;
		font-style: normal;
		color: #444;
			background: #ddd;
		padding: 4px 10px;border-radius: 20px;
		margin-left: 5px;
		}
		.so2  .hjc a:hover{
			color: #fff;
			background: #1f29bd;
		}
		.weiz {
			text-align: left;
			padding: 5px 10px 5px;
			background: #f5f5f5;
			border-radius: 2px;
			margin-top: 0px;
		}
		.weiz0 {
			margin-top: 20px;
		}
		.weiz span{
			color: #aaa;font-size: 12px;
			padding: 0 5px;
		}
		.weiz a{
			color: #888;
			font-size: 13px;
			text-transform: uppercase;
			font-weight: normal;
			font-style: normal;
		}
			.weiz a.on,
			.weiz a:hover
			{
				color: #1e4cc5;
			}
			
			.pro4 {
				padding: 30px 0 0;
			}
			.pro4 .w1 {
			 
				margin: 0 auto;
				justify-content: center
			}
			.pro4 .w1 .img {
				width: 100%;
			}
			.pro4 img{
				width: 100%;display: block;
				border-radius: 6px;
			}
			.pro1 {
				margin: 95px auto 0;
			}
			.pro1 .w1  {
				padding: 0 6px;
				align-items: flex-start
			}
			.pro1 .p2 {
				margin-bottom: 80px;
			}
			.pro1 .p1 {
				display: flex;
				flex-direction: column;
				flex-wrap: nowrap;
				width: calc(100% - 500px);
				padding-left: 50px;
				justify-content: flex-start;
    align-items: flex-start;
				margin-top: 50px;
			}
			.pro1 .p1 .ul {
				width: 100%;
			}
			.pro1 .p1 .ul ul {
				display: flex;
				width: 100%;
				align-items: flex-start;
				justify-content: flex-start;
				flex-wrap: nowrap;
				flex-direction: row;
			}
			.pro1 .p1 .ul ul li {
				width: 20%;
				border-radius: 10px;
				min-height: 255px;
				background: #f4f4f4;
				background: linear-gradient(40deg, #d7e2ff, hsl(0deg 0% 92.16% / 23.14%) 100%);
				margin-right: 1%;
				padding: 0px 20px 20px;
				margin-bottom: 20px;
			}
			.pro1 .p1 .ul ul li .svg{
			width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    border: 2px solid #0046ff;
    margin-top: 20px;
    margin-bottom: 80px;
				    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
			}
			.pro1 .p1 .ul ul li .svg img {
				width: 34px;
				height: auto;
			}
			.pro1 .p1 .ul ul li .svg.m{ 
				width: 34px;
			}
			.pro1 .p1 .ul ul li svg{
				width: 34px;
				height: 34px;
				fill: #0046ff;
				  /*  fill: #fff !important;*/
			}
			.pro1 .p1 .ul ul li p{ 
			 font-size: 22px;
				display: block; color: #222;
			 font-weight: bold;
			}
			.pro1 .p1 .ul ul li b{ 
				 color: #777; 
				 font-size: 15px;display: block;
				 font-weight: normal;
				 font-style: normal;    padding-bottom: 5px;
			}
			.pro1 .p1 h2{
				font-size: 22px;
				color: #1f29bd;
				
			}
			.pro1 .p1 h1{
				font-size: 42px;
				color: #222;
				line-height: 1.2;
				padding: 0 0 10px;
			}
			.pro1 .p1 .span{
				font-size: 16px;
				color: #444;
				margin-bottom: 10px;
				background: #1e4cc5;
    color: #fff;
    padding: 2px 12px;
				border-radius: 12px;
    font-size: 15px;height: 45px;
				display: flex;
				align-items: center;
    margin-bottom: 10px;
				    border-radius: 4px;
				/*border-bottom: 1px solid #eee;*/
				font-weight: bold;
}
				.pro1 .p1 .span span{
					color: #b0cde4;color: #ddd;
					padding-right: 3px;
					padding-right: 4px;    font-size: 13px;
					text-transform: uppercase;
					font-weight: normal;
					font-style: normal;
				}
			.pro1 .p1 .p {
				padding: 0px 0px 30px;
				border-radius: 4px;
				
				/*background: #f8f8f8;
				max-width: 1150px;
				height: 375px;*/
				
				border: 0px solid #e1e1e1;border-bottom: 0px solid #1e4cc5;
			}
				.pro1 .p1 .p .p11 {
					font-size: 18px;
					font-weight: bold;
					font-style: normal;
					color: #333;
					padding-right: 10px;
					padding-bottom: 10px;
					border-bottom: 1px solid #ccc;
					margin-bottom: 20px;
				}
					.pro1 .p1 .p .p12 {
					font-size: 16px;color: #555;
					padding: 30px 0 0;
				}
				products_example {
					margin-top: 50px;
				}
				.pro1 .p2 .img{
				/*	width: 600px;
					height: 600px;
					
					margin-top: 50px;*/
				}
				.pro1 .p2 img{
				/*	width: 100%;
					height: 100%;
					    object-fit: cover;border: 1px solid #e1e1e1;
					border-radius: 10px;*/
				}
			
			.pro2 {
				padding: 35px 0 20px;
				
			}
			.pro2.pro3 {
    padding: 35px 0 0px;
}
			.pro2.none {
				display: none;
			}
			.pro2 .table p br{
				display: none;
			}
			.pro2 .h4,
			.other3 .h4
			{
				text-align: left;
				font-size: 16px;
				background:  #f1f1f1 url(/images/sj.png) no-repeat 20px center;
				background-size: 22px;
				padding-left: 52px;
				width: 100%;
				border-radius: 0 2px 2px 0;
				height: 40px;
				line-height: 40px;
				margin-bottom: 20px;
				border-right: 5px solid #1e4cc5;
				text-transform: capitalize;
				font-weight: bold;
			}
			.pro3 .h4{
				background:  #f1f1f1 url('/images/tz.png') no-repeat 20px center; 
				background-size: 22px;
			}
				.pro2 .flex {
					flex-direction: column;
				flex-wrap: nowrap;
				align-items: flex-start;
				border-top: 0px solid #ccc;
				padding-top: 20px;
				}
				.pro2.pro3 .flex {
					padding-top: 0;
				}
				.pro2 .table{
					width: 100%;
				}
				.pro2 .table table{
					width: 100%;
				}
				.pro2 .table td {
					padding: 10px 0 !important;
					font-size: 16px!important;
					font-family: Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif !important; 
					font-weight: normal!important;
					    vertical-align: middle !important;
						text-align: center;
				}
				.pro2 .table tr:first-child td,
				.pro2 .table tr td,
				.pro2 .table tr
				 {
					font-size: 16px!important;
					font-family: Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif !important; 
					font-weight: normal!important;
					    vertical-align: middle !important;
				}
				.pro2 .table tr:first-child {
					background: #f4f4f4!important;
				}
				.pro2 .table tr:first-child td{
					font-size: 14px!important;
					font-weight: bold!important;
				}
					.pro2 .img{
						width: 100%;
						height: auto;
					}
					.pro3 .img.table_pd {
						border: 1px solid #666;
					}
					.pro3 .img.table_pd img{
						padding: 0 30px;
					}
					.pro2 .img img{
						width: 100%;
						height: auto;
					}
		.pro4 .img.table_pd {
						border-top: 0px solid #333;
						padding-top: 0px;
						margin-top: 0px;
					}
			.other3 .w1{
				border-top: 0px solid #eee;
				padding-top: 20px;
			}
		.other3 .h4 {
			background:  #efefef url('/images/cp.png') no-repeat 10px center;
				background-size: 36px;
				padding-left: 60px;
		}
		.other3 .w1{
			flex-wrap: nowrap;
			flex-direction: column;
			
align-items: flex-start
		}
		.xw_1 ul.a1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.xw_1 ul.a1 li {
	margin-right: 28px;
	margin-bottom: 80px;
	width: calc(25% - 28px);
	border: 1px solid #eee;
}

.xw_1 ul.a1 li:nth-child(4n) {
	margin-right: 0px;
}

.xw_1 ul.a1 li .img {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 15px;
}
.xw_1 ul.a1 li:hover .img img{
	transform: scale(1.1);
}
.xw_1 ul.a1 li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.xw_1 ul.a1 li .a {
	margin-top: 12px;
	color: #333;
	font-size: 16px;
	line-height: 1.3;
	padding:  0px 20px 15px;
	font-weight: normal;
	font-style: normal;
}

.xw_1 ul.a1 li .a span {
	font-size: 12px;
	color: #fff;
	padding: 1px 4px;
	background: #1e4cc5;
}

.xw_1 ul.a1 li .a p {
	font-size: 16px;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 10px;
}

.feng-1 {
	position: relative;
	margin: 50px auto 0;
}
.feng-1:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #bbb;
	position: absolute;
	top: 25px;
}
.feng-1 .svg { 
	display: block;
	margin: 0 auto;
	width: 80px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.feng-1 .svg img{ 
	width: 50px;
	display: block;
	margin: 0 auto;
}

.ab2 {
	width: 100%;
	padding: 50px 0 0;
	position: relative;
	overflow: hidden;
}
.ab2 .p1 {
	width: 1200px;
	position: relative;
	padding-right: 100px;
}
.ab2 .p1 video{
	    width: 100%;
		width: 1200px;
    height: 650px;
    object-fit: cover;
	border-radius: 40px;
	margin-bottom: 30px;
	    border-radius: 0px 120px 0px 120px;
}
.ab2{
	position: relative;
	background: #fdfdff;
}
.ab2:before {
	content: '';
	display: block;
	position: absolute;
	height: 600px;
	width: 500px;
	top: 5%;
	left:  -100px;
	background:  url('/images/kdedirect-circle.webp') no-repeat left center;
	background-size: auto 100%;
}
.ab2 .w1:after {
	/*content: '';
	display: block;
	position: absolute;
	height: 600px;
	width: 600px;
	top: 5%;
	right: -200px;
	background:  url('/images/kd.jpg') no-repeat left center;
	background-size: auto 100%;*/
}
.ab2 .w1 .after2 {
	display: block;
	position: absolute;
	height: 600px;
	width: 480px;
	top: 5%;
	right: -82px;
}
.ab2 .w1 .after2 video {
	width: 100%;
	height: 100%;
	display: block;
	
}
.ab2 .w1 .center img {
	width: 380px;
	display: block;
	margin: 20px auto 40px;
}
.ab2 .p1 {
	position: relative;
	z-index: 2;
}
.ab2 .p1 h2{
	font-size: 38px;
	padding-bottom: 15px;
}
.ab2 .w1 {
	flex-direction: column;
}
.ab2 .p1 ul {
				padding-left: 20px;
			}
			.ab2 .p1 ul li {
				font-size: 16px;
				font-weight: 100;
				font-style: normal;
				color: #666;
			}
.ab2 .p1 h3{
	font-size: 26px;
	color: #003eef;
}
.ab2 .p1 p{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.ab2 .p1 p strong {
	font-size: 28px;
	font-weight: bold;
	display: block;
}
.sustainability {
    padding-top: 50px;
	width: 100%;
	width: 1200px;
	position: relative;
	z-index: 2;
}
.sustainability .w90 {
	width: 98%;
    max-width: 2040px;
    margin: 0 auto;
}
.sustainability ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.sustainability ul li {
  overflow: hidden;
  width: 25%;
  height: 570px;
  position: relative;
}
.sustainability ul li:nth-child(1) {
  border-radius: 0 0 0 120px;
}
.sustainability li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  background-size: cover;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.sustainability li .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .3;
}
.sustainability li .bg { 
   background-size: auto 100%!important;
}
.sustainability .li-1 .bg{
  background-image: url(/images/sy1-1.jpg);
}
.sustainability .li-1:hover .bg {
  background-image: url(/images/sy1a.jpg); 
}
.sustainability .li-2:hover .bg {
  background-image: url(/images/sy2a.jpg); 
}
.sustainability .li-3:hover .bg {
  background-image: url(/images/sy3a.jpg); 
}
.sustainability .li-4:hover .bg {
  background-image: url(/images/sy4a.jpg); 
}
.sustainability .li-2 .bg{
  background-image: url(/images/sy2-1.jpg);
}
.sustainability .li-3 .bg{
  background-image: url(/images/sy3-1.jpg);
}
.sustainability .li-4 .bg{
  background-image: url(/images/sy4-1.jpg);
}
.sustainability .li-5 .bg{
  background-image: url(/images/sy5-1.jpg);
}
.sustainability .li-6 .bg{
  background-image: url(/images/sy6-1.jpg);
}
.sustainability li:last-child {
  border-radius: 0 120px 0 0;
}
.sustainability li {
	overflow: hidden;
}
.sustainability li .txtwrap {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 55px 20px  ;
  transition: all 0.8s;
}
.sustainability li:hover .txtwrap {
  bottom: 20px;
}
.sustainability li .txtwrap h4 {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}
.sustainability li .txtwrap .txt {
  height: 0px;
  transition: all .8s;
 transform: translateY(0px);
  color: #fff;
  opacity: 0;
  line-height: 1.5;
  font-size: 22px;
}
.sustainability li:hover .txt {
  opacity: 1;
  height: auto;
  padding-top: 20px;
   transform: translateY(0px);
}
.sustainability li {
	position: relative;
	height: 100%;
}
.sustainability li img {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 40px;
} 
.sustainability li:hover .txtwrap img {
	display: none;
}



.contact-1 {
	padding: 80px 0px 0px;
		
}
.contact-1 .inner {
	padding-bottom: 40px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 0px;
	width: calc(100% - 8%); 
    max-width: 1900px;
}
.contact-1 .flex {
	align-items: flex-start;
}
.contact-1 .map {
	width: 50%;
	height: 480px;
	overflow: hidden;border-radius: 15px;
}
.contact-1 .map img {
	width: 100%;height: 450px;
	height: 100%;    object-fit: cover;
	
}
.contact-1 .contact-info {
	width: 47%;
	margin-left: 3%;
	padding-top: 30px;
}
.contact-1 .contact-info li {
	margin-bottom: 5px;
	font-size: 17px;
	color: #1e4cc5;
	line-height: 1.4;
	padding-top: 0px;
	position: relative;
	border-bottom: 0px solid #ccc;
	padding-bottom:5px;
}
.contact-1 .contact-info li:last-child {
 
	border-top: 1px solid #ccc;
	padding-top: 40px;
	margin-top: 20px;
}
.contact-1 .contact-info li:last-child {
	border-bottom: 0;
}
.contact-1 .contact-info li .svg {
	width: 70px;/*
	position: absolute;
	left: 0;
	top: 0;*/
}
.contact-1 .contact-info li .svg svg{
	width: 30px;
	height: 30px;
	fill: #555;
}
.contact-1 .contact-info li span {
	font-weight: 600;
	font-size: 15px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.contact-1 .contact-info li a {
	font-size: 18px;
	color: #1e4cc5;
}

.contact-2 {
	padding-bottom: 100px;
	padding-top: 100px;
}
.contact-2.hr {
	margin-bottom: 50px;
	padding-top: 30px;
}
.contact-2.hr .inner{
	border-top: 1px solid #ddd;
	padding-top: 50px;
}
.contact-2 h3 {
	font-size: 22px;
	line-height: 1.5;
	/*text-transform: uppercase;*/
	color: #1e4cc5;
}
.contact-2 h3 p {
	font-size: 16px;
	line-height: 1.3;
	padding: 0px 0 30px;
	text-transform: capitalize;
	color: #777;
}
.contact-2 h2 {
	font-size: 42px;
	font-weight: normal;
}
.contact-2 .form {
	margin-top: 50px;
	position: relative;
}
.contact-2 .form .contact-form-card {
	position: relative;
	padding: 34px;
	border-radius: 28px;
	background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 58%, #edf3ff 100%);
	border: 1px solid rgba(30, 76, 197, 0.14);
	box-shadow: 0 24px 70px rgba(7, 36, 110, 0.3);
	overflow: hidden;
}
.contact-2 .form .contact-form-card::before {
	content: "";
	position: absolute;
	top: -90px;
	left: -70px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(30, 76, 197, 0.16) 0%, rgba(30, 76, 197, 0) 72%);
	pointer-events: none;
}
.contact-2 .form .contact-form-card::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -110px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(36, 95, 232, 0.12) 0%, rgba(36, 95, 232, 0) 72%);
	pointer-events: none;
}
.contact-2 .form .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	position: relative;
	z-index: 1;
}

.contact-2 .form .contact-form-fields {
	display: flex;
    flex-wrap: wrap;
	gap: 18px 24px;
	width: calc(50% - 12px);
}
.contact-2 .form .cform-item {
	display: inline-block;
	width: calc(50% - 12px);
	margin-bottom: 0;
}
.contact-2 .form .cform-item-3 {
	width: 100%;
	margin-right: 0;
}

.contact-2 .form .contact-form-submit {
	width: 100%;
	position: relative;
	bottom: auto;
	display: flex;
	justify-content: flex-end;
}
.contact-2 .form .cform-item__wrap {
    position: relative;
	height: 100%;
}
.contact-2 .form .form-input-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6f83bc;
	transform: translateY(-50%);
	pointer-events: none;
	transition: color 0.3s ease, transform 0.3s ease;
	z-index: 2;
}
.contact-2 .form .form-input-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.contact-2 .form .form-input-icon-message {
	top: 24px;
	transform: none;
}
.contact-2 .form .cform-item-1 .cform-item__wrap {
	margin-right: 0;
}
.contact-2 .form .cform-item__wrap_3 {
	width: 100%;

}
.contact-2 .form .cform-item__wrap .cform-input {
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(30, 76, 197, 0.18);
	padding: 0 20px 0 54px;
    box-sizing: border-box;
    outline: 0;
    font-size: 15px;
	color: #17398e;
	border-radius: 16px;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 10px 24px rgba(18, 56, 145, 0.06);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.contact-2 .form .cform-item-message {
	width: calc(50% - 12px);
	display: block;
	margin-left: 0;
	margin-bottom: 0;
}
.contact-2 .form .cform-item-message .cform-item-3{
	height: 50px;
	line-height: 50px;
}
.contact-2 .form .cform-item-message .cform-item-3 .cform-input {
	height: 50px;
}
.contact-2 .form .cform-item__wrap .cform-input::placeholder {
	color: #7d8cb4;
}

.contact-2 .form .cform-item__wrap .cform-input:hover,
.contact-2 .form .cform-item__wrap .cform-input:focus {
	border-color: rgba(30, 76, 197, 0.55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(30, 76, 197, 0.1), 0 16px 30px rgba(18, 56, 145, 0.12);
	transform: translateY(-1px);
}

.contact-2 .form .cform-item__wrap:focus-within .form-input-icon {
	color: #1e4cc5;
	transform: translateY(-50%) scale(1.05);
}
.contact-2 .form .cform-item__wrap:focus-within .form-input-icon-message {
	transform: scale(1.05);
}

.contact-2 .form .slide-button-black button {
	margin-top: 10px;
}
.contact-2 .form .slide-button-black button a {
	border: 0;
	color: #fff;
	background: linear-gradient(135deg, #1e4cc5 0%, #245fe8 100%);
	box-shadow: 0 16px 34px rgba(30, 76, 197, 0.28);
	padding: 15px 28px;
	min-width: 180px;
	justify-content: center;
}
.contact-2 .form .slide-button-black button .arrow::before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.contact-2 .form .cform-item-message .cform-item__wrap .cform-input {
	box-sizing: border-box;
	padding: 18px 20px;
	padding-left: 54px;
	margin: 0;
	outline: 0;
	line-height: 1.7;
	width: 100%;
	resize: none;
	font-size: 15px;
	min-height: 140px;
	height: 100%;
}
.contact-2 .form em {
	font-size: 14px;
    color: #d30000;
}
.contact-2 .form .slide-button-black button a {
	display: flex;
}
.contact-2 .form .slide-button button:hover a {
	padding: 15px 34px 15px 28px;
	background: linear-gradient(135deg, #163ea6 0%, #1f56d0 100%);
	border: 0;
}

@media screen and (max-width: 991px) {
	.contact-2 .form .contact-form-card {
		padding: 22px 18px;
		border-radius: 22px;
	}
	.contact-2 .form .contact-form-grid {
		gap: 18px;
	}
	.contact-2 .form .contact-form-fields,
	.contact-2 .form .cform-item-message {
		width: 100%;
	}
	.contact-2 .form .cform-item {
		width: 100%;
	}
	.contact-2 .form .contact-form-submit {
		justify-content: center;
	}
	.contact-2 .form .slide-button-black button,
	.contact-2 .form .slide-button-black button a {
		width: 100%;
	}
	.contact-2 .form .slide-button-black button a {
		min-width: 0;
	}
	.contact-2 .form .cform-item-message .cform-item__wrap .cform-input {
		min-height: 170px;
		height: 140px;
	}
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}


.slide-button button {
	margin-top: 90px;
	background: transparent;
	border: 0;
}
.slide-button-black button {
	margin-top: 50px;
}

.slide-button button a {
	box-sizing: border-box;
	border: 0;
	border-radius: 50px;
	color: #fff;
	padding: 13px 24px;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.slide-button-black button a {
	border: 1px solid var(--black);
	color: var(--black);
}

.slide-button button:hover a {
	padding: 13px 30px 13px 24px;
	background: #1e4cc5;
	border: 1px solid #1e4cc5;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.news_1 .w1200{
	width: 1200px; 
	display: flex;
	width: 90%; 
	max-width: 1800px;
}
.contact-form form ul.fl,
 .contact-form form ul.rt
  {
 	float: none;
 	width: 100%;
 }
 .news_1  .contact-form form textarea {
 	height: 60px;
 	width: 92%;
 }
 .news_1   .contact-form form li input {
 	width: 95%;
 }
 .contact-form form li input {
 	background: #fff;
 }
 .news_1   .contact-form {
 	border-top: 0px solid #aaa;
 	padding-top: 0px;
 }
 .xw-lianx {
 	width: 285px; 
 	height: 520px;
 	background: #eee;
 	position: relative;
 	left: 50%;
 	left: 3%;
 	top: 420px;
 	margin-left: -810px;
 	margin-left: 20px;
 	z-index: 999;
 	padding:  20px 30px 0px;
 	    background: #173c99;color: #fff;
 		top: auto;
 		left: auto;
 		bottom: auto;
 		right: auto;
 		float: left;
 }
 .news_1 .contact-form h3 {
    color: #fff;
}
 .xw-lianx .contact-form .coolbg {
 	margin-top: 10px;
 	width: 100%;
 }
 .xw-lianx .contact-form .coolbg a {
 	color: #fff;
 	font-size: 14px;
 }
  .xw-lianx  .contact-form form {
 	padding-bottom: 30px;
 }
 
 
 .news_1 .contact-form form textarea,
.news_1 .contact-form form li input

 {
	border: #aaa solid 0px;
	color: #333;
	background: #fff;
	width: 100%;
	font-size: 14px;
	padding: 3px 5px;
}
  .news_1  input::placeholder,
	 .news_1   textarea::placeholder
	.news_1  input::-webkit-input-placeholder,
	.news_1  textarea::-webkit-input-placeholder,
	.news_1  input::input-placeholder,
	.news_1  textarea::input-placeholder 
		 {
    line-height: 1.5;font-weight: normal;
	font-size: 12px;
  }
		textarea::-webkit-input-placeholder {
			font-size: 16px;
		}
  .news_1 .contact-form h3{
 	font-size: 20px;
 }
 .news_1 .fl0 {
 	width: 820px;
 	padding-left: 20px;
 	margin-left: 10px;
 	padding-right: 20px;
 	width: calc(100% - 700px);
 }
  .news_1 .rt0 {
 	    margin-top: 0px;
 		width: calc(100% - 880px);
  	width: 300px;
  	margin-left: 20px;
  /*	padding-left: 20px;
 	margin-right: -50px;*/
   }
      .news_1 .rt0 .a1{
	  	padding: 20px;  
	  background: #f5f5f5;	
	  }
	   .news_1 .rt0 .wz-so form{
	   	background: #fff;
	   	border-radius: 50px;
	   	padding: 2px 10px 2px 15px;
	   }
	    .news_1 .rt0 .wz-so form input{
			border: 0;
			width: calc(100% - 45px);
		}
		.news_1 .rt0 .wz-so form button{
			border: 0;
			border-radius: 50%; 
			background: #fff;
		}
		.news_1 .rt0 .wz-so {
			margin-bottom: 20px;
		}
		.news_1 .rt0 .xw-ul {
			border-top: 1px solid #aaa;
			padding-top: 20px;
			margin-top: 20px;
		}
		.news_1 .rt0 .xw-ul .h3{
			color: #1e4cc5;
			padding-bottom: 10px;
			font-size: 20px;
		}
		.news_1 .rt0 .xw-ul li {
		 
			margin-bottom: 15px;
		
		}
			.news_1 .rt0 .xw-ul li a{
				display: block;
				padding: 2px 0 2px 0px; 
				line-height: 1.4;color: #222;
			}
			.news_1 .rt0 .xw-ul li a:hover{
				
			}
			.news_1 .rt0 .xw-ul li a:hover b{
				    font-family: Microsoft YaHei;color: #1f4cc5; 
			}
			 
			.news_1 .rt0 .xw-ul li a b{
				    font-family: Microsoft YaHei; 
					font-weight: normal;
					font-size: 14px;
			}
			.news_1 .rt0 .xw-ul li a .svg{
				width: 25px;
				height: 25px;
				display: inline-block;
				transform: translateY(0px);
				padding-right: 6px;
				float: left;
			}
			.news_1 .rt0 .xw-ul li a .fl{
				float: left;
				width: calc(100% - 30px);
			}
			.news_1 .rt0 .xw-ul li a .fl .time {
			    font-size: 12px;
    padding: 2px;
    /* background: #ccc; */
    color: #111;
    /* background: #e0e0e0; */
    color: #b8b8b8;
    /* width: 121px; */
    margin-top: 5px;
    text-align: left;
			}
			.news_1 .rt0 .xw-ul li a .fl p {
				font-size: 13px;
			}
			.news_1 .rt0 .xw-ul li a .svg svg{
				width: 18px;
				height: 18px;
			}
.contact-form {
    padding: 30px 0px 20;
    padding-bottom: 0px;
 
	position: relative;
}
.contact-form form {
    width: 100%;
    margin: 0 auto;
    color: #333;
    padding-bottom: 50px;
}
.contact-form h2 {
    font-size: 40px;   
    
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
}
.contact-form h3 {
    font-size: 24px;
    padding-bottom: 0px;
    width: 100%;color: #1e4cc5;
    margin: 0 auto;
 
	font-weight: bold;
	border-top: 0px solid #cecece;
	    padding-top: 0px;
}
.cont_2.index1 .contact-form h3 {
	font-size: 24px;
	font-weight: bold;padding-bottom: 0px;
}
.contact-form form ul.fl {
    /*padding: 60px 60px 30px;*/
    width: 100%;
}
.contact-form form ul.rt {
	width: 45%;
	width: 100%;
}
.contact-form form ul li {
    width: 100%;
    margin-top: 14px;
    margin-right: 0;
    display: block;
    position: relative;
	font-weight: bold;
}
.contact-form form ul li.last {
	margin-right: 0%;
}

.contact-form form li input {
    width: 100%;
    padding-left: 12px;
    height: 45px;
    border-radius: 2px;
        border: 1px solid #1e4cc5;
    margin-top: 8px;
    background: none;
}
.flex5 {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.qa1 .contact-form h3 {
	color: #fff;
}
.qa1.xw-lianx {
	width: 300px;
	left: 50%;
	transform: translateX(-740px);
	top: 430px;
	transform: translateX(0px);
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	margin: 0;
	z-index: 1;
	border-radius: 10px;
}
.qa1.xw-lianx {
	margin-left: 0;
}
.qa1 .contact-form form li input,
.qa1 .contact-form form textarea
 {
	background: #fff;
}
.qa1 .contact-form form textarea {
	height: 50px;
}
.contact-form form li .zid {
    font-size:14px;
    padding-bottom: 2px;    color: #fff;
}
.contact-form form li .zid span {
    color: #fff;
}
.contact-form form ul .texta {
    width: 100%;
    display: block;
}
.contact-form form ul .texta .input {
	font-size: 14px;
}
.contact-form form textarea {
    margin-top: 8px;
    width: 98%;
    height: 320px;
    padding-left: 12px;
    background: none;
    border-radius: 5px;
    border: 1px solid #1e4cc5;  
    padding-top: 10px;font-size: 14px;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder { 
 font-family:  Hiragino Sans GB,Helvetica,'Arial',Montserrat,Hiragino Sans GB,"Helvetica Neue",Helvetica,'Arial','Microsoft Yahei',sans-serif;
	font-size: 15px;
}
.contact-form .coolbg {
    display: block;
    margin: 50px auto 0;
    width: 200px;
    height: 40px;
    background: #d50000;
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d50000;
	font-weight: bold;
	cursor: pointer;
}
.contact-form form em {
	position: absolute;
    font-size: 14px;
    color: #d50000;
    padding-top: 5px;
    right: 0px;
    top: 0px;
	padding: 2px 5px;
    background: rgb(255 255 255 / 67%);
}
.news_1 .video1 li:nth-of-type(even),
.news_1 .video1 li
 {
    background: #f1f1f1;background: #fff;
}
.news_1 .video1 li{
	width: 24%;
    float: left;
    margin-right: 0;
    margin-right: 1%;
    height: auto;
    padding: 0;height: 295px;
	background: #fff;
    margin-bottom: 20px;margin-top: 20px;
}
.news_1 .video1 li:nth-child(4n) {
	margin-right: 0;
}
.searchpage .cp_list_r .cp_l_ul li  {
    float: left;
    width: 21%;
	height: 350px;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
	
}

body .news_1 .video1 .fenye{
	    margin: 70px auto 0;
}
body .news_1 .video1 .fenye li{
	width: auto;
    float: none;
    margin-left: 17px;
    margin-right: 20px;
    height: auto;
    padding: 0;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    background: none;
}
.news_1 .video1 li .rt h3 {
font-size: 16px;line-height: 1.4;
min-height: 60px;
}
.news_1 .video1 li .rt p{
	    text-align: left;
    padding-left: 10px;
    border-left: 0;
    padding: 0;
	min-height: 70px;
	display: none;
}
.news_1 .video1 .fl:before{
	content: "";
    display: block;
    height: 50px;
    width: 50px;
    background: url(/css/bofang.png) no-repeat center;
    background-size: 50px;
    position: absolute;
    top: 140px;
    right: 20px;
    z-index: 9;
}
 
.news_1 .w1250.video1 .rt{
	padding: 0px;
    width: 100%;    height: 230px;
	height: 100%;
}
.news_1 .video1 li a{
	    width: 100%;
}
.news_1 .video1  .fl,
.news_1 .video1  .rt
{
      width: 100%;
    float: none;
}
.news_1 .video1 .fl{
	height: 205px;
}
.news_1 .news_2p strong{
      font-weight: bold;
	    /* color: #1e4cc5;
    font-size: 26px!important;
    font-weight: bold;*/
}
.news_1 .news_2p h2 {
	color: rgb(79, 129, 189);
    font-family: arial, helvetica, sans-serif;
    font-size: 24px;
	font-weight: bold;
}
.news_2p {
	padding-bottom: 35px;
}
.news_2p h1 {
	font-size: 32px;
	color: #1e4cc5;
	padding: 15px 0;display: block;
}

.news_n1.ab_ban{
	height: 40px;
	margin-top: 60px;
	background: #10326e;
}
.news_n1.ab_ban .weizhi{
	padding: 0px 0;
	color: #fff;
	margin-left: 20px;
	line-height: 48px;
	height: 40px;
	font-size: 13px;
	box-sizing: border-box;
	text-align: right;
	padding-right: 50px;
}
.news_n1.ab_ban .weizhi a{
	color: #fff;
	text-transform: capitalize;
}
.news_n1 .weizhi .home {
	background: url(img/home2.png) no-repeat left top;
	background-size: 25px;
}
.news_h2 {
	font-size: 32px;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 50px;
	margin-top: 0px;
	color: #10326e;font-family: Microsoft YaHei;
      text-transform: capitalize;
}
.news_1p {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;    line-height: 28px;
}
.news_2p {
	font-size: 16px;
	line-height: 26px;
	color: #444;
	margin-bottom: 20px;
	min-height: 500px;
}
.news_2p p {
    text-align: justify;
    white-space: pre-wrap;
    word-break: break-word;
}
.news_2p li p {
	    white-space: normal;
}
.news_2p iframe {
	width: 100%;
	max-width: 1100px;
	height: 650px;
	max-height: 800px;
}
.news_2p img{
	max-width: 100%;
}
.news_2p ul{
    margin: 10px 0;
}
.news_2p li{
list-style: initial;
        padding-left: 10px;
    line-height: 30px;
    margin-left: 20px;
}
.news_2p li a {
color: #ff0000;
}
.news_1 .video1 li:nth-of-type(even),
.news_1 .video1 li
 {
    background: #f1f1f1;background: #fff;
}
.news_1 .video1 li{
	width: 24%;
    float: left;
    margin-right: 0;
    margin-right: 1%;
    height: auto;
    padding: 0;height: 295px;
	background: #fff;
    margin-bottom: 20px;margin-top: 20px;
}
.news_1 .video1 li:nth-child(4n) {
	margin-right: 0;
}
.searchpage .cp_list_r .cp_l_ul li  {
    float: left;
    width: 21%;
	height: 350px;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
	
}

body .news_1 .video1 .fenye{
	    margin: 70px auto 0;
}
body .news_1 .video1 .fenye li{
	width: auto;
    float: none;
    margin-left: 17px;
    margin-right: 20px;
    height: auto;
    padding: 0;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    background: none;
}
.news_1 .video1 li .rt h3 {
font-size: 16px;line-height: 1.4;
min-height: 60px;
}
.news_1 .video1 li .rt p{
	    text-align: left;
    padding-left: 10px;
    border-left: 0;
    padding: 0;
	min-height: 70px;
	display: none;
}
.news_1 .video1 .fl:before{
	content: "";
    display: block;
    height: 50px;
    width: 50px;
    background: url(/css/bofang.png) no-repeat center;
    background-size: 50px;
    position: absolute;
    top: 140px;
    right: 20px;
    z-index: 9;
}
 
.news_1 .w1250.video1 .rt{
	padding: 0px;
    width: 100%;    height: 230px;
	height: 100%;
}
.news_1 .video1 li a{
	    width: 100%;
}
.news_1 .video1  .fl,
.news_1 .video1  .rt
{
      width: 100%;
    float: none;
}
.news_1 .video1 .fl{
	height: 205px;
}
.news_1 .news_2p strong{
      font-weight: bold;
	    /* color: #1e4cc5;
    font-size: 26px!important;
    font-weight: bold;*/
}
.news_1 .news_2p h2 {
	color: rgb(79, 129, 189);
    font-family: arial, helvetica, sans-serif;
    font-size: 24px;
	font-weight: bold;
}
.news_2p img {
	/*border: 1px solid #eee;
	margin: 20px auto;
	display: block;*/
	max-width: 100%;
      margin-right: 10px;
}
.news_2p table{
width: 98%;
  border-right: 0px solid #333;
    border-bottom: 0px solid #333;
	
      border-spacing: 0;
}
.news_2p table td{
border: 0px solid #eee;
 border-left: 1px solid #333;
    border-top: 1px solid #333;
      padding-left: 5px;
    padding: 5px;
  vertical-align: middle;
  font-family: Microsoft Yahei!important;
  text-align: left;
  color: #333!important;
font-weight: normal;
font-style: normal;
}
.news_2p table td span{
	 color: #333!important; font-family: Microsoft Yahei!important;
	 /*font-weight: normal!important;*/
	 font-style: normal;
}
.news_2p table .firstRow {
  font-weight: bold;
    color: #e41f11;
}



.ab3 {
	margin: 130px auto 0;
	overflow: hidden;
	background: #000 url('/images/ab6.jpg') no-repeat center top;
	background-size: cover;
	padding: 100px 0;
}
 
.ab3 .w1 {
	display: flex;    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 92%;
}
.ab3 .w1 .a1 {
	color: #fff;
	padding-right: 50%;
	font-size: 18px;
}
.ab3 h2 {
	    font-size: 38px;
    padding-bottom: 20px;
}
.ab3 h3 {
	   font-size: 26px;font-size: 38px;
    color: #fff;
	padding: 70px 0 30px;
}

.faq-1 {
	padding: 40px 0 70px;
}
.faq-1 .question-list {
	width: 100%;
	
}
.faq-1 .question-list h3 {
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}
.faq-1 .question-list h3.a1 {
	padding-top: 0;
}
.faq-1 .question-list li {
    width: 100%;
    border-bottom: 0px solid #aaa;
    position: relative;
    z-index: 2;
	 margin-top: 10px;
}
.faq-1 .question-list .ques01 {
    overflow: hidden;
    padding: 30px 0;
    cursor: pointer;
	background: #f5f5f5 url(/images/icon04.png) no-repeat 96% center;
    background-size: 22px;
	font-weight: lighter; 
	padding: 25px 25px 20px 10px;
	margin-bottom: 1px;
	border-radius: 10px;    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faq-1 .question-list .ques01 .ques-title {
	font-size: 18px;
	background: url(/images/qq.png) no-repeat 1% 8px;
    background-size: 22px;
	padding-left: 32px;
	min-height: 36px;
	line-height: 1.8;
	display: block;
	text-align: left;
	text-indent:  0px;
	padding-left: 50px;
	padding-right: 50px;    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faq-1 .question-list .ques01 .ques-title b {
 
}
.faq-1 .question-list .ques01 .ques-title b em{
	display: inline-block;
	font-size: 20px;padding-right: 10px;
}
.faq-1 .question-list .ques01:hover .ques-title,
.faq-1 .question-list .ques01.active .ques-title{
	color: #1e4cc5; 
	
}
.faq-1 .question-list .ques-txt {
	margin-bottom: 30px;
	background: #f6f6f6;
	padding: 22px 65px;
	font-size: 17px;
	height: auto;
	font-weight: lighter;
	    background: #fff url(/images/aa1.png) no-repeat 25px 20px;
    background-size: 22px;border-radius: 10px;
	    border: 1px solid #ccc;
    margin-top: 5px;
}
.faq-1 .question-list .ques-txt b {
	display: none;
}
.faq-1 .question-list .ques01.active,
.faq-1 .question-list .ques01:hover 
 {
	background: #e1e1e1 url(/images/icons23.png) no-repeat right center;
	background-size: 14px;
	
	background: #1152db url(/images/icons23.png) no-repeat right center;
    background-size: 14px;
    color: #fff;
}
 .faq-1 .question-list .ques01.active span.ques-title,
.faq-1 .question-list .ques01:hover span{
 	color: #fff!important;
 	background: url(/images/qq.png) no-repeat left 0px;
    background-size: 32px;
 }
.page_area {
    position: relative;
    width: 88%;
    margin: 0 auto;
    max-width: 1440px;
    box-sizing: border-box; 
	align-items: flex-start
}
.page_area.img {
	width: 100%;
}

.page_area.img img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
}


.lieb_m {
    padding: 20px 0;
    background: #eee;
    width: 300px;
	margin-right: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start; 
	border-radius: 10px;
	overflow: hidden;
	    position: sticky;
		    position: relative;
    top: 0rem;
    left: 0;
	margin-bottom: 50px;
	z-index: 99;
}
.lieb_m ul {
	width: 100%;
}
.lieb_m a{
	padding: 20px 0px;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	display: flex;
	color: #1e4cc5;
	padding-left: 40px;
	border-bottom: 1px solid #aaa;
	text-transform: capitalize;
	    text-transform: capitalize;
    justify-content: flex-start;
    align-items: center;
}
.lieb_m a:hover{
	color: #fff;
	background: #1e4cc5;
}
.lieb_m a:hover:before{
border: 0px solid #fff;background: #fff  
}
.lieb_m a:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 3px;
/*	transform: translateY(-10px);*/
	max-height: 3px;
	max-width: 12px;
	min-height: 3px;
	min-width: 12px;
	margin-right: 10px;
	border-radius: 10%;
background: #1e4cc5  ;	
	border: 0px solid #fff;
}
.lieb_m a:last-child{
	border-bottom: 0;
}
.lieb_m a{
	padding: 20px 20px 20px 10px;
	font-size: 16px;
	border-bottom: 1px solid #aaa;
}

#products_example {
	width:620px;
	height:620px;
	position:relative;
	margin-top: 50px;
}

/*
	Slideshow
*/

#products {
	margin-left:0px;
	position: relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width: 620px;
	width: 100%;
	overflow:hidden;
	/* float:left; */
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width: 560px;
	height: 560px;
	display:block;
	margin-left: 0px;
	-webkit-transition: none;
	transition: none;
}
.slides_container a img {
		height: auto;
		width: 100%;
	    margin: 0 auto;
	    display: block;
}
/*
	Next/prev buttons
*/

#products .next, #products .prev {
	position:absolute;
	top: 217px;
	left: 30px;
	width: 41px;
	height:0;
	padding-top: 41px;
	overflow:hidden;
	display:block;
	z-index:9999;
	opacity: .2;
	
	display: none;
}
#products .next:hover, #products .prev:hover {
	opacity: 1;
}

#products .prev {
	background:url(../images/left3.png);
	background-size: 40px;
}

#products .next {
	left: 565px;
	background:url(../images/right3.png);
	background-size: 40px;
}

/*
	Pagination
*/

#products .pagination {
	/* background:#dfdfdf; */
	width: 100%;
	padding:5px 5px;
	/* float:left; */
	/* margin-left:30px; */
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/*position: absolute;
	width: 100%;
	display: flex;
	left: 0;
	z-index: 999;
	bottom: 0;*/
	display: flex; 
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

#products .pagination li a {
	display:block;
	width: 65px;
	height: 65px;
	margin:0px;
	border: 1px solid #eee;
	float:left;
	background:#f9f9f9;
}
#products .pagination li a img {
	width: 100%;
}
#products .pagination .slides_control {
	height: calc(100% - 100px)
}
#products .pagination li.current a {
	border:1px solid #1e4cc5;
	margin:0;
}


.tanc.contact-2 {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 20px 0 60px;
}
.tanc.inner {
    width: calc(100% - 0%);
}
.tanc.contact-2  h2 {
    font-size: 32px;
    font-weight: normal;
}
.tanc.contact-2 .form {
    margin-top: 20px;
}
.contact-2 h3 {
	font-size: 20px;
}
.none {
	display: none;
}
#tabvs td b{
	 
}
#tabvs tr:nth-child(2) th:first-child {
		background: url('/images/bg10.jpg') no-repeat left 50%;
		background-size: 135px!important;
}
#tabvs td {
	vertical-align: middle;
}
.compare .compare-img a {
    display: block;
    text-align: left;
}

.gd-r {
    position: fixed;
    right: 0px;
    bottom:150px;
    transform: translateY(0%);
    padding: 50px 0;
    height: 200px;
    box-sizing: border-box;
    z-index: 9999;
	/*
	    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
	flex-wrap: wrap
	*/
}
.gd-r:hover {
 
}
.gd-r .dh1{
 
height: 60px;
width: 65px;
margin-bottom: 4px;
position: relative;
}
.gd-r .dh1 .ico{
	background: #16368f;
height: 60px;
line-height: 60px;
float: right;
color: #333;
margin-right: 0px;
border-radius: 15px 0 0  15px;
 
font-size: 13px;border-right: 6px solid #16368f;
text-align: center;
width: 70px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease; 
}
.gd-r .dh1.wa1 .ico{
background: #2e981a;
}
.gd-r .dh1 .ico span {
	display: none;
}
.gd-r .dh1.yj1 .ico{
	border-right: 11px solid #16368f;
}
.gd-r .dh1.wa1 .ico{
	border-right: 11px solid #2e981a;
}
.gd-r .dh1.wa1 .ico img {
	width: 26px;
	height: auto;
	margin: 18px auto 0px;
	display: block;
}
.gd-r .dh1 .ico svg{
	width: 26px;
	height: auto;
	display: block;
	margin: 16px auto 5px;
	fill:#fff;
}
.gd-r .dh1:hover .ico{
	margin-right: 230px;
 
}
.gd-r .dh1:hover .nr1{
	right: 0;
	opacity: 1;
}

.nr1 {
	width: 230px;
	height: 60px;line-height: 60px;
	position: absolute;
	right: -180px;
	top: 0;
	opacity: 0;
	font-size: 16px;
	text-align: left;
	font-weight:600;
	padding-left: 0px;
	box-sizing: border-box;
	background: #f1f1f1;

	color: #333;    text-transform: lowercase;
    font-family: Microsoft YaHei;
	-webkit-transition:all 0.3s ease;transition:all 0.3s ease;
}
.nr1 a {
	display: block;	padding-left:15px;
	height: 60px;
}


	@media (min-width: 1921px) {
			.pro1 .p2 .img { 
    height: 555px;
			}
			
			 .xw-lianx {
			 	/*left: 3%;*/
			 }
		}
		@media (min-width: 2280px) { 
			 .xw-lianx {
			 	/*left: 50%;
			 	margin-left: -950px;*/
			 }
		}
  	@media (max-width: 1920px) {
			.list_box1 ul li .img img {
			height: 280px;
		}
		.pro1 .p2 .img,
		#products_example
		 { 
    height: 600px;
	width: 600px;
			} 
			.slides_container a {
			height: 600px;
	width: 600px;	
			}
			.pro1 .p1 .ul ul li b {
				font-size: 14px;
			}
			.pro1 .p1 .ul ul li .svg {
			margin-bottom: 80px;
		}
		 .xw-lianx {
			 	/*left: 2%;
			 	top: 20%;*/
			 }
  		
		}
	@media (max-width: 1680px) {
		
  
		.h_top .w1 .s_menu a {
			font-size: 16px;
		}
		.h_top .w1 .s_menu li {
    margin: 0 8px;
}
.cont_a2 {
    width: 110px;
	height: 40px;line-height: 40px;
	    min-width: 90px;
		font-size: 14px;
	font-size: 14px;
}
.cont_a2 svg {
	width: 18px;
	height: 18px;
}

.list_box1 ul li .img {
	height: 250px;
}
	.list_box1 ul li {
		width: calc(25% - 20px);	
		}
		
		.lb_menu ul li a {
			font-size: 15px;
		}
		.lb_menu.master_hide{
			width: 96%;
		}
		    .pro1 .p2 .img,
		#products_example {
        height: 580px;
		width: 580px;
    }
		.pro1 .p1 .ul ul li {
			margin-bottom: 0;
			min-height: 235px;
			height: 230px;
		}
		.pro1 .p1 .ul ul li .svg {
			margin-bottom: 50px;
		}
		.s_4 ul li strong {
			font-size: 48px;
		}
		.s_4 .w1 h2 span {
			font-size: 38px;
		}
		.s_4 .w1 h2 {
			font-size: 24px;
		}
		.s_4 ul li p {
			font-size: 14px;
		}
		.s_4 ul {
			min-width: 900px;
		}
		    .xw-lianx {
    /*    left: -340px;
		top: 0;*/
		/*top: 220px;*/
    }
	.news_1 .fl0,
	.news_1 .rt0
	 {
	/*	transform: translateX(150px);*/
	}
	.pro1 .p1 .span {
		margin-bottom: 30px;
	}
	.pro1 .p1 h1 {
		font-size: 36px;
		padding-bottom: 20px;
	}
	.pro1 .p1 .ul ul li b {
		height: 55px;
	}
	.pro1 .p1 .ul ul li p{ 
			 font-size: 22px;
				display: block; color: #222;
			 font-weight: normal;
			}
			
			.s_4 .w1 {
				width: 90%;
			}
			.ab3 h3,
			.ab3 h2
			 {
				font-size: 28px;
			}
	}
	
	@media (max-width: 1560px) {
		.h_top .w1 .s_menu li.li0 {
  			display: none;
  		}
  		.h_top .w1{
  			width: 95%;
  		}
  		.n_bg {
  			width: 96%;
  		}
		.sy_3 .img {
			height: 350px;
		}
		.pro1 .p1 .p .p12 {
			font-size: 15px;
		}
		
		
		  .pro1 .p2 .img,
		#products_example {
        height:580px;
		width: 580px;
    }
	.slides_container a {
			 height:580px;
		width: 580px;
			}
		.pro1 .p1 .ul ul li {
			margin-bottom: 0;
			min-height: 215px;
			height: 200px;
			
		}
		.pro1 .p1 {
			width: calc(100% - 400px);padding-left: 30px;
		}
		.pro1 .p1 .ul ul li b {
			line-height: 1.4;
			height: 60px;
		}
		.pro1 .p1 .ul ul li p {
			font-size: 18px;
			line-height: 1.4;
			font-weight: bold;
			padding-top: 5px;
		}
		.pro1 .p1 .ul ul li .svg {
			margin-bottom: 20px;
		}
	}
	@media (max-width: 1440px) {
		.w1,
		.n_bg
		 {
    width: 96%;
		}
		.n_bg
		 {
    width: 96%;
	height: 85vh;
		}
		.qa1.xw-lianx {
			display: none;
		}
		.lb_menu {
			bottom: 25px;
		}
		.sy_3 .img {
			height: 320px;
		}
		.lb_menu ul li {
			padding: 0 10px;
		}
		.h_top .w1 {
			/*padding-bottom: 50px;*/
			position: relative;
		}
		.h_top .w1 .s_menu {
			/*position: absolute;
			bottom: 0;
			left: 0;*/
			width: 100%;
			    margin-top: 8px;
		}
		   .h_top .w1 .lang {
   	margin-top: 18px;
   }
		.cont_a2 {
			  
			     margin-left: 0px;
				 margin-right: 20px;
				 margin-top: 5px;
		}
		.cont_a5{
			width: 160px; background: none;   font-size: 14px;}
		.cont_a5 a {
			height: 40px;
        line-height: 40px;font-size: 14px; 
		width: 100%;    margin-top: 5px;
		}
		.h_top .w1 .lang,
		.h_top .w1 .so_1,
		.cont_a2 svg
		
		 {
			display: none;
		}
		.h_top .w1 .s_menu ul {
			justify-content: flex-end;
			margin-right: 5px;
		}
		.h_top .w1 .s_menu li {
		    margin: 0 8px;
		}
		.h_top .w1 .s_menu a {
			font-size: 16px;
			
		}
		.h_top .w1 .lang .on svg 
		 {
			width: 22px;
			height: 22px;
		}
	.s_4 .w1 h2 {
		font-size: 24px;
	}
		.s_4 .w1 h2 span {
			font-size: 32px;
		}
		.sy_3:before {
			right: 2%;
		}
		.s_4 .ab_p {
			font-size: 15px; 
			font-weight: normal;
			font-style: normal; 
			padding: 20px 50px 0;
		}
		.s_4 ul {
			min-width: 1100px;
		}
		.s_4 ul li {
			font-size: 14px;
		}
		.s_4 ul li p {
			font-size: 17px;
			text-shadow: none;
		}
		.s_4 ul li strong {
			font-size: 42px;
		}
		.h_top .w1 .so_1 {
			margin-top: 12px;
			margin-right: 2px;
		}
		.h_top .w1 .so_1 svg {
			width: 27px;
    height: 27px;
		}
		    .pro1 .p2 .img,
		#products_example {
        width: 340px;
		height: 350px;
    }
	.slides_container a {
			 width: 340px;
		height: 350px;
			}
			#products .pagination li a { 
    width: 55px;
    height: 55px;
			}
	.pro1 .p1 {
		    width: calc(100% - 340px);
		padding-left: 40px;
	}
	.pro1 .p1 .span {
	padding-bottom: 1px;
	margin-bottom: 10px;
	font-size: 13px;
	}
		.pro1 .p1 .span span{
			font-size: 12px;
		}
	.pro1 .p1 .ul ul li {
		min-height: 100px;
		height: 125px;
		padding: 25px 20px 35px;
	}
	.pro1 .p1 h1 {
    font-size:34px;
	padding-bottom: 20px;
	padding-top: 10px;
	}
	.pro1 .p1 .p .p11 {
		padding-bottom: 0px;
		font-size: 16px;
		padding-right: 20px;
		font-weight: 300;
		margin-bottom: 0;
	border: 0;
	}
	.pro1 .p1 .ul ul li b {
		height: 50px;
		line-height: 1.3;padding-bottom: 0px;
	}
	.pro1 .p1 .ul ul li .svg,
	.news_1 .rt0
	
	{
		display: none;
	}
	.news_1 .contact-form h3 {
    font-size: 18px;
}
.news_1 .w1200,
.news_1 .fl0
 {
    width: 980px;
}
.news_1 .fl0 {
	/*transform: translateX(100px);*/
	
	
}
.news_1 .fl0 {
	padding-left: 40px;
}
.news_h2 {
	margin: 0 0 10px;
}
.contact-form form textarea {
	padding: 2px 5px;
}
	.xw-lianx {
			 	  /*  padding: 20px 18px 0px;
			 	left: 25px;
			 	width: 235px;
			 	top: 180px;*/
			 }
			.ab2 .p1 {
				width: 1000px;
			} 
			
			 .sustainability {
			 	width: 100%;
			 	margin-right: -1%;
			 }
			 .ab2:before {
			 		top: 150px;
			 	    height: 500px;
			 		width: 450px;
			 		left: -120px;
			 }
			 .ab2 .w1:after {
			 	top: 150px;
			 	height: 450px;
    width: 500px;
			 }
			     .s_4 .w1 {
        width: 96%;
    }
		.s_4 .w1 .bg2 {
		width: 92%;
	}
	}
	
	@media (max-width: 1367px) {
				.list_box1 ul li .img {
					height: 230px;
				}
 .contact-form form li .zid {
 	display: none;
 }
 		.xw-lianx {
			 	    padding: 20px 18px 0px;
			 	left: 25px;
			 	width: 235px;
			 	top: 120px;
			 }
 .ab2 .p1 video{ 
    height: 450px;
	width: 100%;
 }
     .s_4 .w1 {
        width: 98%;min-width: 700px;
    }
	.s_4 .w1 .bg2 {
		width: 100%;
	}
	.cont_a5{width: 100px;}
	.cont_a5 a{
		line-height: 1.2;
		font-size: 12px;
		padding-top: 5px;
	}
	.h_top .w1 .logo{
		width: 120px;    min-width: 115px;
		    background-size: 120px!important;
	}
	    .h_top .w1 .s_menu a {
        font-size: 15px;
    }
	.h_top .w1 .s_menu li {
        margin: 0 6px;
    }
	}

	.mobile-header,
	.mobile-head,
	.swiper-slide img.pc-none
	{
		display: none;
	}