@font-face {
	font-family: 'R-Light'; 
	font-style: normal; 
		 src:url('/css/font/Roboto-Light.eot') format("embedded-opentype"),
		 url('/css/font/Roboto-Light.ttf') format("truetype"),
		 url("/css/font/Roboto-Light.otf") format("opentype"),
		 url('/css/font/Roboto-Light.woff') format("woff");
		 font-style:normal;
 }
 @font-face {
	font-family: 'R-Regular'; 
	font-style: normal; 
		 src:url('/css/font/Roboto-Regular.eot') format("embedded-opentype"),
		 url('/css/font/Roboto-Regular.ttf') format("truetype"),
		 url('/css/font/Roboto-Regular.otf') format("opentype"),
		 url('/css/font/Roboto-Regular.woff') format("woff");
		 font-style:normal;
 }
  @font-face {
	font-family: 'R-Medium'; 
	font-style: normal; 
		 src:url('/css/font/Roboto-Medium.eot') format("embedded-opentype"),
		
		 url('/css/font/Roboto-Medium.ttf') format("truetype"),
		 url('/css/font/Roboto-Medium.otf') format("opentype"),
		  url('/css/font/Roboto-Medium.woff') format("woff") ;
		 font-weight:bold;
 }
   @font-face {
	font-family: 'R-bold'; 
	font-style: normal; 
		 src:
		 url('/css/font/Roboto-Bold.ttf') format("truetype"),
		 url('/css/font/Roboto-Bold.otf') format("opentype"),
		  url('/css/font/Roboto-Bold.woff') format("woff") ;
		 font-weight:bold;
 }
    @font-face {
	font-family: 'Montserrat'; 
	font-style: normal; 
		 src:
		 url('/css/font/Montserrat/Montserrat-Medium.ttf') format("truetype"),
		  url('/css/font/Montserrat/Montserrat-Medium.woff') format("woff"),
		  url('/css/font/Montserrat/Montserrat-Medium.woff2') format("woff2") ;
		 font-weight:normal;
 }
 
*{margin: 0;
    padding: 0;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
  }
  body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #333;
    font-size: 14px;
	line-height: 1.5;
	font-family: 'R-Regular','R-Light','R-Regular',-apple-system,Segoe UI,Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei,"STSong","SimSun",Arial,sans-serif; 
    background: #fff;    background: #f1f1f1;
  }
  
  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;
  }	
    h1,h2,h3,
    .about-5 .f1 strong,
    .s1 li strong,
    .s2 .h2 b,
    .h-pro.pro-body .h1
    
  {
   font-family: 'R-Regular',sans-serif;
  }
  img {
      border:0px;
      border:none;
  }
  ol,ul,li{
      list-style:none;
  }
  a {
      -webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
      text-decoration:none; 
      outline:none;
      color: #333;
font-family: 'R-Medium','R-Light','R-Regular',-apple-system,Segoe UI,Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei,"STSong","SimSun",Arial,sans-serif; 
 
  }
   .pc-none,
   .none
    {
	display: none;
}
  .w100 {
      width:100%; 
  }
  .w90 {
      width: 85%;
      max-width: 1220px;
	  margin: 0 auto;
  }
  
  .w90:after {
  	content: ""; 
      clear: both; 
      display: block; 
      height: 0; 
      overflow: hidden;
  }
  .md {
      margin:0 auto;
  }
  .fl {
      float:left;
  }
  .fr,.rt {
      float:right;
  }
 
  ul::after,
 .w90::after
   {
      content: "."; 
      clear: both; 
      display: block; 
      height: 0; 
      overflow: hidden;
  }
  .clearfix:after,
  .clear:after,
  hr::after
  
  {
      content:"";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
  }
 
  .pr {
      position: relative;
  }
  .pa {
      position: absolute;
  }
  img{
      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;
  }
  .pt100 {padding-top:100px ;}
 .mt100 {margin-top:100px ;}

.ft32 {
	font-size: 46px;
}
.ft32 {
	font-size: 26px;
}
.ft24,
.bt
 {
	font-size: 32px; 
	line-height: 1.6; 
	font-weight: normal;
	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
}
.ft18 {
	font-size: 18px;
}
.ft16 {
	font-size: 15px;
 
}
.ft14 {
	font-size: 15px; 
}
 
.hei {
	color: #000000;
}
.hui1 {
	color: #b3b3b3;
	/*
	*/
}

.hui2 {
	color: #999999;
	/*
	join-alink
	*/
}
.hui3 {
	color: #808080;
	/*alink*/
}
b {
	font-size: 22px;	 
}
h2 {
 
		font-size: 38px;
}
p {
	font-size: 14px;
	line-height: 1.6;
}
.bg0 {
	position: fixed; 
	 z-index: 99199;	 left: 0%;
	 top: 0%;width: 100%;
	 height: 100vh;
	 	-webkit-transition:all 1.4s ease;
      transition:all 1.4s ease; 
}
.bg0:before { 
 
}
.bg0 .img{
	 background:  url('/images/logo-w5.png') no-repeat center;
	 width: 100%;height: 100vh;
background-size: cover;
	 transform: translate(-0%,-0%);
	 
}
.form {
	padding: 0px; 
	margin: 0 auto;background: #fff;
}
.form .p {
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	padding-top: 20px;
	color: #888;
	text-align: left;
}
.form .fl {background: #fefefe;
			height: 100%;
			padding: 0px;
			padding-top: 30px;
			width: calc(100% - 400px);
		}
		.form .fl h4,
		.form .fl span
		{
			text-align: left;display: block;
		}
		.form .rt {
			background: #f5f5f5 url('../images/conbg.jpg') no-repeat 50% center ;
			background-size: cover;
			height: calc(100vh - 10vh);
			height: 580px;
			width: 400px;
		}
.form .rt video {
	width: 100%;
    height: 100%;
    margin-top: 0%;
    margin-left: 0%;
    object-fit: cover;
}
.form form{
	border: 0px solid #eee;
	
	width: 100%;
	padding: 0px 40px 20px;
	
}
.form h4{
	    font-size: 24px;
    display: block;
    margin-bottom: 20px; 
}
		
			.form .more2 {
				color: #fff;
				display: block;
				margin-top: 20px;
				background: #e60012;
				margin: 0 0 0;
			}
.kf {
	display: block;
	
	height: 60px;
	width: 120px;
	line-height: 60px;
	position: fixed;
	text-align: center;
	right:10px;
	bottom: 10px; 
	z-index: 999;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	
	display: none;
}

.kf span{
	display:block;
	color: #fff;
	padding-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.kf:hover svg{
	transform: scale(1.2)
}
.kf:hover {
	right: 25px;
}
.kf a{
	background: #e60012;
	background: linear-gradient(to bottom, #F44336, #621111);
	display: flex;height: 50px; 
	line-height: 50px;
	width: 100%;
	display: block;
	text-align: center;
	flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	border-radius: 120px 120px;
	border: 0px solid rgba(0,0,0,.3);
	-webkit-animation: pulseD 3s infinite;
    animation: pulseD 3s infinite;
}
.kf a::after {
  
}
.kf a::before {
  
}
.kf { 
	transform:rotate(-90deg);
	bottom: 30%;
	right: -35px;
	height: 40px;
	width: 120px;
}
.kf:hover {
	right: -30px;
}
.kf span{
	 color: #fff;
	letter-spacing: 2px;font-size: 16px; 
}
.kf a{
	background: #586267;
	color: #fff;
	
	
	border-radius: 10px 10px 0px 0px;
	-webkit-animation: none;
    animation: none;
}
.kf svg{
	width: 30px;
	height: 30px; 
	fill:#fff;
	display: block; 
	}
	.kf svg{
	display:none;
}
@-webkit-keyframes pulseD {
    0% {
        transform: scale(.85);
        box-shadow: 0 0 0 0 rgb(155 155 155 / 60%)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px transparent
    }

    to {
        transform: scale(.85);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulseD {
    0% {
        transform: scale(.85);
        box-shadow: 0 0 0 0 rgb(155 155 155 / 60%)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.85);
        box-shadow: 0 0 0 0 transparent
    }
}
/*
body.is-loading  {
	height: 100vh;
	overflow: hidden;
}
body.init-paroller {
	height: auto;
	overflow: inital;
}
is-loading .bg0{
	width: 100%;
	opacity: 1;
}
.init-paroller .bg0{
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
}
*/
     /*——base——*/
     .gotop {
	 	width: 100%;
	 	height: 40px;
	 	line-height: 40px;
	 	background: #fff;
	 	color: #111;
	 }
	  .gotop .fl {
	  	width: 40%;	display: flex;
    flex-wrap: nowrap;
	  }
	 .gotop .fl a,
	 .gotop .fl  a span 
	 {
	 	height: 40px;
	 	line-height: 42px;
	 	color: #000;
	 	display: inline-block;
	 	font-size: 14px;
	 }
	  .gotop .fl  a .svg,
	  .gotop .rt .lang .svg
	   {
	  	display: flex;
	  	height: 40px;align-items: center;
	  	width: 30px;line-height: 40px;
	  	justify-content: flex-start;
    flex-wrap: nowrap;
	  }
	  .gotop .fl a {
	  	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
	  	margin-right: 10px;
	  }
	   .gotop a:first-child span {
	   	margin-right: 15px;
	   }
	 .gotop svg{
	 	width: 40px;
	 	height: 20px;
	 	fill: #666;
	 	display: block;
	 	margin-right: 3px;
	 	margin-left: 5px;
	 }
	 .gotop .fl a .svg {
	 	border: 1px solid #ccc;
	 	border-radius: 50%;
	 	width: 25px;
	 	height: 25px;
	 	margin-right: 5px;
	 }
	 .gotop .fl a .svg.svg1 svg {
	 	fill: #666;
	 	width: 13px;
	 	height: 13px;
	 	display: block;
	 	margin: 0 auto;
	 }
	 .gotop .fl a .svg.svg2 svg {
	 	fill: #666;width: 13px;
	 	height: 13px;
	 	display: block;
	 	margin: 0 auto;
	 }
 #header 
  {
 	position: absolute;
 	top: 40px;
 	left: 0;
 	width: 100%;
 	height: 75px;
 	color: #fff;
 	z-index: 9995;
 		-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
	  background: #444;
	  background: #fff;
	  border-bottom: 0px solid #ddd;
	
 }
 #header .w90,
 .gotop .w90
  {
 	width: 92%;
 	padding: 0 40px;
 	max-width: 1420px;
 }
 .index_main #header {
border-bottom: 1px solid rgb(221 221 221 / 25%);
 }
  #header .logo{
  
  	background:  url(/images/logo-w2.png) no-repeat left 20%;
    background-size: 100px;
  	margin-top: 0px; 
  	margin-bottom: 2px;	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
	  margin: 10px auto 0;
 float: left;
  	width: 130px;
  	height: 60px;
  	border-radius: 0;
 margin-right: 10px;
  }
  .index_main #header .logo{
  
  	
  }
    .index_main #header .rt {
 
   }
   #header .rt .so,
     #header .rt .lang,
      #header .rt .cont
    {
   	float: left;
   	 	margin-top: 25px;
   	 	margin-left: 0px;width: 25px;
   }
   #header .rt .so {
   	width: 150px;
   	margin-right: 10px;
   	display: none;
   }
   #header .rt .so {
   	margin-bottom: 0;
   }
   #header:hover .rt .lang,
   .master_hide #header .rt .lang
    {
   	color: #333;
   }
      #header .rt .so a{
	  	width: 30px;
	  	height: 40px;
	  	display: block;	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
	  
	  }
	  #header .rt .cont {
	  	width: auto;
	  }
	   #header .rt .cont a {
	   	border: 1px solid #eee;
	   	color: #fff;
	   	padding: 4px 0px 4px 12px;
	   	text-transform: uppercase;
	   	margin-left: 3px;	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease;  
	   	border: 0px solid #333;
	   	color: #333;
	   	border-radius: 3px;
	   	width: 215px;
	   	display: block;
	   	height: 35px;
	   	font-size: 15px;
	   	line-height: 36px;border: 1px solid #e70012;
	   	display: flex;    align-items: center;
	   }
	   .index_main #header .rt .cont a {
	   		  
	   }
	   #header .rt .cont a:hover {
	   	background: #e5322c  ;
	   	border: 1px solid #e5322c;
	   }
	    
	  
	    #header:hover .rt .cont a,
   .master_hide #header .rt .cont a
	     {
	   	/*background: #fff  ;
	   	color: #e5322c;
	   	border: 1px solid #e5322c;*/
	   }
    #header .rt .so svg,
      #header .rt .lang svg
    {
		width: 21px;
		height: 21px;
		display: block;
		margin:5px auto 0; 
		fill: #e5322c;fill: #fff;	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
	}
	 .index_main #header .rt .so svg,
      .index_main #header .rt .lang svg {
	 	fill: #fff;	
	 }
	#header:hover .rt .so svg,
      #header:hover .rt .lang svg, 
   .master_hide #header:hover .rt .so svg,
      .master_hide #header:hover .rt .lang svg 
       {
 
	}
	#header .rt .lang {
		position: relative;
		margin-top: 31px;
 height: 50px;
		width: 35px;
		margin-left: 5px;
	}
	#header .rt .lang .svg {
		width: 35px;
		height: 35px;
		border: 1px solid #e70012;
		border-radius: 3px;
	}
	#header .rt .lang svg { 
	}
		#header .rt .lang svg {
			display: block; 
		}
		#header .rt .lang span{
			float: left;font-size: 14px;	 
			padding-top: 1px;
			font-weight: normal;
			font-style: normal;
			color: #333;
		}
		.index_main #header .rt .lang span {
		color: #fff;
	
		}
		.b-menu #header .rt .lang span {
		color: #333;
	
		}
		#header .rt .cont {
			position: relative; height: 50px;
			margin-left: 3px;
		}
		.index_main #header .rt .cont .xia {
			color: #000;
			padding: 20px;
			font: normal 16px 'R-Medium';
			color: #e70012;
			line-height: 1.7;
			width: 250px;
			text-align: left;
		}
		.index_main #header .rt .cont .xia b {
			display: block;
			font-size: 18px;
			padding-bottom: 15px;
		}
 .lang .xia,
	#header .rt .cont .xia
	{
		background: #fff;
		margin-left: 0px;
		right: -30px;
		top: 52px; 
		color: #1111;
		width: 100px;
		opacity: 0;
		visibility: hidden;
		position: absolute;
	}
 .lang:hover .xia,
	#header .rt .cont:hover .xia
	{
		opacity: 1;
		visibility: initial;
	}
 .lang .xia a:hover{
			color: #111;
			text-decoration: underline;
		}
 .lang .xia a{
		display: block;
		text-align: center;
		padding: 18px 24px;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		font-weight: normal;font: normal 16px 'R-Medium';
    color: #e70012;
	}
 .lang .xia a:last-child{
		border-bottom: 0;
	}
	
	
	
    #header .logo a{
  	display: block;
  	width: 100%;
  	height: 45px;
  	height: 100%;
  	font-size: 32px;color: #fff;
  	
  }
  #header:hover { 
  }
  #header:hover .a,
  .master_hide #header .a
   { 
  }
  #header:hover .logo,
  .master_hide #header .logo
   {
  	   
  }
    .master_hide #header .logo
   {
  	 /*   background:#444 url(/images/logo.png) no-repeat center 70%;
  		background-size: 90px;
  		height: 110px;
  		width: 110px;
  		margin-left: -55px;*/
  		    width: 150px;
    height: 60px;
	background: url(/images/logo-w2.png) no-repeat center 40%;
	background-size: 80px;
  }
  body.master_hide #header .logo {
 
  }
  body.master_hide #header .menu1 {
  float: left;
  }
    .master_hide #header .logo a {
 
  }
   #header .rt .cont a:hover {
	   	background:  #e5322c;
	   	border: 1px solid #e5322c;
	   	background:  #b2201b;
	   	border: 1px solid #b2201b;
	   	color: #000;
	   }
	   #header .rt .cont a:hover svg{
	    
	   }
	   
	    .fl-menu.fl  {
			float: right;
		}
  .menu1 a{
  	color: #fff;
  }
   .menu1 li{
   	float: left;margin-right:15px;
   	position: relative; 
   } 
     .menu1 li:first-child{
	 	border-top: 2px solid #fff;
	 	margin-right: 25px;
	 }
     .menu1 li .a{
	 	color: #000; 
	 	padding: 25px 2px 23px;
	 display: block;
	 	font-weight: 400;
	 	font-size: 15px;
	 	text-transform: capitalize;
	 	 border-bottom: 0px solid rgb(31 41 191 / 0%);	-webkit-transition:all 0.4s ease;	font-family: 'R-Medium',sans-serif; 
	 	 letter-spacing: 0.6px;
      transition:all 0.4s ease; 
	 }
	 .menu1 li .a:after {
	 	content: '';
	 	display: inline-block;
	 	width: 20px;
	 	height: 20px;
	 	background:   url('/images/down.png') no-repeat center 10px;
	 	background-size: 10px;
	 }
	 	 .menu1 li:first-child .a:after {
	 	 	display: none;
	 	 }
	 .index_main .menu1 li .a{
 
	 }
	   #header .menu1 li:hover .a 
	    {
   color: #e5322c; 
   }
   #header .menu1 li:hover { 
   }
   #header .menu1 li.on .a {
   	 color: #000;
   }
  .menu1 .down {
  	width: 380px;
  	position: absolute;
  	top: 100px;
  	left: -5px; 
  	background: #fff;
  	border-top: 1px solid #eee;
  	opacity: 0;
  	box-shadow: 1px 2px 3px #aaa;
  	border-radius: 10px;
  	overflow: hidden;
  	visibility: hidden;-webkit-transition:all 0s ease;
      transition:all 0s ease; top: 80px;
	  
  	
  }
  .menu1 .down2 {
  	width: 560px;	left: -25px; 
  }
    .menu1 .down.down1{
		width: 160px;
	}
	.menu1 .down.down1 .fl2 {
	width: 100%;	
	}
    .menu1 .down-sup {
  	
  }
    .menu1 li:hover .down {
		opacity: 1;top: 77px;
		visibility: visible;
		z-index: 9;
	}
	
	
  .menu1 .down .fl2 {
  	float: none;
  	width: 600px;
  	background: #ececec url(/css/images/bg5.png) no-repeat center;
  	background-size: 130%;
  	background: #fff;
  	padding: 10px 10px 20px 20px; 
  }
  .menu1 .down .fl2 a{
  	display: block;
  	height: 32px;
  	line-height: 32px;
  	color: #333;
  	text-transform: capitalize;
  	font-weight: normal;
  }
  .menu1 .down.xiaoxie .fl2 a {
  	text-transform: none;
  }
    .menu1 .down .fl2 a.b{
		font-size: 18px;
		height: 50px;
  	line-height: 50px;
		padding-bottom: 0px;
		margin-bottom: 20px;
		font-size: 22px;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		color: #e5322c;
		
		display: none;
	}

   .menu1 .down .fl2 a:hover{
   	color: #e5322c;
   	text-decoration: underline;
   }
   	.menu1 .down .fl2 a.b:hover {
		text-transform: none;
   		text-decoration: none;
   	}
  .menu1 .down .rt2 {
  	float: none;
  	width: 40%;
  	height: 400px;
  	display: none;
  }
   .menu1 .down .rt2 .img{
   	background: url('/css/images/a8.jpg') no-repeat center;
   	background-size: cover;
   	width: 400px;
   	height: 250px;
   		width: 100%;
   	height: 100%;
   	margin: 0px auto 0;
   }
   .menu1 .down .rt2 .img.img-sol{
   	background: url('/images/p15.jpg') no-repeat center;
   	background-size: cover;
   	 
   }
    .menu1 .down .rt2 .img.img-chanp{
   	background: url('/images/chanp.jpg') no-repeat center;
   	background-size: cover;
   	 
   }
      .menu1 .down .rt2 .img.img-sup{
   	background: url('/images/p14.jpg') no-repeat center;
   	background-size: cover;
   }
   .menu1 .down .rt2 .img.img-ab{
   	background: url('/images/ab.jpg') no-repeat center;
   	background-size: cover;
   }
  .menu1 .down .rt2 .img.img-sol {
   	background: url('/images/sol.jpg') no-repeat center;
   	background-size: cover;
   }
   .menu1 .down .rt2 .img.img-sup {
   	background: url('/images/sup.jpg') no-repeat center;
   	background-size: cover;
   }
      .menu1 .down .rt2 .img.img-Media {
	  	background: url('/images/news.jpg') no-repeat right top;
   	background-size: cover;
	  }
	  
	 .gotop .rt .lang span{
	  color: #111;
	 	display: block;
	 	width: 50px;
	 }
	  .gotop .rt .lang {
	  		position: relative; 
	  		padding-right: 20px;
	  }
	 .gotop .rt .lang .svg {
	 	display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
	width: 95px;
	position: relative;

	 }
	 .gotop .rt .lang .svg img{
		 width: 25px;
		 margin-right:5px;
	 }
	 .gotop .rt .lang .svg:after {
	 	    content: "";
	 	display: inline-block;
    margin-left: 5px;
    vertical-align: 10px;
border-color: #222;
opacity: .8;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
	visibility: initial;
	 }
	 .gotop .rt svg {
	  	 fill: #888;
	  }
	  
	   .gotop .rt .xia {
	    background: #fff;
	top: 40px;
	right: 5px;
	width: 115px;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px #aaa;
/*opacity: 1;
    visibility: inherit;*/
	 
	   }
	   .lang .xia a {
	   	padding: 12px 17px;
	   	border-bottom: 0;
	   	font-size: 14px;
	   	color: #111;
	   }
	   .lang .xia a img,
	   .lang .xia a svg
	    {
	   	width: 120px;
	   	display: inline-block;
	   	padding-right: 2px;
	   }
	   .lang .xia a svg {
	   		width: 80px;
	   }
	   .lang .xia a img {
	   	width: 23px;
	   	margin-left: 5px;
	   	margin-right: 3px;
	   }
	   .lang .xia a {
	   	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	   }
	   .gotop {
	   	position: absolute;
	   	z-index: 9999;
	   	left: 0;
	   	top: 0;
	   	width: 100%;
	   	border-bottom: 1px solid #eee;
	   }
	  .gotop .rt:hover .xia{
	  	    opacity: 1;
    visibility: inherit;
	  	z-index: 999;
	  }
	  
	  
 .ban-1 {
 	height: 600px;height: 100vh;
 	height: 630px;
 	overflow: hidden;
 	-webkit-transition:all 1.6s ease;
      transition:all 1.6s ease;  
 }
 .index_main {
 background: #dbdbdb;
 
 }
 .ban-1.on {

 	border-bottom: 0px solid #e60012;
 }
 .ban-1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;height: 100vh;
    	height: 630px;
	 
}

  .lb .slide-inner {
     width: 100%;
    background-size: cover !important;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
 /*cursor: url(/css/images/22.cur),move;*/
  }
    .ban-1:before {
		content: '';
		display: block;
		width: 100%;
		height: 600px;
		background:  url('/css/images/bg1.png')  repeat-x left top;
		position: absolute;
		top: 0;
		left: 0;
	}
  
    .ban-1 .bg2 {
		position: absolute;
		left: 25%;
		transform: translateX(-50%);
		top:0%; 
		width: 600px;
		height: 80px;
		z-index: 11;-webkit-transition:all 2.5s ease;
      transition:all 2.5s ease; 
	  opacity: 0; 
	}
 
	.ban-1 .swiper-slide-active .bg2{
		top:18%;
		opacity: .3;
	}
	.ban-1 .lb.swiper-slide-active .bt{
			top: 55%;
		opacity: 1;
		top: 48%;
		width: 90%;
			left: 50%;
			margin-left: -600px;
			opacity: 1.5;
			height: 370px;
			max-width: 1250px;
	}
	 .ban-1 .swiper-slide-active .slide-inner .w90 .a1 {
	 	opacity: 1;
	 }
	 .ban-1 .img{
	 	width: 100%;
  	height: 100%;
	 }
	 .ban-1 .img:before {
	 	content: '';
	 	position: absolute;
	 	width: 100%;
	 	height: 100%;
	 	top: 0;
	 	left: 0;
	 	display: block;
	 	background: #000;
	 	opacity: .2;
	 	z-index: 3;
	 }
	.ban-1 .lb3 .img:before {
		opacity: .1;
	}
		.ban-1 .lb2 .img:before {
		opacity: .3;
	}
	 .ban-1 .img:after {
	 	content: '';
	 	position: absolute;
	 	width: 100%;
	 	height: 100%;
	 	top: 0;
	 	left: 0;
	 	display: block;
	 	background: url(images/a2.png) no-repeat 10% center;
	 	background-size: auto 60%;
	 	opacity: .3;
	 	z-index: 3;
	 	display: none;
	 }
	 .ban-1 .img video {
	 	position: absolute;
	 	width: 100%;
	 	height: 100%;
	 	top: 0;
	 	left: 0;
	 	display: block;
	 	object-fit: cover;
	 }
  .ban-1 img{
  	width: 100%;
  	height: 100%;
  	display: block;
  	object-fit:cover;
  	position: relative;
    top: 50%;
	transform: translateY(-50%);
  }
     .ban-1 .lb {
	 	position: relative;
	 	z-index: 3;
	 }
	 .ban-1 .lb1 .slide-inner::before,
	 .ban-1 .lb2 .slide-inner::before,
	  .ban-1 .lb3 .slide-inner::before
	 {
	 	content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(to left top, #000000, rgb(0 0 0 / 81%));
		opacity: .4;
		 position: absolute;
		 top: 0;
		 left: 0;
	 	z-index: 2;
	 }
	  .ban-1 .lb2 .slide-inner::before{
	 	opacity: .1;
	 }
	 .ban-1 .a1 {
	 
	 	width: 500px;
	 	height: 50px;
	 	text-align: left;
	 	margin: 50px 0 0;
	 	opacity: 1;
	 	-webkit-transition:all 3s ease;
      transition:all 3s ease;  
	  position: absolute;
	 	bottom: 40px;
	 	right: 50px;
	 	text-align: right;
	 	z-index: 909;
	 }
	 .ban-1 .a1 a{
	 	width: 150px;
	 	height: 37px;
	 	line-height: 35px;
	 	display: inline-block;
	 	color: #fff;
	 	font-size: 13px;
	 	border: 2px solid #fff;
	 	text-transform: uppercase;
	 	margin: 0 4px;
	 	border-radius: 50px;
	 	text-align: center;
	 }
	 .ban-1 .a1 a:hover {
	 	background: linear-gradient(to right, rgb(197 4 18 / 86%), #f67e6a, #ffffff 100%);
    background-size: 200% 100%;
	border: 1px solid #d01502;
	 }
	 
	 .ban-1 .w90 .a1 a.button {
	 	 
	 	padding-left: 10px;
	 }
	 .ban-1 .w90 .a1 a .svg {
	 	display: inline-block;
	 	width: 30px;
	 	height: 20px;
	 	 transform: translateY(3px);
	 }
	 .ban-1 .w90 .a1 a .svg svg {
	 	fill: #fff;width: 15px;
	 	height: 15px; 
	 }
	 	 .ban-1 .w90 .a1 a.b1
	 	 {
	 	 	background: rgb(255 255 255 / 100%);
	 	 	color: #e60012;
	 	 	width: 220px;
	 	 	
	 	 }
	 	 .ban-1 .w90 .a1 a:hover
	 	 {
	 	 	background: rgb(255 255 255 / 100%);
	 	 	color: #e60012;
	 	 	
	 	 }
	 	  .ban-1 .w90 .a1 a:hover
	 	 {
	 	 	background: rgb(255 255 255 / 100%);
	 	 	background: #e60012;
	 	 	color: #fff;
	 	 	border: 1px solid #e60012;
	 	 }
   .ban-1 .lb .bt {
   	color: #fff;
   	z-index: 14;
   	position: absolute;
   	top: 35%;  
  	left: 50%;
			margin-left: -600px;
 
			height: 370px;
			max-width: 1250px;
   	text-align: left;
   	opacity: 0;-webkit-transition: all 1.6s ease;
    transition: all 1.6s ease;
   }
      .ban-1 .lb2 .bt {
 
	  }
	   .ban-1 .lb.lb3 .bt p {
 
	  }
	  .ban-1 .lb.lb3 .bt b {
	 
	  }
	 .fiex {
	  	text-align: left;
	  	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	  }
       #typed-strings,
     #typed,
   #typed2
      {
 
	 	font-family: 'R-Regular'; 
	  	font-weight: 400;
	  	font-size: 32px;
	  	opacity: 1;
	 line-height: 1.5;
	  	text-align: left;
	  	letter-spacing: 0px;/*
	  	white-space: pre;*/
	  	
	  	width: 1200px;
	  	width: 690px;
	  	   padding-top: 20px;
	  	   opacity: .7;
	  	   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	  	   background-image: linear-gradient(to right, #ffffff, #ffffff 30%, rgb(255 255 255 / 54%) 100%);
	  }
	  #typed2 { 
	  	display: block;
	  	white-space: normal!important;
	  }
	  .visual-banner #typed{
	 color: #fff;
	 
	 font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  color: #eee;
  border-left: 4px solid #e80011;
  height: auto;
  line-height: 20px;
  padding-left: 20px; 
  padding-top: 0;
	  }
	  .CP-section-1 h2  {
	  	height: 80px;
	  }
	  .CP-section-1 h2 #typed,
	  .CP-section-1 h2 #typed-strings
	  {
	  	color: #000;
	  	opacity: 1;
	  	-webkit-text-fill-color: initial;
    background-image: none;
	  	text-align: left;
	  	    font-size: 26px;
	  	text-transform: capitalize;
	  }
	  .CP-section-1.CP-section-pet h2 #typed {
 
	  }
	   .visual-banner .typed-cursor {
	  	color: #fff;font-size: 36px;
	  	
	  }
	  .typed-cursor { 
	  	padding-left: 5px;
	  	font-weight: 900;
	  	display: none;
	  }
	  #typed-strings p {
	  	
	  }
	.ban-1 .lb .bt p{
	  	font-size: 16px;
	  	text-align: left;
	  	font-weight: 300;
	  	line-height: 1;
	  	letter-spacing: 2px;
	  	text-transform: capitalize;
	  	margin-bottom: 0px;
	  	border-left: 0px solid #2c458D;
	  	padding-left: 1px;
	 opacity: 1; 
		display: inherit;
	  	background: none;
		  letter-spacing: 1px;
		  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #d01502, #d22a0e, #eb3615, #f07f3e 50%, #ffffff 50%);
    background-size: 150% 100%;
	 opacity: .9; 
}
 
  .ban-1 .lb .bt p:before{
  	content: '';
  	display: none;
  	width: 40px;
  	height: 10px; 
  	margin-bottom: 40px;
  	background: #e60012;
  }

	  .ban-1 {
	  	position: relative;
	  }
	 body .ban-1 .swiper-pagination {
    
    text-align: right;  
	/*bottom: 14vw; 
	left: 10%;*/
	margin-top: 5%;
	position: absolute;
	right: auto;
	left: 50%;
	transform: translateX(-100px);
	 
	bottom: 50px;
	text-align: left;
	padding-right: 0px;
	margin: 0 auto;
	width: auto; 
	
	display: flex;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
	width: calc(100% - 50px);
	width: 100px;
}
body .ban-1 .swiper-pagination::after {
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body .ban-1 .swiper-pagination {
	display: flex;
}
 body .ban-1 .swiper-pagination-bullet {
	color: #fff;
    opacity: 1;
    width: 100%;
    width: 40%;
    height: 10px;
    border-radius: 0px;
    background: none;
    border: 2px solid #ffffff;
    display: block;
    margin-top: 5px;
    opacity: 1;
    border-radius: 60px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
 }

  body .ban-1 .swiper-pagination-bullet::before {
 	content: '';
 	width: 100%;
 	height: 13px; 
 	background: #fff;
 	position: absolute;
 	left: 2px;
 	top: 2px;
 	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index: 1;
	opacity: 0;border-radius: 50%;

 }
   body .ban-1 .swiper-pagination-bullet-active ::before {
   	opacity: 1; opacity: 0;
   }
   body .ban-1 .swiper-pagination-bullet:hover,
  body .ban-1 .swiper-pagination-bullet-active 
   {
	opacity: 1;
    width: 100%;
    background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
    border: 0;
 	 
 }
 body .ban-1 .swiper-pagination-bullet::after {
 	content: '';
 	width: 0%;
 	height: 11px;
 	 
 	background: #fff;
 	position: absolute;
 	left:  1px;
 	top: 0px;
 	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index: 2;border-radius: 50px;	display: none;
 }
 body .ban-1 .swiper-pagination-bullet-active::after {
  background: linear-gradient(to left, #e60012, #7f2d13);
 	animation: move2 8s ease-out;	display: none;
 }
  body .ban-1 li:nth-child(1).swiper-pagination-bullet-active::after {
 
 }
 @keyframes move2{
           0%{
                width: 0;
            } 
            100%{
                width: 100%;
}
}
 
	   .ban-1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
	   
	    .ban-1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	  	margin-top: 5px; 
	  }
	  .ban-1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	   .ban-1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	  	
	  }
	  
	  .h2 {
	  	padding-bottom: 30px;	font-family: 'R-Regular',sans-serif;
	  }
	      
	  .h2 span{
	  	font-size: 24px;display: block;
	  	padding-bottom: 5px;	font-family: 'R-Regular',sans-serif;
	  	padding-top: 10px;
	  }
	  .h2 b{
	  	font-size: 46px;
	  	display: block;
	  	line-height: 1.2; 
	  }
	  .h2.clearfix b {
	  	float: left;
	  	width: 50%;
	  }
	  .h2.clearfix a {
	  	float: right;
	  	
	  	margin-top: 10px;
	  }
	  
	  a.more,
	  div.more
	   {
	  	font-size: 15px;
	  	text-transform: uppercase;
	  	font-weight: bold;
	  	padding-right: 22px;
	  	color: #666;
	  	background:  url('/css/images/right.png') no-repeat right center;
	  	background-size: 13px;    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	  }
	  a.more:hover,
	  div.more:hover
	   {
	  	padding-right: 32px;color: #e60012;
	  }
	  
 .p80 {
	padding: 80px 0;
}

   
  #footer {
   	background: #2b2b2b;
   	background-size: contain;
   	padding: 100px 0 10px;
   	position: relative;
   	z-index: 2;
   	border-top: 0px solid #ccc;
   }
   #footer ul {
   	margin-bottom: 50px;
   	float: left;
   	width: calc(100% - 150px);
   	width: 100%;
   }
      #footer ul li a, #footer ul li span {
    color: #bbb;
    display: block;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 8px;
}
#footer ul li.xiaoxie a {
	text-transform: none;
}
#footer ul li span b {
	font-size: 13px;
	color: #f1f1f1;
	color: #ccc;
}
   #footer ul li a {
   	color: #bbb;
   	display: block;
   	line-height: 1.5;
   	font-size: 13px;
   	margin-bottom: 8px;
   	text-transform: capitalize;
   }
    #footer ul li a:hover {
		color: #fff;
	}
   #footer ul li {
   	float: left;
   	margin-right: 4%;
   }
   
   #footer ul li a.b {
   	color: #f1f1f1;
   	font-weight: normal;
   	font-size: 14px;
   	margin-bottom: 20px;
   	text-transform: uppercase;
   	border-left: 4px solid #e60012;
   	padding-left: 10px;
   	height: 14px;
   	line-height: 14px;
   }
   
   
   .ft22 {
   	padding: 0px 0 55px;
   }
     .ft22 .w90{
	 	border-top: 1px solid #777;
	 	padding-top: 20px;
	 }
   .ft22 .logo2 {
   	background:  url('/images/logo-w.png') no-repeat left top;
   	width: 120px;
   	height: 60px;
   	margin-top: 4px;
   	background-size: 100px;
   	float: left;
   	opacity: .7;
   }
   .ft22 .logo2 a {
   	display: block;
   	height: 100%;
   }
   .ft22 .rt {
   	color: #999;
   	height: 40px;
   	line-height: 40px;
   	font-size: 12px;
   }
   

