@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}
div,a{color:#666;font-family:"Microsoft YaHei","Arial";}
p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}


ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}


/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.fl,.left{ float: left; }

.fr,.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }

img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}


/* header
-------------------------------------------------------------- */
.header{
	width:100%;
	height:80px;
	position:fixed;
	top:0;
	left:0;
	padding:0 1%;
	z-index:99;
	}
.small{
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	background:rgba(0,0,0,0.2);
}
/*å·¦ä¾§logo*/
.logo{
	padding:20px 0;
}
.toptel{
	height:100%;
	display:flex;
	align-items:center;
	padding-right:22px;
	position:relative;
}
.toptel::after{
	content:"";
	width:1px;
	height:24px;
	background:rgba(255,255,255,0.3);
	position:absolute;
	right:0;
	top:28px;
}
.topsearch{
	height:100%;
	display:flex;
	align-items:center;
	margin-left:22px;
}
.search_box{
	width:260px;
	position: absolute;
	top:70px;
	right:0;
	background-color:#1655fa;
	padding:10px; 
	z-index:99;
	display:none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
.search_box input{
	width:80%;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	float:left;
	background:#fff;
	}
.search_box button{
	width:18%;
	height: 45px;
	line-height: 45px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
.topewm{
	padding:32.5px 0 32.5px 50px;
	position:relative;
}
.topewm:before{
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	position:absolute;
	left:0;
	top:42px;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.header .nav,.icon1,.icon2{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #1655fa;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  padding: 0 15px;
	  width:100%;
	  background: #1655fa;
	  -webkit-transform: translateX(-100%);
		  -ms-transform: translateX(-100%);
			  transform: translateX(-100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
	  padding: 0 15px;
	  width: 40%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  background: #131313;
	  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
			  transform: translateX(100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  background: -webkit-linear-gradient(top, #14b29d , #0b2c65);
		background: -o-linear-gradient(bottom, #14b29d , #0b2c65);
		background: -moz-linear-gradient(bottom, #14b29d , #0b2c65);
		background: linear-gradient(to bottom, #14b29d , #0b2c65);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width:90%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size:18px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  background:#fff;
	  border-radius:50%;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:1%;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 2px 0;
	  width: 18px;
	  display: block;
	  background: #1655fa;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #1655fa;
	}

	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
		  -ms-transform: rotate(-45deg) translate(-2px, 3px);
			  transform: rotate(-45deg) translate(-2px, 3px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}

}
.icon1{
	overflow:hidden;
	padding-top:37px;
	margin-right:80px;
}
/*å³ä¾§*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	margin-right:75px;
}
.header .navbar_nav li{
	float:left;
	padding: 0 56px;
	position: relative;
	display: block;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	line-height:80px;
	position:relative;
}
.header .navbar_nav li > a:after{
	content:"";
	border-left:solid 12px transparent;
	border-right:solid 12px transparent;
	border-top:solid 16px #96d300;
	position:absolute;
	left:-11px;
	top:30px;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity:0;
	z-index:-1;
}
.header .navbar_nav li:hover > a:after,.header .navbar_nav li.active > a:after{
	opacity:1;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:80px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    left:0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #96d300;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #96d300;
}

/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/
.header.on{
	background:rgba(0,0,0,0.2);
}

#navToggle{
	display: none;
}

.scroll-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  z-index: 15;
  text-align: center;
  z-index:999;
}
.scroll-more i {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
}
.scroll-more i:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 2px;
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  transform-origin: center top;
  animation: moremove 2s infinite;
}
.scroll-more span {
  display: block;
  margin-top: 18px;
  color: #fff;
  line-height: 1;
}
@keyframes moremove {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0);
    opacity: 0.2;
  }
}
.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

 /*   opacity: .25;*/
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/


/* tit
-------------------------------------------------------------- */
.tit h3{
	width:100%;
	margin:0;
	}
.tit h3 a{
	position:relative;
}
.tit h3 a::before{
	content:"";
	border-left:solid 12px transparent;
	border-right:solid 12px transparent;
	border-top:solid 16px #96d300;
	position:absolute;
	left:-8px;
	top:5px;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	z-index:-1;
}
.tit h3,.tit h3 a,.tit h3 a span{
	font-size:20px;
	line-height:30px;
	color:#2c3441;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#ea3f08;
	font-family:Arial;
	line-height:48px;
	font-weight:bold;
	}
/* about
-------------------------------------------------------------- */
.index_main .section3{
	position:relative;
	}
.introduct-imgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 36.4%;
  text-align:center;
  height: auto;
}
.section2 {
    position: relative;
    z-index: 1;
}

.zoom-img {
	display: block;
	width:100%;
	height:auto;
    position: relative;
    z-index: 2;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.section2.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.aboutcont{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	z-index:9;
}
.aboutlf{
	width:32%;
}
.more{
	width:100%;
}
.more a{
	display:block;
	width:124px;
	height:48px;
	overflow:hidden;
	display:flex;
	align-items:center;
	padding-left:6px;
}
.more a span{
	font-size:16px;
	color:#2c3441;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a:hover span{
	transform: translateX(3px);
	color:#333;
}
.more a i{
	display:block;
	width:24px;
	height:24px;
	background:#1655fa;
	transform: rotateZ(45deg);
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:14px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a:hover i{
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	background: #0046ff;
	transform:rotateZ(45deg) translateX(2px);
}
.more a i img{
	transform: rotateZ(-45deg);
}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c3441;
	line-height:50px;
	margin-top:118px;
}
.about .aboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#fff;
	line-height:48px;
	margin:0;
	font-weight:bold;
	}
.aboutnr .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.77);
	line-height:30px;
	margin-top:5px;
}
.aboutnr .aboutjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.77);
	line-height:30px;
	margin-top:30px;
}
#starsCanvas{
	width:100%;
	height:100%;
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.about .more{
	margin-top:90px;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:185px;
	}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.aboutlist ul li{
	overflow:hidden;
	margin-top:10px;
}
.aboutlist ul li .aboutnum{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1655fa;
}
.aboutlist ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
}
.aboutlist ul li .timer{
	font-size:66px;
	color:#1655fa;
	font-family: myOneFont;
	line-height:66px;
	margin-right:5px;
}
.gssl{
	transform: scale(1);
}
.gssl .tit{
	text-align:center;
}
.gssl .tit h3{
	width:auto;
	margin:auto;
	color:#fff;
}
.gssl .tit h3 a,.gssl .tit h3 a span{
	color:#fff;
}
.gssl .tit h3 a::before{
	z-index:0;
}
.gssl .tit h3 a span{
	position:relative;
	z-index:2;
}
.gssljs{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.gssljs p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:40px;
	color:#fff;
	line-height:50px;
}
.gssl ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:82px;
}
.gssl ul li:nth-child(2n+1){
	width:16%;
}
.gssl ul li .gsslicon,.gssl ul li h5,.gssl ul li p{
	width:100%;
}
.gssl ul li .gsslicon img{
	max-width:100%;
	height:auto;
	transform: rotateZ(-45deg);
}
.gssl ul li .gsslicon span{
	display:flex;
	width:82px;
	height:82px;
	border:solid 2px #fff;
	transform: rotateZ(45deg);
	justify-content:center;
	align-items:center;
	margin:auto;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gssl ul li .gsslicon span .iconimgh,.gssl ul li:hover .gsslicon span .iconimg{
	display:none;
}
.gssl ul li:hover .gsslicon span .iconimgh{
	display:block;
}
.gssl ul li:hover .gsslicon span{
	background:#fff;
}
.gssl ul li h5{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	margin-bottom:15px;
	margin-top:40px;
}
.gssl ul li p{
	font-size:16px;
	color:rgba(255,255,255,0.6);
}
.line{
	width:1px;
	height:290px;
	background:rgba(255,255,255,0.2);
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}



.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/* pro
-------------------------------------------------------------- */
.pro{
	position:relative;
}
.pro .tit{
	position:absolute;
	left:0;
	top:11%;
	z-index:99;
}
.pro .tit h3 a,.pro .tit h3 a span{
	color:#fff;
}
.pro .tit h3 a::before{
	z-index:0;
}
.pro .tit h3 a span{
	position:relative;
	z-index:2;
}
.pronr{
	width:100%;
	overflow:hidden;
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr.active{
	height:auto;
	opacity:1;
}
.prolist{
	width:100%;
}
.prolist .prolf{
	width:22%;
	padding-top:205px;
}
.prolist .prolf h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	margin-bottom:45px;
}
.prolist .prolf .promore{
	width:100%;
	display:flex;
	align-items:center;
	padding-left:8px;
}
.prolist .prolf .promore span{
	font-size:16px;
	color:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist .prolf .promore:hover span,.pro .prolxfs a:hover span{
	transform:translateX(3px);
}
.prolist .prolf .promore i{
    display: block;
    width: 32px;
    height: 32px;
    background: #1655fa;
    transform: rotateZ(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist .prolf .promore i img{
	transform: rotateZ(-45deg);
}
.prolist .prolf .promore:hover i,.pro .prolxfs a:hover i{
	transform:rotateZ(45deg) translateX(2px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.prolist .proimg{
	width:56%;
	text-align:center;
}
.prolist .proimg img{
	max-width:100%;
	height:auto;
}
.prolist .proimg:hover img{
	transform:scale(1.05);
}
.pro .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.pro .swiper-pagination .swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:#fff;
	border-radius:50%;
	display:inline-block;
	margin:0 6px;
}
.pro .swiper-pagination .swiper-pagination-bullet-active{
	width:26px;
	border-radius:4px;
}
.promenu{
	margin-top:67px;
}
.promenu,.promenu ul{
	width:100%;
	overflow:hidden;
}
.promenu ul li{
	width:25%;
	overflow:hidden;
	line-height:30px;
	float:left;
	text-align:center;
	border-bottom:solid 2px rgba(255,255,255,0.4);
	padding-bottom:26px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li a{
	position:relative;
}
.promenu ul li a span{
	font-size:18px;
	color:rgba(255,255,255,0.4);
	font-weight:bold;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:2;
}
.promenu ul li a::before{
	content:"";
	border-left:solid 15px transparent;
	border-right:solid 15px transparent;
	border-top:solid 22px #96d300;
	position:absolute;
	left:-10px;
	top:-8px;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	z-index:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity:0;
}
.promenu ul li:hover a::before,.promenu ul li.active a::before{
	opacity:1;
}
.promenu ul li:hover a span,.promenu ul li.active a span{
	color:#fff;
}
.promenu ul li:hover,.promenu ul li.active{
	border-bottom:solid 2px #fff;
}

.pro .prolxfs{
	position:absolute;
	right:0;
	top:40%;
	z-index:99;
}
.pro .prolxfs a{
	display:flex;
	align-items:center;
}
.pro .prolxfs a span{
	font-size:16px;
	color:#fff;
	margin-left:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pro .prolxfs a i{
	display:flex;
	width:40px;
	height:40px;
	background:#1655fa;
	transform: rotateZ(45deg);
	display:flex;
	justify-content:center;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pro .prolxfs a i img{
	transform: rotateZ(-45deg);
}

/* casetit
-------------------------------------------------------------- */
.casetit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.casetit .more{
	margin-top:24px;
}
.casenr,.casenr .caselist,.caselist .caseimg,.caselist p{
	width:100%;
	overflow:hidden;
}
.casenr{
	margin-top:50px;
}
.caselist .caseimg{
	height:330px;
	border-radius:15px;
}
.caselist .caseimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.caselist:hover .caseimg img{
	transform:scale(1.05);
}
.caselist p{
	color:#fff;
	font-size:20px;
	line-height:30px;
	text-align:center;
	margin-top:22px;
}
.case .swiper-button{
	overflow:hidden;
	text-align:center;
	margin-top:54px;
	position:relative;
}
.case .swiper-button::before,.case .swiper-button::after{
	content:"";
	width:40%;
	height:1px;
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:50%;
	margin-top:-0.5px;
	}
.case .swiper-button::before{
	left:0;
	}
.case .swiper-button::after{
	right:0;
	}
.case .swiper-button div{
	width:34px;
	height:34px;
	border-radius:50%;
	border:solid 2px #fff;
	display:inline-block;
	margin:0 15px;
	opacity:0.4;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.case .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.case .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
}
.case .swiper-button div:hover{
	opacity:1;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000000;
	line-height:30px;
	margin-top:65px;
}
.link a{
	margin-left:10px;
	font-size:16px;
	color:#000000;
}
.link img{
	margin-right:18px;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#e0e0e0;
	padding-top:80px;
	}
.footernr{
	padding-bottom:138px;
}
.footerlf{
	width:43%;
	overflow:hidden;
}
.footerrt{
	width:57%;
	overflow:hidden;
}
.botsearch{
	width:100%;
	overflow:hidden;
	margin-bottom:80px;
}
.botsearchnr{
	overflow:hidden;
	float:right;
}
.botsearchnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-bottom:10px;
}
.botsearch_box{
	width:100%;
	overflow:hidden;
}
.botsearch_box input{
	width:360px;
	height:52px;
	background:#fff;
	color:#a5a5a5;
	line-height:52px;
	padding:0 24px;
	float:left;
}
.botsearch_box button{
	width:120px;
	height:52px;
	line-height:52px;
	background:#96d300;
	text-align:center;
	float:left;
}
.botsearch_box ::-webkit-input-placeholder {
  color: #a5a5a5;
}
.botsearch_box :-moz-placeholder {
  color: #a5a5a5;
}
.botsearch_box ::-moz-placeholder{
color: #a5a5a5;
}
.botsearch_box :-ms-input-placeholder {
  color: #a5a5a5;
}
.footerrt ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footerrt ul li{
	width:25%;
	overflow:hidden;
}
.footerrt ul li h5,.footerrt ul li h5 a{
	font-size:16px;
	color:#2c3441;
	font-weight:bold;
}
.footerrt ul li h5{
	margin-bottom:18px;
}
.footerrt ul li p{
	margin-top:2px;
	color:#2c3441;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.footerrt ul li p a{
	color:#2c3441;
	position:relative;
}
.footerrt ul li p a span{
	color:#2c3441;
	position:relative;
	z-index:2;
}
.footerrt ul li p a::after{
	content:"";
	width:100%;
	height:4px;
	background:#1655fa;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	opacity:0;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.footerrt ul li p a:hover::after{
	opacity:1;
}
.footerrt ul li p:hover{
	padding-left:18px;
}
.footerrt ul li p a::before{
	content:"";
	width:14px;
	height:1px;
	background:#2c3441;
	position:absolute;
	left:-18px;
	top:50%;
	margin-top:-0.5px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.footerrt ul li p a::before{
	opacity:1;
}
.footerrt ul li p{
	line-height:30px;
}
.footerrt ul li p a:hover{
	font-size:16px;
	font-weight:bold;
}
.footer .botlogo{
	width:100%;
	overflow:hidden;
	}
.footer .botlogo img{
	max-width:100%;
	height:auto;
	}
.botlxfs{
	width:100%;
	overflow:hidden;
	margin-top:94px;
}
.botlxfs dl{
	overflow:hidden;
	float:left;
}
.botlxfs dl dt,.botlxfs dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.botlxfs dl dt img{
	max-width:100%;
	height:auto;
}
.botlxfs dl dd{
	color:#2c3441;
	line-height:30px;
	margin-top:5px;
}
.botlxfslf{
	width:70%;
	overflow:hidden;
}
.botlxfslf .bottel{
	width:100%;
	overflow:hidden;
	font-size:40px;
	font-family:Arial;
	color:#000;
	line-height:50px;
	margin-bottom:16px;
}
.botlxfslf p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:28px;
}
.footernr .footerlf{
	width:31%;
	overflow:hidden;
}

.bot{
	width:100%;
	overflow:hidden;
	background:#cfcfcf;
	padding:35px 0;
}
.bot,.bot p{
	width:100%;
	overflow:hidden;
}
.botlf,.botrt,.bot p{
	color:#2c3441;
}
.botlf,.botrt{
	padding:0;
}
.botrt{
	text-align:right;
}
.bot p a{
	color:#2c3441;
}
.botlf p:last-child,.botlf p:last-child a{
	color:#1655fa;
}
.message{
	width:100%;
	overflow:hidden;
	background:#e0e0e0;
	padding:62px 0 66px 0;
	border-bottom:solid 1px #d0d0d0;
}
.messagenr{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.messagelf{
	width:10%;
	text-align:left;
}
.messagelf h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#2c3441;
	font-weight:normal;
	line-height:60px;
	margin:0;
}
.messagelf p{
	width:100%;
	overflow:hidden;
	color:#242a33;
	font-family:Arial;
}
.messagert{
	width:90%;
	overflow:hidden;
}
.messagert ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0;
}
.messagert ul li{
	width:20%;
	height:60px;
	overflow:hidden;
}
.messagert ul li:nth-child(3){
	width:30%;
	overflow:hidden;
}
.messagert ul li:nth-child(4){
	width:14%;
	overflow:hidden;
}
.messagert ul li:nth-child(5){
	width:12.5%;
	overflow:hidden;
}
.messagert ul li input,.messagert ul li textarea{
	width:100%;
	height:60px;
	overflow:hidden;
	line-height:60px;
	background:#fff;
	color:#a9aaad;
	padding-left:52px;
}
.messagert ul li:first-child input{
	background:#fff url(../images/icon9.png) no-repeat 20px center;
}
.messagert ul li:nth-child(2) input{
	background:#fff url(../images/icon10.png) no-repeat 20px center;
}
.messagert ul li:nth-child(3) textarea{
	background:#fff url(../images/icon11.png) no-repeat 20px center;
}
.messagert ul li .yzminput,.messagert ul li img{
	height:30px;
	line-height:30px;
}
.messagert ul li .yzminput{
	width:100%;
	padding:0 5px;
}
.messagert ul li img{
	margin-top:4px;
}
.messagert ul li button{
	width:100%;
	height:60px;
	overflow:hidden;
	line-height:60px;
	background:#1655fa;
	font-size:16px;
	color:#fff;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:240px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* banner_n
-------------------------------------------------------------- */
.ntit{
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#333;
	line-height:46px;
	margin:0;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n{ 
	width:100%; 
	height:650px;
	position:relative;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:867px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:569px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:542px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:488px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:460px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:433px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:390px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:347px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:335px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:260px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:217px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:183px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:15px 0 15px 30px;
	background:url(../images/icon13.png) no-repeat left 19.5px;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #1655fa;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:60px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#1655fa;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
.nmenu ul li.active a{
	color:#1655fa;
}

/* about_n
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.about_n .aboutlist{
	margin-top:50px;
}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:50px;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.aboutnr_n img{
	max-width:100%;
	height:auto;
}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.aboutimg_n img{
	max-width:100%;
	height:auto;
	}

/* promenu_n
-------------------------------------------------------------- */
.promenu_n,.promenu_n dl{
	width:100%;
	overflow:hidden;
}
.promenu_n dl{
	border-bottom:solid 1px #e9e3db;
	display:flex;
	justify-content:left;
	padding:9px 0;
}
.promenu_n dl dt{
	font-size:18px;
	color:#333333;
	line-height:30px;
}
.promenu_n dl dd{
	font-size:18px;
	color:#969595;
	line-height:30px;
	padding-left:32px;
}
.promenu_n dl dd a{
	font-size:18px;
	color:#969595;
	margin:0 40px;
}
.promenu_n dl dd a:hover,.promenu_n dl dd a.active{
	font-weight:bold;
	color:#ea3f08;
}
/* pro_n
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n .prolf_n{
	width:25%;
	overflow:hidden;
	}
.pro_n .prolf_n h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:20px;
	color:#fff;
	padding:15px 0;
	text-align:center;
	background:#1655fa;
}
.pro_n .prort_n{
	width:72%;
	overflow:hidden;
}
.pro_n .prolf_n ul,.pro_n .prolf_n ul li{
	width:100%;
	overflow:hidden;
	}
.pro_n .prolf_n ul li{
	line-height:30px;
	background: #f5f5f5 url(../images/icon26.png) no-repeat 98% center;
	border-top: 1px solid #ebebeb;
	padding:10px 15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pro_n .prolf_n ul li a{
	font-size:16px;
	display:block;
	}
.pro_n .prolf_n ul li:hover,.pro_n .prolf_n ul li.active{
	background:#1655fa url(../images/iconh26.png) no-repeat 98% center;
}
.pro_n .prolf_n ul li:hover a,.pro_n .prolf_n ul li.active a{
	color:#fff;
}
.pro_n .prort_n dl{
	width:31.333333333333333%;
	overflow:hidden;
	padding:10px;
	background: rgba(242, 242, 242, 1);
	margin:0 1% 40px 1%;
	float:left;
	position:relative;
}
.pro_n .prort_n dl:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #1655fa;
    transition: all .5s ease
}

.pro_n .prort_n dl:hover:after {
    height: 100%
}
.prort_n dl dt,.prort_n dl dd{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.prort_n dl dt{
	height:276px;
}
.prort_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.prort_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.prort_n dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:center;
	padding:10px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.prort_n dl:hover dd{
	color:#fff;
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
	color:#343434;
}

/*产品展示结束*/

/* dsfc
-------------------------------------------------------------- */
.dsfc{
	margin-top:116px;
}
.dsfcnr,.dsfclist{
	width:100%;
	overflow:hidden;
}
.dsfcnr{
	margin-top:58px;
}
.dsfcnr .swiper-container{
	width:200%;
	margin-left:-50%;
}
.dsfclist{
	position:relative;
}
.dsfcnr .dsfcimg{
	width:66%;
	overflow:hidden;
}
.dsfcnr .dsfcimg img{
	width:100%;
	height:auto;
}
.dsfcnr .dsfcjs{
	width:48%;
	height:512px;
	overflow:hidden;
	background:#fff;
	padding:54px 64px 0 64px;
	position:absolute;
	right:0;
	top:55px;
}
.dsfcnr .dsfcjs h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#353535;
	line-height:50px;
}
.dsfcnr .dsfcms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#a2a2a2;
	margin-top:30px;
}
.yyly{
	margin-bottom:60px;
}
.yyly .message_n{
	margin-top:76px;
}
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactlf_n{
	padding:0 40px 0 0;
}
.contactrt_n{
	padding:0;
}
.contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.contactnr_n dl{
	margin-top:60px;
}
.contactnr_n dl:first-child{
	margin-top:0;
}
.contactnr_n dl,.contactnr_n dl dt,.contactnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.contactnr_n dl dt{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
}
.contactnr_n dl dd{
	font-size:26px;
	color:#000;
	line-height:36px;
	margin-top:15px;
}
.contactnr_n dl dd a{
	font-size:26px;
	color:#000;
}
.message_n{
	margin-top:50px;
}
.message_n,.message_n ul{
	width:100%;
	overflow:hidden;
}
.message_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.message_n ul li{
	width:49%;
	overflow:hidden;
	margin-bottom:20px;
}
.message_n ul li:last-child{
	width:100%;
}
.message_n ul li input{
	width:100%;
	overflow:hidden;
	font-size:16px;
	height:60px;
	line-height:60px;
	border:solid 1px #e0e0e0;
	padding:0 10px;
}
.message_n ul li textarea{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	height:160px;
	border:solid 1px #e0e0e0;
	padding:0 10px;
}
.yzm,.tjbtn{
	width:100%;
	overflow:hidden;
}
.yzm input{
	width:200px;
	height:60px;
	line-height:60px;
	border:solid 1px #e0e0e0;
}
.tjbtn{
	margin-top:20px;
}
.tjbtn button{
	width:100%;
	height:60px;
	line-height:60px;
	background:#1655fa;
	text-align:center;
	color:#fff;
	font-size:16px;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n{
	width:100%;
	overflow:hidden;
}
.honornr_n dl{
	width:23.5%;
	overflow:hidden;
	margin:15px 2% 15px 0;
}
.honornr_n dl:nth-child(4n){
	margin-right:0;
}
.honornr_n dl dt,.honornr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl dt{
	height:534px;
}
.honornr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.honornr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.03);
	}
.honornr_n dl dd{
	text-align:center;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.honornr_n dl:hover dd{
	color: #ea3f08;
}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nsb ul{
	width:100%;
	overflow:hidden;
	}
.nsb ul li{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	}
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	}
.newsnr_n ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	}
.newsnr_n ul li{
	width:32%;
	overflow:hidden;
	margin:20px 2% 20px 0;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.08);
	}
.newsnr_n ul li:nth-child(3n){
	margin-right:0;
}
.newsnr_n ul li .newsimg_n,.newsnr_n ul li .newstext_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .newsimg_n{
	height:300px;
	position:relative;
}
.newsnr_n ul li .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
}
.newsnr_n ul li .newstext_n{
	padding:45px 40px;
}
.newsnr_n ul li .newstext_n p{
	width:100%;
	overflow:hidden;
	color: #999;
	font-size:18px;
	line-height:30px;
}
.newsnr_n ul li .newstext_n h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	height:72px;
	line-height:36px;
	margin-top:15px;
}
.newsnr_n ul li .newstext_n .newsbtn_n{
	width:60px;
	height:60px;
	border: 1px solid #e3e3e3;
	border-radius:50%;
	background:url(../images/icon14.png) no-repeat center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	margin-top:55px;
}
.newsnr_n ul li:hover .newstext_n .newsbtn_n{
	background:#1655fa url(../images/icon12.png) no-repeat center;
	border-color:#1655fa;
}
.marg{
	margin-top:40px;
	}
.newsnr_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #333;
	line-height:40px;
    text-align: center;
    padding: 0 0 20px 0;
	margin:0;
    border-bottom: solid 1px #e6e6e6;
	}
.newsnr_n .fbtime {
    width: 100%;
    overflow: hidden;
	text-align:center;
    font-size: 16px;
    line-height: 30px;
    color: #99958f;
	margin-top:20px;
}
.newsnr_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top:40px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.newsnr_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.newsnr_n .fbnr img{
	max-width:100%;
	height:auto;
	}
/* partners_n
-------------------------------------------------------------- */
.bg{
	background:#fef7ec;
}
.partners_n{
	margin-top:60px;
	margin-bottom:60px;
}
.partnersnr_n,.partnersnr_n ul{
	width: 100%;
    overflow: hidden;
}
.partnersnr_n ul li{
	width:15.6666666666667%;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	padding:18px 0;
	float:left;
	text-align:center;
	background:#fff;
	margin:15px 0.5%;
	border-radius:10px;
	transition: all .5s ease;
}
.partnersnr_n ul li:hover{
	background:#14b29d;
	color:#fff;
}

/* news

-------------------------------------------------------------- */
.newstit,.newstit h3{
	width:100%;
	overflow: hidden;
}
.news .newstit h3,.news .newstit h3 a{
	font-size:40px;
	color:#2c3441;
}
.news .newstit h3{
	line-height:50px;
	margin:0;
}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.news .newsnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.news .newsnr ul li{
	width:23.5%;
	overflow:hidden;
	margin:0 2% 0 0;
	height:558px;
	background:#fff url(../images/newsbg2.jpg) no-repeat bottom left;
	padding:56px 45px 0 45px;
	position:relative;
}
.news .newsnr ul li:last-child{
	margin-right:0;
}
.wapnews{
	display:none;
}
.newsnr .swiper-container {
    width:100%;
}
.newsnr .newslist{
	width:100%;
	overflow:hidden;
	height:558px;
	background:#fff url(../images/newsbg2.jpg) no-repeat bottom left;
	padding:56px 45px 0 45px;
	position:relative;
}
.news .newsnr .newslist h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#242424;
	font-weight:normal;
	line-height:30px;
	position:relative;
	z-index:9;
}
.news .newsnr .newslist .newstext{
	width:100%;
	overflow:hidden;
	padding:0 45px;
	position:absolute;
	left:0;
	bottom:50px;
	z-index:9;
}
.news .newsnr .newslist .newstext .newsdate{
	width:100%;
	overflow:hidden;
	font-size:70px;
	color:#242424;
	line-height:70px;
	font-family: myOneFont;
	text-align:right;
}
.news .newsnr .newslist .newstext .newsmore{
	width:100%;
	overflow:hidden;
	margin-top:55px;
}
.news .newsnr .newslist .newstext .newsmore span{
	font-size:16px;
	color:#242424;
	position:relative;
}
.news .newsnr .newslist .newstext .newsmore span::after{
	content:"";
	width:100%;
	height:3px;
	background:#1655fa;
	position:absolute;
	left:0;
	bottom:0;
}
.news .newsnr .newslist .newsimg{
	width:100%;
	height:0;
	position:absolute;
	left:0;
	top:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.news .newsnr .newslist .newsimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:0;
}
.news .newsnr .newslist:hover .newsimg{
	height:100%;
}
.news .newsnr .newslist:hover h5,.news .newsnr .newslist:hover .newstext .newsdate,.news .newsnr .newslist:hover .newstext .newsmore span{
	color:#fff;
}
.news .newsnr .newslist:hover .newstext .newsmore span::after{
	background:#a1d71a;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#1655fa;
}

/* 图片和滚屏样式
-------------------------------------------------------------- */

/*bannerèƒŒæ™¯å›¾ç‰‡åŠ¨ç”»*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	overflow:hidden;
	position: absolute;
	left:6.5%;
	top:38.5%;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item .inner .block_txt img{
	max-width:100%;
	height:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt1{
	width:31.2%;
}
.index_main .section1 .index_banner .item .inner .block_txt2{
	width:33.3%;
}
.index_main .section1 .index_banner .item .inner .block_txt3{
	width:38.7%;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item.active .inner .block_txt a{
	outline: none;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h4 img{
	margin:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width: 58px;
	height: 58px;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	bottom: 82px;
	font-size: 0;
	outline: none;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 58px;
	height: 58px;
	border:solid 1px #fff;
	border-radius:50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:36px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	left:118px;
}
.index_main .section1 .number{
	position: absolute;
	bottom:34px;
	left:6.5%;
	display: flex;
	align-items:center;
	width: auto;
	text-align: center;
	z-index:99;
}
.index_main .section1 .number span{
	width:8px;
	height:8px;
	background:#fff;
	transform:rotateZ(45deg);
	display: inline-block;
	cursor: pointer;
	position: relative;
	opacity:0.5;
	margin:0 13px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{
	width:12px;
	height:12px;
	opacity:1;
}


.index_main .section2{
	background:url(../images/aboutbg.jpg) no-repeat bottom right;
	position:relative;
}
.index_main .section2 .scroll-more span,.index_main .section5 .scroll-more span{
	color:#797979;
}
.index_main .section2 .scroll-more i:before,.index_main .section5 .scroll-more i:before{
	background:#797979;
}
.index_main .section2 .scroll-more i,.index_main .section5 .scroll-more i{
	border-color:#797979;
}
.index_main .section3{
	background:url(../images/slbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	z-index:1;
}
.index_main .section4{
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section5{
	background:#f5f5f5 url(../images/newsbg.jpg) no-repeat right center;
}
.index_main .section6{
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
}

@media only screen and (max-width: 1768px){
	.aboutlist ul li .timer{
		font-size:60px;
		line-height:60px;
	}
	.aboutlist{
		margin-top:150px;
	}
	.gssl ul li:nth-child(2n+1) {
		width: 18%;
	}
	.news .newsnr .newslist .newstext .newsdate{
		font-size:65px;
		line-height:65px;
	}
	.newsnr .newslist{
		padding: 56px 40px 0 40px;
	}
	.news .newsnr .newslist .newstext{
		padding: 0 40px;
	}
	.prort_n dl dt{
		height:248px;
	}
	.nprort h1,.newsnr_n h1{
		font-size:26px;
		line-height:36px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.ntit h3{
		font-size:32px;
		line-height:42px;
	}
	.newsnr_n ul li .newstext_n {
		padding: 40px 30px;
	}
	.newsnr_n ul li .newstext_n h5 {
		font-size: 24px;
		line-height: 34px;
		height:68px;
	}
	.honornr_n dl dt{
		height:498px;
	}
	.footernr {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 1680px){
	.aboutnr{
		font-size:36px;
		line-height:46px;
	}
	.gssljs p,.news .newstit h3, .news .newstit h3 a,.prolist .prolf h5{
		font-size: 36px;
		line-height: 46px;
	}
	.news .newsnr .newslist .newstext .newsdate{
		font-size:60px;
		line-height:60px;
	}
	.newsnr_n ul li .newstext_n h5 {
        font-size: 22px;
        line-height: 32px;
		height:64px;
    }
	.honornr_n dl dt{
		height:474px;
	}
	.prort_n dl dt {
        height: 235px;
    }
}
@media only screen and (max-width: 1600px){
	.header .nav{
		margin-right:50px;
	}
	.aboutlist ul li .timer{
		font-size:50px;
		line-height:50px;
	}
	.aboutnr{
		margin-top:80px;
	}
	.about .more {
		margin-top:80px;
	}
	.gssljs p,.news .newstit h3, .news .newstit h3 a,.prolist .prolf h5{
		font-size: 34px;
		line-height: 44px;
	}
	.newsnr .newslist{
		padding: 50px 30px 0 30px;
	}
	.news .newsnr .newslist .newstext{
		padding: 0 30px;
	}
	.newsnr .newslist{
		height:470px;
	}
	.news .newsnr .newslist .newstext .newsdate {
        font-size: 55px;
        line-height: 55px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.aboutnr{
		font-size:32px;
		line-height:42px;
	}
	.aboutlist {
        margin-top: 115px;
    }
	.honornr_n dl dt{
		height:451px;
	}
	.prort_n dl dt {
        height: 223px;
    }
	.message{
		padding:50px 0;
	}
	.botsearch {
		margin-bottom:50px;
	}
	.botlxfs{
		margin-top:60px;
	}
	.footernr {
        padding-bottom: 60px;
    }
	.footer {
		padding-top:60px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
	.header .navbar_nav li{
		padding: 0 50px;
	}
	.aboutlist ul li .timer{
		font-size:45px;
		line-height:45px;
	}
	.aboutnr {
        font-size: 30px;
        line-height: 40px;
		margin-top:80px;
    }
	.about .more {
		margin-top: 60px;
	}
	.aboutlist {
        margin-top: 80px;
    }
	.gssl ul{
		margin-top:60px;
	}
	.gssl ul li:nth-child(2n+1) {
        width: 19%;
    }
	.gssljs p,.news .newstit h3, .news .newstit h3 a,.prolist .prolf h5{
		font-size: 32px;
		line-height: 42px;
	}
	.gssl ul li h5 {
		font-size: 18px;
	}
	.promenu {
		margin-top: 40px;
	}
	.nprort h1,.newsnr_n h1{
		font-size:24px;
		line-height:34px;
	}
	.ntit h3{
		font-size:30px;
		line-height:40px;
	}
	.contactnr_n dl dd,.contactnr_n dl dd a{
		font-size: 22px;
		line-height: 32px;
	}
	.honornr_n dl dt{
		height:406px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 260px;
	}
	.prort_n dl dt {
        height: 199px;
    }
	.card-img-150{
		height:220px;
	}
	.botsearch {
		margin-bottom: 40px;
	}
	.botlxfs{
		margin-top:50px;
	}
	.footernr {
        padding-bottom: 40px;
    }
	.bot{
		padding:20px 0;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.scroll-more{
		bottom:20px;
	}
	.gssljs{
		margin-top: 20px;
	}
	.gssl ul li h5{
		margin-top:30px;
		margin-bottom:10px;
	}
	.gssl ul {
        margin-top:40px;
    }
	.gssljs p, .news .newstit h3, .news .newstit h3 a, .prolist .prolf h5 {
        font-size: 28px;
        line-height: 38px;
    }
	.aboutlist {
        margin-top:50px;
    }
	.about .more {
        margin-top:50px;
    }
	.promenu ul li{
		padding-bottom:15px;
	}
	.promenu ul li a span {
		font-size: 16px;
	}
	.prolist .prolf{
		padding-top: 160px;
	}
	.aboutnr{
        margin-top:50px;
    }
	.news .newsnr .newslist h5{
		font-size:18px;
	}
	.news .newsnr .newslist .newstext .newsdate {
        font-size: 50px;
        line-height: 50px;
    }
	.newsnr .newslist {
        height:360px;
        padding: 40px 25px 0 25px;
    }
	.news .newsnr{
		margin-top:30px;
	}
	.news .newsnr .newslist .newstext {
        padding: 0 25px;
    }
	.news .newsnr .newslist .newstext .newsmore{
		margin-top: 40px;
	}
	.prort_n dl dt {
        height: 188px;
    }
	.messagelf h3{
		font-size:24px;
	}
	.message{
		padding:30px 0;
	}
	.botlxfs {
        margin-top:30px;
    }
	.botsearch {
        margin-bottom:20px;
    }
	.footer {
		padding-top:40px;
	}
	.footerrt ul li h5 {
		margin-bottom: 10px;
	}
	.footerrt ul li p{
		margin-top:0;
	}
}
@media only screen and (max-width: 1360px){
	.header .nav {
        margin-right: 30px;
    }
	.aboutnr {
        font-size: 26px;
        line-height: 36px;
    }
	.honornr_n dl dt{
		height:383px;
	}
	.card-img-150{
		height:200px;
	}
	.prort_n dl dt {
        height: 187px;
    }
}
@media only screen and (max-width: 1300px){
    .newsnr_n ul li .newstext_n h5 {
        font-size: 20px;
        line-height: 30px;
		height:60px;
    }
}
@media only screen and (max-width: 1280px){
	.header .navbar_nav li {
        padding: 0 45px;
    }
	.aboutlist ul li .timer{
		font-size:40px;
		line-height:40px;
	}
	.aboutlist ul li p{
		font-size:15px;
	}
	.aboutnr{
        font-size: 22px;
        line-height: 32px;
    }
	.aboutlist ul li .aboutnum{
		font-size:18px;
	}
	.gssljs p,.news .newstit h3, .news .newstit h3 a,.prolist .prolf h5{
        font-size: 24px;
        line-height: 34px;
    }
	.gssl ul li:nth-child(2n+1) {
        width: 20%;
    }
	.honornr_n dl dt{
		height:361px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 220px;
	}
	.newsnr_n ul li .newstext_n {
        padding: 30px 20px;
    }
	.prort_n dl dt {
        height: 175px;
    }
}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width:1152px){
	.header .navbar_nav li {
        padding: 0 40px;
    }
	.header .nav {
        margin-right:0;
    }
	.aboutlist ul li .timer{
		font-size:35px;
		line-height:35px;
	}
	.aboutlist ul li p{
		font-size:14px;
	}
	.gssl ul li h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.gssl ul li p{
		font-size:14px;
	}
	.honornr_n dl dt{
		height:325px;
	}
	.messagelf h3 {
        font-size: 22px;
    }
	.prort_n dl dt {
        height: 156px;
    }
}
@media only screen and (max-width:1024px){
	.header .navbar_nav li {
        padding: 0 35px;
    }
	.honornr_n dl dt{
		height:288px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 200px;
	}
	.prort_n dl dt {
        height: 137px;
    }
}
@media only screen and (max-width:1023px){
	.header{
		height:60px;
	}
	.toptel::after{
		top:18px;
	}
	.topsearch{
		margin-left: 10px;
	}
	.toptel{
		padding-right:10px;
	}
	.toggle{
		right:85px;
	}
	.search_box{
		top:60px;
	}
	.logo img{
		height:36px;
	}
	.pro_n .prolf_n,.pro_n .prort_n{
		width:100%;
	}
	.pro_n .prort_n{
		margin-top:40px;
	}
	.prort_n dl dt {
        height: 196px;
    }
	.message {
        padding:30px 0;
    }
	.messagelf,.messagert,.footernr .footerlf,.footerrt{
		width:100%;
	}
	.footer {
        padding-top:30px;
    }
	.footernr {
        padding-bottom:30px;
    }
	.botsearch {
        margin-bottom:30px;
    }
	.footerrt{
		margin-top:20px;
	}
	.messagelf h3{
		line-height:32px;
		margin-bottom:20px;
	}
	.botlxfs,.footerrt ul li p{
		display:none;
	}
	.botsearchnr{
		float: none;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 80px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2{
		width: 43.3%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt3 {
		width: 48.7%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt1 {
		width: 41.2%;
	}
}
@media only screen and (max-width:991px){
	.introduct-imgs{
		display:none;
	}
	.aboutlf{
		width:100%;
	}
	.aboutnr {
        font-size: 20px;
        line-height: 30px;
    }
	.about .more,.aboutlist,.aboutnr{
        margin-top: 40px;
    }
	.aboutlist ul li .aboutnum{
		font-size:16px;
	}
	.gssljs p, .news .newstit h3, .news .newstit h3 a, .prolist .prolf h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.gssl ul li .gsslicon span{
		width: 60px;
		height: 60px;
	}
	.gssl ul li .gsslicon img{
		height:28px;
	}
	.gssl ul{
        flex-wrap: wrap;
        margin-top: 20px;
    }
	.gssl ul li:nth-child(2n+1) {
        width: 49%;
    }
	.gssl ul li:nth-child(4) {
		display:none;
	}
	.gssl ul li{
		margin:5px 0;
	}
	.gssl ul li h5 {
        margin-top: 20px;
        margin-bottom: 5px;
    }
	.line{
		height:200px;
	}
	.nmenu,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.nmenu ul li{
		line-height:40px;
	}
	.pro_n .prort_n dl{
		width:48%;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1,.newsnr_n h1{
		font-size:22px;
		line-height:32px;
	}
	.prort_n dl dt {
        height:298px;
    }
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.newsnr_n ul li{
		width:49%;
	}
	.newsnr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.newsnr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.newsnr_n ul li .newstext_n .newsbtn_n {
		width: 50px;
		height: 50px;
	}
	.honornr_n dl{
		width:32%;
	}
	.honornr_n dl:nth-child(3n) {
		margin-right:0;
	}
	.honornr_n dl:nth-child(3n+1) {
		margin-right:2%;
	}
	.honornr_n dl dt {
        height: 380px;
    }
	.card-body h5 a, .card-body h5 span {
		font-size: 15px;
	}
	.contactrt_n{
		margin-top:40px;
	}
	.contactnr_n dl {
		margin-top: 30px;
	}
	.botlf,.botrt{
		text-align:center;
	}
}
@media only screen and (max-width: 853px){
	.honornr_n dl dt {
        height: 319px;
    }
	.prort_n dl dt {
        height:255px;
    }
}
@media only screen and (max-width: 820px){
	.honornr_n dl dt {
        height: 307px;
    }
	.prort_n dl dt {
        height:244px;
    }
}
@media only screen and (max-width: 768px){
	.gssl ul li .gsslicon span {
        width: 40px;
        height: 40px;
    }
	.gssl ul li .gsslicon img {
        height: 20px;
    }
	.line {
        height: 160px;
    }
    .ntit h3 {
        font-size: 26px;
        line-height: 36px;
    }
	.honornr_n dl dt {
        height:295px;
    }
	.prort_n dl dt {
        height:228px;
    }
	.contactnr_n dl dd,.contactnr_n dl dd a{
        font-size: 20px;
        line-height: 30px;
    }
	.contactnr_n dl dt{
		font-size:16px;
	}
}
@media only screen and (max-width:767px){
	.promenu ul li a span {
        font-size: 15px;
    }
	.promenu ul li {
        padding-bottom: 10px;
    }
	.pro .prolxfs{
		display:none;
	}
	.prolist .prolf {
		width: 44%;
	}
	.prolist .prolf {
        padding-top: 100px;
    }
	.message{
		display:none;
	}
	.newsnr_n ul li{
		width:100%;
		margin:15px 0;
	}
	.honornr_n dl {
        width: 49%;
    }
	.honornr_n dl:nth-child(2n) {
        margin-right: 0;
    }
	.honornr_n dl:nth-child(2n+1) {
        margin-right:2%;
    }
	.honornr_n dl dt {
        height:451px;
    }
}
@media only screen and (max-width:640px){
	.logo img {
        height: 30px;
    }
	.gssl ul li .gsslicon{
		display:none;
	}
	.gssl ul li h5 {
        margin-top:10px;
	}
	.line {
        height: 140px;
    }
	.gssljs p, .news .newstit h3, .news .newstit h3 a, .prolist .prolf h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.promenu ul li {
		width: 50%;
	}
	.pro .tit {
		position: inherit;
	}
	.prolist .prolf {
        padding-top: 40px;
    }
	.prolist .prolf h5{
		margin-bottom:30px;
	}
	.wapnews{
		display:block;
	}
	.pcnews{
		display:none;
	}
	.botsearch_box input {
		width: 80%;
	}
	.botsearch_box button {
		width: 20%;
	}
	.nmenu ul li{
		margin-right:40px;
	}
	.ntit h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.message_n ul li{
		width:100%;
	}
	.honornr_n dl dt {
        height:376px;
    }
	.newsnr_n ul li .newstext_n .newsbtn_n {
		width:40px;
		height:40px;
	}
	.card-img-150{
		height:180px;
	}
	.card-body h5 a, .card-body h5 span {
		font-size: 14px;
	}
	.prort_n dl dt {
        height:187px;
    }
	.prort_n dl dd {
		font-size: 15px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2{
		width: 53.3%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt3 {
		width: 58.7%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt1 {
		width: 51.2%;
	}
	.footer .botlogo img{
		width: 160px;
	}
}
@media only screen and (max-width:540px){
	.honornr_n dl dt {
        height:317px;
    }
	.card-img-150{
		height:160px;
	}
	.prolist .prolf h5{
		font-size:18px;
	}
	.prort_n dl dt {
        height:156px;
    }
}
@media only screen and (max-width:430px){
	.honornr_n dl dt {
        height:253px;
    }
	.card-img-150{
		height:125px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2{
		width: 63.3%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt3 {
		width: 68.7%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt1 {
		width: 61.2%;
	}
	.gssl ul li h5 {
        font-size: 14px;
        line-height: 24px;
    }
	.gssl ul li p {
        font-size: 12px;
        line-height: 22px;
    }
	.prolist .prolf,.prolist .proimg{
		width:100%;
	}
	.prolist .prolf h5{
		font-size:16px;
		margin-bottom: 20px;
	}
	.prort_n dl dt {
        height:121px;
    }
	.prort_n dl dd {
        font-size: 14px;
        padding: 5px 0;
    }
	.footerrt ul li h5, .footerrt ul li h5 a {
		font-size: 15px;
	}
}
@media only screen and (max-width:414px){
	.honornr_n dl dt {
        height:243px;
    }
	.prort_n dl dt {
        height: 116px;
    }
}
@media only screen and (max-width: 390px){
	.honornr_n dl dt {
        height:229px;
    }
	.prort_n dl dt {
        height: 108px;
    }
}
@media only screen and (max-width: 375px){
	.promenu ul li a span {
        font-size: 14px;
    }
	.honornr_n dl dt {
        height:220px;
    }
	.card-img-150{
		height:107px;
	}
	.prort_n dl dt {
        height: 103px;
    }
	.aboutlist ul li p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 360px){
	.honornr_n dl dt {
        height:211px;
    }
	.card-img-150{
		height:102px;
	}
	.prort_n dl dt {
        height: 99px;
    }
}
@media only screen and (max-width: 344px){
	.honornr_n dl dt {
        height:202px;
    }
	.prort_n dl dt {
        height: 93px;
    }
}
@media only screen and (max-width: 320px){
	.honornr_n dl dt {
        height:188px;
    }
	.prort_n dl dt {
        height: 86px;
    }
	.footerrt ul li h5, .footerrt ul li h5 a {
		font-size: 14px;
	}
}