#footer ul li span {
	max-width: 420px;
}
   #footer ul li:last-child {
    margin-right: 0;
}   
   /*——base——*/
   
   .ban-1 a.button .svg{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 2px;
   }
   .ban-1 .a1 a {
   	position: relative;
   }
      .ban-1 .a1 .more1{
	  	padding-right: 30px;
	  	width: 150px;
	  	padding-left: 20px;
	  }
	  .ban-1 .a1 .more8{
	  	padding-right: 10px;
	  	width: 180px;
	  	padding-left: 10px;
	  }
      .ban-1 a.button .svg svg{
	  	display: inline-block;
	  	  width: 15px;
  height: 15px;
  fill: #fff;
	  }
   #index2 video {
	    width: 100%;
    height: 100%;
	max-height: 75vh;
    display: block;
    object-fit: cover;
}
   .simg2 {
   	width: 100%;
   margin-top: -200px;
   }
   .simg2 .a1 {
   	height: 1000px;
   	position: relative;
   }
   .simg2 .a1 .h2:before {
   	position: absolute;
   	left: 50%;
   	content: '';
   	display: block;
   	width: 400px;
   	height: 15px;
   	top: 62px;
   	margin-left: -200px;
 
   	background: #e60012;
   }
 
   
   .simg2 .a1 .h2 {
   	text-align: center;
   	
       position: absolute;
    z-index: 9;
    top: 50%;
   	left: 0%;
   	margin-left: ;
   	font-size: 36px;
   	text-align: center;
   	width: 100%;
   	z-index: 99;    line-height: 2;
   }
   .simg2 .a1 .h2 span {
   	position: relative;
   	z-index: 5;
   	display: block;	font-size: 46px;
   	font-weight: bold;
   }
      .simg2 .a1 .h2 a:hover{
	  	background: #e60012 url(images/right.png) no-repeat 84% center;
	  	background-size: 15px;
	  	color: #333;border: 1px solid #e60012;
	  }
      .simg2 .a1 .h2  a{
	  	width: 180px;
   	height: 60px;
   	border-radius: 5px;
   	line-height: 60px;
   	background: #fff url(images/right.png) no-repeat 80% center;
   	background-size: 15px;
   	color: #000; 
   	text-indent: -10px;
   	margin: 30px auto 0;
   	display: inline-block;	border: 1px solid #fff;
		font-size: 18px;
	  }
	  .simg2 .a1 .h2  a.pdf1{
	  	background: #fff  url(images/pdf.png) no-repeat 90% center;
   	background-size: 30px;
	  	border: 1px solid #fff;
	  	color: #222;
	  	margin-right: 15px;	text-indent: -20px;
	  }
	    .simg2 .a1 .h2  a.pdf1:hover{
			background: #e60012  url(images/pdf-b.png) no-repeat 90% center;
   	background-size: 30px;border: 1px solid #e60012;
		}
    .simg2 .a1 .pa2 {
		position: absolute;
		z-index: 9;
		width: 100%;
		height: 100%;
	
	}
   .simg2 .a1 .pa2 .yun{
   	position: absolute;
   	left: 5%;
   	top: 30%;
   }
    .simg2 .a1 .pa2 .yun2{
   	position: absolute;
   	right: 2%;
   	top: 40%;
   }
       .simg2 .a1.pa2 img{
	   	width: 200px;
	   	display: block;
	   	z-index: 5;
	   }
    .simg2 .a1 .div{
   position: absolute;
	   	top: 0;
	   	left: 0;
	   	height: 600px; 
	   	width: 100%;
	}
	.simg2 .a1 .img-a{
	   	background:  url('/images/a20.jpg') no-repeat center 0;
	   	background-size: 100%;
	   		height: 850px; 
	   }
	   .simg2 .a1 .img-b{
	   	background:  url('/images/a21.png') no-repeat center bottom;
	   	background-size: 100%;
	   	z-index: 3;
	   	bottom: 200px;
	   	top: auto;height: 850px; 
	   }
	    .simg2 .a1 .img-c{
	   	background:  url('/images/a23.png') no-repeat center top;
	   	background-size: 100%;
	   	z-index: 8;
	   	bottom: -30px;
	   	top: auto;height: 300px; 
	   }
   .s2 { 
	width: 100%;
	overflow: hidden;
	padding: 0px 0 30px;
}
.s2 .h2 {
	padding-bottom: 40px; 
	width: 90%;text-align: center;
}
.s2 .br {
	width: 100%;
	height: 2px;
	display: block;
	background: #e60012;
	
}
.s2 .h2 b {

-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
    padding-left: 5px;
	display: inline-block; 
    letter-spacing: 0px;
	    font-size: 32px;font-weight: 300;
}
.s2 .lb{
	margin-left: 0;
	padding-top: 0px;
	overflow: inherit;
	position: relative; 
	margin: 0 auto;
	
	width: 90%;
}
.s2 .ul {
	margin: 0px auto 40px;
	display: flex; -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.s2 .ul li{
	float: left;
	width: 33.333%;
	height: 225px;
	position: relative;
	padding-right: 2%;cursor: move;
	cursor: move;
	
   
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.s2 .ul li:last-child{
	padding-right: 0;
}
.s2 .ul li a{
	display: block;
	height: 100%;
	width: 100%;
		overflow: hidden;  
	border-radius: 10px;
}
.s2 .ul li a:hover{
	border-radius: 150px 150px 150px 150px;
		border-radius: 20px ;
}

 
.s2 .ul li:before{
	position: absolute;
	right: -1px;
	top: -1px;
	content: '';
	width: 70px;
	height: 70px;
	display: block; 
	background: linear-gradient(225deg,  #e60012, #f1f1f1 50%, transparent 50%, transparent 100%);-webkit-transition:all 0.2s ease;
      transition:all 0.2s ease; 
	  opacity: 0;
	  display: none;
}
.s2 .ul li:after{
	position: absolute;
	left: -1px;
	bottom: -1px;
	content: '';
	width: 70px;
	height: 70px;
	display: block; 
	background: linear-gradient(45deg, #e60012, #f1f1f1 50%, transparent 50%, transparent 100%);-webkit-transition:all 0.2s ease;
      transition:all 0.2s ease; 
	  opacity: 0;  display: none;
}
.s2 .ul li:hover:after,
.s2 .ul li:hover:before
 {
	opacity: 1;
}
.s2 .ul li:hover:after,
.s2 .ul li:hover:before
 {
	opacity: 1;
}
.s2 .ul li .img{
	height: 100%;
	width: 100%;
	background-image:  url('/css/images/aa2.jpg');
	background-repeat: no-repeat;
	background-size: cover!important;
	background-position: center;
}
.s2 .ul li:nth-child(2) .img{
background-position: right center;
}
.s2 .ul li:nth-child(3) .img{
background-position:  left center 
}
.s2 .ul li .pa {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	color: #fff;
	padding: 165px 20px 0 20px;
	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
}


.s2 .ul li .pa b{
	font-size: 18px;
	line-height: 1.4;
	margin-top: 5px;
	display: block;
	 -webkit-transition:all 0.4s ease;
      transition:all 0.4s ease;
	font-weight: normal;
	font-style: normal;
}
.s2 .ul li .pa span{
	display: block;
	font-size: 16px;
	padding: 0px;
	opacity: 1;-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
 
	color: #eee;
	display: block;
	
	display: none;
}
.s2 .ul li .pa:hover  b,
.s2 .ul li .pa:hover span
{ 
}
.s2 .ul li .pa p{
	font-size: 15px;
	line-height: 1.2;
	padding-top: 40px; opacity: 0;-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
	  display: none;
}
.s2 .ul li a:hover p {
	padding-top: 20px;
}
.s2 .ul li a{
	position: relative;
}
.s2 .ul li .more2 {
	position: absolute;
	top: 130px;
	left: 30px; opacity: 0;
	display: none;
}
.s2 .ul li a:hover .more2 {
	opacity: 1;
}
.s2 .more2 {
	margin: 0 0;
}
.s2 .ul li a::before {
	content: '';
	display: block;
	width: 100%;
 
	background-image: linear-gradient(to right bottom, #e60012 , rgb(0 0 0 / 0%));
	background-image: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(0 0 0 / 29%));
	height: 100%;
	opacity: 0.7!important;
	position: absolute;
	top: 0;
	left: 0px;
	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
}
/*.s2 .ul li:nth-child(3) a::before {
	background-image: linear-gradient(to right bottom, #e60012, rgb(255 117 0 / 47%));
	opacity: 0.8 !important;
	
}
.s2 .ul li:nth-child(2) a::before {
	background-image: linear-gradient(to right bottom, #222 , rgb(0 0 0 / 0%));
	background-image: linear-gradient(to right bottom, #001e75, rgb(0 95 255));
	opacity: 0.4 !important;
}
.s2 .ul li a:hover::before {
	opacity: 1!important;
}
.s2 .ul li:nth-child(1) a::before {
	background-image: linear-gradient(to right bottom, #001e75, rgb(0 95 255));
	opacity: 0.4 !important;
}*/
.s2 .ul li a:hover::before { 
	opacity: 1 !important;
}
.s2 .ul li .pa .ico
{
position: absolute;
right: 0;
bottom: 0;
width: 55px;
height: 55px;
z-index: 3;
background: #e60012 url('/css/images/right-w.png') no-repeat center;
	background-size: 25px;
	opacity: 1;-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
}
/*
.s2 .ul li.l2 .pa .ico {
	background: #e60012 url('/css/images/l2.png') no-repeat center;
	background-size: 35px;
}
.s2 .ul li.l3 .pa .ico {
	background: #e60012 url('/css/images/l3.png') no-repeat center;
	background-size: 30px;
}
.s2 .ul li.l4 .pa .ico {
	background: #e60012 url('/css/images/l4.png') no-repeat center;
	background-size: 30px;
}
.s2 .ul li.l5 .pa .ico {
	background: #e60012 url('/css/images/l5.png') no-repeat center;
	background-size: 30px;
}
.s2 .ul li.l6 .pa .ico {
	background: #e60012 url('/css/images/l6.png') no-repeat center;
	background-size: 30px;
}
*/
.s2 .ul li a:hover .ico,
.s2 .ul li a:hover p
 {
	opacity: 1;
}
.s2 .ul li a:hover p
 {
	opacity: 0.8;
}
.s2 .ul li.l2 .img{
	background-image:  url('/css/images/huagong.jpg');
}
.s2 .ul li.l3 .img{
	background-image:  url('/css/images/shui.jpg');
}
.s2 .ul li.l4 .img{
	background-image:  url('/css/images/kuang.jpg');
}
.s2 .ul li.l5 .img{
	background-image:  url('/css/images/huagong2.jpg');
}
.s2 .ul li.l6 .img{
	background-image:  url('/css/images/hd2.jpg');
}


/*.s3 {
	background: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 40px;
}
.s3 .h2{
	
}
.scp {
	    margin: 10px auto;
    display: flex;
	width: 100%;
	border-radius: 0px;
	overflow: hidden;
}
.scp ul{
	width: 100%;
}
.scp li { 
	float: left;
	width: 32%;
	margin-right: 2%;
	height: 570px;
}
.scp li a{
	background: #fff;
	display: block;
	height: 100%;
	border: 1px solid #eee;
	position: relative;
	padding-top: 20px;
}
.scp li a .img{
	height: 150px;
	width: 100%;
	background-image:  url('/css/images/a3.jpg');
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center;
	z-index: 2;
}
.pro-re .scp li a .img{
	height: 350px;
}
.rt-l .scp li a .img {
	height: 230px;
}
.rt-l .scp li a .span {
    padding: 10px 25px 20px;
}
.scp li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background:  url('/css/images/bg3.png') repeat-x left bottom;
	background-size: contain;
	opacity: 0;-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
}
.scp li a:hover {
	
	color: #fff;
}
.scp li a:hover:after {
	opacity: .8;height: 400px;
}
.pro-re .scp li a:hover:after {
	opacity: 0.8;height: 400px;
}
.scp li:nth-child(3) {
	margin-right: 0;
 
}
 .scp li a .span {
	padding: 10px 40px 40px;
	position: relative;
	z-index: 5;
}
 .rt-l .scp li a .span b {
 	   font-size: 18px; 
 	   height: 60px;
 	   line-height: 1.5;
 	   overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
 }
  .rt-l .scp li a:hover .span b {
 
  }
  .scp li a .span p {
  padding-top: 10px;
  color: #666;
  height: 66px;
  font-size: 14px;
  line-height: 1.3; -webkit-transition:all 0.4s ease;
      transition:all 0.4s ease;  
  	    -webkit-box-orient: vertical;
    overflow: hidden;
	white-space: break-spaces;
    text-overflow: ellipsis ;
   -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	 display: -webkit-box;
 }
   .scp li a .span p em{
   	position: absolute;
   	right: 0;
   	bottom: 0px;
   	width: 30px;
   	height: 20px; 
   	padding-left: 5px;
   }
   .scp li a:hover .span p em {
  
   }
 .scp li a .span .more {
 	color: #e60012;
 }
 
 .scp li a:hover p{ 
	color: #fff;
}
 
 
 .s39 .bgg:before{
 	 content: '';
 	 display: block;
 	 width: 100%;
 	 background: #000;
 	 position: absolute;
 	 left: 0;
 	 top: 0;
 	 width: 100%;
 	 height: 100%;
 	 opacity: .4;-webkit-transition:all 0.1s ease;
      transition:all 0.1s ease; 
 }
  .s39 .scp li .bgg{
  	position: absolute;
  	width: 100%;
  	left: 0;
  	top: 0;
  	background:  url('/css/images/51.jpg') no-repeat center;
 	height: 550px;
 	background-size: cover;
  }
  .s39 li:hover .bgg:before {
  	opacity: .3;
  }
  .s39 .scp li.li1 .bgg{
  	background:  url('/images/p10.jpg') no-repeat 35% center; 
 	background-size: cover;
  }
   .s39 .scp li.li2 .bgg{
  	background:  url('/images/a7.jpg') no-repeat center; 
 	background-size: cover;
  }
  .s39 .scp li.li3 .bgg{
  	background:  url('/images/a11.jpg') no-repeat center; 
 	background-size: cover;
  }
    .s39 .scp li.li3 .bgg:before {
  	opacity: 0;
  }
 
  .s39 .scp li {
  	height: 550px;
  	    width: 33.333%;
    margin-right: 0%;
	    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .s39 .scp ul:hover li{
 
   }
   .s39 .scp li:hover {
   
   }
   
  .s39 .scp li a:hover {
    box-shadow: none;
}
  .s39 .scp li a {
 	background: none;
 	border: 0;
 	color: #fff;padding-top: 200px;height: 550px;
 }
 .s39 .scp li a .img{
 	background: none;
 	padding-left: 40px;
 	position: relative;
 	z-index: 2;
 	margin-top: 20px;
 	height: 150px;
 	z-index: 3;
 }
   .s39 .scp li a .img svg{
  	width: 40px;
  	height: 40px;
  }
  .s39 .scp li:nth-child(1) a .img svg{
  	width: 36px;
  	height: 36px;
  } 
  .s39 .scp li:nth-child(2) a .img svg{
  	width: 50px;
  	height: 50px;
  	margin-top: -4px;
  } 
    .s39 .scp li:nth-child(3) a .img svg{
  	width: 42px;
  	height: 42px;
  } 
  
  .s39  .scp li a .span b {
  	    height: auto;
    display: block;
	margin-bottom: 10px;
	font-size: 24px;
  }
 .s39  .scp li a .span p {
 color: #eee;	
 height: 400px;
 height: auto;
 }*/
 
 .s4.p80 {
 	padding-top: 0;
 }
  .s4 .fl,
  .s4 .rt
  {
 	width: 50%;
 }
 .s4 .fl .img{
 	display: block;
 	height: 650px;
 	width: 100%;
 	background: url('/css/images/a5.jpg') no-repeat center -20px;
 	background: url('/css/images/ab1a.jpg') no-repeat center -20px;
 	background-size: cover;
 }
   .s4 .rt {
   	padding-left: 50px;
   }
   .s4 .rt b{
 padding-bottom: 20px;
 display: block;
 
 font-size: 32px;
 text-align: center;
 }
   .s1 .more3{
   	margin: 50px 0 10px;
   }



 .s4 .rt p,
  .s1 .p p
  {
 	padding-bottom: 50px;
 	color: #333;
 	font-size: 18px;
 }
 .s1 .p p { 
 	 font-size: 16px;
 }
  .s4 .rt .ul {
  padding-top: 9%;
  }
 .s4 .rt .ul .li{
 	 
 	padding-top: 15px;-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
 }
 .s4 .rt .ul .li:hover{
 
 }
 .s4 .rt .ul .li p{
 	font-size: 15px;
 	color: #666666;
 	padding-bottom: 15px;
 }
  .s4 .rt .ul .li strong {
  	font-size: 40px;
  	color: #e60012;
  	display: block;
  }
  .snew.p80 {
  	margin: 0px auto 50px;
  	padding: 0;
  	overflow: hidden;
  	border-radius:  10px;
  	position: relative;
  	z-index: 10;
  }
 .snew .img{ 
 	background:  url('/images/a12.jpg')  center / cover no-repeat;
 	background-size: 100%;
 	height: 850px;
 	width: 100%; 
 	position: relative;
    z-index: 0;min-height: 60vh;
	
 }
  .snew .fl{
  	padding: 50px 0 0;
  	width: 30%;
  }
  .snew .fl .h2 b{
  	margin-bottom: 40px;
  	display: block;
  }
  .snew .rt .more {
  	color: #fff;
  	width: 105px;
  	padding-right: 20px;
  	margin: 50px auto 0; 
  	transform: translateX(-5px);
  	text-transform: capitalize; background: url(/css/images/right-w.png) no-repeat 90% center;
    background-size: 13px;
	-webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
  }
   .snew .rt a:hover .more {
   	text-transform: capitalize; background: url(/css/images/right-w.png) no-repeat 100% center;
    background-size: 13px;
   }
   .snew .rt {
   	width: 100%; 
   	float: none;
   	padding: 0 %;
   }
  .snew .rt li{
  	float: left;
  	width: 49%;
  	height: 380px; 
  	border-radius: 20px;
  	overflow: hidden;
  	margin-left: 0%;
  	margin-right: 2%;
  	margin-bottom: 50px;
  	padding-top: 0;
  }
 
  .snew .rt li:hover { 
  }
     .snew .rt li:nth-child(2)
    {
   	border-right: 0;
   	border-left: 0;margin-right: 0%;
   }
   .snew .rt li:nth-child(2),
     .snew .rt li:nth-child(4)
    {
   	border-right: 0; 
   }
    .snew .rt li:hover a,
        .snew .rt li:hover span,
        .snew .rt li:hover b
    {
		color: #fff;
		display: block;
	}
  .snew .rt li a{
  	padding: 120px 50px 0;
  	display: block;
  	    height: 100%;
  	position: relative;  
  	color: #fff;text-align: center;
  	
  	background: #e60012;
  }
   .snew .rt li:nth-child(3) a::after,
    .snew .rt li:nth-child(4) a::after{
   	display: none;
   }
  .snew .rt li a .img2{
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat; 
  	opacity: 1;-webkit-transition:all 0.5s ease;
  }
  .snew .rt li a .img2:after{
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: #e60012;
  	opacity: 0;
  }
  .snew .rt li a:hover .img2:after {
  	opacity: 0.5;
  }
  .snew .rt li  a:hover .img2{
 opacity: 0.5;
  }
  .snew .rt li  a:hover svg{
 opacity: 0.8;
  }
    .snew .rt li a span svg {
		fill: #fff;
		width: 300px;
		height: 300px;
		opacity: 1;-webkit-transition:all 0.3s ease;
      transition:all 0.3s ease; 
	}
  .snew .rt li a span {
  	position: absolute;
  	top: -150px;
  	left: -150px;
  	display: block; 
  	opacity: 0;-webkit-transition:all 0.3s ease;
      transition:all 0.3s ease; 
  }
    .snew .rt li a:hover span{
		
		opacity: 1;
	}
   .snew .rt li a b {
   	font-size: 34px; -webkit-transition:all 0s ease;
      transition:all 0s ease; 
	  padding-top: 20px;
	  display: block;
	  text-align: center;
   }
   .snew .rt li a:after{
   	content: '';
   	width: calc(100% - 10px);
   	height: 1px;
   	background: #ccc;
   	display: block;
   	position: absolute;
   	bottom: 0px;
   	left: 5px;
   	display: none;
   }
      .snew .rt li:nth-child(1) a:before,
       .snew .rt li:nth-child(3) a:before
      {
   	content: '';
   	height: calc(100% - 10px);
   	width: 1px;
   	background: #ccc;
   	display: none;
   	position: absolute;
   	top: 5px;
   	right: 0px;
   }
      .snew .bg2 {
	  	width: 100%;
	  	position: absolute;
	  	bottom: -100px;
	  	left: 0;
	  	height: calc(100% - 230px); 
	  	height: 500px;
	opacity: 1;
	z-index: 2;
	opacity: 1;
	background-image: linear-gradient(to top, #243906, rgb(0 0 0 / 0%));

}  
.snew .pr4 {
	position: relative;
	z-index: 5;
	 padding-top: 20px;
}
 .snew .pa3 {
   	 padding: 80px 0;
   	width: 100%;
   	text-align: center;
   }
   .snew .pa3 span{
   	font-size: 3em;
   	
   	font-weight: bold;
   	padding: 0 0px;
   	color: #fff;
   	display: block;
   	text-align: left;
   	line-height: 2;
   	text-align: center;
   }
      .snew .pa3 span em{
	  	position: relative;
	  	z-index: 2;
	  }
   .snew .pa3 span:before {
   	content: '';
   	display: block;
    border: 1px solid #fff;
   	width: 300px;
   	height: 300px;
   	display: block;
   	position: absolute;
   	left: 50%;
   	top: -120px;
   	border-radius: 50%;
   	transform: translateX(-50%);
   }
   .snew .pa3 span em {
   	font-size: 46px;
   	display: block;
   	font-weight: bold;
   }
   .dingy {
   	background: #e60012;
   	padding: 0px 0 0px;
   	height: 150px;
   	position: relative;
   }
   .dingy .w91 {
	 	float: left;
	 	width: 48%; 
	 padding-left: 15%;
	 padding-right: 100px;
	 position: relative;
	 z-index: 2;
	 }
	 .dingy .w91 .rt{
	 	float: left;
	 	margin-left: 10%;
	 	width: 170px;
	 }
	    .dingy .w91 .more2{
			background:  url(/css/images/bg7a.png) no-repeat center;
			background: #fff;
			color: #e60012;
			background-size: cover;
		}
		  .dingy .w91 .more2:hover{
		  	background:  #e60012;  
		  	color: #fff;
		  }
     .dingy .w90 {
	 	float: right;
	 	width: 52%;
	 	padding-left: 120px;
	 padding-right: 5%;
	 }
	 .dingy .w90 .fl{
	 	float: left;
	 	margin-left: 10%;
	 }
   .dingy:before {
   	content: '';
   	display: block;
   	width: 350px;
   	height: 150px;
   	position: absolute;
   	left: 43%;
   	top: -0px;
   	transform: translateX(-50%);
   	background: url('/css/images/16.png') no-repeat center;
   	background-size: 100%;
   }
   .dingy .h2 {
   	display: block;
   	color: #fff;
   	 
   }
   .dingy .h2 a {
   	color: #fff;
   	background:  url('/css/images/right-w.png') no-repeat 95% center;
   	padding-right: 40px;
   	background-size: 25px;
   	display: block;
   }
      .dingy .h2 a:hover {
	  	background:  url('/css/images/right-w.png') no-repeat 100% center; 
   	background-size: 25px;
	  }
     .dingy .h2 b{
	 	display: block;
	 	text-transform: capitalize;
	 	height: 150px;
   	 line-height: 150px;
	 }
	 .dingy .rt {
	 	margin-top: 55px;
	 }
    .dingy .rt input{ 
		width: 200px;
		height: 40px;
		line-height: 44px;
		padding-left: 35px;
		font-size: 13px;
		background: none;
		color: #e60012;
		background: #fff url(/css/images/dy2.png) no-repeat 10px center;
		background-size: 15px;
		font-weight: bold;
	}
	 .dingy .rt {
	 	width: 270px;
	 	background: #e60012;
	 }
	 	 .dingy .rt .btn {
	 	 	background: #e60012 ;
	 	 	height: 40px;
	 	 	width: 70px;
	 	 	float: right;
	 	 }
	 	  .dingy .rt .btn span{ 
	 	  	background: none;
	 	  	color: #fff;
	 	  	text-transform: capitalize; 
	 	  	font-size: 14px;
	 	  }

   
   
   
   
   .n-ban {
   	position: relative;
  padding-top: 200px;
   	background-size: cover;
   	background-position: center;
   	background-repeat: no-repeat;
   	background: none!important;
   }
      .n-ban .h2 {
	  	position: relative;
	  	z-index: 3;
	  	color: #333;
	  	
	  }
	   .n-ban .h2 b{
	   	font-size: 48px;
	   	display: block;
	   	padding-bottom: 20px;
	   	text-transform: capitalize;
	   }
	   .n-ban .h2 p{
	   	font-size: 15px;
	   	max-width: 1200px;
	   	text-transform: capitalize;
	   }
    .n-ban.pro::after {
		content: '';
		display: none;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right top, #0429b3, rgb(0 0 0 / 75%));
		opacity: .7;
		 position: absolute;
		 top: 0;
		 left: 0;
	}
    .n-ban.pro {
		background: #161820 url(/css/images/ab11.jpg) no-repeat 120% center !important;
		 
		height: 400px;
		color: #fff;
	}  
	.n-ban.pro .h2 p {
		opacity: 1;
		max-width: 900px;
	}
	.n-ban.pro .h2 b,
	.n-ban.pro .h2 p
	 {
		color: #fff;
	}
	.n-ban.pro .bg11 {
		
	}
	   .n-ban.cont {
		background-image: url(/css/images/cont1.jpg);
	}  
	.n-ban.new {
		background-image: url(/css/images/new1.jpg);
	}  
		.n-ban.ab1 {
		background-image: url(/css/images/ab1.jpg);
	}  
	.n-ban.sup1 {
		background-image: url(/css/images/sup1.jpg);
	}  
		.n-ban.ca1 {
		background-image: url(/css/images/ca1.jpg);
	}  
	
	.n-ban .bg11 {
		background:  url('/css/images/bg11.png') no-repeat center top;
		width: 700px;
		height: 250px;
		background-size: 100%;
		position: relative;
		z-index: 9;
		    right: 9%;
			bottom: -20%;
		padding: 45px 0px 50px 150px;
		color: #fff;
	}
	.n-ban .bg11 a {
		color: #eee;
		text-transform: capitalize;
		padding-right: 4px;
		padding-left: 4px;
		font-size: 15px;
	}
	.n-ban .bg11 a:first-child{
		padding-left: 0;
	}
	.n-ban .bg11 b{
		display: block;
		font-size: 32px;
		padding-bottom: 10px;
	}
	
	.pro-list.on1 .fl-l {
		/*position: fixed;
		top: 0;*/
	}
	.pro-list {
		width: 100%;
		background: #fff;
		padding: 80px 0 100px;
	}
	.pro-list .fl-l {
		width: 300px;
		float: left;
		margin-right: 40px;
	}
	.pro-list .fl-l ul .ul2 {
	 padding-left: 40px;
		padding-bottom: 10px;
	}
		.pro-list .fl-l ul .ul2 a {
			display: block;
			color: #666;padding: 4px 0;
		}
		.pro-list .fl-l ul .ul2 a:hover { 
			color:#e60012;
			
		}
		.pro-list .fl-l ul .ul2 a em {
			font-weight: lighter;
		}
		.pro-list .fl-l ul .a{
			display: block;
			height: 65px;
			line-height: 65px; 
			font-size: 16px;
			text-transform: capitalize;
			font-weight: bold; -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
	left: 0;
	top: 0;
		}
		.pro-list .fl-l ul .a span{
		display: block;
	float: left;	height: 55px;
			line-height: 55px;
		}
		.pro-list .fl-l ul .a:after {
			content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
		}
		.pro-list .fl-l ul .a.on,
		.sideMenu li.on .a,
		.pro-list .fl-l ul a.active,
		.pro-list .fl-l ul a:hover,
		.pro-list .fl-l ul .a:hover 
		 {
			color: #e60012;
			color: #e60012;
			font-weight: bold; 
		}
		 .pro-list .fl-l ul .a:hover {
		 color: #e60012!important;	
		 
		 }
		.pro-list .fl-l ul .a:before {
			content: '';
			border-radius: 50%;
			display: block;
		width: 35px;
		height: 35px;
		margin-right: 10px;
		margin-top: 14px;
		float: left;
		background: #e60012 url(/css/images/ico.png) no-repeat 45% 45%;
    background-size: 22px;
	filter:grayscale(100%);
	opacity: .1;
	    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
		}
 .pro-list .fl-l ul li.on .a:before,
 .pro-list .fl-l ul .a:hover:before,
 .pro-list .fl-l ul a.active .a:before,
 .sideMenu li.on .a:before
 . 
  {
 		filter:grayscale(0%);
	opacity: 1;
 }
 .pro-list .fl-l.sol-a ul li.on a:before,
  .pro-list .fl-l ul li a.active .a:before
 {
 	filter:grayscale(0%);
	opacity: 1;
 }
		.pro-list .fl-l ul .li1 a:before {
			    background: #e60012 url(/css/images/ico1.png) no-repeat center;
    background-size: 22px;
		}
		.pro-list .fl-l ul .li2 a:before {
			    background: #e60012 url(/css/images/l2.png) no-repeat center;
    background-size: 22px;
		}
		.pro-list .fl-l ul .li3 a:before {
			    background: #e60012 url(/css/images/l3.png) no-repeat center;
    background-size: 22px;
		}
		.pro-list .fl-l ul .li4 a:before {
			    background: #e60012 url(/css/images/l4.png) no-repeat center;
    background-size: 22px;
		}
		.pro-list .fl-l ul .li5 a:before {
			    background: #e60012 url(/css/images/l5.png) no-repeat center;
    background-size: 22px;
		}
		.pro-list .fl-l ul .li6 a:before {
			    background: #e60012 url(/css/images/l6.png) no-repeat center;
    background-size: 22px;
		}
		
		.pro-list .fl-l ul a:hover{
			color: #e60012; 
		}
	.pro-list .fl-l .span{
		color: #e60012;
		font-weight: bold;
		font-size: 18px;
		border-top: 5px solid #e60012;
		padding-top: 20px;
		text-transform: uppercase;
		margin-bottom: 60px;
	}
	.pro-list .rt-l {
		width: calc(100% - 350px);
		float: right;
		padding-top: 0px;
	}
	.pro-list .rt-l .h1 {
		padding-bottom: 20px;
	}
		.pro-list .rt-l .h1 h1{
			font-size: 36px;
		}
	.pro-list .rt-l div.hr {
		margin: 20px 0 50px;
		height: 1px;
		width: 100%;
		display: block;
		background: #ccc;
	}
	.pro-list .rt-l .scp li 
	 {
			width: 31.5%;
			    margin-right: 2.5%;
				height: auto;
				margin-bottom: 30px;
		}
		.pro-re .scp li{
			height: auto;
		}
		.pro-list  .scp li:nth-child(3n) {
			margin-right: 0%;
		}
	.scp li a .span::after {
		content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
	.scp li a:hover {
	box-shadow: 1px 1px 13px 6px #ececec;
	}
	.scp li .more {
		margin-top: 50px;
		float: right;
		    background: url(/css/images/right.png) no-repeat right center;
    background-size: 13px;
	}
	
	 .scp li a:hover .more {
		color: #fff;
		background: url(/css/images/right-w.png) no-repeat right center;
    background-size: 13px;
	}
		.pro-list .rt-l .h2 {
			font-size: 32px;
			text-transform: capitalize;
			font-weight: bold;
			padding-bottom: 10px;
		}
		
	.so {
		margin-bottom: 30px;
	}
	.so  .hjc{
		position: absolute;
		top: 14px;
		right: 80px;
		
	}
		.so  .hjc a{
			font-size: 13px;
		font-weight: normal;
		font-style: normal;
		color: #666;
			background: #eee;
		padding: 4px 15px;border-radius: 20px;
		}
	.so form {
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
 
.so .sear-inpu {
    line-height: 50px;
    width: calc(100% - 40px);
    background: rgb(255 255 255 / 20%);
    color: #fff;
    border: 0px solid #555;
    border-right: 0;
	border-radius: 5px 0 0 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    height: 34px;
	line-height: 34px;
    padding-left: 20px;
}
.so .btn {
    position: absolute;
    right: 0;
    top: 0px;
    height: 34px;
    background: #333 url(/images/so-w.png) no-repeat center;
	background-size: 15px;
	text-indent: -99999px;
    border: none;
	border-radius: 0px 5px 5px 0px;
    padding-right: 0px;
    /* background: #bbbbbb; */
    width: 40px;
}
.so img {
    margin: 0 auto;
    cursor: pointer;
	display: block;
	height: 20px;
}

#pro-body #header,
.b-menu  #header
{
	border-bottom: 1px solid #ddd;
}
.b-menu {
	
}
.b-menu #header {
  	background: #fff;
  }
.b-menu #header .a {
  	color: #333;
  }
.b-menu #header .logo {
  	    background: url(/images/logo.png) no-repeat left top;
    background-size: 105px;
  }
  
  #header .rt .shej {
  	padding-top: 30px;
  	float: left;
  	margin-right: 0px;
  }
	   #header .rt .cont a,
	 #header .rt .cont a .svg {
		 	width: 25px;
	   	height: 28px;
	   	height: 35px;
	   	width: 35px;
	   	text-align: center;
	   	display: block; 
	   	padding-left: 0px;
		 } 
	   #header .rt .cont a svg
	    {
	   	width: 18px;
	   	height: 24px;
	   display: block;
	   margin: 0 auto;
	   	fill: #fff;
	   }
	   #header .rt .cont a:hover {
	   	color: #fff;
	   }
	     #header .rt .cont a:hover svg {
		 	fill: #fff;
	     }
	   .b-menu #header .rt .cont a:hover {
	   	background:  #e60012;
	   	border: 1px solid #e60012;
	   	color: #fff;
	   }
	 .b-menu #header .rt .so svg,
     .b-menu #header .rt .lang svg,
     .master_hide #header .rt .so svg,
     .master_hide #header .rt .lang svg
      {
 
	}  
	.fff2 {
		background: #fff;
	}
	.z1 {
		background: #fff;
		background: #f9f9f9;
		overflow: hidden;
		padding-bottom: 0px;
		 
	}
	.z1.pro0 {
		padding-top: 100px;
	}
	.z1 #container {
		display: none;
	}
		.pro-body,
		.n2-body
		 {
			margin-top: 200px;
		}
		.pro-body 
		 { 
		}
		.pro-body.h-pro {
			margin-top: 0;
			padding: 0px 0 0px;
	 position: relative;
	 z-index: 89;
	 margin-top: 0px;
			
		}
		.pro-body.h-pro .w90 {
	padding: 10px 0 20px;
	position: relative;
		}
		.pro-body .fl-1 {
			float: left;
			width: calc(100% - 700px);
			padding-top: 50px;
		
		}
		.pro-body .rt-1 {
			float: right;
			width: 680px;
			padding-bottom: 0px;
		}
		.pro-body .rt-1 .cp-img1{
			float: left;    width: 520px !important;
    height: 500px;
		}
	.pro-body .fl-1 h1{
		font-size: 32px;
		color: #e60012;color: #222;
		font-weight: bold;
		padding-bottom: 40px;
		text-transform: uppercase;
	}
	.pro-body .fl-1 .span {
		display: block;
		padding-bottom: 0px;
		color: #666;color: #e60012;
	}
	.pro-body .fl-1 .p {
		font-size: 15px;
    color: #666;
    max-width: 650px;
    height: 110px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    text-align: left;
    text-indent: 0;
	}
		.pro-body .rt-1 .cp-li{
			width: 120px; 
		height: 500px;
		margin-left: 20px;
		float: right;
		}
	.pro-body .rt-1 .img{
		background-color: #fff!important;
		background:  url('/css/images/a7.png') no-repeat center;
		background-size: 450px!important;
		width: 520px!important;
		height: 500px; 
		overflow: hidden; -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	}
	.pro-body .rt-1 .img2{
	 
		width: 820px;
		width: 50%;
		height: 250px; 
		float: none;
		margin-top: 50px;
		border-radius: 0px;
		z-index: 19;-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
		/*transform: translateY(-100px);*/
	}
	.pro-body .rt-1 .img2 img {
		opacity: 1;
		width: 100%;
		height: auto;
		    /* height: 100%; */
    display: block;
    /* object-fit: cover;*/
			border-radius: 0px;
			-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
		.pro-body .rt-1 .img2:hover img {
			 
		}
	.pro-body.h-pro .rt-1 .img2 { 
		width: 770px;  
		height: auto;
	width: calc(100% - 580px);	
 
	max-width: 800px;
		display: flex;justify-content: center;
    flex-wrap: nowrap;
    align-items: center; 
	float: none;-webkit-transition: all 1s ease;
  transition: all 1s ease;
		position: absolute;
		bottom: 0%; 
		right:150px;
		margin-left: 0px;
	}
	.pro-body.h-pro .rt-1 .img2:hover {
		transform: scale(1.05);
	}
	.cp-li .swiper-slide {
	opacity: 0.7;
}
.cp-li .swiper-slide-thumb-active,
.cp-li .swiper-slide:hover
 {
	opacity: 1;
	border: 1px solid #fff !important;
}
.cp-li .swiper-slide-thumb-active img{
		left:500px;
}
.tempWrap {
	width: 100%!important;
}
	.pro-body .rt-1 .hd  ul {
		    width: 100%;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
	}
	.pro-body.h-pro .rt-1 ul {
		 
	}
	.pro-body.h-pro .rt-1 .hd  ul li:last-child {
		margin-right: 0%!important;
	}
		.pro-body .rt-1 .hd  ul li:last-child{
			margin-right: 0!important;
		}
	.pro-body .rt-1 .hd ul li{ 
			border: 1px solid #eaeaea;
			padding: 5px 5px 10px;
			margin-bottom: 0px;
			margin-right: 0.5%;
			width: 12%;
			border-radius: 10px;-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
			background:  url('/css/images/a7.png') no-repeat center ;
			background-position: center 15px!important; 
		}
	
	.more2 {
		background:  url(/css/images/bg7.png) no-repeat center;
		background:none; border: 1px solid #fff;
		height: 36px;
		line-height: 36px;
		border-radius: 0px;
		text-align: center;
		color: #fff;
		display: block;
		width: 160px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;-webkit-transition: all 0s ease;
    transition: all 0s ease;
	-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	}
	.more2.green {
		background: none  ;
		color: #e60012;
	   	border: 1px solid #e60012;
		
	}
 



	.more2:hover,
	.more2.green:hover
	 {
	background: #e60012;
    border: 0px solid #e60012;
    color: #fff;
	background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
	border-radius: 30px;
	}
	.pro-body .fl-1 .more2{
		margin-top: 50px;
		width: 220px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	}
	  
	 
	.po-2 {
		width: 100%;
		background: #eee;
	}   
	.po-2 ul{
		display: flex;
		    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	}
	.po-2 li{ 
		width: 100%;
		border-bottom: 5px solid #eee;
		    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
	.po-2 li.on,
	.po-2 li:hover
	{
		border-bottom: 5px solid #e60012;
	}
	.po-2 li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 15px;
	text-align: center; 
	}
	
	.pro-body2 {
		padding: 50px 0 0;
	}
	
	.pro-body2 .pro1 {
		padding-top: 100px;
		border-bottom: 1px solid #eee;
		padding-bottom: 30px;
	}
	.pro-body2 .pro1 .fl-a {
		float: left;
		width: 30%;
		
	}
	.pro-body2 .pro1 .fl-a .b,
	.pro-re .b
	{
		margin: 0 auto;
		display: block;
		position: relative;
		padding-left: 25px;
		height: 40px;
		line-height: 40px;
		text-transform: capitalize;
		font-size: 22px;
		font-weight: bold;
	}
	.pro-re .b {
		margin-bottom: 30px;
	}
	.pro-body2 .pro1 .fl-a .b::before,
	.pro-re .b::before
	{
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		display: block;
		background: #e60012;
		position: absolute;
		left: 0;
		top: 15px;
	}
	.pro-body2 .pro1 .rt-a {
		float: right;
		width: 70%;
	}
	.pro-body2 .pro1 .rt-a.down-1 a {
		display: block;
		width: 150px;
		text-align: center;
	}
	.pro-body2 .pro1 .rt-a.down-1 a:hover svg {
		fill:#e60012!important
	}
	.pro-body2 .pro1 .rt-a.down-1 a span {
		display: block;
		text-align: center;
		color: #999;
		font-size: 13px;
	}
	.pro-body2 .pro1 .rt-a.down-1 svg {
		display: block;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.pro-body2 .pro1 .rt-a .svg {
		
	}
	.pro-body2 .pro1 .rt-a p {
		margin: 0!important;
		line-height: 1.8;
	}
	.pro-body2 .pro1 .rt-a p,
	.pro-body2 .pro1 .rt-a span
	 {
		font-size: 17px!important;
		line-height: 1.6;
		color: #444!important;
		text-transform: capitalize;
		    font-family: 'ge', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif!important;
	}
	.pro-body2 .pro1 .rt-a p strong{
		color: #222;
		padding-right: 10px;
	}
	.pro-body2 .pro1 .rt-a .table  table{
		width: 100%!important;
	}
	.pro-body2 .pro1 .rt-a .table td {
		padding: 20px 0;
		text-align: left;
		text-indent: 10%; 
		width: 50%;
		text-transform: capitalize;
	}
	.pro-body2 .pro1 .rt-a .table td {
		border-right: 
		0px solid #fff!important;
	}
	.pro-body2 .pro1 .rt-a .table td:first-child {
		border-right: 2px solid #fff!important;
	}
	.pro-body2 .pro1 .rt-a .table tr {
		background: #eee;
	}
	.pro-body2 .pro1 .rt-a .table tr:nth-child(2n) {
		background: #fff;
	}
	.pro-re {
		margin-bottom: 80px;
		padding-top: 50px;
	}
	
	
	
	.pro-0 .li{
		width: 100%;
		background: #f1f1f1 url(/css/images/bg10.jpg) no-repeat center bottom;
		background-size: 100%;
		margin-bottom: 50px;
		
		width: 45%;
		float: left;
		margin-right: 5%;
		
	}
	.pro-0 .li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}
	.pro-0 .li a{
		padding: 30px 30px 20px;
		display: block;
		position: relative;
	}
		
	.pro-0 .li a .fl-0 b{
		font-size: 24px;
		padding-bottom: 15px;
		font-weight: bold;
		text-transform: capitalize;
		display: block;
	}
	.pro-0 .li a .rt-0 
	 {
		/*width: 40%;
		float: right;
		*/
	}
	.pro-0 .li a .fl-0 {
		width: 60%;
		width: calc(100% - 100px);
		float: left;
	}
	.pro-0 .li a .rt-0 .img {
		background:  url(/css/images/a8.png) no-repeat center;
		background-size: 100%;
		width: 220px;
		transform: scale(0.9);
		height: 220px;
		margin: 0 auto ;margin-top: 0px;
		-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	position: absolute;
	right: -70px;
	}
		.pro-0 .li.li1 a .rt-0 .img {
			background:  url(/css/images/li21.png) no-repeat center;
		background-size: 150px;
		}
		.pro-0 .li.li2 a .rt-0 .img {
			background:  url(/css/images/li22.png) no-repeat center;
		background-size: 190px;
		}
		.pro-0 .li.li3 a .rt-0 .img {
			background:  url(/css/images/li233.png) no-repeat center;
		background-size: 205px;
		}
		.pro-0 .li.li4 a .rt-0 .img {
			background:  url(/css/images/li24.png) no-repeat center;
		background-size: 195px;
		}
		.pro-0 .li.li5 a .rt-0 .img {
			background:  url(/css/images/li255.png) no-repeat center;
		background-size: 170px;
		}
		.pro-0 .li.li6 a .rt-0 .img {
			background:  url(/css/images/li26.png) no-repeat center;
		background-size: 140px;
		}
		.pro-0 .li.li7 a .rt-0 .img {
			background:  url(/css/images/li27.png) no-repeat center;
		background-size: 150px;
		}
		.pro-0 .li.li8 a .rt-0 .img {
			background:  url(/css/images/li28.png) no-repeat center;
		background-size: 150px;
		}
	.pro-0 .li a .rt-0 .img {
		
	}
	.pro-0 .li a .fl-0 p{
		padding-bottom: 50px;
		color: #666;
		max-width: 700px;
		font-size: 13px;
		height: 62px;    margin-bottom: 20px;
		line-height: 1.5;
		overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
	}
	
	.pro-0 .li a:hover{
			box-shadow: 1px 1px 8px 4px #ddd;
		}
		.pro-0 .li a:hover .img{
			transform: scale(1);right: -60px;
		}
		
		
		.sol-p h3{
			font-size: 32px;
		}
		.sol-p .p {
			font-size: 18px;
			line-height: 1.5;
			margin-top: 20px;
			color: #666;
		}
		.sol-p {
			margin-bottom: 0px;
		}
		.sol-p .ul { 
			margin: 30px 0 0px;
			height: 450px;
		}
		.sol-p .ul .fl-s,
		.sol-p .ul .rt-s
		 {
			float: left;
			width: 50%;
			height: 400px;background: #eee;
		}
		.sol-p .ul .rt-s a:hover,
		.sol-p .ul .rt-s a:hover p
		 {
			color: #e60012 ;
		}
		.sol-p .ul .fl-s .img{
			
			background: url('/css/images/a2.jpg') no-repeat left top;
			background-size: cover;
			width: 100%;
			height: 400px;
		}
		.sol-p .ul .rt-s {
			padding: 30px;
			position: relative;
			display: block;
		}
		.sol-p .ul .rt-s b {
			font-size: 22px;
			display: block;
			padding-bottom: 30px;
		}
		.sol-p .ul .rt-s p {
			font-size: 15px;
			color: #666;
			line-height: 1.6;
		}
		.sol-p .ul .rt-s .num {
			font-size: 22px;
			color: #e60012;
			font-weight: bold;
			position: absolute;
			left: 30px;
			bottom: 40px;
		}
		.sol-p .ul .mySwiper-sol1 {
			position: relative;
		}
		 .mySwiper-sol1 .swiper-button-next{
			width: 50px;
			position: absolute;
			right: 20px;left: auto;
			bottom: 50px;
			display: block;margin: 0;
			top: auto;
		}
	 .mySwiper-sol1 .swiper-button-prev{
			width: 50px;
			position: absolute;
			right: 80px;left: auto;top: auto;
			bottom: 50px;display: block;
	 	margin: 0;
		}
		.mySwiper-sol1 .swiper-button-prev:after, 
		.mySwiper-sol1 .swiper-button-next:after {
			display: block;
			width: 50px;
			height: 50px; 
			line-height: 50px;
			text-align: center;
		 background-color: #fff;
			border: 1px solid #eee;
			font-size: 32px;
			color: #e60012;
		}
			.mySwiper-sol1 .swiper-button-prev:hover:after, 
		.mySwiper-sol1 .swiper-button-next:hover:after {
				color: #fff;
				background: #e60012;
			}
		.sol-p .ul .next2 {
			width: 110px;
			position: absolute;
			right: 30px;
			bottom: 30px;
		}
		.sol-p .ul .next2 a{
			display: block;
			width: 50px;
			height: 50px;
			float: left;
			background: #fff url('/css/images/left.png') no-repeat center;
			background-size: 14px;
			border: 1px solid #eee;
		}
		.sol-p .ul .next2 a:hover{
			transform: scale(1.1);
		}
		.sol-p .ul .next2 a:nth-child(1) {
			margin-right: 10px;
		
		}
		.sol-p .ul .next2 a:nth-child(2) { 
			background: #e60012 url('/css/images/right-w.png') no-repeat center;
			background-size: 14px;
		}
		
		
		
		.cbody {
			padding: 110px 0 100px;
		}
		.cbody .fl {
			width: 50%;
			float: left;
			float: none;
			width: 100%;
			padding-top: 50px;
		}
				.cbody .fl .c b{
					display: block;
					font-size: 22px;
					color: #e60012;
					padding-bottom: 10px;
				}
				.cbody .fl .c p {
					color: #666;
					line-height: 1.5;
				padding-right: 100px;
				}
				.cbody .fl .c p em {
					display: block;
					font-weight: normal;
					font-style: normal;
					padding-bottom: 10px;
				}
				.cbody .fl .c a {
					display: block;
					color: #e60012;
				}
				.cbody .fl .c.c1 {
			 
					width: 50%;
				}
				.cbody .fl .c.c-map {
					width: 40%;
					float: left;
					height: 490px;
					background: #eee;margin-bottom: 50px;
					border-radius: 10px;
					overflow: hidden;
				}
				.c-map iframe {
					width: 100%;
					height: 100%;
				}
				.cbody .fl .c {
					width: 50%;
					float: left;
					margin-bottom: 50px;
					
				}
				.cbody .fl .hr {
					width: 100%;
					background: #bbb;
					height: 1px;
					margin-bottom: 50px;
				}
				.cbody .fl .hr:before {
					content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
				}
				.cbody .fl .c .img img{
					width: 450px;
					border-radius: 5px;
					display: block;
					margin: 4px 0 10px;
				}
		.cbody .rt {
			width: 50%;
			float: right;float: none;
			width: 100%;
			padding: 50px 60px 40px;
			background: #f1f1f1;
		}
		.cbody .rt em {
			display: block;
			font-size: 12px;
			color: #555;
		}
		#inline1 form textarea {
			    background: #fff;
   padding: 13px 10px;
    height: 80px;
    border: 1px solid #ccc;
		}
					.form b{
				font-size: 24px;
				display: block;
				margin-bottom: 40px;
			}
		.form input,
		.form select
		{
			display: block; 
			border: 0;
			border-bottom: 1px solid #aaa;
			margin-bottom: 10px;
			height: 35px;
			line-height: 1.5;
			color: #999;
			width: 100%;
			padding-left: 0px;
			background: none;
		}
		.form select {
			border: 0;
			border-bottom: 1px solid #aaa;
			background:   url('/images/open.png') no-repeat 97% center;
			background-size: 15px;
		}
		.form textarea{
			border: 0;
			border: 1px solid #aaa;
			width: 100%;
			height: 50px;
			padding: 10px 0px;     background: none;
    border: 0;
    border-bottom: 1px solid #aaa;
		}
		.form textarea,
		.form input,
		.form select
		 {
			font-size: 15px;  
  color: #888;  
  font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
		}
			.form .more2 {
				color: #fff;
				display: block;
				margin-top: 20px;
			}
			
			.nmenu {
				width: 100%;
				background: #fff;
				border-bottom: 1px solid #eee;
			}
			.nmenu ul {
				    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
			}
			.nmenu li {
				width: 100%;
			}
			.nmenu li a{
				font-size: 18px;
				height: 70px;
				display: block;
				line-height: 70px;
				letter-spacing: 0.5px;
				text-align: center;
				border-bottom: 3px solid #eee;
				font-weight: bold; 
			}
			.nmenu li.on a,
			.nmenu li:hover a
			 {
				color: #e60012;
				border-bottom: 3px solid #e60012;
			}	
			.ns-body {
				background: #f1f1f1;
				padding: 50px 0;
			}
			.ns-body .so {
				margin: 0px 0 40px;
				width: 100%;
			}
			.ns-lst .ul li{
				display: block;
				float: left;
				width: 23.5%;
				margin-right: 2%;
				margin-bottom: 4%;
				display: block; 
				border-bottom: 3px solid #fff;
				    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
			}
			.ns-lst .ul li a{
				display: block;
				width: 100%; 
			}
			.ns-lst .ul li:hover {
				box-shadow: 1px 1px 13px 6px #ececec;
				border-bottom: 3px solid #e60012;
			}
			.ns-lst .ul li:nth-child(4n) {
				margin-right: 0;
			}
			.ns-lst .ul li .img{
				display: block;
				width: 100%;
				height: 240px;
				overflow: hidden;
				background: url('/css/images/a2.jpg') no-repeat center;
				background-size: cover;
			}
			.ns-lst .ul li:nth-child(2) .img {
			 background: url('/css/images/a10.jpg') no-repeat center;
				background-size: cover;
			}
			.ns-lst .ul li:nth-child(3) .img {
			 background: url('/css/images/a5.jpg') no-repeat center;
				background-size: cover;
			}
			.ns-lst .ul li:nth-child(4) .img {
			 background: url('/css/images/a8.jpg') no-repeat center;
				background-size: cover;
			}
			.ns-lst .ul li:nth-child(5) .img {
			 background: #fff url('/css/images/a8.png') no-repeat center;
				background-size: 50%;
			}
			.ns-lst .ul li:nth-child(6) .img {
			 background: #fff url('/css/images/a7.png') no-repeat center;
				background-size: 60%;
			}
			
			
			.ns-lst .ul li .b{
				background: #fff;
				padding: 30px 20px 15px;
				display: block;
			}
			.ns-lst .ul li .b b {
				font-size: 15px;
				display: block;
				height: 100px;
			}
			.ns-lst .ul li .b span {
				display: block;
				color: #999;
				font-size: 15px;
				letter-spacing: 1px;
			}
			
			
			
			.fenye {
	margin-top: 0px;
	border-top: 1px solid #ccc;
}
.fenye select {
	display: none;
}

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

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

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


.n2-body .fl {
	
	width: calc(100% - 580px);width: 100%;
	float: none;
}
.n2-body .rt {
	width: calc(100% - 880px);
	width: 500px;
	width: 100%;
	float: none;
}
.n2-body .rt .h4 {
	font-size: 32px;
    
	padding: 20px 0 20px;
	border-top: 1px solid #eee;
	margin-top: 50px;
}
.n2-body .rt ul {
	width: 100%;
	display: block;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}
.n2-body .rt ul li {
	margin-bottom: 30px;
	margin-right: 1%;
	width: 19%;
}
.n2-body .rt ul li:last-child{ 
	margin-right: 0px;
}
.n2-body .rt ul li a{
	display: block;
	width: 100%;
	height: 200px;
	max-width: 300px;
	border: 2px solid #aaa;
	color: #555;
	padding: 30px ; 
	font-size: 16px;
	line-height: 1.4;    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.n2-body .rt ul li a span{
	display: block;font-size: 12px;
	padding-bottom: 20px;color: #888;
}
.n2-body .rt ul li a .span{
	font-size: 13px;
	color: #888;
	padding-top: 5px;
}
.n2-body .rt ul li a:hover{
	color: #fff;
	border: 2px solid #e60012;
	background: #e60012  ;
	background-size: cover;
}
.n2-body .rt ul li a:hover span{
	color: #fff;
}
.b-menu .n2-body{
	    margin-top: 100px;
}
.n2-body {
	padding: 5px 0 80px;
}
.n2-body h3{
	font-size: 32px;
	line-height: 1.6;
    color: #111;
    font-weight: bold;
    padding-bottom: 20px;
}
.n2-body .timee{
	font-size: 15px;
	display: block;
	color: #777;
	margin: 0px 0 30px;
	text-transform: uppercase;
}
.n2-body .body1,
.n2-body .body1 p
 {
	display: block;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}
.n2-body .body1 p,
.n2-body .body1 p span,
.n2-body .body1 p strong

 {
	white-space: pre-line;
    word-break: break-word;
}
.n2-body .body1 p{
	
}
.n2-body .body1 img{
	 width: 100%;
	 height: auto!important;
	display: block;
	margin: 20px auto 20px;
	max-width: 700px;
}
.n2-body .body1 video {
	 width: 100%;
	 height: auto!important;
	display: block;
	margin: 20px auto 20px;
	max-width: 800px;
}
.n2-body .img2{
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover!important;
	padding: 50px 0;
	height: 400px;
	width: 100%;
	position: relative;
}
.n2-body .img2:before{
	content: '';
	display: block;
	width: 100%;
	height: 400px;
background: linear-gradient(0deg, rgb(63 81 181 / 52%), rgb(17 34 124) 68.05%);
	opacity: 1;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
.n2-body .img2 h1
{
	font-size: 32px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
	position: relative;
	z-index: 3;
	padding-top: 50px;
}
.n2-body .img2 .timee{
	font-size: 15px;
    display: block;
    color: #fff;
    margin: 0px 0 30px;
    text-transform: uppercase;position: relative;
	z-index: 3;
}
.weiz{
	padding-bottom: 50px;
	color: #333;position: relative;
	z-index: 3;
	opacity: .8;font-size: 12px;
}
.weiz a{
	color: #333;
    text-transform: capitalize;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
}
.weiz a:first-child {
    padding-left: 0;
}
.n2-body .img2 .weiz,
.n2-body .img2 .weiz a
{
	color: #fff;
	font-size: 13px;
	opacity: 0.9;
}
 
.n2-body .fl {
		    float: none;
    width: 940px;
    margin: 50px auto;
    /* background: #222; */
    padding: 50px 50px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-bottom: 0;
	}
	.n2-body .fl iframe
	 {
	width: 100%;	
	height: auto;
	    min-height: 550px;
	}
.ab-body {
	padding: 110px 0 0px;
	position: relative;
	margin-top: 0px;
}
.ab-body .pa1 {
	position: absolute;
    right: 50%;
    margin-right: -740px;
}
.ab-body .img1{
	background:  url('/css/images/a11.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 780px;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.ab-body .img1 video {
	display: block;
	width: 100%;
	height: 100%;
	    object-fit: cover;
}
.ab-body .pa1 .bg1{
	width: 550px;
    height: 200px;
	padding: 45px 0px 50px 50px;
}
.ab-body .pa1 .bg1 b {
	font-size: 28px;    padding-bottom: 0px;
}
.ab-body .pa1 .bg1 p {
	font-size: 16px;
}
.ab-body .bg1{
	    background: url(/css/images/bg11a.png) no-repeat center top;
		
    width: 700px;
    height: 250px;
    background-size: 100%;
    position: relative;
    z-index: 9;
    left: 0px;
    bottom: -280px;
	bottom: auto;
    padding: 45px 0px 50px 120px;
    color: #fff;
}
.ab-body .bg1 b{
	    display: block;
    font-size: 38px;
    padding-bottom: 10px;
}
.ab-body .bg1 p{
	    color: #eee;
    text-transform: capitalize;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 20px;
}
.ab-body .a1 {
	padding: 50px 0;
	display: block;
}
.ab-body .a1 .fl{
	width: 65%;
	position: relative;
}
.ab-body .a1 .fl:after{
	content: '';
	display: block;
	width: calc(100% - 70px);
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	    background: linear-gradient(to top, #fff, rgb(255 255 255 / 38%));
}
.ab-body .a1 .rt{
	width: 33%;
}
.ab-body .a1 .rt .li{
	display: block;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.ab-body .a1 .rt .li b{
	font-size: 48px;
	color: #e60012;
	display: block;    
}
.ab-body .a1 .rt .li p{
	font-size: 15px;
	color: #666666;
}


.ab-body .a1 .fl p {
	color: #666;
	font-size: 18px;
	line-height: 1.7;
	height: 480px;
	overflow-y: scroll;
	padding-right: 20px;
	margin-right: 50px;
	padding-bottom: 100px;
}
.ab-body .a1 .fl p::-webkit-scrollbar 
 {
     position: absolute;
     right: 0;
     top: 0;
     width: 6px;
     -webkit-transition:all 0.4s ease;transition:all 0.4s ease;
 }
.ab-body .a1 .fl p:hover::-webkit-scrollbar {
 }
.ab-body .a1 .fl p::-webkit-scrollbar-track 
 { 
     border-radius: 10px;
     background-color: #cccccc;
  opacity: 0.2;
 }

.ab-body .a1 .fl p::-webkit-scrollbar-thumb 
 {
     border-radius: 0px; 
     background-color: #e60012;
	 border-radius: 10px;
  opacity: .2;
 }

  
.ab-body .a1 .fl p::-webkit-scrollbar-thumb:hover 
 { 
     opacity: 0.8; 
 }
 
 
 
 .ab-body .a2 {
 	width: 910px; 
 	margin: 50px auto 50px;
 }
  .ab-body .a2 .log{
  	float: left;
  	width: 240px;
  	margin-right: 0;
  	padding-bottom: 0px;
  	position: relative;
  }
    .ab-body .a2 .log:last-child{
		margin-right: 0;
	}
  .ab-body .a2 .log .b{
  	color: #e60012;
  	font-size: 182px;
  	height: 400px;
  	display: block;
  	text-align: center;
  	text-transform: capitalize;
  	font-weight: bold;
  	text-indent: -9999px;
		background: url('/css/images/log-1.png') no-repeat left top;
		background-size: contain;
		-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
     .ab-body .a2 .log2 {
	 	width: 245px;
	 }
	 .ab-body .a2 .log1 .b{
   	background: url('/css/images/log-1a.png') no-repeat center top;
 background-size: contain;
   }
   .ab-body .a2 .log1:hover .b{
   	background: url('/css/images/log-1.png') no-repeat center top;
 background-size: contain;
   }
   .ab-body .a2 .log2 .b{
   	background: url('/css/images/log-2a.png') no-repeat center top;
 background-size: contain;
   }
    .ab-body .a2 .log2:hover .b{
   	background: url('/css/images/log-2.png') no-repeat center top;
 background-size: contain;
   }
   .ab-body .a2 .log3 {
	 	width: 265px;
	 	margin-left: -50px;
	 }
   .ab-body .a2 .log3 .b{
   	background: url('/css/images/log-3a.png') no-repeat center top;
 background-size: contain;
   }
   .ab-body .a2 .log3:hover .b{
   	background: url('/css/images/log-3.png') no-repeat center top;
 background-size: contain;
   }
   .ab-body .a2 .log4 {
	 	width: 235px; margin-left: -30px;
	 }
   .ab-body .a2 .log4 .b{
   	background: url('/css/images/log-4a.png') no-repeat center top;
 background-size: contain;
   }
   .ab-body .a2 .log4:hover .b{
   	background: url('/css/images/log-4.png') no-repeat center top;
 background-size: contain;
   }
    .ab-body .a2 .log .sm {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		text-align: center;
 opacity: 0.1;
 -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	filter: grayscale(100%);
	}
	  .ab-body .a2 .log:hover .sm {
	  	opacity: 1;filter: grayscale(0%);
	  }
	.ab-body .a2 .log .sm b{
		font-size: 26px;color: #e60012;
		display: block;
		color: #fff;
		text-transform: capitalize;
	 padding-bottom: 5px;
		
	}
	.ab-body .a2 .log .sm p{
		font-size: 18px;
		color: #666;color: #fff;
		height: 60px;
	}
	.ab-body .a2 .log .sm::before{
		content: '';display: block;
		position: absolute;
		top: -40px;
		left: 50%;
		width: 2px;height: 35px;
		background: #e60012;background: #fff;
	}
	.ab-body .w90 {
		    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
	.ab-body.on .w90 {
		width: 100%; 
    max-width: 100%;
	}
	.ab-body.on .w90 .a3{
		border-radius: 0px;
	}
	.ab-body .a3 {
		background: url('/css/images/2645.jpg') no-repeat center;
		background-size: cover;
		background-size: cover;
		border-radius: 20px;
		height: 720px;
		height: auto;
		position: relative;
		padding: 150px 100px 100px;
		margin: 100px auto 0;
	} 
	.ab-body .a3 h4 {
		color: #fff;
		font-size: 24px;
		text-align: center;
	}
	.ab-body .a3 .ab-stoy {
		color: #fff;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.ab-body .a3 .ab-stoy p {
		max-width: 1120px;
		padding: 0 50px;
		margin: 0 auto;font-size: 18px;
		display: block;
	}
	.ab-body .a3 li::after{
				content: '';display: block;
				width: 1px;
				height: 720px;
				background: #eee;
				position: absolute;
				top: 0;
				right: 0;
				z-index: 9;
				opacity: 0.2;
			}
	.ab-body .a3 .h3{
		/*position: absolute;
		left: 0;
		top: 80px;
		*/
		width: 100%;
		
		text-align: center;
		font-size: 48px;
		color: #fff;
		text-transform: capitalize;
		font-weight: bold;
	}
		.ab-body .a3 li{
			float: left;
			width: 25%;height: 720px;
			color: #fff;
			position: relative;
			text-align: center;
			padding-top: 280px;
		}
		.ab-body .a3 li:hover{ 
		}
		.ab-body .a3 li:last-child::after{
			display: none;
		}
			
		.ab-body .a3 li b{
			font-size: 28px;
			display: block;
			padding-bottom: 20px;
		}
		.ab-body .a3 li p {
			padding:40px 8% 0;
			text-align: left;
			opacity: 0;
		}
		.ab-body .a3 li p span{
			font-size: 15px; 
			opacity: 1;
			-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	display: block;
		}
		.ab-body .a3 li:hover span{
			opacity: 1;
			margin-top: -10px;
		}
	 
		.ab-body .a4 {
			padding: 60px 0 0;
		}
		.ab-body .a4 .bgg1{
			position: relative;
		}
		.ab-body .a4 .bgg1::before,
		.ab-body .a4 .bgg1::after
		{
			content: '';
			display: block;
			width: 500px;
			height: 620px;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 2;
			background:  url('/css/images/bgg1.png') no-repeat left top;
		}
		.ab-body .a4 .bgg1::after {
			left: auto;
			right: 0;
			background:  url('/css/images/bgg2.png') no-repeat left top;
		}
		.ab-body .a4 .h3,
		.ab-body .a42 .h3
		{
			text-align: center;
			text-align: center;
		font-size: 48px;
		color: #333;
		text-transform: capitalize;
		font-weight: bold;
		margin-bottom: 50px;
		} 
		
			.ab-body .a42 {
			padding-top: 50px;background: #efefef;
			margin-top: 50px;
			padding-bottom: 80px;
		}
		.ab-body .a42 .h3 {
			margin-bottom: 10px;
			color: #222;
		}
		.ab-body .a42 .ul {
			margin-top: 50px;
			float: left;
			width: 50%;
			padding-left: 10%;
			
			
		}
			.ab-body .a42 .ul .em{
				color: #999;
				font-size: 12px;
			}
		.ab-body .a42 .ul b{
			font-size: 22px;
			text-align: left;
			display: block;
			color: #e60012;
			margin-bottom: 20px;
			font-weight: bold;
		}
		.ab-body .a42 .ul .li {
			display: block;
		 
			border-left: 17px solid #e60012;
			margin-bottom: 20px;
			padding-left: 15px;
			height: 18px;
			line-height: 18px;
		}
			.ab-body .a4 .log-ul {
			 margin: 20px auto;
 
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
 
			}
			.ab-body .a4 .log-ul2 {
			 margin: 20px auto;
				margin-left: -100px;
			}
		.ab-body .a4 .log-ul li{
	 
			background: #fff;
			padding: 30px 20px;
			height: 110px;
			width: 240px;
			overflow: hidden;
			margin: 0px 20px 0px;
			box-shadow: 0px 5px 15px #ddd;
			display: flex;    justify-content: space-between;
    align-items: center;
		}
		.ab-body .a4 .log-ul li img{
			display: block;
			width: 150px;
			margin: 0 auto;
			position: relative; 
			transform: translateY(-0%);
		}
		.ab-body .a4 .log-ul li img.fa {
		 	width:70px;
	 
		 }
		 .ab-body .a4 .log-ul li img.zh {
		 	width:135px; 
		 }
		 .ab-body .a4 .log-ul li img.zh2 {
		 	width:115px; 
		 }
		#marquee2, #marquee1, #marquee3, #marquee4 {
			    width: 100%;
				overflow: hidden;
		}		
		
		#marquee2, #marquee1, #div1, #marquee3,#marquee4
		.log-ul
		
		 {
    display: flex;
}
.ab-body .a5 {
	/*background: #eee url(/css/images/bg5.png) no-repeat center;
	background-size: cover;*/
	padding: 50px 0 20px;
}
.ab-body .a5 .h3{
	text-align: center;
    font-size: 48px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 50px;
}
.ab-body .a5 .ul1 li{
	float: left;
	width: 22.7%;
	height: 500px;
	margin-right: 3%;
	background:  url('/css/images/ab13.jpg') no-repeat center;
	background-size: cover!important;
	    
		-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	cursor: pointer;
}
.ab-body .a5 .ul1 li:hover{
	 filter: grayscale(0%);
}
.ab-body .a5 .ul1 li:nth-child(1) {
	background:  url('/css/images/ab13.jpg') no-repeat center;
}
.ab-body .a5 .ul1 li:nth-child(2) {
	background:  url('/css/images/ab14.jpg') no-repeat center;
}
.ab-body .a5 .ul1 li:nth-child(3) {
	background:  url('/css/images/ab16.jpg') no-repeat center;
}
.ab-body .a5 .ul1 li:nth-child(4) {
	background:  url('/css/images/ab17.jpg') no-repeat center;
}
.ab-body .a5 .ul1 li a{
	display: block;
	width: 100%;
	height: 500px;
	display: flex;    align-items: flex-end;
	position: relative;
}
.ab-body .a5 .ul1 li a::after,
.ab-body .a5 .ul1 li a::before
 {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	    background: linear-gradient(to top, #000, rgb(0 0 0 / 0%));
		opacity: .4;
		-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
 
}
.ab-body .a5 .ul1 li a::before {
	opacity: 0;
	background: linear-gradient(to top, #e60012, rgb(0 0 0 / 0%));
 
}
.ab-body .a5 .ul1 li:hover a::before {
	opacity: 0.7; height: 500px;
	
}
.ab-body .a5 .ul1 li a b{
	font-size: 22px;
	display: block;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #fff;
	position: relative;
	z-index: 3;
	text-transform: capitalize;
}
.ab-body .a5 .ul1 li:last-child{
	margin-right: 0;
}
.ab-body .a5 .ul1 li:nth-child{
	
}
.ab-body .a6 {
	padding: 100px 0 100px;
}
.ab-body .a6 .fl,
.ab-body .a6 .rt
{
	width: 50%;
}
.ab-body .a6 .fl.img{
	
	height: 500px;
	padding-right: 50px;
}
.ab-body .a6 .swiper-slide {
	display: block;
	width: 100%;
	height: 560px;
	position: relative;
}
.ab-body .a6 .swiper-slide::before
{
content: ''; 
position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: 170px;
    height: 170px;
    display: block;
    background: linear-gradient(135deg, #fff, #fff 50%, transparent 50%, transparent 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
	z-index: 99;
}
.ab-body .a6 .swiper-slide::after
{
content: ''; 
position: absolute;
    right: -1px;
    bottom: -1px;
    content: '';
    width: 170px;
    height: 170px;
    display: block;
    background: linear-gradient(315deg, #fff, #fff 50%, transparent 50%, transparent 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
	z-index: 99;
}
.ab-body .a6 .li1{
	background:  url('/css/images/ab16.jpg') no-repeat center;
	background-size: cover;
}
.ab-body .a6 .li2{
	background:  url('/css/images/ab14.jpg') no-repeat center;
	background-size: cover;
}
.ab-body .a6 .li3{
	background:  url('/css/images/ab17.jpg') no-repeat center;
	background-size: cover;
}
.ab-body .a6 .li4{
	background:  url('/css/images/ab18.jpg') no-repeat center;
	background-size: cover;
}
.ab-body .a6 .rt {
	padding-top: 0px;
	padding-left: 50px;
	margin-top: -20px;
}
.ab-body .a6 .rt b{
    text-align: left;
    font-size: 38px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 30px;
	display: block;
}
.ab-body .a6 .rt p{
	color: #666;
	padding-bottom: 50px;
}
.ab-body .a6 .rt .more2 {
	margin-top: 150px;-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ab-body .a6 .rt .ul {
	padding: 0px 0 30px;
}
.ab-body .a6 .rt .ul .li {
	display: block; 
    border-left: 17px solid #e60012;
    margin-bottom: 20px;
    padding-left: 15px;
    height: 18px;
    line-height: 18px;
}
.ab-body .a6 .rt .p {
	display: block;
	font-size: 18px;
	color: #e60012;
}

.sup2 {
	background: #f1f1f1;
    padding: 50px 0;
}
.sup-list {
	margin-top: 50px;
}
.sup-list .li{
	margin-bottom: 30px;-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
 
.sup-list .li a
{
	display: block;
	width: 100%;
	background: #fff;
	padding: 25px 20px 25px 50px;
	font-size: 18px;
	border: 1px solid #ddd;-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
	font-weight: bold;
}
.sup-list .li a .a1 {
	height: 30px;
	line-height: 30px;
	background:  url('/css/images/pdf.png') no-repeat left center;
	padding-left: 40px;
	background-size: 32px;
	position: relative;
	text-indent: 50px;-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.sup-list .li a .a1:before{
content: '';display: block;
width: 1px;
height: 100%;
background: #ccc;
position: absolute;
left: 60px;
top: 0px;  
-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.sup-list .li a .a1:after{
	content: '';display: block;
	background:  url('/css/images/down.png') no-repeat center;
	background-size: 32px;
	width: 30px;
	height: 30px;
	position: absolute;
right: 30px;
top: 0px; -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.sup-list .li a:hover {
	background: #e60012;
	color: #fff;
}
.sup-list .li a:hover .a1{
	background: url('/css/images/pdf2.png') no-repeat left center; 
	background-size: 32px;
}
.sup-list .li a:hover .a1:after{
	background:  url('/css/images/down2.png') no-repeat center;
	background-size: 32px;
}


.jo-body {
	padding: 50px 0;
	background: #fff; 
}
.jo-body .a1 .fl,
.jo-body .a1 .rt
{
	width: 50%;
}
.jo-body .a1 {
	margin-bottom: 100px;
}
.jo-body .a1 .wenz {
	width: 40%;
	display: flex;
	padding-top: 100px;
	justify-content: flex-start;flex-direction: column;
}
.jo-body .a1 .wenz b{
	display: block;
	font-size: 26px;
	padding-left: 75px;
	background:  url('/css/images/jb3.jpg') no-repeat left top;
	background-size: 50px;
	height: 50px; 
	line-height: 50px;
	font-weight: bold;
}
.jo-body .a1 .wenz.rt {
	text-align: right;
	    justify-content: flex-end;
	
}
.jo-body .a1 .wenz.rt b{
	text-align: right;
	background:  url('/css/images/jb4.jpg') no-repeat right top;
	background-size: 50px;
	padding-right: 75px;
	padding-left: 0px;
}
.jo-body .a1 .wenz p{
	display: block;
	margin-top: 50px;
}
.jo-body .a1 .img {
	width: 55%;
	height: 450px;
	background:  url('/css/images/jb1.jpg') no-repeat left top;
	background-size: cover;
}
.jo-body .a12 .img { 
	background:  url('/css/images/jb2.jpg') no-repeat left top;
	background-size: cover;
}

.jo-body .a2 {

}
.jo-body .ttt {
	padding-top: 50px;font-size: 22px;
 text-align: center;
	padding-bottom:80px;
 font-weight: normal;
 font-style: normal;
}
.jo-body .ttt b{
	color: #e60012;
	font-size: 22px;
	text-decoration: underline;
	padding-left: 10px;    
}
.jo-body .a2 .tt a {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-transform: capitalize;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.jo-body .a2 .tt:last-child a {
	border-bottom: 1px solid #ccc;
}
.jo-body .a2 .tt a.active,
.jo-body .a2 .tt a:hover
 {
	background: #e60012;
	color: #fff;
}
.jo-body .a2 .tt0 {
	font-weight: bold;
	background: #f1f1f1;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
border: 1px solid #ccc;	border-bottom: 0;
}

.jo-body .a2 .tt .aa {
	width: 100%;
	text-align: center;
	height: 120px;
	line-height: 120px;
	font-weight: bold;
	font-size: 20px;
}
.jo-body .a2 .tt0 .aa{
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}
.jo-body .a2 .tt .zk {
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 30px 40px;
}
.jo-body .a2 .tt .tt-1,
.jo-body .a2 .tt .tt-2
 {
	float: left;
	width: 45%;
}
.jo-body .a2 .tt .tt-1 {
	width: 55%;
	
}
.jo-body .a2 .tt .tt-2 {
	padding-left: 50px;
}
.jo-body .a2 .tt b {
	color: #333;
	text-transform: capitalize;
}
.jo-body .a2 .tt p {
	color: #666;
	padding-top: 20px;
	line-height: 2;
}
 .CP-section-1 .more3 {
 	display: inline-block;
 }
 .CP-section-1 .more3.red1 {
   
	margin-left: 10px;
}
 .CP-section-1 .more3.red1 svg{
 	margin-right: 10px;
 }
.shej { 
	float: right;
	padding-top: 30px;
}
.shej a{
	display: inline-block;
	background:  url('/images/facebook.png') no-repeat center;
	background-size: 20px;
	width: 35px;
	height: 35px;
	border: 1px solid #e60012;
	margin-left: 2px;
	border-radius: 3px;
	opacity: 1;
	position: relative;
}
#header .shej a:hover {
	background-color: #e60012;
}
#footer .shej3 {
	margin-top: 0px;
	float: left;
	width: 200px;
	padding-top: 0;width: 50%;
}
#footer .shej3 p {
	color: #999;
	width: 100%;
	opacity: 1;font-size: 13px;
}
#footer .shej2 {
	margin: 5px 0 10px;
	float: none;
	padding: 0px;
	height: 30px;
	text-align: right;
}
.shej2 a {
	margin-left: 5px;
}
.shej2 a.f1 {
	background-color: #0d6efd;
	border: 1px solid #0d6efd;background-size: 22px!important;
}
.shej2 a.f2 {
	background-color: #020202!important;
	border: 1px solid #020202;background-size: 20px!important;
}
.shej2 a.f3 {
	background-color: #ff0000!important;
	border: 1px solid #ff0000;
	background-size: 20px!important;
}
.shej2 a.f4 {
	background-color: #0077b5!important;
	border: 1px solid #0077b5;
	background-size: 20px!important;
}
.shej2 a.f5 {
	background:  url('/images/mail1.png') no-repeat center; 
	background-color: #00bcd4!important;
	border: 1px solid #00bcd4;
	background-size: 30px!important;
}
#footer .w90 {
 
}
.shej a.b1 {
	 
    height: 70px;
	box-sizing: border-box;
	line-height: 20px;
	padding-top: 0px; 
    display: block;
    color: #fff;
    font-size: 14px;
    border: 0px solid #aaa;
    text-transform: uppercase;
    margin: 0px 4px;
    border-radius: 2px;
    text-align: center;
	background:  url('../images/pdf1.png') no-repeat right top;
	background-size: 80px; 
    width: 80px;
    border: 0px solid #fff;
	position: relative;
	
	display: none;
}
.shej a.b1 span{
	position: relative;
 
	z-index: 2;text-indent: 30px;
    color: #fff;
	background: rgb(17 17 17 / 86%) url(/images/pdf2-w.png) 25% center no-repeat;
    background-size: 20px;
	width: 101%;
	margin-left: -1px;
	height: 50px;
	line-height: 50px;
	display: none;
}
.shej a.b1:before{
	content: '';
	display: none;
	
	position: absolute;
	top: 0;
	left: 0;
	
}
.shej a.f2{
	background:  url('/images/tuite.png') no-repeat center;
	background-size: 17px;
}
.shej a.f3{
	background:  url('/images/youtube.png') no-repeat center;
	background-size: 16px;
}
.shej a.f4{
	background:  url('/images/in.png') no-repeat center;
	background-size: 15px;
}
.shej a:hover{
	 opacity: 1;
}
.shej a .w2{
 
	width: 220px;
	height: 120px;
	display: block;
	position: absolute;
	top: 50px;
	right: -1px;
	display: none;
	visibility: hidden; 
}
.shej a .w2 span{
	display: block;  
	height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 125px;
}
.shej a.f1 .w2{
	background:  url('/images/w1.png') no-repeat left top;
	background-size:220px;
}
.shej a.f2 .w2{
	background:  url('/images/w2.png') no-repeat left top;
	background-size: 220px;
}
.shej a.f3 .w2{
	background:  url('/images/w3.png') no-repeat left top;
	background-size: 220px;
}
.shej a.f4 .w2{
	background:  url('/images/w5.png') no-repeat left top;
	background-size:220px;
}

.shej a:hover .w2{
	display: block;z-index: 99;
	visibility: initial;
}
.master_hide #header{
	position: fixed; 
	    height: 90px;
		border-bottom: 0px solid #000;
		height: 70px;
		top: 0;
		background: #fff;
}
.master_hide .so .btn {
	background: #e60012 url(/images/so-w.png) no-repeat center;
	background-size: 15px;
}
.master_hide #header .logo {
 border-bottom: 0px solid #aaa;
}
.master_hide .menu1 li .a {
	 padding-top: 26px;
	padding-bottom: 15px;
}
.master_hide #header .rt .so 
.master_hide #header .rt .cont {
	    margin-top: 50px;
		
		margin-top: 20px;
}
.master_hide #header .rt .shej { 
	padding-top: 20px;
}
.master_hide .menu1 .down {
	    top: 66px;
}
.master_hide  .menu1 li:hover .down {
		opacity: 1;top: 70px;
		visibility: visible;
	}
 
	
	.mySwiper-s2 .swiper-button-next:after, 
	.mySwiper-s2 .swiper-button-prev:after {
		color: #666;
		font-size: 20px;
	}
	.mySwiper-s2 .swiper-button-next, 
	.mySwiper-s2 .swiper-rtl .swiper-button-prev,
	.mySwiper-s2 .swiper-button-prev, 
		.mySwiper-s2 .swiper-rtl .swiper-button-next
	 {
		right: 50px;
		top: 50px;
		background: #f1f1f1;
		border: 1px solid #555;
		width: 60px;
		height: 60px;
		line-height: 60px;
		display: block;
		text-align: center;
		margin-top: 0;
		-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
		.mySwiper-s2 .swiper-button-next:hover, 
	.mySwiper-s2 .swiper-rtl .swiper-button-prev:hover,
	.mySwiper-s2 .swiper-button-prev:hover, 
		.mySwiper-s2 .swiper-rtl .swiper-button-next:hover
	 {
			background: #e60012;
		border: 1px solid #e60012;
			
		}
		.mySwiper-s2 .swiper-button-prev, 
		.mySwiper-s2 .swiper-rtl .swiper-button-next {
		left: auto;
	right: 120px;	
		}
			.mySwiper-s2 .swiper-button-next:hover:after, 
	.mySwiper-s2 .swiper-button-prev:hover:after
	
	 {
				color: #fff;
			}
	
	
	.w90.pr {
		position: relative;
	}
	
	.w90.pr .autoplay-progress {
      position: absolute;
      left: 0%;
      bottom: 20vh;
      z-index: 10;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
	  color: #e60012;
	  display: none;
    }
.autoplay-progress span{
	display: block;
	text-indent: -9999px;
	 width: 34px;
      height: 34px;
	  border: 3px solid #fff;
	  border-radius: 50%;
	  opacity: .9;
}
    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
     
    .down-pro {
	width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
    background: #fff;
    border-top: 1px solid #eee;
     
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
	opacity: 0;
    visibility: hidden;
	}
		.down-pro .fl2 {
			padding: 50px 0;
		}
		body .down .fl2.fen2 a.b{
		 
			width: 90%;
    display:block;
	
	display: none;
		}
		body .down .fl2.fen2 a{
		 
			width: 49%;
    display: inline-block;
	
			text-transform: capitalize;
		}
	.down-pro .fl2 a{
		color: #555;
		display: block; 
		width: 31%;
		float: left;
		margin-right: 2%; 
		font-size: 15px;
		margin-bottom: 20px;
		font-weight: bold;
		color: #000;
		padding: 20px;
		border-radius: 10px;
	}
	.down-pro .fl2 a:nth-child(3n) {
		margin-right: 0;
	}
	.down-pro .fl2 a:hover{ 
		background: #eee;
	}

	
		.down-pro .fl2 a .img-i{
			height: 48px;
			width: 48px;
			display: block;
			position: relative; 
			float: left;
		}
			.down-pro .fl2 a .fl3 {
				float: left;
				width: calc(100% - 70px);
				margin-left: 15px;
				height: 50px;
				line-height: 50px;
				font-size: 18px;
			}
		.down-pro .fl2 a .img-i img{
			display: block;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -20px;
			z-index: 3;
			width: 40px;
			padding-top: 2px;
		}
		.down-pro .fl2 a p{
			display: block;
			letter-spacing: 0;
			color: #555;
			line-height: 1.3;
			padding-top: 4px;
			font-size: 13px;font-weight: normal;
		}
		
			.down-pro .fl2 a .img-i:before{
		content: '';
		display: block;
		height: 48px;
			width: 48px;
			background: #e60012;
			border-radius: 50%;
			z-index: 2;
			position: absolute;
			top: 0;
			left: 0%; 
	}
	.down-pro .fl2 a .img-i:after{
		content: '';
		display: block;
			position: absolute;
			top: 0;
			left: 0%; 
			z-index: 3;
			width: 48px;
			height: 40px;
			padding-top: 0px; 
			background-size: 35px!important;
	}
	.down-pro.sol-d  .fl2 a .img-i:after{
		background-size: 25px!important;
	}
	.down-pro .fl2 a .img-i:after {
		background:   url(/css/images/ico2/a1.png) no-repeat center;
	}
	.down-pro .fl2 a:nth-child(2) .img-i:after {
		background:   url(/css/images/ico2/li2a.png) no-repeat center 60%;
		background-size: 35px!important;
	}
	.down-pro .fl2 a:nth-child(3) .img-i:after {
		background:   url(/css/images/ico2/li3a.png) no-repeat center;
		background-size: 17px!important;
	}
	.down-pro .fl2 a:nth-child(4) .img-i:after {
		background:   url(/css/images/ico2/li4a.png) no-repeat center 75%;
		background-size: 20px!important;
	}
	.down-pro .fl2 a:nth-child(5) .img-i:after {
		background:   url(/css/images/ico2/li5a.png) no-repeat center 70%;
		background-size: 20px!important;
	}
	.down-pro .fl2 a:nth-child(6) .img-i:after {
		background:   url(/css/images/ico2/li6a.png) no-repeat center 70%;
		background-size: 15px!important;
	}
	.down-pro .fl2 a:nth-child(7) .img-i:after {
		background:   url(/css/images/ico2/li7a.png) no-repeat center 70%;
		background-size: 20px!important;
	}
	.down-pro .fl2 a:nth-child(8) .img-i:after {
		background:   url(/css/images/ico2/li8a.png) no-repeat center 70%;
		background-size: 20px!important;
	}
	
		.down-pro.sol-d .fl2 a:nth-child(1) .img-i:after{ 
			    background:   url(/css/images/ico1.png) no-repeat center;
		}
				.down-pro.sol-d .fl2 a:nth-child(2) .img-i:after{ 
			    background:   url(/css/images/l2.png) no-repeat center 55%;background-size: 28px!important;
		}
				.down-pro.sol-d .fl2 a:nth-child(3) .img-i:after{ 
			    background:   url(/css/images/l3.png) no-repeat center 66%;background-size: 25px!important;
		}
		.down-pro.sol-d .fl2 a:nth-child(4) .img-i:after{ 
			    background:   url(/css/images/l4.png) no-repeat center 66%;
				background-size: 25px!important;
		}
		.down-pro.sol-d .fl2 a:nth-child(5) .img-i:after{ 
			    background:   url(/css/images/l5.png) no-repeat center 66%;background-size: 25px!important;
		}
		.down-pro.sol-d .fl2 a:nth-child(6) .img-i:after{ 
			    background:   url(/css/images/l6.png) no-repeat center 66%;background-size: 25px!important;
		}
		
		    .menu1 li:hover .down-pro {
		opacity: 1;top: 108px;
		visibility: visible;
		z-index: 9;
	}
	.master_hide .menu1 li:hover .down-pro {
		top: 68px;
	}
		.master_hide .menu1 li:hover .down-pro {
			top: 66px;
		}
		
		.s1 {
			padding: 0px 0 0px;
            
			background-size: cover;
			 position: relative;
             z-index: 2;
			 background: #000;
		}
		.s1 .video-wrap {
			position: absolute;
			width: 100%;
			height: 100%;
			right: -40%;
			top: 0;
		}
		.s1 .video-wrap video {
			width: 100%;
			height: 100%;
			display: block;
			    object-fit: cover;
		}
		.s1 .img1 {
			float: none;
			width: 1050px; 
			height: 580px;
			position: relative;
			margin: 0 0 0px 5%;
			z-index: 9;
		}
		.s1.ny-s1 .img1 {
			margin: 0 auto;
		}
		.s1.ny-s1 .z3 {
			padding-top: 20px;
			margin-top: 50px;
			padding-bottom: 0;
			z-index: 99;
			position: relative;
		}
		.s1 .rtt {
			width: calc(100% - 850px);
			width: 100%;
			float: none;
			text-align: right;
			
			text-align: left;
			padding-left: 0%;
			padding-top: 0px;
			position: absolute;
			right: 3%;
			bottom: 10px;
			width: auto;
			z-index: 1;
		}
		.s1 .fll {
			position: absolute;
			right: 3%;
			bottom: 60px;
			width: auto;
			z-index: 1;
			padding-top: 30px;
			
			color: #c2c2c2;
			color: #fff;
			text-transform: uppercase;
			text-align: right;
		 
		}
		.s1 .fll b{
			opacity: .7;
			font-size: 2rem; 
			-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #d01502, #e34126, #f8d1bb 100%);
			font-weight: normal;
			font-style: normal;
		}
				.s1 .fll p{
					font-size: 18px;
					letter-spacing: 1px;
					text-transform: uppercase;
					color: #042ca3;
				}
			.s1 .img1 .imgg{
				display: block;
				width: 100%;
				opacity: 1;
			}
			.s1 .w90 .pa {
				position: absolute;
				width: 100px;
				height: 100px;
			}
		
			.s1 .w90 .pa.ch {
				    top: 261px;
				    left: 348px;
			}
			.s1 .w90 .pa.ch2 {
				    top: 220px;
				    left: 250px;
			}
			.s1 .w90 .pa.us {
					top: 213px;
					right: 222px;
			}
			.s1 .w90 .pa.au {
				    top: 443px;
				    left: 430px;
			}
			.s1 .w90 .pa.eu {
				  top: 178px;
				  left: 60px;
			}
			.s1 .w90 .pa.sa {
				    top: 430px;
				    right: 116px;
			}
			.s1 .w90 .pa.af {
				   top: 320px;
				   left: 75px;
			}
			.s1 .w90 .pa span {
				font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
				text-shadow: 1px 1px 1px #777;
    border-radius: 4px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin-top: -3px;
    margin-left: -35px;
    font-weight: bold;
			}
			.s1 .w90 .pa.eu span {
			 
			}
			.s1 .w90 .pa.ch0 span {
				background: rgb(218 41 28 / 100%) url(/images/logo-w.png) no-repeat center ;
				border: 0px solid #fff;
				background-size: 40px;
				width: 50px;
				height: 50px;
				margin-left: 10px;
				padding-top: 50px;
				font-size: 12px;
				 border-radius: 50%;
				text-indent: 0px;
				color: #fff;
				margin-top: -20px;
			}
			.s1 .w90 .pa.ch0 .dian {
				display: none;
			}
				.s1 .w90 .pa:hover span {
		 
			}
			.s1 .w90 .pa.ch0:hover span {
				background: #da291c url(/images/logo-w.png) no-repeat center 15px;
				background-size: 55px;
				background: #fff url(/images/logo.png)  no-repeat center; 
				background-size: 40px;
				color: #fff;
				z-index: 9999999;
				position: relative;
			}
			.s1 .w90 .pa.ch0 .dian{
				background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
				background: #d12a25;
				
				background-size: 200% 100%;
			}
		.s1 .w90 .pa .dian{
		 width: 25px;
		 height: 35px;
		 position: absolute;
		 right: 40%;
			top: 20%;
		 display: block; 
    background-image: url(/images/ico_pin.svg);
    background-position: center; 
	background-size: 20px;
	background-repeat: no-repeat;
     
		}
		.s1 .w90 .pa .dian {
        transform: scale(1);
       /* -webkit-animation: pulseC 3s infinite;
        animation: pulseC 3s infinite*/
    }
    .s1 .w90 .pa.ch .dian {
        transform: scale(1);
        -webkit-animation: pulseB 3.8s infinite;
        animation: pulseB 3.8s infinite;
		width: 20px;
		height: 20px;
		border-radius: 50%;
    }
     .s1 .w90 .pa.ch .dian:before {
	 	content: '';
	 	display: block;
	 	width: 6px;
	 	height: 6px;
	 	margin: 7px auto;
	 	background: #fff;
		border-radius: 50%;
	 }
    .s1 .w90 .pa:hover {
		z-index: 99;
	}
   .pa .box1 {
		background: #e60012;
		background-image: linear-gradient(to right, #b81100, #da1f00, #eb3d15, #fe280e 50%, #ffffff 50%);
		background-size: 200% 100%;
    width: 320px;
  color: #fff;
    border-top: #e60012 solid 0px;
    z-index: 99;
    position: absolute;
   	margin-top: 20px;
   	top: -250px;
   	margin-left: -170px;
   	left: 50%;opacity: 0;
   	visibility: hidden; 
   	height: 0;-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;border-radius: 5px;
	}
	.pa.eu .box1 {
	top: -205px;; 
    left: 60%;
	}
	.pa.au .box1 {
			top: 0px;
    width: 270px;
    left: -70%;
	}
		.pa.au .box1 p {
			width: 100%;
			float: none;
		}
	   .pa .box3 { 
	   	width: 520px;
	   	margin-left: -240px;
	   	top: -250px;
	   }
	 .s1 .w90 .pa.ch .box1{
	 	width: 270px;
	 	left: -100%;
	 	margin-left: 1px;
	 	top: 00px; 
	 	
	 }
	 .pa.us .box1.box2,
	 .pa.sa .box1 
	  {
	 	top: 0px;
	 	left: -120px;
	 }
	 .pa.sa .box1 {
	 	top: -210px;
	 	left: 150px;
	 }
	  .pa.af .box1 {
	  	top: 40px; 
	  	left: 85%;
	  }
	 .s1 .w90 .pa.ch .dian {
	 	/*background: #d12a25 url('/images/hq.jpg') no-repeat center;
	 	background-size: 30px;
	 	width: 30px;
	 	height: 30px;
	 	animation:none*/
	 	
	 }
	 .s1 .w90 .pa.ch .box1 p{
	 	display: block;
	 	width: 100%;
	 	padding: 0;
	 }
	.pa .box1 b {
		font-size: 18px;
		color: #cd1b1b; color: #fff;
		display: block;
		padding-bottom: 10px;
	}
	.pa .box1 p{
		float: left;
		width: 50%;
	}
	   .pa .box3 p{
			width: 33%;
		} 
	   .pa:hover .box1 {
	   	opacity: 1;
	   	visibility: inherit;
	   	height: auto;  padding: 10px 0 20px 30px;
	   	z-index: 999;
		
	   }
	   .pa .box1 p:nth-child(2) {
	   	padding-left: 10px;
	   }
    .s1 .w90 .pa.ch:hover .dian {
        transform: scale(2); 
    }
    @-webkit-keyframes pulseB {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }

    70% {
        transform: scale(1.5);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulseB {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }

    70% {
        transform: scale(1.5);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}
 @-webkit-keyframes pulseC {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulseC {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0,0,0,.4)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

		.s1 h3,
		.s1 .h2
		{
			font-size: 46px;
			font-size: 4.5rem; 
    display: block;
    line-height: 1.3; 
	padding: 0px 0 0px;
	text-align: center;
	font-weight:normal;
	letter-spacing: -1px;
		}
		.s1 h3 {color:#fff;
		text-transform: capitalize;
		font-family:  'R-Light' ;
		text-align: right;
		opacity: .95;font-size: 2.5rem; 
		line-height: 1.1;
		padding-top: 0px;
		}
	 .s1 .fll:before {
	 	content: '';
	 	display: block;
	 	width: 40px;
	 	height: 5px;
	 	background: #222;
	  position: absolute;
	 	top: 0;
	 	right: 0;
	 	
	 	-webkit-text-fill-color: #fff;
    background-image: linear-gradient(to right bottom, #c70413, #e24545 50%, #e24545 100%);
	 }
		.s1 h3 b {
			font-size: 52px;font-size: 52px;
			font-size: 2.2rem; 
			display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
			font-weight: 100;
			font-style: normal;letter-spacing: -1px;
			text-transform: capitalize;
			    font-family:  'R-Light' ; 
		}
        
		.s1-2 .ul1 {
			float: none;
    width: auto;
    /* background: rgb(238 238 238 / 88%); */
    padding: 0px 0 0px 0px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: -100px;
		}
		.s1-2 .h2 {
			text-align: center;
			font-size: 24px;
			margin-bottom: 70px;
			font-weight: 100;
		}
		.s1-2 .h2 .span { 
			-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #042ca3, #3d59ad, #566cb3, #566cb3 50%);
    font-weight: normal;
		}
		.s1-2 .h2 .hong span{ 
			font-weight: normal;
			font-size: 30px;
			text-transform: uppercase;    font-family: 'R-Light';
		}
		.s1-2 .more3,
		.more31
		 {
			color: #fff;
			-webkit-text-fill-color: #fff;
			background-image: linear-gradient(to right, rgb(197 4 18 / 86%), #f67e6a, #ffffff 100%);
			background-size: 150% 100%;
		}
		.s1-2 .more3:hover,
		.more31:hover
		 {
			border-radius: 30px;
		}
		.s1-2 .more3 svg,
		.more31 svg
		 {
			fill: #fff;
		}
		.more3.more31 {
			margin: 0 auto;
			line-height: 50px;
		}
		.more3.more31 svg {
			    fill: #fff;
		}
		.s1-2 .hudu{
				position: absolute;
				top:0;
				left: 0;
				width: 1233px;
				height: 1069px;
				background: url(/luna/img_earth.png) no-repeat left center;
				content: "";
				z-index: -1;
			background-size: 1200px;
		}
.s1-2 .hudu:after {
    content: "";
    position: absolute;
    top: 50px;
    right: 00px;
    width: 100%;
    height: 100%;
    background: url(/images/txt_earth.png) no-repeat center / contain;
    -webkit-animation: rotate 50s linear infinite;
    animation: rotate 50s linear infinite;
	opacity: .2;
}
@keyframes rotate {
      0% {
        transform: rotate(0deg);  
      }
      100% {
        transform: rotate(360deg);  
      }
    }
		.hong {
			position: relative;
			display: inline-block;
		}
		.hong span{
			display: block;
			position: relative;
			z-index: 2;
		
		}
		.hong:before {
			content: '';
			display: block;
			width: 99%;
			height: 10px;
			background: #e60012;
			position: absolute;
			bottom: 16px;
			left: 0.5%;
		}
		.s1 {
			overflow: hidden;
			width: 100%;
		}
		/* .s1:before {
			content: '';
display: block;		
position: absolute;
			left: -20%;
			top: 600px;
			background: #222;
			width: 30%;
			height: 50%;
			    background: ##708da5;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: -2;
    animation: r2 10s linear infinite 0s; 
	z-index: 4;
		}
		.s1:after {
			content: '';
display: block;		
position: absolute;
			right: -200px;
			top: 100px;
			background: #222;
			width: 300px;
			height: 300px;
			    background: #f9f4ed;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: -2;
    animation: r3 8s linear infinite 0s; 
	z-index: 9;
		} */
		@keyframes r3 {
0% { transform: rotate( -350deg ); -webkit-transform: rotate( -350deg ); -moz-transform: rotate( -350deg ); background:#eee;}
50% { background:#f1f1f1;transform: scale(1.05);  }
100% { transform: rotate( -360deg ); -webkit-transform: rotate( -360deg ); -moz-transform: rotate( -360deg ); background:#eee; }
}
		@keyframes r2 {
0% { transform: rotate( -360deg ); -webkit-transform: rotate( -360deg ); -moz-transform: rotate( -360deg ); background:#d8d8d8;transform: scale(1);}
50% { background:#a4b3bc;transform: scale(1.1); }
100% { transform: rotate( -360deg ); -webkit-transform: rotate( -360deg ); -moz-transform: rotate( -360deg ); background:#d8d8d8;transform: scale(1); }
}
		.s1-2 li{
    border-bottom: 0px solid #e60012;
    padding-top: 0px;
    padding-bottom: 0px;
	float: none;
	 position: relative;
	width: 100%;
	float: none;
	margin-right: 0px;	
	color: #e60012;
	margin-bottom: 15px;
}
.s1-2 li:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #aaa;
	position: absolute;
	bottom: 0;
	left: 0;
}
.s1-2 li:hover:after{ 
	height: 2px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #e60012;
    background-image: linear-gradient(to right, #c81200, #FF5722 50%, #ffffff 50%);
    background-size: 200% 100%;
}
.s1-2 li .svg {
	display: none;  
	height: 50px;
}
.s1 li .pr {  
}
.s1-2 li.li2 .svg svg{
	width: 43px;
	height: 43px;
	display: none;
}
.s1-2 li .svg svg{
	display: block;
	width: 50px;
	height: 50px;
	fill: #e60012;
}
.s1 li:hover{ 
}
.s1-2 li strong {
    font-size: 3.6vw;
font-family: 'R-bold';
 /*   display: inline;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
	*/
	    color: #555;
}
.s1-2 li  em{
	 font: bold 25px 'R-bold';
	 text-transform: capitalize;
	 display: inline-block;
	 padding-left: 10px;
	 transform: translateY(-8px);
     /*-webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
     background-size: 200% 100%;*/
	color: #333;
}
.s1 .z3 {
	position: relative;
	z-index: 3;
	/*background:rgb(255 255 255 / 86%);*/
	width: 100%;
	padding: 20px 0 30px;
	max-width: 100%;
	
	background-image: linear-gradient(to right, #ffffff, rgb(255 255 255 / 86%) 50%, rgb(255 255 255 / 72%) 100%);
	
	background-image: linear-gradient(to right, #ffffff, rgb(255 255 255 / 73%) 100%, rgb(255 255 255 / 0%) 20%);
}
.s1 .z3 .clear{
		max-width: 1650px;margin: 0 auto;
		position: relative;
}
.s1-2 li i{
	font-size: 20px;
	text-transform: capitalize;
	 display: inline;
	 padding-left: 2px;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
     background-size: 200% 100%;
}
.s1-2 li p {
	font-size: 16px;
    color: #2b2b2b;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
	margin-top: 0px;
}
.s1-2 {
	position: relative;
	padding: 150px 0 120px; 
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	z-index: 5;  
	background: #fff;
}
 .more3 {
	margin: 50px 0 0;
	border: 0;
	height: 36px;
	line-height: 36px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	padding-left: 10px;
	width: 180px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.more3.f00 {
	border-bottom: 1px solid #333;
	color: #333;
}
.more3.f00:hover {
	color: #fff;
}
.more3.f00 svg {
	fill: #e60012;
}
.more3.f00:hover svg {
	fill: #fff;
}
.more3 svg{
	display: inline-block;
	width: 30px;
	height: 30px;  transform: translateY(-1px);
	margin-left: 10px;
	fill: #fff;	fill: #e60012;
}
.more3:hover svg{
	fill: #fff;
}
.s1-2 .img{
		position: absolute;
		background: url('/images/sy2.jpg') no-repeat right center;
	background-size: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height:1200px;
}
.s1-2 .h2 {
	float: none;
    width: 75%;
    padding-right: 0px;
    text-align: left;
    color: #999999; 
	line-height: 1.1;
    position: relative;
    letter-spacing: 0;
    font-weight: 100;	
	color: #042ca3; 
}
.s1-2 .h2 b {
	font-size: 24px;
	line-height: 1.3;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #eb5215 50%);
	font-weight: normal;
	margin-top: 10px; 
	opacity: 1;
}
.s1-2 ul {
	float: right;
	position: relative;
}
.s1.ny-s1 {
	background: #fff;
}
.s1.ny-s1:before,
.s1.ny-s1:after
 {
	display: none;
}

.fff2 {
	
}
 .h-pro .mySwiper {
 	width: 100%; 
 padding: 0;
 }
 .pro-body.h-pro:before {
	content: '';
    display: block;
    width: 4000px;
    height: 4000px;
    position: absolute;
    top:270px;
    background: ;
    left: 50%;
	margin-left: -2000px;
    border-radius: 40%;
	border: 10px solid #ce1f00;
	opacity: 0;
}
.pro-body.h-pro .ring{
	    position: absolute;
    top: 216px;
    left: 293px;
	display: none;
    z-index: 0;
    width: 1088px;
    height: 1089px;
    border: 230px solid transparent;
    border-radius: 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(107.66deg, rgba(0, 50, 164, 0.14) 3.94%, rgba(0, 50, 164, 0) 84.15%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-sizing: border-box;
    content: '';
    animation: ring 8s infinite;
}
@keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-ms-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-o-keyframes ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.h-pro .swiper {
      width: 100%;
      height: 100%;	
	  max-width: 1680px;
    }
.h-pro .mySwiper2 ul {
	    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
	
}
   .h-pro .swiper-slide {
     
      display: flex;flex-direction: column;
      justify-content: flex-start; 
    }

    .h-pro .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    }
 

    .h-pro .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .h-pro .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .h-pro .mySwiper2 {
      height: 100%;
      width: calc(100% - 110px);
	  width: 100%;
 padding-left: 0px;
 padding-top: 20px; 
 margin-bottom: 0px; 
    }
   
.h-pro .mySwiper2 .swiper-slide {
	 display: flex; 
    flex-direction: row;
	width: 100%;
	border: 0;
}
.h-pro .mySwiper2 .swiper-slide.swiper-slide-active .img2{
	left: auto;
	right: 0%;
}
    .h-pro .mySwiper {
      height: 100%;
	  display: block;
      box-sizing: border-box;
      padding: 10px 0;  
	  	padding-right: 0px;
    }

    .h-pro .mySwiper .swiper-slide {
      opacity: 1;
	  position: relative;
	  background-size: 75%!important;
	  background-position: center 19% !important;
	  background-color: #fff!important;
	  width: 10%;
    }

    .h-pro .mySwiper .swiper-slide-thumb-active,
    .h-pro .mySwiper .on 
     {
      opacity: 1;
	 background-image: none!important;
    }
      .h-pro .mySwiper .swiper-slide-thumb-active span 
      {
	  	opacity: 1;
	  }
    .h-pro .mySwiper .swiper-slide span {
		display: flex;
		text-align: center;
		font-size: 14px;
		line-height: 1.2;
   height: 52px;
    padding: 18px 5px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    /* align-items: center; */
    flex-direction: row;
	color: #888;
	}
	.h-pro .mySwiper .swiper-slide:last-child span {
		 
	}
    .h-pro .mySwiper .swiper-slide img {
		display: block;
		width: 80%; height: auto;
		opacity: 0;
		margin: 10px auto 0;
	}
.h-pro .mySwiper .swiper-slide-thumb-active img,
.h-pro .mySwiper .on img
{
	opacity: 1;
}
.h-pro .mySwiper .swiper-slide-thumb-active,
.h-pro .mySwiper .on
 
 {
	background-color: #032ca6 !important;
    border: 0px solid #aaa;
}
.h-pro .mySwiper .swiper-slide-thumb-active span,
.h-pro .mySwiper .on span
 {
	color: #000;
	opacity: 1;color: #fff;
}
    .h-pro .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .h-pro.pro-body .rt-1 {
		width: 100%;
		float: none;
		padding-bottom: 0;
	}
	.h-pro.pro-body .rt-1 .fl-2{
		    float: none;
    width: calc(100% - 700px); 
	width: 465px;
    padding-top: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 9;
    /* padding-left: 100px; */
    border: 0px solid #333;
    padding: 0px;
    background: ;
	border-radius:10px; 
	position: relative;
	 margin-top: 0px;
		border: 0px solid #ccc;
		background: #fff;
		box-shadow: 0px 7px 15px #aaa;
		padding: 20px 65px 40px 50px;
		color: #111;
	border: 1px solid #ddd;
		/*
		background: rgb(255 255 255 / 75%);
		background: #e60012;
		background-image: linear-gradient(to right bottom, #d01502, #e32626, #ffffff 100%);
		background-image: linear-gradient(to right bottom, #c70413, #e24545 50%, #ffffff 100%);
    background-size: 100% 100%;*/
	min-height: 350px;
	    -webkit-transition: all 0.4sease;
    transition: all 0.4sease;
	}
	.h-pro.pro-body .h2 {
		padding-bottom: 10px;
		padding-top: 0px;color: #111;
		 
	}
	.h-pro.pro-body .h1 { 
	    font-size: 3.5rem;
		font-size: 52px;
    display: block;
    line-height: 1;
    padding: 0px 0 0px;
    text-align: center; 
    text-transform: capitalize;
 display: inline-box;
    letter-spacing: 0px;
	text-align: right; 
	font-size: 8.5rem;
	font-size: 6.6vw;
	position: absolute;
	bottom: 220px;
	font-family: 'R-bold';
	right: 10%;
	opacity: 0.4;
	/*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom, #d01502, #f8d1bb 50%);
	background-image: linear-gradient(to bottom, #a20000, rgb(255 85 85 / 98%) 5%, #ffffff);*/
	opacity: 0.5;
	background: none;
	color: #e0e0e0;
	}
		.h-pro.pro-body .h1 i{
			transform: translateY(-65px);
			margin-right: -200px;
			display: block; font-size: 5vw;
 
  -webkit-text-stroke: 1px #d2393a;  
  color: transparent;  
		}
 .h-pro.pro-body .h2.clearfix b {
		font-size: 5rem;
 	font-size: 24px;
 	line-height: 1.1;
 	margin-top: 0%;
 	color: #444;color: #e60012;  
 	float: none;
 	width: 100%;
 	padding-top: 30px;
/* 	background-image: linear-gradient(190deg, #cd0000 50%, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);*/
	
	font-family: 'R-Regular',sans-serif;
	}
	.h-pro.pro-body .rt-1 .fl-2:hover {
		
		background-image: linear-gradient(to bottom, rgb(255 15 15 / 84%), rgb(255 77 2 / 98%) 15%, #ffffff);
		background-image: linear-gradient(to bottom, rgb(255 59 15 /78%) , rgb(255 131 85 / 98%) 35%, #ffffff);
		background-image: linear-gradient(to right bottom, #c70413, #e24545 50%, #ffffff 100%);
		background-image: linear-gradient(to right bottom, rgb(255 59 15 /78%), rgb(255 59 15 /48%) 50%, #ffffff 100%);
		background-image: linear-gradient(to bottom, #f70000, rgb(255 20 2 / 80%) 15%, #ffffff);
		
    background-size: 100% 100%;
	}
	.h-pro.pro-body .rt-1 .fl-2:hover h2,
	.h-pro.pro-body .rt-1 .fl-2:hover p,
	.h-pro.pro-body .rt-1 .fl-2:hover b    
	{
		color: #fff;
	}
	body .h-pro.pro-body .rt-1 .fl-2:hover .more2 {
		background: #fff;
		color: #032CA3;
		
    -webkit-text-fill-color: #032CA3;
	}
	.h-pro.pro-body .fl-2:hover  .more2 {
	 
	}
	.h-pro.pro-body .fl-2 h2{
		font-size: 22px;
		
		font-weight: bold;
		position: relative;
		line-height: 1.3;
		/*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #f8d1bb 50%);
		color: #111;*/
		color: #032ca7;z-index: 2;
		padding-bottom: 15px;
		text-transform: uppercase;
	}
	.h-pro.pro-body .fl-2 .more2 {
		margin-top: 30px;
		margin-bottom: 10px;
		color: #fff;
    -webkit-text-fill-color: #fff;
    background-image: linear-gradient(to right, rgb(197 4 18 / 86%), #f67e6a, #ffffff 100%); 
	border: 0;
}
.h-pro.pro-body .fl-2 h2 {
	 
}
	.h-pro.pro-body .fl-2 .p { 
border: 0px solid #333;
border-left: 0;
border-right: 0; 
position: relative;
	}
	.h-pro.pro-body .fl-2 .p:before {
		content: '';
		display: block;
		height: 90%;
		background: #eee;
		width: 3px;
		position: absolute;
		top: 2px;
		left: 0;
			display: none;
	}
	.h-pro.pro-body .fl-2 .p p{ 
		font-size: 14px;
		color: #777;
		line-height: 1.4;
		padding: 0;
		padding-left: 0px;padding-right: 50px;
		border-left: 0px solid #fff;
	}
	.h-pro.pro-body .fl-2 .p .b1 {
		float: left;
		width: 33%; 	}
	.h-pro.pro-body .fl-2 .p .b1 strong{
		font-size: 26px;
		display: inline-block;
		color: #e60012;
		font-weight: bold;
		padding-right: 4px;
	}
	.h-pro.pro-body .fl-2 .p .b1 em {
		font-size: 22px;font-weight: bold;
	}
	
	.h-pro.pro-body .swiper-button-next,
.h-pro.pro-body .swiper-button-prev,
.ban-1 .swiper-button-next,
.ban-1 .swiper-button-prev

{
	top: auto;
	right: auto;
	left: auto;
	bottom: 40%;
	color: #fff;
	background: ;
	border: 0px solid #e60012;
	border-radius: 0;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	line-height: 92px;
	text-align: center;
	display: block;
	text-align: center;
	margin: 0;
	/*background: hsl(0deg 0% 0% / 15%);*/
	    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
	border: 0px solid #e60012;
	color: #fff;
	transform: scale(1.1);
/*	background: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;*/
}

.h-pro.pro-body .swiper-button-next:hover,
.h-pro.pro-body .swiper-button-prev:hover,
.ban-1 .swiper-button-next:hover,
.ban-1 .swiper-button-prev:hover {
	background: #e60012;
	border: 0px solid #e60012;
	color: #fff;
	transform: scale(1.1);
	background: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
}
.h-pro.pro-body .swiper-button-next {
	left: auto;
 left: calc(50% + 60px);bottom: 85px
}
.h-pro.pro-body .swiper-button-prev {
	left:  10%;
	left: auto;
	left: calc(10% + 64px);
	right: auto;
	left: calc(50% - 40px);
	bottom: 30px;
}
.h-pro.pro-body .swiper-button-next,
.h-pro.pro-body .swiper-button-prev {
	background: #e60012;
	border: 0px solid #e60012;
	color: #fff;
	transform: scale(1.1);
	background: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
    background-size: 200% 100%;
}
.h-pro.pro-body .swiper-button-next::after,
.h-pro.pro-body .swiper-button-prev::after,
.ban-1  .swiper-button-next::after,
.ban-1  .swiper-button-prev::after 
 {
	font-size: 15px;
	font-weight: bold;
}

.ban-1  .swiper-button-next::after,
.ban-1  .swiper-button-prev::after {
	font-size: 16px;
}
.ban-1 .swiper-button-next,
.ban-1 .swiper-button-prev {
	top: 60%;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: #fff solid 0px;
	background:  ;
	color: #fff;
	position: absolute;
    top: 50%;
    bottom: auto;
    left: auto; 
    right: auto; 
	
}
.h-pro.pro-body .swiper-button-next,
.h-pro.pro-body .swiper-button-prev {
		display: none;
	}
	.h-pro.pro-body .swiper-button-next  {
		display: block;
		right: 20px;
		left: auto!important; 
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.h-pro.pro-body .swiper-button-next::after {
	font-size: 16px;
	color: #fff; }
.h-pro.pro-body .swiper-button-next:hover::after {
	font-size: 16px;
	color: #fff;
}
.ban-1  .swiper-button-prev {
	left: 150px;
	left:auto;
	left: 25px;
}
.ban-1  .swiper-button-next {
	 
	right: 25px;
}
.sideMenu ul .nLi.on .sub{ display: block;}
.sideMenu ul .nLi .sub{ display:none; }
.sideMenu .nLi .a2{
	position: relative;
	right: 0;
	top: 0px;
}
.sideMenu .nLi {
position: relative;
}
.sideMenu .nLi .a2 svg{
	display: block;
	width: 20px;
	height: 20px;
	fill: #666;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sideMenu .nLi .a2 .jian,
.sideMenu .nLi .a2 .jia {
	position: absolute;
	right: 0;
	top: 25px;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sideMenu .nLi .a2 .jian,
.sideMenu .nLi.on .a2 .jia
{
	opacity: 0; 
}
.sideMenu .nLi .a2 .jia,
.sideMenu .nLi.on .a2 .jian
{
	opacity: 1; 
}


.dialog__content.open1 .close_ {
	position: relative;padding-top: 90px;
	background-size: contain;
    height: 160px;
    width: 520px;
	margin-bottom: 100px;
}
.dialog__content.open1  h4 {
	padding-left: 0;
}
.dialog__content.open1 {
	position: relative;
	opacity: 1;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-bottom: 50px;
	border-top: 1px solid #eee;
}
.dialog__content.open1 .tx2 {
	height: auto;
	overflow: initial;
	max-width: 100%;
	padding: 0;
	margin: 50px auto;
}
.open1 .tx2 .li .img{
	width: 350px;
	margin: 20px 0 0;
}
.open1 .tx2a .li .img{
	width: 550px;
	margin: 20px 0 0;
}
.open1 .tx2 .li .img img{
	width: 100%;
	display: block;
	border-radius: 5px;
}
.open1.li2,
.open1.li4
 {
	background: #efefef;
}
.open1.li2 .tx2 .li,
.open1.li3 .tx2 .li
 {
	width: 33%;
}
.open1.li3 .tx2 .li,
.open1.li4 .tx2 .li
 {
	width: 50%;
}

.dialog__content.open1 .pa {
	position: absolute;
	right: 0px;
	top: 5%;
	font-size: 18px;
}
.dialog__content.open1 .pa .img img{
	width: 500px;
}
.open1.li3 .p .clear {
	margin-bottom: 30px;
}
.open1.li3 .p .fl{
	width: 150px;
	margin-right: 10px;
}
.open1.li3 .p .rt{
	width: calc(100% - 160px);
	float: left;
	margin-bottom: 20px;
}
.open1.li3 .p .fl img{
	width: 100%;
	border-radius: 4px;
}

.open1.li3 .tx2 .li:nth-child(1) {
	width: 60%;
}
.open1.li3 .tx2 .li:nth-child(2) {
	width: 40%;
}



.h-jin .fl{
	width: 40%;
}
.h-jin .rt{
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.h-jin .rt .li{
	/* float: left; */
	width: 25%;
	text-align: center;
}
.h-jin .rt .li .svg{
	width: 100%;
	height: 50px;
	/* display: block; */
	text-align: center;
}
.h-jin .rt .li .svg.m svg{
	width: 40px;
	height: 40px;
	margin-top: 3px;
}
.h-jin .rt .li .svg.s svg{
	width: 50px;
	height: 50px; 
}
.h-jin .rt .li .svg svg{
	fill:#e60012;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	display: block;
}
.h-jin .rt .li .span {
	display: block;
	width: 100%;text-align: center;
	
}
.jo-body .a1 {
    margin-bottom: 50px;
}


.join-n .a1,
.join-n .a2
{
	background:  url('/css/images/a30.jpg') no-repeat center top;
	background-size: cover;
	height: 600px;
	width: 50%;
	float: left;
	color: #fff;
}
.join-n .b {
	font-size: 32px;

padding-top: 100px;
padding-left: 70px;
}
.join-n .a1 .b {
	padding-top: 200px;
}
.join-n .span {
  padding-top: 120px;
padding-left: 70px;font-size: 58px;text-transform: capitalize;
}
.join-n .a1 .span {
	padding-top: 20px;
	
}
.join-n .p {
	font-size: 18px;padding-left: 70px;text-transform: capitalize;
}
.join-n .a21,
.join-n .a21a
 {
	width: 100%;
	height: 300px;
	background:  url('/css/images/a35.jpg') no-repeat center;
	background-size: cover;
}
.join-n .a21a {
	background: none;
}
.join-n .a22,
.join-n .a23
 {
	width: 50%;
 height: 300px;
	float: left;
}
.join-n .a22 {
	background:  url('/css/images/a32.jpg') no-repeat center;
	background-size: cover;
}
.join-n .a23 {
	background:  url('/css/images/a33.jpg') no-repeat center;
	background-size: cover;
}
.join-n2 .w90 {
	padding: 50px 0 50px;
border-top: 1px solid #ccc;
}
.join-n2 .fl{
display: block;
    font-size: 26px; 
    height: 50px;
    line-height: 30px;
    font-weight: bold;
	width: 50%;
}
.join-n2 .rt {
	float: right;width: 50%;
}
.join-n2 .rt ul li{
	float: left;
	width: 50%;
	    height: 18px;
    line-height: 18px;
	border-left: 17px solid #e60012;
    margin-bottom: 20px;
    padding-left: 15px;
}


.cbody .cnt-1{
	width: 100%;
	background: #e60012;
}
.cbody .cnt-1{
	padding: 50px 0 20px;
}
.cbody .cnt-1 .tt1{
	font-size: 32px; 
	padding: 10px 0 15px;
	color: #fff;
	text-align: center;
}
.cbody .cnt-1 .tt2{
	font-size: 18px;color: #fff;text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.cbody .cnt-1 .w900 {
	width: 1024px;
	position: relative;
	margin: 0 auto;
}
.cbody .cnt-1 .w900 .img{
	width: 1024px;
}
.cbody .cnt-1 .w900 .img img{
	width: 100%;
}


.pit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.pita {
	position: absolute;
	margin-right: 11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
}
.pita a{
display:block;
width:120px;
height:100%
}
.pita span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #eee;
	opacity: 1;
	cursor: pointer;
}

.pita span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	-webkit-box-shadow: inset #008cff 0 0 5px;
	box-shadow: inset #008cff 0 0 5px;
	content: '';
	opacity: 1;
	-webkit-animation: warn 6s ease .3s infinite;
	animation: warn 6s ease .3s infinite;
}

.pita span:hover:after {
}

.pin_text {
	position: absolute;
	top: 0;
	right: 100%;
	left: auto;
	padding-right: 5px;
	padding-left: 0;
	color: #eee;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	line-height: 22px;
}
.l1 .pin_text{
font-size: 18px;
     right: auto; 
    left: 30px;
}
.l2 .pin_text{
font-size: 15px;
}
.l3 .pin_text{
font-size: 12px;top:-3px
}
.l3.pita {
     width: 16px;
    height: 16px;
opacity: .8;
}
.l3.pita span{
margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px
}
.l3.pita span::after{
display:none;
}
.pita.china {
	top: 44.9%;
	left: 79.1%;
}

.pita.china span {
	background-color: #fff;
}

.pita {
	border: 1px solid #fff;
}

.pita.eu {
 	left: 63%;
    top: 27%;
 }
 .pita.taiguo.eu  {
 	 left: 61%;
    top: 50%;
 }
 .pita.na {
 	left: 14%;
 	top: 40%;
 }
 .pita.sa {
 	left: 60%;
    top: 24%;
 }
 .pita.af {
 	   left: 61%;
    top: 44%;
 }


 .pita.af .pin_text{
right: auto;
left: 23px;
}
 .pita.au {
 left: 59%;
    top: 43%;
 }

.pita.dibai {
 	    left: 20%;
    top: 45%;
 }
 .pita.malai {
 	    top: 30%;
    left: 53%;
 }

.pita.eu span::after {
	-webkit-animation: warn3 5s ease-out .1s infinite;
	animation: warn3 5s ease-out .1s infinite;

}
.pita.taiguo span::after {
display:none
}
.pita.na span::after {
	-webkit-animation: warn3 3s ease-in .5s infinite;
	animation: warn3 3s ease-in .5s infinite;
}

.pita.af span::after {
	-webkit-animation: warn4 5s ease-out .1s infinite;
	animation: warn4 5s ease-out .1s infinite;
}

.pita.au span::after {
	-webkit-animation: warn5 7s ease-out .1s infinite;
	animation: warn5 7s ease-out .1s infinite;
}

.pita.sa span::after {
	-webkit-animation: warn6 4s ease-out .1s infinite;
	animation: warn6 4s ease-out .1s infinite;
}

@keyframes warn {
	0% {
		opacity: .3;
		-webkit-transform: scale(.1);
		transform: scale(.1);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: .1;
		-webkit-transform: scale(44);
		transform: scale(44);
	}
}

@keyframes warn2 {
	0% {
		opacity: .3;
		-webkit-transform: scale(.1);
		transform: scale(.1);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: .2;
		-webkit-transform: scale(8);
		transform: scale(8);
	}
}

@keyframes warn3 {
	0% {
		opacity: .3;
		-webkit-transform: scale(.1);
		transform: scale(.1);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: .3;
		-webkit-transform: scale(18);
		transform: scale(18);
	}
}

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

	5% {
		opacity: 1;
	}

	to {
		opacity: .2;
		-webkit-transform: scale(15);
		transform: scale(15);
	}
}

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

	5% {
		opacity: 1;
	}

	to {
		opacity: .2;
		-webkit-transform: scale(5);
		transform: scale(5);
	}
}

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

	5% {
		opacity: 1;
	}

	to {
		opacity: .2;
		-webkit-transform: scale(15);
		transform: scale(15);
	}
}

.s39.s3 .scp ul,
.s39.s3 .scp li
 {
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.s39.s3 .scp ul:hover  li{
 
} 
.s39.s3 .scp li:hover {
	 
} 



.fenye {
	margin-top: 0px;
	margin-bottom: 50px;
}
.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: #e60012;
line-height: 25px;
font-size: 14px;
border-radius: 3px;
border: 2px solid #e60012;
text-transform: capitalize;
}
.fenye li a:hover {
	padding:6px 12px;
	border: 2px solid #e60012;
	background: #e60012;
	color: #fff;
}

.fenye .thisclass a {
	display:block;
	color: #fff;
	padding: 6px 12px;
	border: 2px solid #e60012;
	background: #e60012;
	color: #fff;
}
.fenye .pageinfo {display:none}


.layout.bg-gray {
	margin-top: 110px;
	padding: 50px 0;
	background: #f1f1f1;
}
.layout.bg-gray .line .text-yellow {
	display: block;
	font-size: 32px;
	color: #e60012;
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.padding-big-top {
	margin-top: 20px;
}
.padding-big-bottom {
	margin-bottom: 20px;
}
.normal-list {
	padding-bottom: 50px;
}
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;
width: 19.2%;
height:320px;
float: left;
margin-right: 1%;
}
.normal-list li a span {
	display: block;
	font-size: 18px;
	color: #111;
}
.normal-list li:nth-child(5n) {
	margin-right: 0;
}
.normal-list li a{display:block;text-align: center;
font-size:16px;line-height:24px;padding:25px 10px 25px ;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{/*color:#888888;position:absolute;right:30px;top:28px*/}
.normal-list li:hover{background:#ff9600;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative;color:#888888;}
.normal-list li.dot a:before {content:'';display: none;
position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}
.normal-list li .img {
	width: 100%;
	height: 200px;
	background-size: 180px;
	background-repeat: no-repeat;
 background-position: center;
	margin: 0 auto;
}
.normal-list li .rt {
float: none;
}

.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: #e60012;
line-height: 25px;
font-size: 14px;
border-radius: 3px;
border: 2px solid #e60012;
text-transform: capitalize;
}
.fenye li a:hover {
	padding:6px 12px;
	border: 2px solid #e60012;
	background: #e60012;
	color: #fff;
}

.fenye .thisclass a {
	display:block;
	color: #fff;
	padding: 6px 12px;
	border: 2px solid #e60012;
	background: #e60012;
	color: #fff;
}
.fenye .pageinfo {display:none}


.ul-ab {
	margin: 0 0px;
	width: 100%;
	background: #eee;
	margin-bottom: 50px;
}
.ul-ab .ul{
text-align: center;
}
.ul-ab .ul a{
	display: inline-block;
	height: 100px;
	line-height: 100px;
	text-align: left;
	padding: 0 50px 0px 40px;
	font-size: 18px;
	position: relative;
}
.ul-ab .ul a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 0;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ul-ab .ul a:hover{
	color: #e60012;
}
.ul-ab .ul a:hover:before{
	background: #e60012;
}

.s7 {
	padding: 20px 0 50px;
}
.s7 h3{
	padding-top: 0px;
	border-top: 0px solid #bbb;
	font-size: 3.5rem;
	font-size: 32px;
    display: block;
    line-height: 1.5;
    padding: 0px 0 10px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    color: #032ca5;
    letter-spacing: 0;font-weight: 100;
}
.s7 h2 p {
		font-size: 24px;
		padding-top: 20px;
	    padding-bottom: 0px;
    color: #333;
}
.s7 .log-ul {
			 margin: 20px auto 0;
 
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
 
			}
			.s7 .log-ul2 {
			 margin: 20px auto;
				margin-left: -100px;
			}
		.s7 .log-ul li{
	 
			background: #fff;
			padding: 20px 10px;
			height: 80px;
			width: 220px;
			overflow: hidden;
			margin: 0px 10px 2px;
			box-shadow: 2px 3px 10px #d4d4d4;
		}
		.s7 .log-ul li img{
			display: block;
			width: 90px;
			margin: 0 auto;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
		}
		 .log-ul li img.kuan1{
		 	width: 100px;
		 }
		 .log-ul li img.kuan2{
		 	width: 110px;
		 }
		 .log-ul li img.kuan3{
		 	width: 120px;
		 }
		  .log-ul li img.gao1{
		 	width: 85px;
		 }
		 .log-ul li img.gao2{
		 	width: 70px;
		 }
		 .log-ul li img.gao3{
		 	width: 50px;
		 }
		#marquee2, #marquee1,
		#marquee4, #marquee3
		 {
			    width: 100%;
    overflow: hidden;
		}		
		
		#marquee2, #marquee1,#marquee3,  
		#marquee3,.log-ul
		 {
    display: flex;
		}

.s6 {
	
	padding: 50px 0 50px;
	overflow: hidden;
	background: #fff;
	/* display:none; */
}
.s6 h3{
	font-size: 46px;
    display: block;
    line-height: 1.2; 
}
.s6 .wbox{
	margin: 50px auto;
	    padding: 0 0px;
}
.about-s6 {
	padding: 0px 0 50px;
}
.about-s6 .wbox{
	margin: 50px auto;
	padding: 0 0px;
	max-width:90%;
	padding-left: 5%;
	overflow:hidden
}
.s-news li div img {
	
}
.s6 .mySwiper{
	margin-top: 50px;
}
.s6 h3 a{
display: block;
float: right;
font-size: 16px;
height: 50px;
margin-top: 0px;
line-height: 50px;
margin-right: 0px;
padding-right: 60px;
background:  url('/images/arrow1.png') no-repeat 90% center;
background-size: 40px;
color: #e60012;
-webkit-transition:all 0.3s ease;
transition:all 0.3s ease; 
}
.s6 h3 a:hover{
	background:  url('/images/arrow1.png') no-repeat right center;
	background-size: 40px;
}
.s-news {
/*	width: calc(100% + 120px);*/
margin: 50px auto 0;
padding: 0 80px;
padding: 0 0px;
}

.s-news li {
	margin-right: 50px;
	float: left;
	width: calc(25% - 30px);
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease; 
	margin-bottom: 50px;
}
.s-news li:last-child {
	margin-left: 0;
}
.s-news li a{
	display: block;
	border: 1px solid #ccc;
	padding: 40px 26px 32px;
	    transition: all 0.36s;
	    font-size: 14px;
		border-radius: 20px;
	overflow: hidden;
}
.s-news li span {
	color: #555;
	font-size: 13px;
	display: block;
}
.s-news li b {
color: #333;
    padding: 5px 0 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 102px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.s-news li p {
	color: #aaa;
	font-size: 14px;
	display: block;
}
.s-news li i {
	color: #e60012;
	padding: 20px 0;
	display: block;
	font-weight: normal;
	font-style: normal;
}
.s-news li div {
	height: 220px;
	overflow: hidden;
}
.s-news li div img {
height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    object-fit: cover;
}
.s-news li:hover a{
	background: #e60012;
	border: 1px solid #fff;
}
.s-news li:hover span,
.s-news li:hover b,
.s-news li:hover p,
.s-news li:hover i
{
color: #fff;
}
.s-news li:hover a {
	border: 1px solid #fff;
}
.s-news li.h {
	width: calc(100% - 30px);
	float: none;
	 
}
.s-news li.h:hover {
	background: #f5f5f5;
}
.s-news li.h .fl{
	width: 55%;
}

.s-news-faq li.h .fl {width:100%}

.s-news li.h .rt{
	width: 40%;
	float: right;
	height: 350px;
	overflow: hidden;
}
.s-news li.h div {
	height: auto;
}
.s-news li.h b {
	font-size: 30px;
}
.s-news-faq li.h b {height:auto}
.s-news li.h p {
	color: #333;
}
.s-news li.h i {
	color: #e60012;
}
.s-news li.h:hover i
{
color: #e60012;
}
.s-news li.h:hover span,
.s-news li.h:hover b,
.s-news li.h:hover p,
.s-news li.h:hover em,
.s-news li.h:hover i 
{
color: #fff;
}
.s-news li.h a {
	padding: 40px 46px 32px;
}
.s-news-faq li.h a {
	padding: 20px 46px 20px;
}


.s-news li.h .rt img{
	width: 100%;
	height: auto;
	
}
.news-list-n li {
	background: #fff;
}
.news-list-n li a{
	border: 1px solid #fff;
}
.news-list-n li.h:hover {
	background: #e60012;
}

.whatup {
	    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    z-index: 100;
    padding: 0px;
	z-index: 9999999;
    border: 5px solid rgba(255, 255, 255, .3);
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 40px;
	background:  #25d366 url('/images/whatup.png') no-repeat -5px -5px;
	background-size: 65px;
}
.whatup:hover {
   border: 5px solid rgba(255, 255, 255, 1);	
}
.whatup a{
	width: 60px;
    height: 60px;
	display: block;
}


.video1 {
	margin: 0px auto 20px;
	width: 100%;
	max-width: 100%;
	
}
.video1 .pa1{
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0%;
	padding-top: 185px;
	text-align: center;
	width: 100%; 
	height: 100%;
	color: #fff;
	background: rgb(0 0 0 / 33%); 
}
.video1 .pa1:before {
	content: '';
    display: none;
    border: 1px solid #fff;
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
	opacity: .5;
    border-radius: 50%;
    transform: translateX(-52%);
	-webkit-animation: hx1 5s infinite;
    animation: hx1 5s infinite;
}
.video1 .pa1:after {
	content: '';
    display: none;
    border: 1px solid #fff;
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    left: 50.5%;
    top: 10px;
	opacity: .5;
    border-radius: 50%;
    transform: translateX(-50%);
}
@keyframes hx1 {
            0%{
              top: 10px;
			  transform: translateX(-52%);
            }
            50% {
				width: 500px;
				height: 500px;
				border-radius: 48%;
				top: 14px;transform: translateX(-48%);
			}
            100%{
              top: 10px;transform: translateX(-52%);
            }
        }
.video1 .pa1 b {
	font-size: 46px;
	position: relative;
	z-index: 2;
	font-size: 32px;
color: #032ca4;
color: #fff;
font-weight: 300;
}
.video1 .pa1 b:after {
	content: '';
	display: block;
	width: 480px;
	height: 1px;
	background: #fff;
	opacity: .5;
	margin: 10px auto 30px;
}
.video1 .pa1 p{
	font-size: 16px;
	max-width: 60%;
	margin: 0px auto 0;
	color: #fff;z-index: 2;
	position: relative;
	width: 500px;
	padding: 0px 40px 10px;
	border-radius: 130px;
	border: 0px dashed #fff; 
}
.video1 .mySwiper5 {
	margin: 0px auto;
}
.video1 .mySwiper6 .swiper-slide{
	height: 550px;
	overflow: hidden;
	border-radius: 0px;
	padding-top: ;
}
.video1 .mySwiper6 .swiper-slide img {
	width: 100%; 
	    height: 100%;
    object-fit: cover;
	position: relative;
	display: block;
}
.video1 .mySwiper5 ul{
	border-bottom: 1px solid #333;
	width: 300px;
	margin: 0 auto;
}
.video1 .mySwiper5 ul:after{
	display: none;
}
.video1 .mySwiper5 li{
	 display: block;
	 width: 50%!important;
	 margin: 0!important;
	 border-bottom: 1px solid #333;
	 height: 50px;
	 line-height: 50px;
	 text-align: center;
	 font-size: 18px;
	 font-weight: normal;
	 opacity: .5;
}
.video1 .mySwiper5 li.swiper-slide-thumb-active{
	border-bottom: 3px solid #e60012;
    opacity: 1;
    transform: translateY(1px);
}
.video1 .pa3{
	font-size: 3em;
    font-weight: bold;
    padding: 0 0px 50px;
    color: #e60012;
    display: block;
    text-align: left;
    line-height: 2;
    text-align: center;
}
.video1 video{
width: 100%;
height:600px;
display: block;
object-fit: cover;
overflow: hidden; 
position: 
relative;
z-index: 2;
}
.video1  .pa3 span em{
	  	position: relative;
	  	z-index: 2;
	  }
.video1  .pa3 span:before {
   	content: '';
   	display: block;
    border: 1px dashed #e60012;
   	width: 250px;
   	height: 250px;
   	display: block;
   	position: absolute;
   	left: 50%;
   	top: -100px;
   	border-radius: 50%;
   	transform: translateX(-50%);
   }
.video1 .pa3 span em {
   	font-size: 46px;
   	display: block;
   	font-weight: bold;
   }
   
   
   
   #container {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.4;
}
 .video1 .line{
            border: 2px solid #fff;
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    left: 50%;
    top:10px;
    border-radius: 50%;
    transform: translateX(0%);
	margin-left: -250px;
            position: absolute;
            animation: myRotate 10s linear infinite;
           
        }
   .video1 .slideCircle{
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #e60012;
            position: absolute;
            top: 30px;
            left: 100px;
            z-index: 99;
			background-image: linear-gradient(to right, #d01502, #e34126, #eb5215, #fe650e 50%, #ffffff 50%);
			background-size: 200% 100%;
        }
      .video1 .cen{
            width: 20px;
            height: 20px;
            border-radius: 50%;
 
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
 .litebox-overlay .litebox-inline-html #kf1{
 	   margin: 0 auto 0;
    height: 70%;
    height: 560px;
	width: 900px;
	
    overflow: hidden;
}



@keyframes borderTurnWithTranslate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes myRotate {
            0%{
                transform: rotate(0);
            }
            100%{
                transform: rotate(360deg);
            }
        }