@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF');
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face
{
	font-family: myThreeFont;
	src: url('../font/Gilroy-Light.otf');
}
@font-face
{
	font-family: myFourFont;
	src: url('../font/SOURCEHANSANSCN-LIGHT.OTF');
}

/* 全局样式

-------------------------------------------------------------- */

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;}
a:focus, a:active {
    outline: 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:9999;
	}
.header.on{
	position:absolute;
	display:block;
}
.header.off{
	display:none;
}
/*å·¦ä¾§logo*/
.logo{
	height:100%;
	display:flex;
	align-items:center;
}
.logo .img2{
	display:none;
}
.topsearch{
	height:100%;
	display:flex;
	align-items:center;
	margin-left:10px;
}
.topsearch:hover{
	cursor:pointer;
}
.search_box{
	width:260px;
	position: absolute;
	top:80px;
	right:0;
	background-color:#0d50be;
	padding:10px; 
	z-index:99;
	display:none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	position:relative;
	margin-left:30px;
}
.language a{
	display:block;
	height:100%;
	display:flex;
	align-items:center;
	font-size:16px;
	color:#fff;
}
.language a span{
	color:#fff;
	font-size:16px;
	margin:0 10px 0 22px;
}
.language a i{
    display: inline-block;
    transition: transform 0.3s;
}
.language a i.open {
    transform: rotate(180deg);
}
.language .languagenr{
	width:100px;
    overflow: hidden;
    display: none;
	background:#fff;
    position: absolute;
    right: 0;
    top:80px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.language .languagenr p{
	width:100%;
	padding:0;
    line-height:30px;
    text-align: center;
	border-top:solid 1px #ccc;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size:15px;
	display:block;
}
.language .languagenr p:hover a{
	color:#0d50be;
}
.toggle,#toggleMenu{
	display:none;
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.header .nav,.icon1,.icon2,.side{display:none}
.rg{
	display:block;
	position:absolute;
	left:10px;
	top:20px;
	z-index:99;
}
.rg a img{width:20px;}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#fff;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:10%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:90%;right:0px;top:0px;background:#fff;height:100vh;overflow:auto;z-index:100;right:-80%}
.a_txt .div3 ul{
	width:100%;
	overflow:hidden;
	padding:50px 20px;
	}
.a_txt .div3 ul li{
	line-height:60px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position:relative;
	padding-right:30px;
	}
.a_txt .div3 ul li::after{
	content: "";
	position: absolute;
	right: 0;
	top: 24px;
	transition: all 0.5s;
	width: 7px;
	height: 13px;
	background: url(../images/icon69.png) no-repeat center;
	background-size: auto 100%;
	transform: rotate(0deg);
}
.a_txt .div3 ul li.on::after{
	transform: rotate(90deg);
}
.a_txt .div3 ul li a{height:45px;color:#333;line-height:45px;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{
	display:none;
	padding:0 15px;
}
.a_txt .div3 ul li .a_txt2 p{
	width:100%;
	overflow:hidden;
	line-height:40px;
}
.a_txt .div3 ul li .a_txt2 p a{
	font-size:20px;
	color:#333;
}
.a_closed img{
	max-width:50%;
	height:auto;
}
}

/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.header .nav,.icon1,.icon2,.side{
		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:#0d50be;
	  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) {
	  width:100%;
	  background: #fff;
	  -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;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}


	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size:16px;
	  line-height:30px;
	  text-decoration: none;
	  color: #333;
	  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 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 a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #333;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	}

	#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: 30px;
	  height: 30px;
	  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;
			  left:10px;
			  top:15px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 2px 0;
	  width: 18px;
	  display: block;
	  background: #fff;
	  -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: #333;
	}

	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
		  -ms-transform: rotate(-45deg) translate(-3px, 3px);
			  transform: rotate(-45deg) translate(-3px, 3px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-5px, -5px);
		  -ms-transform: rotate(45deg) translate(-5px, -5px);
			  transform: rotate(45deg) translate(-5px, -5px);
	}


	#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;
}
.header.small{
	background:rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.header .navbar_nav li{
	float:left;
	padding: 0 35px;
	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: 18px;
	line-height:80px;
	position:relative;
}
.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%;
    left:0;
	z-index:990;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background:rgba(255,255,255,0.8);
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	-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: #0d50be;
}


#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%;
}
.wapban{
	display:none;
}
@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
	.wapban{
		display:block;
	}
	.pcban{
		display:none;
	}
}

/* Slider */
.slick-slider
{
    position: relative;
	z-index:9;
	height:100%;
    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,.tit h3 a,.tit h3 a span{
	font-size:40px;
	line-height:50px;
	color:#0d50be;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:60px;
	color:#0d50be;
	font-family:Arial;
	line-height:70px;
	text-transform:uppercase;
	}
/* about
-------------------------------------------------------------- */
.index_main .section3{
	position:relative;
	}
.introduct-imgs {
  position: absolute;
  left: 50%;
  top: 36.5%;
  transform: translate(-50%, -36.5%);
  -webkit-transform: translate(-50%, -36.5%);
  width:32%;
  text-align:center;
  height: auto;
}
.section2 {
    position: relative;
    z-index: 1;
}

.zoom-img {
	max-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:29%;
}
.more a{
	display:block;
	width:124px;
	height:48px;
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
}
.more a i{
	width:32px;
	height:32px;
	background:#1655fa;
	transform: rotateZ(45deg);
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:14px;
	border-radius:100%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.more a:hover i{
	margin-right:7px;
}
.more a i img{
	transform: rotateZ(-45deg);
}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161719;
	line-height:30px;
	margin-top:50px;
	text-align:justify;
}
.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:80px;
}
.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:#0d50be;
	display:flex;
}
.aboutlist ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161719;
}
.aboutlist ul li .timer{
	font-size:56px;
	color:#0d50be;
	font-family: Arial;
	font-weight:bold;
	line-height:56px;
	margin-right:5px;
}
.aboutlist ul li .unit font{
	display:block;
	font-size:26px;
	color:#0d50be;
	font-family: Arial;
	line-height:26px;
}
.aboutlist ul li .unit span{
	display:block;
	font-size:16px;
	color:#0d50be;
}
.aboutlist ul li:first-child .unit span{
	font-family:Arial;
}
.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{
	width:100%;
	height:100vh;
	position:relative;
}
.pro .tit{
	position:absolute;
	left:5.6%;
	top:110px;
	z-index:99;
}
.pro .tit h3,.pro .tit h3 a,.pro .tit p{
	color:#fff;
}
.pro ul{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.pro ul li{
	width:25%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.pro ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pro ul li .probg{
	width:100%;
	overflow:hidden;
	height:0;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	background: -webkit-linear-gradient(top, rgba(102,211,199,0.6), rgba(8,100,211,0.6));
    background: -o-linear-gradient(bottom, rgba(102,211,199,0.6), rgba(8,100,211,0.6));
    background: -moz-linear-gradient(bottom, rgba(102,211,199,0.6), rgba(8,100,211,0.6));
    background: linear-gradient(to bottom, rgba(102,211,199,0.6), rgba(8,100,211,0.6));
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pro ul li:hover .probg{
	height:100%;
	opacity:1;
}
.pro ul li .pronr{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-103px;
	z-index:90;
}
.pro ul li .pronr .proicon,.pro ul li .pronr h5{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.pro ul li .pronr .proicon img{
	max-width:80%;
	height:auto;
}
.pro ul li .pronr h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	margin-top:20px;
}

/* hyyytit
-------------------------------------------------------------- */
.hyyytit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.hyyynr,.hyyyimg{
	width:100%;
	overflow:hidden;
}
.hyyyimg a > img{
	width:100%;
	height:auto;
}
.hyyynr{
	margin-top:40px;
	position:relative;
}
.hyyynr .swiper-container{
	width:120%;
	margin-left:-10%;
}
.hyyyimg{
	border-radius:20px;
	position:relative;
}
.hyyyimg > img{
	width:100%;
	height:auto;
}
.hyyyimg .hyyybg{
	width:60.6%;
	height:100%;
	background: -webkit-linear-gradient(left, rgba(13,80,190,1), rgba(13,80,190,0));
    background: -o-linear-gradient(right, rgba(13,80,190,1), rgba(13,80,190,0));
    background: -moz-linear-gradient(right, rgba(13,80,190,1), rgba(13,80,190,0));
    background: linear-gradient(to right, rgba(13,80,190,1), rgba(13,80,190,0));
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	display:flex;
    align-items:center;
    padding-left:58px;
}
.hyyyimg .hyyylist{
	width:65%;
	overflow:hidden;
	opacity:0;
}
.hyyyimg .hyyylist i img{
	max-width:100%;
	height:auto;
}
.hyyyimg .hyyylist h5,.hyyyimg .hyyylist .hyyyjs{
	width:100%;
	overflow:hidden;
}
.hyyyimg .hyyylist h5{
	color:#fff;
	font-size:35px;
	line-height:45px;
	border-bottom:solid 1px #fff;
	padding-bottom:14px;
}
.hyyyimg .hyyylist .hyyyjs{
	font-size:16px;
	color:#fff;
	line-height:28px;
	margin-top:30px;
	margin-bottom:80px;
	text-align:justify;
}
.hyyynr .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.4;
}
.hyyynr .swiper-slide-active,.hyyynr .swiper-slide-active .hyyylist,.hyyynr .swiper-slide-active .hyyybg{
	opacity:1;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hyyynr .swiper-button-prev,.hyyynr .swiper-button-next{
	width:16px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	opacity:0.5;
	z-index:990;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hyyynr .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:14.4%;
}
.hyyynr .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:14.4%;
}
.hyyynr .swiper-button-prev:hover,.hyyynr .swiper-button-next: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:#ebedf0;
	padding-top:88px;
	}
.footernr{
	width:100%;
	overflow:hidden;
	padding-bottom:72px;
	position:relative;
}
.footernr .botewm{
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:85px;
	z-index:99;
}
.footernr .botewm dl{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.footernr .botewm dl dt,.footernr .botewm dl dd{
	overflow:hidden;
}
.footernr .botewm dl dt img{
	max-width:100%;
	height:auto;
}
.footernr .botewm dl dd{
	font-size:16px;
	color:#161719;
	margin-left:20px;
}
.footerlf{
	width:34%;
	overflow:hidden;
}
.footerlf dl,.footerlf dl dt,.footerlf dl dd,.footerlf dl dd p{
	width:100%;
	overflow:hidden;
}
.footerlf dl{
	margin-top:38px;
}
.footerlf dl dt{
	font-size:22px;
	color:#202020;
	line-height:32px;
	font-weight:normal;
	margin-bottom:10px;
}
.footerlf dl dd p{
	font-size:16px;
	color:#1f1f1f;
	line-height:30px;
}
.footerlf dl dd p a{
	font-size:16px;
	color:#1f1f1f;
}
.footerrt{
	width:66.3%;
	overflow:hidden;
}
.footerrt ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footerrt ul li{
	width:14.2857%;
	overflow:hidden;
}
.footerrt ul li h5,.footerrt ul li h5 a{
	font-size:18px;
	color:#161719;
	font-weight:bold;
}
.footerrt ul li h5{
	padding-bottom:14px;
	margin-bottom:26px;
	line-height:30px;
	position:relative;
}
.footerrt ul li h5::after{
	content:"";
	width:20px;
	height:2px;
	background:#0d50be;
	position:absolute;
	left:0;
	bottom:0;
}
.footerrt ul li p{
	font-size:16px;
	color:#86888a;
	line-height:30px;
	margin-top:8px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.footerrt ul li p a{
	font-size:16px;
	color:#86888a;
}
.footerrt ul li p{
	line-height:30px;
}
.footer .botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	}
.footer .botlogo img{
	max-width:100%;
	height:auto;
	}
.footernr .footerlf{
	width:31%;
	overflow:hidden;
}
.botlxfs{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:20px;
}

.waptel{
	overflow:hidden;
}
.waptel p{
	width:100%;
	overflow:hidden;
}
.waptel{
	display:none;
}
.waptel p,.waptel p a{
	font-size:16px;
	color: #1f1f1f;
	line-height:30px;
}
.bot{
	width:100%;
	overflow:hidden;
	padding:36px 0;
	border-top:solid 1px #d5d7da;
}
.botlf,.botrt{
	font-size:16px;
	color:#161719;
	line-height:30px;
	padding:0;
}
.botrt{
	text-align:right;
}
.bot a{
	font-size:16px;
	color:#161719;
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:5px;
	bottom:30px;
    z-index: 999;
}
.side ul li {
    width:52px;
	height:52px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border-radius:50%;
	margin:5px 0;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
	background:#f2f2f2;
	border-radius:5px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul li.sidetel .ewm-box{
	width:150px;
}
.side ul li.sideewm .ewm-box{
	width:96px;
}
.side ul li .ewm-box a{
	font-size:16px;
	color:#333333;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	line-height:30px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sideewm:hover .ewm-box,.side ul li.sidetel:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchlist,.searchlist ul{
	width:100%;
	overflow:hidden;
}
.searchlist ul li{
	border-bottom:solid 1px #c9c4c7;
	padding-bottom:42px;
	margin-top:38px;
}
.searchlist ul li .searchin{
	width:100%;
	overflow:hidden;
	background:url(../images/icon71.png) no-repeat right top;
	padding: 0 60px 0 0;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li:hover .searchin{
	background:url(../images/iconh71.png) no-repeat right top;
}
.searchlist ul li .searchin h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#2d2d2d;
	line-height:34px;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li .searchin p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#b9b9b9;
	margin-top:4px;
}
.searchlist ul li:hover .searchin h5{
    color:#0d50be; 
}
/* banner_n
-------------------------------------------------------------- */
.ntit{
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:56px;
	color:#3e3e3e;
	line-height:66px;
	}
.ntit span{
	display:block;
	width:80px;
	height:3px;
	background:#0765df;
	margin-top:24px;
	}
/* banner_n
-------------------------------------------------------------- */
.bannerrq{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner_n{
	width:100%; 
	height:960px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.bannernr_n{
	display:flex;
	justify-content:space-between;
	position:absolute;
	left:50%;
	margin-left:-852px;
	bottom:30px;
	z-index:90;
}
.ban_font{
	position:absolute;
	left:50%;
	margin-left:-852px;
	bottom:20.2%;
	z-index:90;
}
.ban_font h3,.ban_font p{
	width:100%;
	overflow:hidden;
}
.ban_font h3{
	font-size:40px;
	line-height:50px;
	color:#fff;
	font-weight:normal;
}
.ban_font p{
	font-size:100px;
	line-height:100px;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	font-weight:900;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:1280px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:884px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:840px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:720px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:680px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:640px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:576px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:512px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:496px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:384px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:213px;
	}
}
@media(max-width:375px) {
	.banner_n{
		height:188px;
	}
}
/* position
-------------------------------------------------------------- */
.position{
	width:50%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	flex-wrap:wrap;
	}
.positionnr{
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding:0 0 0 26px;
	background:url(../images/icon13.png) no-repeat left 5px;
	}
.positionnr a{
	font-size:16px;
	color:#fff;
	}
.menu_n{
	width:50%;
	overflow:hidden;
	}
.menu_n ul{
	overflow:hidden;
	margin:0;
	}
.menu_n ul li{
	overflow:hidden;
	float:left;
	line-height:60px;
	margin-right:40px;
	text-align:center;
	}
.menu_n ul li a{
	font-size:18px;
	color:rgba(255,255,255,0.5);
	display:block;
	padding-bottom:10px;
	position:relative;
	}
.menu_n ul li a:after{
	content:"";
	width:0;
    height:14px;
	background:#fff;
	border-radius:50%;
	transform: skewX(-15deg);
	cursor:pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-5px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.menu_n ul li:hover a:after,.menu_n ul li.active a:after{
	width:10px;
	}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#fff;
	font-weight:bold;
}

/* about_n
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow:hidden;
	background:url(../images/naboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:102px;
	padding-bottom:122px;
	}
.about_n .aboutlist{
	margin-top:50px;
}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:50px;
	margin-bottom:94px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	}
.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:46%;
	overflow:hidden;
	text-align:center;
	border-radius:20px;
	}
.aboutimg_n img{
	max-width:100%;
	height:auto;
	}
.about_n .aboutms_n{
	width:50%;
	overflow:hidden;
	font-size:16px;
	color:#161719;
	line-height:30px;
	text-align: justify;
}
.about_n .aboutms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161719;
	line-height:30px;
}
.about_cyy{
	width:100%;
	overflow:hidden;
	background:url(../images/cyybg.jpg) no-repeat top center;
	background-size:cover;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding:164px 0;
	position:relative;
}
.about_cyynr{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	z-index:9;
}
.brandwave{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	}
.about_cyy .about_cyylf{
	width:37.6%;
	overflow:hidden;
}
.about_cyy .about_cyylf .ntit span,.qywh_n .ntit span,.fzlc_n .ntit span,.hzkh .ntit span{
	background:#fff;
}
.about_cyy .about_cyylf .ntit h3{
	color:#fff;
}
.about_cyy .about_cyyimg{
	width:50%;
	overflow:hidden;
	border-radius:20px;
}
.about_cyyms{
	margin-top:57px;
}
.about_cyyms,.about_cyyms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:justify;
}
.about_yt{
	margin-top:164px;
	margin-bottom:164px;
}
.about_ytnr{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.about_ytimg{
	width:50%;
	overflow:hidden;
	border-radius:20px;
}
.about_ytimg img,.about_cyy .about_cyyimg img,.aboutimg_n img{
	max-width:100%;
	height:auto;
}
.about_ytimg:hover img,.about_cyy .about_cyyimg:hover img,.aboutimg_n:hover img,.qywhimg:hover img{
	transform:scale(1.02);
}
.about_ytrt{
	width:41%;
	overflow:hidden;
}
.about_ytms{
	margin-top:56px;
}
.about_ytms,.about_ytms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#48494a;
	line-height:30px;
	text-align:justify;
}
.qywh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:130px;
	padding-bottom:168px;
}
.qywhnr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.qywh_n .ntit h3{
	color:#fff;
}
.qywhlf{
	width:50%;
	overflow:hidden;
}
.qywhlf ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.qywhlf ul li{
	width:49%;
	height:170px;
	overflow:hidden;
	border:solid 1px #fff;
	padding:0 34px;
	display:flex;
	align-items:center;
	margin:8px 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhlf ul li:first-child{
	width:100%;
	margin-top:0;
}
.qywhlf ul li:first-child dl dt{
	width:9%;
}
.qywhlf ul li:first-child dl dd{
	width:91%;
}
.qywhlf ul li dl{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.qywhlf ul li dl dt{
	width:19%;
	overflow:hidden;
	float:left;
}
.qywhlf ul li dl dt img{
	max-width:100%;
	height:auto;
}
.qywhlf ul li dl dt .iconh,.qywhlf ul li:hover dl dt .icon,.qywhlf ul li.active dl dt .icon{
	display:none;
}
.qywhlf ul li:hover dl dt .iconh,.qywhlf ul li.active dl dt .iconh{
	display:block;
}
.qywhlf ul li dl dd{
	width:81%;
	overflow:hidden;
	float:left;
}
.qywhlf ul li dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-bottom:8px;
}
.qywhlf ul li dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	text-align:justify;
}
.qywhlf ul li dl dt img{
	max-width:100%;
	height:auto;
}
.qywhimg{
	width:47.7%;
	overflow:hidden;
}
.qywhimgbox{
	width:100%;
	overflow:hidden;
	border-radius:10px;
	opacity:0;
	height:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhimgbox.active{
	opacity:1;
	height:546px;
}
.qywhimgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.qywhlf ul li:hover,.qywhlf ul li.active{
	background:#fff;
}
.qywhlf ul li:hover dl dd h5,.qywhlf ul li.active dl dd h5{
	color:#0d50be;
}
.qywhlf ul li:hover dl dd p,.qywhlf ul li.active dl dd p{
	color:#686869;
}
/* fzlc_n
-------------------------------------------------------------- */
.fzlc_n{
	width:100%;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:116px;
	padding-bottom:104px;
}
.fzlc_n .ntit h3{
	color:#fff;
}
.fzlcnr_n,.fzlclist_n,.fzlcjs_n,.fzlclist_n .fzlcjs_n p{
	width:100%;
	overflow:hidden;
}
.fzlcnr_n{
	margin-top:72px;
}
.fzlclist_n{
	height:100%;
	position:relative;
}
.fzlclist_n .fzlctit_n{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
}
.fzlclist_n .fzlctit_n span{
	font-size:68px;
	color:#fff;
	line-height:78px;
	font-family:Arial;
	margin-right:18px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.fzlclist_n:hover .fzlctit_n span{
    font-weight:bold;
}
.fzlclist_n .fzlcjs_n,.fzlclist_n .fzlcjs_n p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:justify;
}
.fzlclist_n .fzlcjs_n p{
	padding-left:20px;
	position:relative;
}
.fzlclist_n .fzlcjs_n p::before{
	content:"";
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	left:0;
	top:10px;
}
.fzlclist_n .fzlcjs_n{
	margin-top:16px;
}
.fzlcnr_n .swiper-slide{
	border-right:solid 1px rgba(255,255,255,0.4);
	padding:0 35px;
	height:520px;
}
.fzlcnr_n .swiper-slide-active{
	border-left:solid 1px rgba(255,255,255,0.4);
}
.fzlclist_n .fzlcimg_n{
	width:100%;
	overflow:hidden;
	border-radius:10px;
	position:absolute;
	left:0;
	bottom:0;
}
.fzlcnr_n .fzlcimg_n img{
	width:100%;
	height:auto;
}
.fzlcnr_n .fzlcimg_n:hover img{
	transform:scale(1.02);
}
.fzlc_n .swiper-button,.sbzsnr_n .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
}
.fzlc_n .swiper-button div,.sbzsnr_n .swiper-button div{
	width:44px;
	height:44px;
	border:solid 1px #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 5px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.fzlc_n .swiper-button .swiper-button-prev,.sbzsnr_n .swiper-button .swiper-button-prev{
	background:url(../images/prev5.png) no-repeat center;
}
.fzlc_n .swiper-button .swiper-button-prev:hover,.sbzsnr_n .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh5.png) no-repeat center;
}
.fzlc_n .swiper-button .swiper-button-next,.sbzsnr_n .swiper-button .swiper-button-next{
	background:url(../images/next5.png) no-repeat center;
}
.fzlc_n .swiper-button .swiper-button-next:hover,.sbzsnr_n .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth5.png) no-repeat center;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	background:url(../images/honorbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:130px;
	padding-bottom:136px;
}
.honorlf_n{
	width:55%;
	overflow:hidden;
}
.honorlf_n .ntit{
	margin-bottom:136px;
}
.honorrt_n{
	width:33.5%;
	height:708px;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	padding:46px;
	margin-top:70px;
}
.honorlf_n .swiper-slide{
	width:100%;
	overflow:hidden;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	opacity:0.4;
}
.honorlf_n .swiper-slide-active{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity:1;
}
.honorlf_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
}
.honorlf_n .swiper-slide .honorimg_n img{
	width:100%;
	height:auto;
}
.honornr_n{
	width:100%;
}
.honorlf_n .swiper-button{
	width:100%;
	overflow:hidden;
	margin-top:150px;
}
.honorlf_n .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #0d50be;
	border-radius:50%;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.honorlf_n .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	margin-right:26px;
}
.honorlf_n .swiper-button .swiper-button-prev:hover{
	background:#0d50be url(../images/prevh3.png) no-repeat center;
}
.honorlf_n .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
}
.honorlf_n .swiper-button .swiper-button-next:hover{
	background:#0d50be url(../images/nexth3.png) no-repeat center;
}
/* 滚动内容样式 */
.scroll_main {
	width:100%;
	display: block;
}

/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height:616px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	width:90%;
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	padding:15px;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	background-color:#dee1e6;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left:-1px;
	width:3px;
	height: 48px;
	background-color: #0d50be;
	border-radius:5px;
}
.honorrt_n .scroll_cont p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#272727;
	line-height:42px;
	position:relative;
	padding:0 24px;
	text-align:center;
	margin:30px 0;
}
.honorrt_n .scroll_cont p::before{
	content:"";
	width:24px;
	height:41px;
	background:url(../images/icon19.png) no-repeat center;
	position:absolute;
	left:0;
	top:0;
}
.honorrt_n .scroll_cont p::after{
	content:"";
	width:24px;
	height:41px;
	background:url(../images/icon20.png) no-repeat center;
	position:absolute;
	right:0;
	top:0;
}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	background:#0d50be;
	background-size:cover;
	padding-top:122px;
	padding-bottom:170px;
	position:relative;
}
.hzkh .ntit h3{
	color:#fff;
}
.hzkhnr{
	width:100%;
	overflow:hidden;
	margin-top:80px;
}
.hzkhnr .g2{
	margin-top:30px;
}
.khscroll,.khscroll ul{
	width:100%;
	overflow:hidden;
}
.khscroll ul li{
	overflow:hidden;
	float:left;
	background-image: -webkit-linear-gradient(90deg, #fff 0%, #ffffff 100%);
	width: 300px;
    height: 138px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    display: flex;
    transform: skewX(-10deg);
    border-radius: 10px;
	margin:0 15px;
}
.khscroll ul li img{
	max-width:100%;
	height:auto;
}
.khscroll ul li figure {
    margin: auto;
    text-align: center;
	position:relative;
	top:50%;
	transform: translate(0, -50%);
}
/* cxbj
-------------------------------------------------------------- */
.cxbj{
	width:100%;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	padding-top:120px;
	padding-bottom:118px;
	position:relative;
}
.cxbjnr{
	width:25.2%;
	overflow:hidden;
	margin-top:86px;
	position:relative;
	z-index:80;
}
.cxbjnr dl,.cxbjnr dl dt,.cxbjnr dl dd,.cxbjnr dl dd p{
	width:100%;
	overflow:hidden;
}
.cxbjnr dl{
	background:rgba(255,255,255,0.6);
	border-radius:25px;
	padding:40px;
	margin-bottom:20px;
	position:relative;
	z-index:99;
}
.cxbjnr dl dt{
	font-size:26px;
	color:#1f1f1f;
	line-height:36px;
	font-weight:normal;
	margin-bottom:15px;
}
.cxbjnr dl dd p{
	font-size:16px;
	color:#1f1f1f;
	line-height:30px;
}
.cxbjnr dl dd p a{
	font-size:16px;
	color:#1f1f1f;
}
.cxbjnr dl:last-child{
	margin-bottom:0;
}
.plusDiv{
	width:28px;
	height:28px;
	outline: none;
	background:rgba(255,106,0,0.2);
	border-radius: 100%;
	transform-origin: 0 0;
	display: flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	margin:auto;
	position:absolute;
	z-index:9;
	}
.plusDiv::before{
	content: "";
	height:10px;
	width:10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background:#ff6a00;
	position: absolute;
}
.plusDiv::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height:100%;
	width: 100%;
	background:rgba(255,106,0,0.2);
	position: absolute;
	animation: rodflash 2s infinite;
}
.dot1{
	top:265px;
    left:50%;
    margin-left:-240px;
}
.dot2{
	top:335px;
	left:50%;
	margin-left:-250px;
}
.dot3{
	top:270px;
    left:50%;
    margin-left:-95px;
}
.dot4{
	top:555px;
    left:50%;
    margin-left:-75px;
}
.dot5{
	top:625px;
	left:50%;
	margin-left:-50px;
}
.dot6{
	top:292px;
	left:50%;
	margin-left:275px;
}
.dot7{
	top:495px;
	left:50%;
	margin-left:260px;
}
.dot8{
	top:260px;
	left:50%;
	margin-left:480px;
}
.dot9{
	top:385px;
	left:50%;
	margin-left:485px;
}
.dot10{
	top:360px;
	left:50%;
	margin-left:712px;
}
.dot11{
	top:360px;
	left:50%;
	margin-left:665px;
}
.dot12{
	top:365px;
    left:50%;
    margin-left:620px;
}
.dot13{
	top: 415px;
    left: 50%;
    margin-left: 580px;
}
.dot14{
	top:460px;
    left:50%;
    margin-left:580px;
}
.dot15{
	top:532px;
    left:50%;
    margin-left:620px;
}
.dot16{
	top:548px;
    left:50%;
    margin-left:705px;
}
.dot17{
	top:640px;
    left:50%;
    margin-left:695px;
}
.dotyt{
	overflow:hidden;
	position:absolute;
	top:365px;
    left:50%;
    margin-left:626px;
}
.dothz{
	position:absolute;
	top:422px;
    left:50%;
    margin-left:596px;
}
.dotyt .dot18,.dothz .dot19{
	background:rgba(0,50,160,0.2);
	left: 50%;
    margin-left: -14px;
}
.dotyt .dot18::before,.dothz .dot19::before{
	background:#0032a0;
}
.dotyt .dot18::after,.dothz .dot19::after{
	background:rgba(0,50,160,0.2);
}
.dotyt p,.dothz p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	color:#1f1f1f;
	margin-top:24px;
}
.dothz .icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	bottom:32px;
	left:0;
	z-index:90;
}
.cxbj .dotnr{
	overflow:hidden;
	position:absolute;
	right:5.6%;
	bottom:66px;
	z-index:99;
}
.cxbj .dotnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1f1f1f;
	line-height:30px;
	margin-bottom:6px;
}
.cxbj .dotnr p i{
	margin-right:22px;
}
.wapmap{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:none;
}
.wapmap img{
	max-width:100%;
	height:auto;
}
@keyframes rodflash {
	0% { 
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1;
	}
	80% { 
		-webkit-transform: scale(2,2);
		transform: scale(2,2);
		opacity: 0;
	}
	100% { 
		-webkit-transform: scale(2,2);
		transform: scale(2,2);
		opacity: 0;
	}
}
/* promenu_n
-------------------------------------------------------------- */
.promenu_n{
	width:100%;
	overflow:hidden;
}
.promenu_n ul li{
	border-bottom: 1px solid #eee;
	}
.promenu_n ul li span{
	display: block; 
	height: 100%; 
	width: 100%; 
	position: relative;
	font-size:22px;
	color:#2c2c2c;
	line-height:32px;
	padding:24px 0;
	}
.promenu_n ul li span i{
	display: block; 
	height:17px; 
	width:17px; 
	background: url(../images/icon68.png) no-repeat center center; 
	position: absolute; 
	right:0; 
	top: 50%; 
	margin-top: -10px;  
	transition: all 0.3s ease-out; 
	transform: rotate(0deg);
	}
.promenu_n ul li span i.action{ 
	transition: all 0.3s ease-out;
	transform: rotate(90deg);
	}
.promenu_n ul li span a{
	font-size:22px;
	color:#2c2c2c;
}
.promenu_n ul li span a:hover,.promenu_n ul li span a.active{
	color:#0d50be;
}
.promenu_n ul li .ejfl{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
.promenu_n ul li .ejfl a{
	font-size:18px;
	color:#2c2c2c;
	font-weight:bold;
}
.promenu_n ul li .ejfl a:hover,.promenu_n ul li .ejfl a.active{
	color:#0d50be;
}
.promenu_n ul li>dl{ 
	width:100%;
	overflow:hidden;
	}
.promenu_n ul li>dl>dt{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
}
.promenu_n ul li>dl>dt a{ 
	display: block; 
	height: 100%; 
	width: 100%; 
	font-size:18px; 
	color: #2c2c2c; 
	text-decoration: none; 
	}
.promenu_n ul li>dl>dt a:hover{
	color:#0d50be;
}
.promenu_n ul li>dl>dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	padding-left:18px;
	position:relative;
	margin-top:10px;
}
.promenu_n ul li>dl>dd::before{
	content:"";
	width:8px;
	height:8px;
	background:#3c3c3c;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu_n ul li>dl>dd a{ 
	display: block; 
	height: 100%; 
	width: 100%; 
	font-size:16px; 
	color: #3c3c3c; 
	text-decoration: none; 
	}
.promenu_n ul li>dl>dd:hover a,.promenu_n ul li>dl>dd.active a{ 
	color:#0d50be;
}
.promenu_n ul li>dl>dd:hover::before,.promenu_n ul li>dl>dd.active::before{
	background:#0d50be;
}
.wapmenu{
	display:none;
}
/* pro_n
-------------------------------------------------------------- */
.pro_n{
	width:100%;
	overflow:hidden;
	height:auto;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:116px;
	padding-bottom:166px;
}
.pronr_n ul{
	justify-content:space-between;
}
.pronr_n ul li{
	border-radius:20px;
	width:24.3%;
}
.pronr_n ul li img{
	max-width:100%;
	height:auto;
}
.prolf_n{
	width:21%;
	overflow:hidden;
}
.prolf_n .ntit h3{
	font-size:40px;
	line-height:50px;
}
.prort_n{
	width:73.3%;
	overflow:hidden;
}
.protit_n{
	width:100%;
	overflow:hidden;
}
.proinfo_n{
	width:100%;
	overflow:hidden;
}
.proinfo_n .propic_n{
	width:49.3%;
	overflow:hidden;
}
.propic_n .swiper-container{
	width:100%;
	overflow:hidden;
	border:solid 1px #f5f5f5;
}
.proinfo_n .proinfonr_n{
	width:45.7%;
	overflow:hidden;
	padding-top:16px;
}
.propic_n img{
	width:100%;
	height:auto;
}
.propic_n .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:5px;
}
.propic_n .swiper-pagination span{
	width:10px;
	height:10px;
	background:#0d50be;
	border-radius:100%;
	margin:0 10px;
	display:inline-block;
	opacity:0.5;
}
.propic_n .swiper-pagination span.swiper-pagination-bullet-active{
	opacity:1;
}
.prort_n h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c2c2c;
	line-height:50px;
	font-weight:normal;
	padding-bottom:20px;
	border-bottom:solid 1px #d8d8d8;
	margin-bottom:30px;
}
.proinfo_n .proinfonr_n h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	line-height:46px;
	color: #0d50be;
}
.proinfonr_n .projs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c2c2c;
	line-height:30px;
	margin-top:30px;
	text-align:justify;
}
.proinfonr_n .projs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c2c2c;
	line-height:30px;
}
.protel{
	width:270px;
	overflow:hidden;
	font-size:18px;
	color:#1f1f1f;
	font-family:Arial;
	height:50px;
	display:flex;
	align-items:center;
	padding:0 18px;
	margin-top:28px;
	border: solid 1px #0d50be;
    border-radius: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.protel img{
	margin-right:10px;
}
.protel a{
	font-size:22px;
	color:#0d50be;
}
.protel:hover{
	background-color:#0d50be;
	color:#fff;
}
.protel:hover a{
	color:#fff;
}
.pronr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:33px 2% 33px 0;
}
.pronr_n dl:nth-child(3n){
	margin-right:0;
}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
}
.pronr_n dl dt{
	position:relative;
	height:473px;
	border-radius:10px;
}
.pronr_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;
	}
.pronr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.pronr_n dl dd{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.pronr_n dl:hover dd{
	color:#ea3f08;
}
.prolist_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}

.prorq_n .prort_n h1{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:30px;
	line-height:40px;
	margin:0;
	border-bottom:solid 1px #ece1d1;
	padding-bottom:34px;
}
.prorq_n .prort_n h5,.procs_n h5,.tjpro h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#333;
	line-height:35px;
	margin-top:33px;
}
.pro_n .fbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:60px;
	text-align:justify;
}
.pro_n .fbnr h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	color:#2c2c2c;
}
.pro_n .fbnr p{
	font-size:16px;
	line-height:30px;
}
.pro_n .fbnr img{
	max-width:100%;
	height:auto;
}
.pro_n .fbnr table{
	width:100%;
	overflow:hidden;
    white-space: nowrap;
	border-radius: 20px;
}
.pro_n .fbnr table thead,.pro_n .fbnr table .thead tr{
	width:100%;
	overflow:hidden;
}
.pro_n .fbnr table,.pro_n .fbnr table tr,.pro_n .fbnr table td{
	border:none;
}
.pro_n .fbnr table th,.pro_n .fbnr table td{
	line-height:30px;
	text-align:center;
	padding:0 10px;
}
.pro_n .fbnr table th{
	height:66px;
	background:#20408e;
	font-size:16px;
	color:#fff;
}
.pro_n .fbnr table td{
	height:66px;
	font-size:16px;
	color:#2c2c2c;
	border:solid 1px #fff;
}
.pro_n .fbnr table tr{
	background:#ebedf0;
}
.pro_n .fbnr table tr:first-child{
	background:#0d50be;
}
.pro_n .fbnr table tr:nth-child(2){
	background:#3d73cb;
}
.pro_n .fbnr table tr:nth-child(3){
	background:#b6caeb;
}
.pro_n .fbnr table tr:first-child td,.pro_n .fbnr table tr:nth-child(2) td,.pro_n .fbnr table tr:nth-child(3) td{
	color:#fff;
}
.pro_n .fbnr .cpyy{
	margin:15px 0;
	overflow:hidden;
}
.pro_n .fbnr .cpyy img{
	width:100%;
	height:auto;
	border-radius:10px;
}
.news_bk{
	width: 100%;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-top:solid 3px #0d50be;
	padding-top:26px;
	margin-top:50px;
}
.news_bk .news_bknr{
	width:43%;
	overflow:hidden;
}
.news_bk .news_bknr,.news_bk .news_bknr a{
	font-size:16px;
	color:#282828;
	line-height:30px;
}
.news_bk .news_bknr a:hover{
	color:#0d50be;
}
.news_bk .news_bknr:last-of-type{
	text-align:right;
}
.fhlist{
	width:12%;
	text-align:center;
	height:40px;
	line-height:40px;
	background: #0d50be;
	border-radius:8px;
}
.fhlist,.fhlist a{
	font-size:16px;
	color:#fff;
}
.fhlist a{
	display:block;
}
.tjpro h5{
	text-align:center;
}
.tjpronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:95px;
}
.tjpronr dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
}
.tjpronr dl:last-child{
	margin-right:0;
}
.tjpronr dl dt,.tjpronr dl dd{
	width:100%;
	overflow:hidden;
}
.tjpronr dl dt img{
	width:100%;
	height:auto;
}
.tjpronr dl dd{
	line-height:30px;
	font-size:20px;
	color:#333;
	margin-top:17px;
}
/* kyrc_n
-------------------------------------------------------------- */
.kyrc_n{
	width:100%;
	overflow:hidden;
	background:url(../images/kybg1.jpg) no-repeat top center;
	background-size:cover;
	padding-top:178px;
	padding-bottom:135px;
}
.kyrc_n .kyrcjs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161719;
	line-height:30px;
	margin-top:42px;
}
.kyrcnr_n{
	width:24.5%;
	overflow:hidden;
	margin-top:96px;
}
.kyrcnr_n dl{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:32px;
	margin-top:24px;
}
.kyrcnr_n dl dt .kyrcnum,.kyrcnr_n dl dt .timer{
	font-size:56px;
	color:#0d50be;
	font-family:Arial;
	line-height:56px;
}
.kyrcnr_n dl dt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7f7f80;
}
.kytr_n{
	width:100%;
	overflow:hidden;
	background:url(../images/kybg2.jpg) no-repeat top center;
	background-size:cover;
	padding-top:178px;
	padding-bottom:250px;
}
.kytr_n .ntit h3{
	color:#fff;
}
.kytrnr_n{
	width:42.3%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:40px;
	text-align:justify;
}
.kytr_n .kytrzb_n{
	margin-top:184px;
}
.kytr_n .kytrzb_n,.kytr_n .kytrzb_n p{
	width:100%;
	overflow:hidden;
}
.kytr_n .kytrzb_n p{
	font-size:22px;
	color:#fff;
	line-height:32px;
}
.kytr_n .kytrzb_n .kytrzbnr_n{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:108px;
	color:#fff;
	font-weight:600;
	line-height:108px;
}
.kytr_n .kytrzb_n .kytrzbnr_n .timer{
	font-size:108px;
	color:#fff;
	font-family:Arial;
}
.fxjczx_n{
	width:100%;
	overflow:hidden;
	background:#f2f6f9;
	padding-top:132px;
	padding-bottom:180px;
}
.fxjczx_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:80px;
}
.fxjczx_n ul li{
	width:32%;
	height:500px;
	overflow:hidden;
	background:#fff;
	border-radius:10px;
	padding:122px 120px 0 120px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.fxjczx_n ul li .fxjczxnr_n{
	width:100%;
	overflow:hidden;
}
.fxjczx_n ul li .icon{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.fxjczx_n ul li .icon img{
	max-width:100%;
	height:auto;
	margin:auto;
}
.fxjczx_n ul li .icon .iconimgh,.fxjczx_n ul li:hover .icon .iconimg{
	display:none;
}
.fxjczx_n ul li:hover .icon .iconimgh{
	display:block;
}
.fxjczx_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#161719;
	line-height:42px;
	text-align:center;
	margin-top:30px;
}
.fxjczx_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#929292;
	line-height:30px;
	text-align:center;
	margin-top:14px;
}
.fxjczx_n ul li:hover{
	background:url(../images/jcbg.jpg) no-repeat top center;
	background-size:cover;
}
.fxjczx_n ul li:hover h5,.fxjczx_n ul li:hover p{
	color:#fff;
}
.sbzs_n{
	width:100%;
	overflow:hidden;
	background:url(../images/sbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:132px;
	padding-bottom:160px;
}
.sbzs_n .ntit h3{
	color:#fff;
}
.sbzsnr_n,.sbzsimg_n{
	width:100%;
	overflow:hidden;
}
.sbzsnr_n{
	margin-top:50px;
}
.sbzsimg_n{
	border-radius:15px;
}
.sbzsimg_n img{
	width:100%;
	height:auto;
}
.sbzsimg_n:hover img{
	transform:scale(1.03);
}
.sbzs_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:50px;
}
.sbzs_n ul li{
	width:32.5%;
	overflow:hidden;
	margin:10px 0;
	border-radius:15px;
}
.sbzs_n ul li img{
	max-width:100%;
	height:auto;
}
.sbzs_n ul li:hover img{
	transform:scale(1.03);
}
/* znzz_n
-------------------------------------------------------------- */
.znzz_n{
	width:100%;
	overflow:hidden;
	background:url(../images/kybg3.jpg) no-repeat top center;
	background-size:cover;
	padding:244px 0 288px 0;
}
.znzzlf_n{
	width:45%;
	overflow:hidden;
}
.znzzlf_n h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#161719;
	line-height:50px;
	margin-top:40px;
}
.znzzlist_n h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	margin-bottom:60px;
}
.znzzlf_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#161719;
	line-height:32px;
	margin-top:50px;
	text-align:justify;
}
.znzznr_n{
	margin-top:40px;
}
.znzznr_n,.znzznr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#161719;
	line-height:30px;
	text-align:justify;
}
.znzzimg_n{
	width:50%;
	overflow:hidden;
	border-radius:20px;
}
.znzzimg_n img{
	width:100%;
	height:auto;
}
.znzzimg_n:hover img{
	transform:scale(1.02);
}
.znzzlist_n{
	width:100%;
	height: 960px;
	overflow:hidden;
	background:url(../images/kybg4.jpg) no-repeat top center;
	background-size:cover;
	padding:284px 0 0 0;
}
.znzzlist_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.znzzlist_n ul li{
	width:32%;
	height:216px;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	margin:10px 0;
	display:flex;
	align-items:center;
	padding:0 60px;
	position:relative;
	opacity:0.9;
}
.znzzlist_n ul li::before,.znzzlist_n ul li::after{
	content:"";
	width:53px;
	height:87px;
	position:absolute;
	top:50%;
	margin-top:-43.5px;
	z-index:9;
}
.znzzlist_n ul li::before{
	background:url(../images/icon33.png) no-repeat center;
	left:38px;
}
.znzzlist_n ul li::after{
	background:url(../images/icon34.png) no-repeat center;
	right:38px;
}
.znzzlist_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#161719;
	line-height:32px;
	text-align:center;
}
/* hyyy_n
-------------------------------------------------------------- */
.hyyy_n{
	width:100%;
	overflow:hidden;
	padding-top:132px;
	padding-bottom:174px;
}
.hyyynr_n{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:58px;
}
.hyyynr_n .swiper-container{
	width:180%;
	margin-left:-40%;
}
.hyyynr_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.2;
}
.hyyynr_n .swiper-slide-active{
	opacity:1;
}
.hyyynr_n .hyyyimg_n{
	width:100%;
	overflow:hidden;
	border-radius:20px;
	position:relative;
}
.hyyynr_n .hyyyimg_n > img{
	width:100%;
	height:auto;
}
.hyyynr_n .swiper-button-prev,.hyyynr_n .swiper-button-next{
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:16px;
	height:30px;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hyyynr_n .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:14.5%;
}
.hyyynr_n .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:14.5%;
}
.hyyynr_n .hyyyimg_n .hyyybg_n{
	width:48%;
	height:100%;
	background: -webkit-linear-gradient(left, rgba(13,80,190,0.88), rgba(13,80,190,0));
    background: -o-linear-gradient(right, rgba(13,80,190,0.88), rgba(13,80,190,0));
    background: -moz-linear-gradient(right, rgba(13,80,190,0.88), rgba(13,80,190,0));
    background: linear-gradient(to right, rgba(13,80,190,0.88), rgba(13,80,190,0));
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	display:flex;
	align-items:center;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hyyynr_n .swiper-slide-active .hyyyimg_n .hyyybg_n{
	opacity:1;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n{
	width:100%;
	overflow:hidden;
	padding:0 60px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	border-bottom:solid 1px #fff;
	padding-bottom:12px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:30px;
	text-align:justify;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon img{
	max-width:100%;
	height:auto;
}
.waphy{
	display:none;
	}
.waphy ul,.waphy ul li,.waphy ul li .hyyybt_n{
	width:100%;
	overflow:hidden;
}
.waphy ul li{
	position:relative;
	margin-bottom:30px;
}
.waphy ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
    top: 0;
	z-index:0;
}
.waphy ul li a{
	width:100%;
	height:100%;
	display:block;
}
.waphy ul li img{
	width:100%;
	height:auto;
}
.waphy ul li .hyyybt_n{
	padding:0 15px;
	height:50px;
	background:rgba(13,80,190,0.6);
	display:flex;
	justify-content: space-between;
	align-items:center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
}
.waphy ul li .hyyybt_n h5,.waphy ul li .hyyybt_n span{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
/* hyyyinfo_n
-------------------------------------------------------------- */
.hyyyinfo_n{
	width:100%;
	overflow:hidden;
	background:url(../images/jjfabg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:126px;
}
.hyyyinfo_n h3{
	width:100%;
	overflow:hidden;
	font-size:68px;
	color:#2c2c2c;
	line-height:78px;
	padding-bottom: 20px;
    border-bottom: solid 1px #d8d8d8;
}
.hyyyinfo_n .hyyyinfo_js,.hyyyinfo_n .hyyyinfo_js p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c2c2c;
	line-height:30px;
}
.hyyyinfo_n .hyyyinfo_js{
	margin-top:30px;
	margin-bottom:100px;
}
.hyyyinfo_n .hyyyinfo_js img{
	max-width:100%;
	height:auto;
	border-radius:15px;
}
.hyyyinfo_n h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c2c2c;
	line-height:50px;
}
.hyyyinfo_n ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:28px;
	margin-bottom:178px;
}
.hyyyinfo_n ul li{
	width:23.2%;
	height:228px;
	overflow:hidden;
	background:#fff;
	padding-top:52px;
	border-radius:5px;
	box-shadow:0 0 49px rgba(0,0,0,0.08);
	margin:10px 0;
}
.hyyyinfo_n ul li .icon{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.hyyyinfo_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.hyyyinfo_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	color:#2c2c2c;
	line-height:36px;
	margin-top:17px;
}
.hyyyinfo_n ul li hr{
	width:44px;
	border:none;
	border-bottom:solid 1px #b9b9b9;
	margin:18px auto 0;
}
/* zllist_n
-------------------------------------------------------------- */
.zllist_n{
	width:100%;
	overflow:hidden;
	background:url(../images/zlglbg.jpg) no-repeat top center;
	background-size:cover;
	padding:142px 0;
}
.zllist_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zllist_n ul li{
	height:680px;
	overflow:hidden;
	border-left:solid 1px rgba(255,255,255,0.4);
	padding:154px 110px 0 110px;
}
.zllist_n ul li:last-child{
	border-right:solid 1px rgba(255,255,255,0.4);
}
.zllist_n ul li .icon,.zllist_n ul li h5,.zllist_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.zllist_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.zllist_n ul li h5{
	font-size:40px;
	color:#fff;
	line-height:50px;
	margin-top:48px;
	margin-bottom:5px;
}
.zllist_n ul li p{
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:25px;
}
/* zlgl_n
-------------------------------------------------------------- */
.zlgl_n{
	width:100%;
	overflow:hidden;
	padding-top:128px;
	padding-bottom:108px;
	position:relative;
}
.zlgl_n::after{
	content:"";
	width:100%;
	height:388px;
	background:#0d50be;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.zlglnr_n{
	width:100%;
	overflow:hidden;
	margin-top:32px;
	position:relative;
	z-index:80;
}
.zlglnr_n .swiper-slide{
	padding:21px;
}
.zlglnr_n .zlglimg_n{
	width:100%;
	overflow:hidden;
	box-shadow:0 0 21px rgba(13,80,190,0.3);
}
.zlglnr_n .zlglimg_n img{
	width:100%;
	height:auto;
}
.zlglnr_n .zlglimg_n:hover img{
	transform:scale(1.02);
}
.zlgl_n .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:99;
	margin-top:32px;
}
.zlgl_n .swiper-button div{
	width:60px;
	height:60px;
	border:solid 1px #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 22px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.zlgl_n .swiper-button .swiper-button-prev{
	background:url(../images/prev6.png) no-repeat center;
}
.zlgl_n .swiper-button .swiper-button-next{
	background:url(../images/next6.png) no-repeat center;
}
.zlgl_n .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh6.png) no-repeat center;
}
.zlgl_n .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth6.png) no-repeat center;
}
.zlgl_n .brandwave{
	z-index:1;
}
.pzgl_n{
	padding-top:128px;
	padding-bottom:168px;
}
.pzglnr_n{
	margin-top:46px;
}
.pzglnr_n,.pzglnr_n ul{
	width:100%;
	overflow:hidden;
}
.pzglnr_n ul li{
	width:19.3%;
	height:557px;
	overflow:hidden;
	float:left;
	margin:10px 0.875% 10px 0;
	border-radius:20px;
	position:relative;
}
.pzglnr_n ul li:nth-child(5n){
	margin-right:0;
}
.pzglnr_n ul li img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pzglnr_n ul li .pzgltit_n{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:40px;
	z-index:9;
}
/* rcln_n
-------------------------------------------------------------- */
.rcln_n{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	padding-top:142px;
}
.rclnnr_n{
	width:100%;
	height:640px;
	overflow:hidden;
	background:url(../images/rclnbg.jpg) no-repeat top center;
	background-size:cover;
	border-radius:20px;
	padding-left:136px;
	padding-top:124px;
}
.rclnnr_n .ntit h3{
	color:#fff;
}
.rclnjs_n{
	margin-top:17px;
}
.rclnjs_n,.rclnjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:justify;
}
.rclnjs_n p{
	margin-top:35px;
}
.rclnjs_n{
	width:44%;
	overflow:hidden;
}
.rclnlist_n{
	width:100%;
	overflow:hidden;
	padding:86px 0;
}
.rclnlist_n dl{
	width:86%;
	padding:0;
	height:582px;
	box-shadow: 1px 7px 95px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 7px 95px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 7px 95px rgba(0,0,0,0.05);
	margin:58px 0;
	background:#fff;
	}
.rclnlist_n dl:nth-child(2n+1){
	margin-left:14%;
}
.rclnlist_n dl:nth-child(2n){
	margin-right:14%;
}
.rclnlist_n dl dt{
	width:60%;
	height:100%;
	padding:138px 118px 0 88px;
	position:relative;
	}
.rclnlist_n dl dt .rcln_icon{
	width:45%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:35px;
	bottom:0;
	z-index:0;
}
.rclnlist_n dl dt .rcln_icon img{
	max-width:100%;
	height:auto;
}
.rclnlist_n dl:nth-child(2n+1) dt{
	float:left;
	}
.rclnlist_n dl:nth-child(2n+1) dd{
	float:right;
	}
.rclnlist_n dl:nth-child(2n) dt{
	float:right;
	}
.rclnlist_n dl:nth-child(2n) dd{
	float:left;
	}
.rclnlist_n dl dt .icon{
	width:17%;
}
.rclnlist_n dl dt .icon img{
	max-width:100%;
	height:auto;
}
.rclnlist_n dl dt .rclnrt_n{
	width:82%;
	position:relative;
	z-index:9;
}
.rclnlist_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#161719;
	line-height:50px;
}
.rclnlist_n dl dt .rclnrt_n span{
	display:block;
	width:68px;
	height:1px;
	background:#d0d0d0;
	margin-top:25px;
}
.rclnlist_n dl dt .gsslms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8e;
	line-height:30px;
	font-weight:normal;
	margin-top:30px;
}
.rclnlist_n dl dt .gsslms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#666565;
	line-height:30px;
	font-weight:normal;
	text-align:justify;
	}
.rclnlist_n dl dd{
	width:40%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.rclnlist_n dl dd 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;
}
.rclnlist_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);
	}
/* jkaq_n
-------------------------------------------------------------- */
.jkaq_n{
	margin-top:110px;
	margin-bottom:110px;
}
.jkaq_n dl{
	width:100%;
	padding:0;
	height:440px;
	margin:40px 0;
	background:#f5f5f5;
	}
.jkaq_n dl dt{
	width:59.2%;
	height:100%;
	padding:105px 116px 0 84px;
	position:relative;
	}
.jkaq_n dl:nth-child(2n+1) dt{
	float:left;
	}
.jkaq_n dl:nth-child(2n+1) dd{
	float:right;
	}
.jkaq_n dl:nth-child(2n) dt{
	float:right;
	}
.jkaq_n dl:nth-child(2n) dd{
	float:left;
	}
.jkaq_n dl dt .icon{
	width:12%;
}
.jkaq_n dl dt .icon img{
	max-width:100%;
	height:auto;
}
.jkaq_n dl dt .jkaqnr_n{
	width:86%;
	position:relative;
	z-index:9;
}
.jkaq_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#161719;
	line-height:50px;
}
.jkaq_n dl dt .jkaqnr_n span{
	display:block;
	width:68px;
	height:1px;
	background:#d0d0d0;
	margin-top:25px;
}
.jkaq_n dl dt .gsslms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#666565;
	line-height:30px;
	font-weight:normal;
	margin-top:30px;
}
.jkaq_n dl dt .gsslms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#666565;
	line-height:30px;
	font-weight:normal;
	text-align:justify;
	}
.jkaq_n dl dd{
	width:40.8%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.jkaq_n dl dd 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;
}
.jkaq_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);
	}
/* shzr_n
-------------------------------------------------------------- */
.shzr_n{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding:84px 0;
}
.shzrnr_n,.shzrnr_n ul{
	width:100%;
	overflow:hidden;
}
.shzrnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.shzrnr_n ul li{
	width:30%;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	margin:30px 0;
}
.shzrnr_n ul li .shzrimg_n,.shzrnr_n ul li .shzrbot_n{
	width:100%;
	overflow:hidden;
}
.shzrnr_n ul li .shzrimg_n img{
	width:100%;
	height:auto;
}
.shzrnr_n ul li:hover .shzrimg_n img{
	transform:scale(1.02);
}
.shzrnr_n ul li .shzrbot_n{
	padding:40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.shzrnr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	border-bottom:solid 1px #e5e5e5;
	padding-bottom:36px;
}
.shzrnr_n ul li .shzrmore_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	background:url(../images/icon59.png) no-repeat right center;
	margin-top:22px;
}
.shzrnr_n ul li:hover .shzrbot_n{
	background:#0d50be;
}
.shzrnr_n ul li:hover h5,.shzrnr_n ul li:hover .shzrmore_n{
	color:#fff;
}
.shzrnr_n ul li:hover .shzrmore_n{
	background:url(../images/iconh59.png) no-repeat right center;
}
.shzrnr_n dl{
	width:90%;
	padding:0;
	height:345px;
	box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -moz-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -webkit-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
	margin:50px 0;
	background:#fff;
	}
.shzrnr_n dl:nth-child(2n+1){
	margin-left:10%;
}
.shzrnr_n dl:nth-child(2n){
	margin-right:10%;
}
.shzrnr_n dl dt .ywlynum_n{
	overflow:hidden;
	font-size:80px;
	line-height:80px;
	font-family:Arial;
	color:#959595;
	font-weight:bold;
	position:absolute;
	top:-40px;
	left:40px;
}
.shzrnr_n dl dt{
	width:60%;
	height:100%;
	padding:60px 40px 0 40px;
	position:relative;
	}
.shzrnr_n dl:nth-child(2n+1) dt{
	float:left;
	}
.shzrnr_n dl:nth-child(2n+1) dd{
	float:right;
	}
.shzrnr_n dl:nth-child(2n) dt{
	float:right;
	}
.shzrnr_n dl:nth-child(2n) dd{
	float:left;
	}
.shzrnr_n dl dt .jsslicon{
	width:42.4%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:40px;
	bottom:16px;
	z-index:0;
}
.shzrnr_n dl dt .jsslicon img{
	max-width:100%;
	height:auto;
}
.shzrnr_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size: 28px;
    color: #6b6b6b;
	line-height:38px;
	font-weight:normal;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.shzrnr_n dl dt .ywlyms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6b6b6b;
	line-height:28px;
	font-weight:normal;
	margin-top:30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.shzrnr_n dl dt .ywlyms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6b6b6b;
	line-height:28px;
	font-weight:normal;
	}
.shzrnr_n dl dt h5,.shzrnr_n dl dt .ywlyms_n{
	position:relative;
	z-index:9;
	text-align:justify;
}
.shzrnr_n dl dd{
	width:40%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.shzrnr_n dl dd 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;
}
.shzrnr_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
	}
/* 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{
	width:100%;
	overflow:hidden;
	background:url(../images/map_n.jpg) no-repeat top center;
	padding-top:92px;
	padding-bottom:166px;
	position:relative;
	}
.contact_n::before{
	content:"";
	width:632px;
	height:814px;
	background:url(../images/contactbg1.png) no-repeat right top;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.contact_n::after{
	content:"";
	width:620px;
	height:1086px;
	background:url(../images/contactbg2.png) no-repeat right top;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.contact_n .mapiconhz{
	position:absolute;
	left:50%;
	top:435px;
    margin-left:-290px;
	z-index:99;
}
.mapicon{
	width:148px;
	height:148px;
	background:rgba(13,80,190,0.2);
	border-radius:100%;
	position:relative;
}
.mapiconhz p,.mapiconyt p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:30px;
}
.mapicon::before{
	content: "";
	height:46px;
	width:46px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background:url(../images/mapicon.png) no-repeat center;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-23px;
	margin-left:-23px;
	z-index:99;
}
.mapicon::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height:160%;
	width: 160%;
	margin: -30%;
	background:rgba(13,80,190,0.08);
	position: absolute;
	animation: rodflash 2s infinite;
}
.contact_n .mapiconyt{
	position:absolute;
	left:50%;
	top:380px;
    margin-left:-200px;
	z-index:99;
}
.mapiconyt .mapicon::before{
	height:36px;
    width:36px;
	margin-top:-18px;
    margin-left:-18px;
}
.mapiconyt .mapicon{
    width:86px;
	height:86px;
}
.contactrq_n{
	padding-bottom:244px;
}
.contactlf_n{
	padding:0 40px 0 0;
}
.contactrt_n{
	padding:0;
	position:relative;
	z-index:9;
}
.contactrt_n{
	width:36%;
}
.contactnr_n{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	box-shadow:0 0 30px rgba(0,0,0,0.1);
	padding:52px 74px;
	margin-top:28px;
}
.contactnr_n h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#1f1f1f;
	line-height:36px;
	padding-bottom:8px;
}
.contactnr_n p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	display:flex;
	align-items:center;
	font-size:16px;
	color:#1f1f1f;
	margin-top:10px;
}
.contactnr_n p a{
	font-size:16px;
	color:#1f1f1f;
}
.contactnr_n p i{
	margin-right:14px;
}
.contactnr_n hr{
	border:none;
	border-bottom:solid 1px #d2d2d2;
	margin:35px 0;
}
.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;
}
.message_n{
	margin-top:50px;
	position:relative;
	z-index:9;
}
.messagenr_n{
	margin-top:35px;
}
.messagenr_n,.message_n ul{
	width:100%;
	overflow:hidden;
}
.messagenr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr_n ul li{
	width:49%;
	overflow:hidden;
	margin:18px 0;
	position:relative;
}
.messagenr_n ul li:last-child{
	width:100%;
}
.messagenr_n ul li input{
	width:100%;
	height:66px;
	line-height:66px;
	padding:0 30px;
	font-size:18px;
	color:#353535;
	border:solid 1px #dadada;
	border-radius:10px;
}
.messagenr_n ul li::before{
	content:"*";
	color:red;
	font-size:20px;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-12px;
}
.messagenr_n ul li:nth-child(3)::before{
	display:none;
}
.messagenr_n ul li:last-child::before{
	top:20px;
	margin-top:0;
}
.messagenr_n ul li textarea{
	width:100%;
	height:336px;
	font-size:18px;
	color:#353535;
	padding:20px 30px;
	border:solid 1px #dadada;
	border-radius:10px;
}
.messagebtn_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.btn2{
	width:41.5%;
	overflow:hidden;
	position:relative;
}
.btn2::before{
	content:"*";
	color:red;
	font-size:20px;
	position:absolute;
	left:15px;
	top:22px;
}
.btn2 .intxt{
    width:100%;
    height:66px;
	line-height:66px;
    overflow: hidden;
	border-radius:10px;
	font-size:18px;
	color:#353535;
    padding:0 30px;
    border: solid 1px #dadada;
}
.messagenr_n .tjbtn{
	overflow:hidden;
	margin-top:16px;
}
.messagenr_n .tjbtn button{
	width:236px;
	height:68px;
	background:#0d50be;
	line-height:68px;
	text-align:center;
	border-radius:10px;
	font-size:16px;
	color:#fff;
}
.messagenr_n ul li ::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size:16px;
}
.messagenr_n ul li :-moz-placeholder {
	color: #9e9e9e;
	font-size:16px;
}
.messagenr_n ul li :-ms-input-placeholder {
	color: #9e9e9e;
	font-size:16px;
}
.btn2 .intxt::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size:16px;
}
.btn2 .intxt:-moz-placeholder {
	color: #9e9e9e;
	font-size:16px;
}
.btn2 .intxt:-ms-input-placeholder{
	color: #9e9e9e;
	font-size:16px;
}
/* gshj_n
-------------------------------------------------------------- */
.gshj_n{
	padding-top:112px;
	padding-bottom:134px;
}
.gshj_n,.gshjnr_n,.gshjnr_n .gshjimg_n{
	width:100%;
	overflow:hidden;
}
.gshjnr_n{
	position:relative;
	margin-top:74px;
}
.gshjnr_n .gshjimg_n{
	border-radius:10px;
}
.gshjnr_n .gshjimg_n img{
	width:100%;
	height:auto;
}
.gshjnr_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity:0.4;
}
.gshjnr_n .swiper-slide-active{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.gshjnr_n .swiper-container{
	width:150%;
	margin-left:-25%;
}
.gshjnr_n .swiper-button-prev,.gshjnr_n .swiper-button-next{
	width:56px;
	height:56px;
	position:absolute;
	top:50%;
	margin-top:-28px;
	z-index:99;
}
.gshjnr_n .swiper-button-prev{
	background:url(../images/prev7.png) no-repeat center;
	left:20%;
}
.gshjnr_n .swiper-button-prev:hover{
	background:url(../images/prevh7.png) no-repeat center;
}
.gshjnr_n .swiper-button-next{
	background:url(../images/next7.png) no-repeat center;
	right:20%;
}
.gshjnr_n .swiper-button-next:hover{
	background:url(../images/nexth7.png) no-repeat center;
}
/* jion_n
-------------------------------------------------------------- */
.jion_n{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:108px;
	padding-bottom:150px;
}
.jionnr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.uk-width-medium-3-4 {
    width: 100%;
	overflow:hidden;
}
.acdn-item {
	border:solid 1px #d2d2d2;
	border-bottom:none;
}
.acdn-item:last-child{
	border-bottom:solid 1px #d2d2d2;
}
.acdn-cont{
	opacity:0;
	height:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.acdn-cont.active{
	opacity:1;
	height:auto;
}
.tc-accordion-style1 .acdn-title {
	background:#fff;
	display:flex;
	height:80px;
	padding-left:46px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.tc-accordion-style1 .acdn-title.active{
	background: -webkit-linear-gradient(left, #65d2c7, #0864dd);
    background: -o-linear-gradient(right, #65d2c7, #0864dd);
    background: -moz-linear-gradient(right, #65d2c7, #0864dd);
    background: linear-gradient(to right, #65d2c7, #0864dd);
	color:#fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.tc-accordion-style1 .acdn-title.active div{
	color:#fff;
}
.tc-accordion-style1 .acdn-title div{
	width:25%;
	overflow:hidden;
	display:flex;
	align-items:center;
	font-size:18px;
	color:#4c4c4c;
}
.tc-accordion-style1 .acdn-title div i{
	margin-right:14px;
}
.tc-accordion-style1 .acdn-title div i .iconh,.tc-accordion-style1 .acdn-title.active div i .icon{
	display:none;
}
.tc-accordion-style1 .acdn-title.active div i .iconh{
	display:block;
}
.acdn-title::after {
    position: absolute;
    content: "";
	width:46px;
	height:46px;
	background:#f8f8f8 url(../images/icon67.png) no-repeat center;
	right:40px;
	border-radius:50%;
	top:50%;
	margin-top:-27px;
}
.acdn-title.active::after{
	transform:rotate(180deg);
}
.acdn-body {
    padding:46px;
	text-align:justify;
}
.tc-accordion-style1 .acdn-body h5{
    font-size:20px;
	color:#4c4c4c;
    line-height:30px;
	margin-bottom:15px;
}
.tc-accordion-style1 .acdn-body p {
    font-size: 16px;
	color:#4c4c4c;
    line-height: 30px;
}
.acdn-title {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
/* 小屏适配 */
@media (max-width: 768px) {
	.acdn-title {
		flex-wrap: wrap;
		height: auto;
		padding: 18px 55px 18px 24px;
		gap: 8px 0;
	}
	.acdn-title div {
		width: 50%;
		font-size: 15px;
		white-space: normal;
	}
	.acdn-title::after {
		right: 18px;
		width: 34px;
		height: 34px;
	}
	.acdn-body {
		padding: 24px 24px 30px 24px;
	}
}

@media (max-width: 480px) {
	.acdn-title div {
		width: 100%;
		font-size: 14px;
	}
	.acdn-title div i {
		margin-right: 10px;
	}
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonor ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nhonor ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	}
.nhonor ul li img{
	max-width:100%;
	height:auto;
	}
/* 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
-------------------------------------------------------------- */
.newsbg{
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
}
.news_n{
	margin-top:36px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
	}
.newsnr_n dl{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid 1px #e2e2e2;
	padding:68px 0;
	}
.newsnr_n dl:last-child{
	border-bottom:none;
}
.newsnr_n dl dt{
	width:43%;
	overflow:hidden;
	border-radius:15px;
	height:385px;
	position:relative;
	}
.newsnr_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;
	}
.newsnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.03);
}
.newsnr_n dl dd{
	width:50%;
	overflow:hidden;
	}
.newsnr_n dl dd .newsdate_n,.newsnr_n dl dd h5,.newsnr_n dl dd p{
	width:100%;
	overflow:hidden;
}
.newsnr_n dl dd .newsdate_n{
	font-size:16px;
	color:#161719;
	line-height:30px;
}
.newsnr_n dl dd h5{
	font-size:32px;
	color:#0d50be;
	line-height:42px;
	margin-top:24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-align:justify;
}
.newsnr_n dl dd p{
	font-size:16px;
	color:#929292;
	line-height:30px;
	margin-top:20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-align:justify;
}
.newsnr_n dl dd .more{
	margin-top:74px;
}
.newsinfo_n{
	margin-top:140px;
	margin-bottom:60px;
}
.newsinfo_n .newslf_n{
	width:63%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n{
	width:23.3%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n ul{
	margin-top:8px;
}
.newsinfo_n .newsrt_n ul,.newsinfo_n .newsrt_n ul li,.newsinfo_n .newsrt_n ul li .tjnewsimg,.newsinfo_n .newsrt_n ul li p{
	width:100%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n ul li{
	margin-top:45px;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg{
	border-radius:15px;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg img{
	width:100%;
	height:auto;
}
.newsinfo_n .newsrt_n ul li:hover .tjnewsimg img{
	transform:scale(1.02);
}
.newsinfo_n .newsrt_n ul li p{
	font-size:18px;
	color:#161719;
	line-height:30px;
	margin-top:16px;
}
.newsinfo_n .newsrt_n ul,.newsinfo_n .newsrt_n ul li,.newsinfo_n .newsrt_n ul li .tjnewsimg,.newsinfo_n .newsrt_n ul li p{
	width:100%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg{
	border-radius:20px;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg img{
	width:100%;
	height:auto;
}
.newsinfo_n .newsrt_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c2c2c;
	line-height:50px;
}
.newsinfo_n .newslf_n h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c2c2c;
	line-height:50px;
}
.newsinfo_n .newslf_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #161719;
	margin-top:10px;
	border-bottom:solid 2px #d5d5d5;
	padding-bottom:14px;
}
.newsinfo_n .newslf_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top:70px;
    font-size: 18px;
    line-height: 35px;
    color: #666565;
	text-align:justify;
}
.newsinfo_n .newslf_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #666565;
}
.newsinfo_n .newslf_n .fbnr img{
	max-width:100%;
	height:auto;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:366px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.npro dl dt 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;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	padding:17px 0;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#0e746e;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}	
.post-content {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 60px;
}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#000;
	margin:30px 0 0 0;
	}
.nprolist{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	}
.nprofh{
	padding:0;
	}
.nprofh a{
	display:block;
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#ea3f08;
	font-size:16px;
	color:#fff;
	margin:auto;
	}
article img {
	max-width: 100%;
	height: auto
}

article .photo>img {
	width: 100%;
	height: auto
}

a.photo {
	position: relative;
	display: block;
	overflow: hidden
}

a.photo .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0,0,0,.4);
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	padding: 0 15px;
	font-size: 14px;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	line-height: 1em;
	opacity: 0;
	transition: .3s
}

a.photo:hover .description {
	opacity: 1;
	line-height: 3.5em;
	transition: .3s
}

.model {
	padding: 15px;
	border-top: 1px solid #f0f2f4
}

.model .modelTitle,.comment-reply-title {
	margin-left: -15px;
	border-left: 3px solid #50585f;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0
}

.model .modelTitle i {
	margin-right: 5px
}

.exif .info {
	font-weight: bold;
	transition: .3s
}

.exif .info label {
	font-weight: normal;
	width: 3em;
	opacity: .5;
	transition: .3s
}

.exif .info:hover {
	color: #20a0ff;
	transition: .3s
}

.exif .info:hover label {
	opacity: 1;
	color: #50585f;
	transition: .3s
}

.comment-reply-title:before {
	content: '\f1d8';
	margin-right: 5px
}[pandaPicshow] .thumbnails {
	position: relative;
	text-align: center;
	letter-spacing: -0.31em;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	background:#fff;
}[pandaPicshow] .thumbnails>a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 2px solid #fff;
	transition: .3s
}[pandaPicshow] .thumbnails>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	transition: .3s
}[pandaPicshow] .thumbnails>a.current {
	border-color: #0b56a6;
	box-shadow: 0 0 0 1px #fff inset;
	transition: border-color .3s
}[pandaPicshow] .thumbnails>a.current:before {
	opacity: 0
}[pandaPicshow] .showBox {
	position: relative;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}[pandaPicshow] .showBox>a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #efefef;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: .6s;
	text-decoration: none
}[pandaPicshow] .showBox.contain>a {
	background-size: contain
}[pandaPicshow][shadowBox="disable"] .showBox a {
	cursor: default
}[pandaPicshow] .showBox>a.current {
	z-index: 1;
	opacity: 1
}[pandaPicshow] .showBox>a.past {
	opacity: 0
}[pandaPicshow] .showBox>a>p.description {
	color: #fff;
	position: absolute;
	margin: 0;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	background: rgba(0,0,0,.5);
	background: linear-gradient(transparent,rgba(0,0,0,.3),rgba(0,0,0,.7));
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	bottom: 0;
	padding: 0 15px;
	opacity: 0;
	transition: .3s
}[pandaPicshow] .showBox:hover>a>p.description {
	opacity: 1;
	line-height: 50px;
	transition: .3s
}[pandaPicshow] .showBox>.loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}[pandaPicshow] .showBox>.loading.complete {
	opacity: 0
}[pandaPicshow] .showBox>.loading:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	opacity: 1;
	border-radius: 50%;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	animation: imageLoading 1s linear infinite;
	transition: 1s ease .3s
}[pandaPicshow] .showBox>.loading.complete:before {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.loading:after {
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #000;
	opacity: .5;
	z-index: 1;
	transition: 1s
}[pandaPicshow] .showBox>.loading.complete:after {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.navigator>* {
	position: absolute;
	z-index: 1;
	outline: 0 none;
	top: 0;
	bottom: 0;
	border: 0;
	width: 80px;
	max-width: 30%;
	background-color: transparent
}[pandaPicshow] .showBox>.navigator>.prev {
	left: 0
}[pandaPicshow] .showBox>.navigator>.prev:before,[pandaPicshow] .showBox>.navigator>.next:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	background: rgba(0,0,0,.25)
}[pandaPicshow] .showBox>.navigator>.prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	left: calc(50% - 10px)
}[pandaPicshow] .showBox>.navigator>.next {
	right: 0
}[pandaPicshow] .showBox>.navigator>.next:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	right: calc(50% - 10px);
	opacity: .8
}[pandaPicshow] .showBox>.navigator>.prev {
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}[pandaPicshow] .showBox>.navigator>.next {
	background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}[pandaPicshow] .showBox>.navigator>.next,[pandaPicshow] .showBox>.navigator>.prev {
	transition: .3s;
	opacity: 0
}[pandaPicshow] .showBox>.navigator>.next:hover,[pandaPicshow] .showBox>.navigator>.prev:hover {
	opacity: 1
}

@keyframes imageLoading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(1turn)
	}
}

@keyframes showboxCover {
	0% {
		background-position: top left
	}

	50% {
		background-position: bottom right
	}

	100% {
		background-position: top left
	}
}
/* news

-------------------------------------------------------------- */
.news{
	padding-top:127px;
}
.news .tit p,.news .tit h3,.news .tit h3 a,.news .tit h3 a span{
	color:#fff;
}
.index_main .section5 .fp-tableCell{
    vertical-align:inherit !important;
}
.newslist h4{
	width:100%;
	overflow: hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	text-align:center;
	font-weight:normal;
	text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow:ellipsis;
	white-space:nowrap;
}
.newslist .newsjs{
	width:100%;
	overflow: hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:17px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist .more a{
	color:#fff;
	margin:25px auto 0;
}
.newslist .newsicon{
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	margin:auto;
	opacity:0;
}
.newslist .newsdate{
	width:100%;
	font-size:50px;
	color:#fff;
	font-family:Arial;
	line-height:60px;
}
.news .newsnr{
	width:100%;
	overflow:hidden;
	padding-bottom:200px;
	position:absolute;
	left:0;
	bottom:12%;
	z-index:7;
}
.news .newslist{
	width:100%;
}
.newsnr .swiper-slide{
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}
.newsnr .swiper-slide.swiper-slide-prev{
	transform:rotate(-60deg);
	margin-top:235px;
}
.newsnr .swiper-slide.swiper-slide-prev .newslist .newsdate{
	text-align:left;
}
.newsnr .swiper-slide.swiper-slide-next{
	transform:rotate(60deg);
	margin-top:235px;
}
.newsnr .swiper-slide.swiper-slide-next .newslist .newsdate{
	text-align:right;
}
.newsnr .swiper-slide-active{
	opacity:1;
	transform:rotate(0deg);
}
.newsnr .swiper-slide-active .newsicon{
	opacity:1;
	margin-top:44px;
}
.newsnr .swiper-slide .newslist h4,.newsnr .swiper-slide .newslist .newsjs,.newsnr .swiper-slide .newslist .more{
	display:none;
}
.newsnr .swiper-slide-active .newslist h4,.newsnr .swiper-slide-active .newslist .more{
	display:block;
}
.newsnr .swiper-slide-active .newslist .newsjs{
	display: -webkit-box;
}
.newsnr .swiper-slide-active .newslist .newsdate{
	font-size:125px;
	line-height:125px;
	color:#fff;
	text-align:center;
	margin-top:50px;
}
.section5 .swiper-button-prev,.section5 .swiper-button-next{
	width:50px;
	height:50px;
	position:absolute;
	bottom:15.2%;
	border-radius:50%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:990;
}
.section5 .swiper-button-prev{
	background:#0d50be url(../images/prev4.png) no-repeat center;
	left:18.2%;
}
.section5 .swiper-button-next{
	background:#0d50be url(../images/next4.png) no-repeat center;
	right:18.2%;
}
.index_main .section5 .xuy{
	width:69%;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-34.5%;
	bottom:0;
	z-index:98;
}
.index_main .section5 .xuy img{
	max-width:100%;
	height:auto;
}
.index_main .section5 .earth{
	width:66.4%;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-33.2%;
	bottom:0;
	z-index:99;
}
.index_main .section5{
	max-width: 1920px;
    margin: auto;
}
.index_main .section5 .earth img{
	width:100%;
	height:auto;
	margin-bottom:-59.6%;
	-webkit-animation: dotRotate 100s linear infinite;
    animation: dotRotate 100s linear infinite;
    pointer-events: none;
}
@-webkit-keyframes dotRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dotRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/* kcxfznr
-------------------------------------------------------------- */
.kcxfznr{
	width:32.3%;
	overflow:hidden;
	font-size:16px;
	color:#49494a;
	line-height:30px;
	margin-top:42px;
	margin-bottom:105px;
	text-align:justify;
}
.kcxfzlist{
	width:31.2%;
	overflow:hidden;
	margin-top:188px;
}
.kcxfzlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.kcxfzlist ul li{
	overflow:hidden;
	padding-top:8px;
}
.kcxfzlist ul li .icon,.kcxfzlist ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.kcxfzlist ul li .icon img{
	max-width:100%;
	height:auto;
}
.kcxfzlist ul li p{
	font-size:16px;
	color:#0d50be;
	line-height:30px;
	margin-top:10px;
}
.kcxfzlist ul li .icon{
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.kcxfzlist ul li:hover .icon{
	transform:translateY(-8px);
}
/* 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{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#555;
	display:block;
	border: 1px solid #dbdbdc;
	border-radius:50%;
	float: left;
	margin:5px;
	font-size:16px;
	color:#1e1e1e;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.pages ul a:hover,.pages ul a.page-num-current{ 
	background:#0d50be;
	border-color:#0d50be;
	color:#fff;
	}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
	display:flex;
	justify-content:space-between;
}
.news-exp2 .news-explf,.news-exp2 .news-exprt{
	width:49%;
	display:flex;
	font-size:16px;
	color:#2c3441;
	align-items:center;
}
.news-exp2 .news-exprt{
	justify-content:flex-end;
}
.news-exp2 hr{
	border:none;
	height:18px;
	border-left:solid 1px #2c3441;
	margin:0 20px;
}
.news-exp2 a,.news-exp2 span{
	font-size:16px;
	color:#2c3441;
}
.news-exp2 a{
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:hover{
	color:#0d50be;
}
.news-exp,.news-exp2{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:30px;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp .news-explf a:hover,.news-exp .news-exprt a:hover{
	color:#0d50be;
	text-decoration:none;
}
.news-exp2{
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a:hover{
	color: #0d50be;
}

/* 图片和滚屏样式
-------------------------------------------------------------- */

/*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_banner .item video{ width:100%; height:100%; object-fit: cover;}
.index_banner .item video::-webkit-media-controls{ 
	display:none !important;
}
.index_banner .item video::-webkit-media-controls-enclosure{
    display: none !important;
}
.index_banner .item .indexbg{
	width:100%;
	height:100%;
	background:rgba(13,80,190,0.35);
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.index_banner .item .block_txt1{
	display:none;
}
.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 .item .inner .block_txt,.index_main .section1 .index_banner .item .inner .block_txt .more{
	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_txt1{
	width:100%;
	overflow:hidden;
	padding:0 20px;
	position: absolute;
	bottom:24%;
	left:0;
}
.index_main .section1 .index_banner .item .inner .block_txt1 h4,.index_main .section1 .index_banner .item .inner .block_txt1 p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.index_main .section1 .index_banner .item .inner .block_txt2{
	overflow:hidden;
	text-align:center;
	position: absolute;
	bottom:34%;
	left:50%;
	margin-left:-336px;
}
.index_main .section1 .index_banner .item .inner .block_txt5,.index_main .section1 .index_banner .item .inner .block_txt6{
	width:100%;
	overflow:hidden;
	text-align:center;
	position: absolute;
	top:27.6%;
	left:0;
}
.index_main .section1 .index_banner .item .inner .block_txt3{
	overflow:hidden;
	position: absolute;
	right:5.6%;
	top:36%;
}
.index_main .section1 .index_banner .item .inner .block_txt4{
	overflow:hidden;
	position: absolute;
	left:5.6%;
	top:35.4%;
}
.index_main .section1 .index_banner .item .inner .block_txt4 img{
	max-width:100%;
	height:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt9{
	width:100%;
	overflow:hidden;
	position: absolute;
	left:0;
	top:46%;
}
.index_main .section1 .index_banner .item.active .inner .block_txt,.index_main .section1 .index_banner .item.active .inner .block_txt .more{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
	z-index:990;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size:56px;
	color:#fff;
	line-height:66px;
}
.index_main .section1 .index_banner .item .inner .block_txt p{
	font-size:38px;
	color:#fff;
	line-height:48px;
	margin-top:2px;
}
.index_main .section1 .index_banner .item .inner .block_txt .banen{
	font-family:Arial;
	font-size:26px;
	color:#0d50be;
	line-height:36px;
	margin-top:10px;
}
.index_main .section1 .index_banner .item .inner .block_txt5 h3{
	font-size:88px;
	color:#fff;
	line-height:98px;
	letter-spacing:14px;
	padding-bottom:10px;
}
.index_main .section1 .index_banner .item .inner .block_txt6 h3{
	font-size:53px;
	color:#fff;
	line-height:63px;
}
.index_main .section1 .index_banner .item .inner .block_txt6 .banneren{
	font-size:17px;
	color:#fff;
	line-height:27px;
	font-family: myThreeFont;
	font-weight:normal;
	letter-spacing:1px;
}
.index_main .section1 .index_banner .item .inner .block_txt5 .banneren{
	font-size:29px;
	color:#fff;
	line-height:39px;
	font-family: myThreeFont;
	font-weight:normal;
	letter-spacing:4px;
}
.index_main .section1 .index_banner .item .inner .block_txt8{
	width:100%;
	overflow:hidden;
	position: absolute;
	left:0;
	top:47.3%;
}
.index_main .section1 .index_banner .item .inner .block_txt2 h4{
	font-family: myTwoFont;
	letter-spacing:56px;
	padding-bottom:6px;
}
.index_main .section1 .index_banner .item .inner .block_txt2 .block_txtnr2{
	overflow:hidden;
	text-align:justify;
	margin:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt2 p{
	font-size:27px;
	line-height:37px;
	font-family: myFourFont;
	letter-spacing:22px;
}
.index_main .section1 .index_banner .item .inner .block_txt2 h4 img{
	max-width:100%;
	height:auto;
	margin:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt3 h4{
	color:#0d50be;
}
.index_main .section1 .index_banner .item .inner .block_txt3 .more{
	margin-top:170px;
}
.index_main .section1 .index_banner .item .inner .block_txt4 .more{
	margin-top:170px;
}
.index_main .section1 .index_banner .item .inner .block_txt4 .more a{
	color:#fff;
}
.index_main .section1 .index_banner .item .inner .block_txt4 .banen{
	color:rgba(255,255,255,0.6);
}
.index_main .section1 .index_banner .item .inner .block_txt7{
	width:100%;
	overflow:hidden;
	position: absolute;
	bottom:34%;
	left:0;
}
.index_main .section1 .index_banner .item .inner .block_txt7 h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	color:#fff;
	line-height:36px;
}
.index_main .section1 .index_banner .item .inner .block_txt7 p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	color:#fff;
	line-height:34px;
}
.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:86px;
	left:5.6%;
	display: flex;
	align-items:center;
	width: auto;
	text-align: center;
	z-index:99;
}
.index_main .section1 .number span{
	display:inline-block;
	width:12px;
    height:16px;
	background:#fff;
	border-radius:50%;
	transform: skewX(-15deg);
	opacity:0.3;
	margin-right:24px;
	cursor:pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{
	opacity:1;
}


.index_main .section2{
	background:url(../images/aboutbg.jpg) no-repeat top 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{
	position:relative;
	z-index:1;
}
.index_main .section4{
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section5{
	background:url(../images/newsbg_i.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.index_main .section6{
	background:url(../images/fzbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	z-index:100;
}
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:80px;
	z-index:99;
}
.shubiao span{
	display:block;
	width:1px;
	height:40px;
	background:rgba(255,255,255,0.4);
	margin:0 auto 14px;
}
.mouse {
  position: relative;
  width:50px;
  height:50px;
  border-radius:50%;
  border: 1px solid #fff;
  margin:0 auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mouse img{
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:6px;
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@media(max-width:1768px) {
	.ban_font p{
		font-size: 90px;
		line-height: 90px;
	}
	.ban_font h3{
		font-size: 38px;
		line-height: 48px;
	}
	.tit p{
		font-size:55px;
		line-height:65px;
	}
	.hyyyimg .hyyylist .hyyyjs{
		margin-top: 20px;
		margin-bottom:50px;
	}
	.hyyyimg .hyyylist h5{
		font-size:32px;
		line-height:42px;
	}
	.hyyyimg .hyyylist {
		width: 70%;
	}
	.bannernr_n,.ban_font{
		margin-left:-44%;
	}
	.fzlcnr_n .swiper-slide{
		padding:0 25px;
	}
	.fzlclist_n .fzlcjs_n, .fzlclist_n .fzlcjs_n p{
		line-height: 28px;
	}
	.honorrt_n{
		padding:40px;
	}
	.honorrt_n {
		width:38%;
	}
	.news .newsnr{
		bottom:9.5%;
	}
	.newsnr .swiper-slide-active .newslist .newsdate{
		margin-top: 33px;
	}
	.cxbj{
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.cxbjnr{
		width:28%;
	}
	.cxbjnr dl{
		padding:40px 30px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
		margin-top:80px;
	}
	.about_cyy .about_cyylf{
		width:40%;
	}
	.kytrnr_n {
		width:48%;
	}
	.fxjczx_n ul li{
		padding:122px 90px 0 90px;
	}
	.zllist_n ul li{
		padding:154px 80px 0 80px;
	}
	.pzglnr_n ul li{
		height:508px;
	}
	.rclnnr_n{
		padding-left:10%;
	}
	.rclnjs_n {
		width: 49%;
	}
	.rclnlist_n dl:nth-child(2n+1){
		margin-left:10%;
	}
	.rclnlist_n dl:nth-child(2n){
		margin-right:10%;
	}
	.newsinfo_n .newslf_n h1,.newsinfo_n .newsrt_n h3{
		font-size:35px;
		line-height:45px;
	}
	.newsinfo_n .newslf_n {
		width:70%;
	}
	.newsnr_n dl dd {
		width:52%;
	}
	.contactnr_n {
		padding:52px 60px;
	}
	.kcxfzlist{
		margin-top:150px;
	}
	.hyyyinfo_n h3{
		font-size:60px;
		line-height:70px;
	}
	.hyyyinfo_n ul li p{
		font-size:24px;
		line-height:34px;
	}
	.honorrt_n{
		margin-top:30px;
	}
}
@media only screen and (max-width: 1680px){
	.tit p{
		font-size:50px;
		line-height:50px;
	}
	.tit h3, .tit h3 a, .tit h3 a span{
		font-size: 35px;
		line-height: 45px;
	}
	.qywhlf ul li{
		padding:0 20px;
	}
	.qywhlf ul li dl dd h5{
		font-size:26px;
		line-height:36px;
	}
	.fzlclist_n .fzlctit_n span{
		font-size:60px;
		line-height:70px;
		margin-right:10px;
	}
	.fzlclist_n .fzlctit_n{
		font-size:26px;
		line-height:36px;
	}
	.hyyyimg .hyyylist .hyyyjs{
        margin-bottom:30px;
    }
	.scroll_wrap .scroll_cont {
		width: 95%;
	}
	.honorrt_n {
        padding:40px 30px;
    }
	.cxbjnr dl dt{
		font-size:24px;
		line-height:34px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon {
        margin-top: 60px;
    }
	.pro ul li .pronr h5{
		font-size:24px;
		line-height:34px;
	}
	.fxjczx_n ul li{
		padding:122px 70px 0 70px;
	}
	.fxjczx_n ul li h5{
		font-size:30px;
		line-height:40px;
	}
	.zllist_n ul li{
		padding:154px 60px 0 60px;
	}
	.zllist_n ul li h5{
		font-size:35px;
		line-height:45px;
	}
	.pzglnr_n ul li .pzgltit_n{
		padding:0 30px;
		font-size:18px;
		line-height:28px;
	}
	.pzglnr_n ul li{
		height:483px;
	}
	.newsnr_n dl dd h5{
		font-size:28px;
		line-height:38px;
	}
	.newsnr_n dl dt{
		height:357px;
	}
	.hyyyinfo_n h3{
		font-size:55px;
		line-height:65px;
	}
	.honorrt_n{
		margin-top:0;
	}
}
@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:50px;
		line-height:60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt p{
		font-size:32px;
		line-height:42px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .banen{
		font-size:24px;
		line-height:34px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 h3{
		font-size:82px;
		line-height:92px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren{
		font-size:27px;
		line-height:37px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2 p{
		font-size:24px;
		line-height:34px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2{
		margin-left:-318px;
	}
	.ban_font p{
		font-size: 85px;
		line-height: 85px;
	}
	.ban_font h3{
		font-size: 36px;
		line-height: 46px;
	}
	.proinfo_n .proinfonr_n h3{
		font-size: 32px;
		line-height: 42px;
	}
	.aboutnr{
		margin-top:30px;
	}
	.about .more {
		margin-top:50px;
	}
	.aboutlist{
		margin-top:170px;
	}
	.kcxfznr{
		margin-bottom:80px;
	}
	.hyyyimg .hyyylist h5 {
        font-size:30px;
        line-height:40px;
    }
	.hyyyimg .hyyylist .hyyyjs{
		line-height:26px;
	}
	.hyyyimg .hyyylist {
        width: 80%;
    }
	.ntit h3{
		font-size: 50px;
		line-height: 60px;
	}
	.prolf_n .ntit h3,.prort_n h1{
		font-size:35px;
		line-height:45px;
	}
	.pro_n .fbnr h4{
		font-size:30px;
		line-height:40px;
	}
	.znzzlf_n h4,.znzzlist_n h4{
		font-size:36px;
		line-height:46px;
	}
	.positionnr,.positionnr a{
		font-size:15px;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
		font-size: 110px;
		line-height: 110px;
	}
	.news .newsnr{
        bottom:7.5%;
    }
	.newsnr .swiper-slide-active .newslist .newsdate {
        margin-top: 31px;
    }
	.menu_n ul li{
		margin-right:30px;
	}
	.znzzlf_n h5{
		margin-top:40px;
	}
	.znzznr_n {
		margin-top:30px;
	}
	.about_cyy .about_cyylf{
		width:42%;
	}
	.about_ytrt {
		width: 44%;
	}
	.qywhlf ul li dl dd h5{
		font-size:24px;
		line-height:34px;
	}
	.fzlclist_n .fzlctit_n span{
		font-size:55px;
		line-height:65px;
	}
	.fzlclist_n .fzlctit_n {
        font-size:24px;
        line-height:34px;
    }
	.cxbjnr dl dt {
        font-size: 22px;
        line-height: 32px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n{
		padding: 0 40px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon {
        margin-top:40px;
    }
	.proinfo_n .proinfonr_n{
		padding-top:0;
	}
	.pzglnr_n ul li .pzgltit_n{
		padding:0 20px;
	}
	.pzglnr_n ul li{
		height:460px;
	}
	.rclnlist_n dl dt{
		padding:138px 80px 0 80px;
	}
	.jkaq_n dl dt{
		padding:105px 80px 0 80px;
	}
	.newsinfo_n .newslf_n h1,.newsinfo_n .newsrt_n h3{
		font-size:30px;
		line-height:40px;
	}
	.newsnr_n dl dd {
		width:53%;
	}
	.newsnr_n dl dt{
		height:340px;
	}
	.contactnr_n h5{
		font-size: 24px;
		line-height:34px;
	}
	.hyyyinfo_n h3{
		font-size:50px;
		line-height:60px;
	}
	.hyyyinfo_n ul li p{
		font-size:22px;
		line-height:32px;
	}
}
@media only screen and (max-width: 1440px){
	.header .navbar_nav li{
		padding:0 30px;
	}
	.topsearch{
		margin-left:0;
	}
	.positionnr,.positionnr a{
		font-size:14px;
	}
	.aboutlist {
        margin-top: 140px;
    }
	.ban_font p{
		font-size:75px;
		line-height:75px;
	}
	.ban_font h3{
		font-size:34px;
		line-height:44px;
	}
	.proinfo_n .proinfonr_n h3{
		font-size: 30px;
		line-height: 40px;
	}
	.hyyyimg .hyyylist h5 {
        font-size:26px;
        line-height:36px;
    }
	.hyyyimg .hyyylist {
        width:88%;
    }
	.hyyyimg .hyyybg{
		padding-left:6%;
	}
	.newsnr .swiper-slide-active .newslist .newsdate{
        font-size:90px;
        line-height:90px;
    }
	.news .newsnr {
        bottom:5%;
    }
	.newslist .newsdate{
		font-size: 40px;
		line-height: 50px;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
        margin-top:28px;
    }
	.section5 .swiper-button-prev{
		left:19%;
	}
	.section5 .swiper-button-next{
		right:19%;
	}
	.ntit h3{
		font-size:45px;
		line-height:55px;
	}
	.znzzlf_n h5,.znzznr_n{
        margin-top: 30px;
    }
	.znzzlf_n h4,.znzzlist_n h4{
		font-size:34px;
		line-height:44px;
	}
	.aboutlist ul li .timer{
		font-size: 50px;
		line-height:50px;
	}
	.about_ytrt {
        width:46%;
    }
	.qywhlf ul li{
        padding: 0 10px;
    }
	.qywhlf ul li dl dd h5 {
        font-size:22px;
        line-height:32px;
    }
	.fzlclist_n .fzlctit_n span{
		font-size:50px;
		line-height:60px;
	}
	.fzlclist_n .fzlctit_n {
        font-size:22px;
        line-height:32px;
    }
	.honorrt_n {
		width:40%;
	}
	.cxbjnr dl {
        padding:40px 20px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5{
		font-size: 30px;
		line-height: 40px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n{
		width:58%;
	}
	.pro ul li .pronr .proicon img{
		width:130px;
	}
	.kytr_n .kytrzb_n .kytrzbnr_n,.kytr_n .kytrzb_n .kytrzbnr_n .timer{
		font-size:100px;
		line-height:100px;
	}
	.fxjczx_n ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.fxjczx_n ul li {
        padding: 122px 50px 0 50px;
    }
	.fxjczx_n ul li p{
		font-size:18px;
		line-height:28px;
	}
	.znzzlist_n ul li{
		padding: 0 40px;
	}
	.znzzlist_n ul li::before{
		left:18px;
	}
	.znzzlist_n ul li::after{
		right:18px;
	}
	.zllist_n ul li {
        padding:154px 50px 0 50px;
    }
	.zllist_n ul li h5 {
        font-size: 32px;
        line-height: 42px;
    }
	.zllist_n ul li p{
		font-size:18px;
		line-height:28px;
	}
	.pzglnr_n ul li .pzgltit_n{
        font-size: 16px;
        line-height: 26px;
    }
	.pzglnr_n ul li{
		height:414px;
	}
	.rclnnr_n {
        padding-left:8%;
    }
	.rclnlist_n dl dt h5{
		font-size:35px;
		line-height:45px;
	}
	.jkaq_n dl dt {
        padding:105px 60px 0 60px;
    }
	.jkaq_n dl dt h5{
		font-size:35px;
		line-height:45px;
	}
	.shzrnr_n dl dt .ywlynum_n{
		font-size:70px;
		line-height:70px;
		top:-35px;
	}
	.shzrnr_n dl dt h5{
		font-size:24px;
		line-height:34px;
	}
	.newsnr_n dl dt{
		height:306px;
	}
	.newsnr_n dl dd .more {
		margin-top: 40px;
	}
	.gshjnr_n .swiper-button-prev, .gshjnr_n .swiper-button-next,.gshjnr_n .swiper-button-prev:hover,.gshjnr_n .swiper-button-next:hover{
		width:46px;
		height:46px;
		background-size:46px;
	}
	.contactnr_n {
        padding: 50px 40px;
    }
	.menu_n ul li {
        margin-right:20px;
    }
	.hyyyinfo_n ul li p{
		font-size:20px;
		line-height:30px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:46px;
		line-height:56px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt p{
		font-size:28px;
		line-height:38px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .banen{
		font-size:22px;
		line-height:32px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size: 78px;
        line-height: 88px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren {
        font-size: 25px;
        line-height: 35px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
        font-size: 22px;
        line-height: 32px;
    }
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.aboutlist {
        margin-top: 100px;
    }
	.hyyyimg .hyyylist .hyyyjs {
        margin-bottom: 20px;
    }
	.kcxfznr{
		margin-bottom:60px;
	}
	.kcxfzlist {
        margin-top: 120px;
    }
	.newsnr .swiper-slide-active .newslist .newsdate{
        font-size:80px;
        line-height:80px;
    }
	.newsnr .swiper-slide-active .newslist .newsdate {
        margin-top:26px;
    }
	.section5 .swiper-button-prev{
		left:18%;
	}
	.section5 .swiper-button-next{
		right:18%;
	}
}
@media only screen and (max-width: 1360px){
	.language {
        margin-left:20px;
    }
	.header .navbar_nav li {
        padding:0 25px;
    }
	.ban_font p{
		font-size:70px;
		line-height:70px;
	}
	.ban_font h3{
		font-size:32px;
		line-height:42px;
	}
	.about_n .aboutms_n p{
		font-size:15px;
		line-height:25px;
	}
	.about_cyyms,.about_ytms{
		margin-top:40px;
	}
	.honorrt_n {
        padding:40px 20px;
    }
	.cxbjnr dl dt {
        font-size: 20px;
        line-height: 30px;
    }
	.cxbjnr dl dd p,.cxbjnr dl dd p a{
		font-size:14px;
	}
	.znzzlf_n h4,.znzzlist_n h4{
		font-size:32px;
		line-height:42px;
	}
	.pro ul li .pronr h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.proinfonr_n .projs_n,.proinfonr_n .projs_n p{
		font-size: 15px;
		line-height: 25px;
	}
	.proinfonr_n .projs_n{
        margin-top: 20px;
    }
	.ntit h3 {
        font-size:40px;
        line-height:50px;
    }
	.prolf_n .ntit h3,.prort_n h1{
		font-size:30px;
		line-height:40px;
	}
	.pro_n .fbnr h4{
		font-size:25px;
		line-height:35px;
	}
	.znzzlist_n ul li p{
		font-size: 20px;
		line-height:30px;
	}
	.pzglnr_n ul li{
		height:391px;
	}
	.rclnlist_n dl dt {
        padding:138px 60px 0 60px;
    }
	.newsnr_n dl dd h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.cxbj{
		background-size:1360px;
        padding-top: 40px;
        padding-bottom:30px;
    }
	.cxbjnr{
		margin-top:30px;
	}
	.dot1 {
		top: 185px;
		margin-left: -170px;
	}
	.dot2 {
		top: 235px;
		left: 50%;
		margin-left: -180px;
	}
	.dot3 {
		top: 190px;
		margin-left: -72px;
	}
	.dot4 {
		top:390px;
		margin-left:-55px;
	}
	.dot5 {
		top:440px;
		margin-left:-40px;
	}
	.dot6 {
		top:202px;
		margin-left:190px;
	}
	.dot7 {
		top: 350px;
		margin-left: 180px;
	}
	.dot8 {
		top:180px;
		margin-left:330px;
	}
	.dot9{
		top: 270px;
		margin-left: 340px;
	}
	.dot10{
		top:250px;
		margin-left:500px;
	}
	.dot11 {
		top: 250px;
		margin-left: 465px;
	}
	.dot12 {
		top:255px;
		margin-left:430px;
	}
	.dot13 {
		top: 290px;
		margin-left:408px;
	}
	.dot14{
		top:320px;
        margin-left:405px;
	}
	.dot15 {
        top: 375px;
        margin-left: 435px;
    }
	.dot16 {
		top: 385px;
		margin-left: 497px;
	}
	.dot17 {
		top:450px;
		margin-left:490px;
	}
	.dotyt {
		top:255px;
		margin-left:431px;
	}
	.dothz {
		top: 297px;
		margin-left:419px;
	}
	.cxbj .dotnr{
		bottom:20px;
	}
}
@media only screen and (max-width: 1280px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:42px;
		line-height:52px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt p{
		font-size:24px;
		line-height:34px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .banen{
		font-size:20px;
		line-height:30px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
        font-size: 21px;
        line-height: 31px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left: -294px;
    }
	.header .navbar_nav li {
        padding:0 18px;
    }
	.language a span{
		margin:0 10px;
	}
	.ban_font p{
		font-size:65px;
		line-height:65px;
	}
	.ban_font h3{
		font-size:30px;
		line-height:40px;
	}
	.tit p{
		font-size:45px;
		line-height:45px;
	}
	.tit h3, .tit h3 a, .tit h3 a span{
		font-size: 30px;
		line-height: 40px;
	}
	.aboutlist {
        margin-top:60px;
    }
	.proinfo_n .proinfonr_n h3{
		font-size:26px;
		line-height:36px;
	}
	.aboutlist ul li .timer {
        font-size: 45px;
        line-height: 45px;
    }
	.kcxfzlist {
        margin-top:100px;
    }
	.protel{
		margin-top:20px;
	}
	.about_cyy .about_cyylf {
        width:45%;
    }
	.znzzlf_n h4,.znzzlist_n h4{
		font-size:30px;
		line-height:40px;
	}
	.hyyyimg .hyyylist .hyyyjs{
		font-size:15px;
		line-height:25px;
	}
	.newsnr .swiper-slide-active .newsicon{
		margin-top:25px;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
        font-size: 70px;
        line-height: 70px;
    }
	.newslist .newsdate {
        font-size: 35px;
        line-height: 45px;
    }
	.news .newsnr {
        bottom:1%;
    }
	.fzlclist_n .fzlctit_n span{
		font-size:45px;
		line-height:55px;
	}
	.fzlclist_n .fzlctit_n {
        font-size:20px;
        line-height:30px;
    }
	.fzlcnr_n .swiper-slide {
        padding:0 20px;
    }
	.honorrt_n .scroll_cont p{
		font-size:16px;
	}
	.cxbjnr {
        width:29%;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n {
        padding:0 0 0 30px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size:26px;
        line-height:36px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p,.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
		margin-top:20px;
	}
	.pro_n{
		padding-top:100px;
		padding-bottom:100px;
	}
	.kytr_n .kytrzb_n .kytrzbnr_n,.kytr_n .kytrzb_n .kytrzbnr_n .timer{
		font-size:90px;
		line-height:90px;
	}
	.fxjczx_n ul li {
        padding: 122px 40px 0 40px;
    }
	.zllist_n ul li {
        padding: 154px 40px 0 40px;
    }
	.zllist_n ul li h5 {
        font-size: 30px;
        line-height: 40px;
    }
	.pzglnr_n ul li{
		height:368px;
	}
	.rclnnr_n {
        padding-left:6%;
    }
	.rclnlist_n dl dt {
        padding:138px 50px 0 50px;
    }
	.jkaq_n dl dt h5{
		font-size:32px;
		line-height:42px;
	}
	.shzrnr_n dl dt .ywlynum_n{
		font-size:60px;
		line-height:60px;
		top:-30px;
	}
	.newsinfo_n .newslf_n h1,.newsinfo_n .newsrt_n h3{
		font-size:26px;
		line-height:36px;
	}
	.newsnr_n dl dd h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.newsnr_n dl dt {
        height:272px;
    }
	.newsnr_n dl dd .more {
        margin-top:30px;
    }
	.newsnr_n dl dd h5{
		margin-top:15px;
	}
	.tc-accordion-style1 .acdn-title{
		padding-left:30px;
	}
	.acdn-body {
		padding:30px;
	}
	.acdn-title::after{
		right:30px;
	}
	.contactnr_n h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.menu_n ul li a{
		font-size:16px;
	}
	.hyyyinfo_n h3{
		font-size:45px;
		line-height:55px;
	}
	.hyyyinfo_n h5{
		font-size:35px;
		line-height:45px;
	}
}
@media only screen and (max-width: 1200px){
	.header .navbar_nav li {
        padding: 0 16px;
    }
	.topsearch {
        margin-left: 0;
    }
	.about_n .aboutms_n p{
		font-size:14px;
		line-height:24px;
	}
	.cxbjnr {
        width:30%;
    }
	.hyyyimg .hyyylist h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.hyyyimg .hyyylist .hyyyjs {
        font-size:14px;
        line-height:24px;
    }
	.contactnr_n {
        padding:40px 30px;
    }
}
@media only screen and (max-width: 1199px){
}
@media only screen and (max-width:1152px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:38px;
		line-height:48px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt p{
		font-size:20px;
		line-height:30px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .banen{
		font-size:18px;
		line-height:28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size:74px;
        line-height:84px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren {
        font-size:24px;
        line-height:34px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 p{
		letter-spacing: 20.5px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left:-282px;
    }
	.language {
        margin-left:10px;
    }
	.header .navbar_nav li {
        padding:0 12px;
    }
	.header .navbar_nav li a{
		font-size:16px;
	}
	.ban_font p{
		font-size:60px;
		line-height:60px;
	}
	.ban_font h3{
		font-size:28px;
		line-height:38px;
	}
	.tit p {
        font-size: 40px;
        line-height: 40px;
    }
	.hyyyimg .hyyylist .hyyyjs {
		margin-top:10px;
		margin-bottom:10px;
        font-size: 13px;
        line-height: 23px;
	}
	.hyyyimg .hyyybg{
		width:65%;
	}
	.news .newsnr {
        bottom:-3%;
    }
	.section5 .swiper-button-prev{
		left:19.5%;
	}
	.section5 .swiper-button-next{
		right:19.5%;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
        font-size:60px;
        line-height:60px;
    }
	.newslist .newsdate {
        font-size: 30px;
        line-height: 40px;
    }
	.ntit h3 {
        font-size:35px;
        line-height:45px;
    }
	.fzlclist_n .fzlcjs_n {
		margin-top:10px;
	}
	.fzlclist_n .fzlctit_n span {
        font-size:40px;
        line-height:50px;
    }
	.fzlclist_n .fzlctit_n {
        font-size:18px;
        line-height:28px;
    }
	.honorrt_n {
        width: 42%;
    }
	.cxbjnr {
        width:34%;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p{
		font-size:14px;
		line-height:24px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.pro ul li .pronr .proicon img{
		width:120px;
	}
	.rclnjs_n p {
		margin-top:20px;
	}
	.rclnlist_n dl dt {
        padding: 138px 40px 0 40px;
    }
	.newsnr_n dl dt {
        height: 252px;
    }
	.newsnr_n dl dd .more {
        margin-top:20px;
    }
	.newsnr_n dl dd h5 {
        margin-top:10px;
    }
	.contactnr_n {
        padding:40px 20px;
    }
	.contactnr_n p i {
		margin-right:8px;
	}
	.contactrt_n {
		width: 39%;
	}
	.menu_n ul li {
        margin-right:10px;
    }
	.footerrt {
		width:68%;
	}
	.footerrt ul li h5, .footerrt ul li h5 a{
		font-size:16px;
	}
	.footerrt ul li p,.footerrt ul li p a{
		font-size:15px;
	}
	.pro ul li .pronr h5 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1024px){
	.ban_font p{
		font-size:50px;
		line-height:50px;
	}
	.ban_font h3{
		font-size:26px;
		line-height:36px;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
        font-size:50px;
        line-height:50px;
    }
	.newslist .newsdate {
        font-size: 26px;
        line-height: 36px;
    }
	.news .newsnr{
        bottom: -5%;
    }
}
@media only screen and (max-width: 1023px){
	.header{
		height:60px;
	}
	.language {
        margin-left:5px;
    }
	.language a span {
        margin: 0 5px;
    }
	.language .languagenr{
		top:60px;
	}
	.logo{
		position: absolute;
		left: 50%;
		margin-left: -60px;
	}
	.logo .img2{
		display:block;
        width: 100px;
	}
	.logo .img1{
		display:none;
	}
	.language a img,.topsearch img{
		width:18px;
	}
	.language a span{
		font-size:14px;
	}
	.language a i img{
		width:13px;
	}
	.search_box{
		top:60px;
	}
	.bannernr_n{
		position:inherit;
		bottom:0;
	}
	/**.index_banner .item:first-child .items{
		background:url(../videos/video.jpg);
		background-position: 19%;
	}
	.index_banner .item video{
		display:none;
	}*/
	.shubiao,.footer .botlogo{
		display:none;
	}
	.position{
		display:none;
	}
	.kcxfznr{
		width:100%;
		margin-top:30px;
		margin-bottom:30px;
	}
	.kcxfzlist {
		width:100%;
        margin-top:50px;
    }
	.hyyynr .swiper-container {
		width:100%;
		margin-left:0;
	}
	.hyyynr .swiper-button-prev{
		left:1%;
	}
	.hyyynr .swiper-button-next{
		right:1%;
	}
	.index_main .section5 .xuy,.index_main .section5 .earth,.newslist .newsicon{
		display:none;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
        font-size:40px;
        line-height:40px;
    }
	.news .newsnr{
		position:inherit;
		bottom:0;
		padding-bottom:0;
		margin-top:30px;
	}
	.newslist h4{
		font-size:26px;
		line-height:36px;
	}
	.index_main .section5 .fp-tableCell {
		vertical-align: middle !important;
	}
	.news {
		padding-top:0;
	}
	.section5 .swiper-button{
		width:100%;
		overflow:hidden;
		text-align:center;
	}
	.section5 .swiper-button-prev, .section5 .swiper-button-next{
		position:inherit;
		display:inline-block;
		margin:0 5px;
	}
	.section5 .swiper-button-prev{
        transform: rotate(60deg);
    }
	.section5 .swiper-button-next {
        transform: rotate(-60deg);
    }
	.menu_n{
		width:100%;
	}
	.menu_n ul li{
		line-height:50px;
	}
	.menu_n ul li a{
		color:#333;
	}
	.menu_n ul li a:after{
		background:#0d50be;
	}
	.menu_n ul li:hover a,.menu_n ul li.active a{
		color:#0d50be
	}
	.honorrt_n,.scroll_wrap{
		height:auto;
	}
	.scroll_wrap .scroll_cont {
        width:100%;
    }
	.scroll_wrap .scroll_bar{
		display:none;
	}
	.znzz_n{
		padding:80px 0;
	}
	.znzzlf_n,.znzzimg_n{
		width:100%;
	}
	.znzzimg_n{
		margin-top:30px;
	}
	.about_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutnr_n{
		flex-wrap:wrap;
	}
	.aboutimg_n,.about_n .aboutms_n{
		width:100%;
	}
	.aboutimg_n img{
		width:100%;
		height:auto;
	}
	.about_n .aboutms_n{
		margin-top:30px;
	}
	.about_cyy .about_cyylf,.about_cyy .about_cyyimg{
		width:100%;
	}
	.about_cyy{
		padding:80px 0;
	}
	.about_cyy .about_cyyimg{
		margin-top:30px;
	}
	.about_cyy .about_cyyimg img{
		width:100%;
	}
	.about_yt {
		margin-top:60px;
		margin-bottom:60px;
	}
	.about_ytimg,.about_ytrt{
		width:100%;
	}
	.about_ytrt{
		margin-top:30px;
	}
	.about_ytimg img{
		width:100%;
	}
	.about_cyyms, .about_ytms,.aboutnr_n{
        margin-top:30px;
    }
	.qywhlf,.qywhimg{
		width:100%;
	}
	.qywhimg{
		margin-top:30px;
	}
	.qywh_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.qywhimgbox.active{
		height:auto;
	}
	.fzlc_n{
		padding-top:80px;
		padding-bottom:80px;
	}
	.fzlcnr_n {
		margin-top:50px;
	}
	.news-exp2 .news-explf, .news-exp2 .news-exprt{
		width:100%;
		flex-wrap:wrap;
	}
	.news-exp2 a {
		white-space: normal;
		text-overflow:inherit;
	}
	.news-exp2{
		flex-wrap:wrap;
	}
	.news-exp2 .news-exprt {
		justify-content: left;
	}
	.news-exp2 hr{
		margin:0 10px;
	}
	.honorlf_n,.honorrt_n{
		width:100%;
	}
	.honorrt_n{
		margin-top:40px;
	}
	.honor_n{
		padding-top:80px;
		padding-bottom:0;
	}
	.cxbjnr{
        width:40%;
    }
	.hzkh{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hzkhnr{
		margin-top:50px;
	}
	.hyyynr_n .swiper-container {
		width:100%;
		margin-left:0;
	}
	.hyyynr_n .swiper-button-prev{
		left:1%;
	}
	.hyyynr_n .swiper-button-next{
		right:1%;
	}
	.hyyy_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.khscroll ul li{
		width:260px;
		height:100px;
	}
	.pro_n {
        padding-top:80px;
        padding-bottom:80px;
    }
	.prolf_n,.prort_n{
		width:100%;
	}
	.prort_n{
		margin-top:30px;
	}
	.kyrcnr_n{
		width:100%;
	}
	.kyrc_n{
		padding-top:80px;
		padding-bottom:80px;
	}
	.kyrc_n .kyrcjs_n{
		margin-top:30px;
	}
	.kyrcnr_n{
		margin-top:40px;
	}
	.kytrnr_n{
		width:100%;
	}
	.kytr_n .kytrzb_n {
		margin-top: 50px;
	}
	.kytr_n{
		padding-top:80px;
		padding-bottom:80px;
	}
	.fxjczx_n{
		padding-top:80px;
		padding-bottom:80px;
	}
	.fxjczx_n ul{
		margin-top:40px;
	}
	.sbzs_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.sbzsnr_n {
		margin-top:40px;
	}
	.znzzlist_n{
		padding: 80px 0;
	}
	.rclnlist_n dl:nth-child(2n+1){
        margin-left:0;
    }
	.rclnlist_n dl:nth-child(2n){
		margin-right:0;
	}
	.rclnlist_n dl{
		width:100%;
		margin:30px 0;
	}
	.rclnlist_n{
		padding:60px 0;
	}
	.rcln_n{
		padding-top:60px;
	}
	.shzrnr_n dl:nth-child(2n+1){
		margin-left:0;
	}
	.shzrnr_n dl:nth-child(2n) {
		margin-right:0;
	}
	.shzrnr_n dl{
		width:100%;
		margin:40px 0;
	}
	.shzr_n{
		padding:60px 0;
	}
	.shzrnr_n dl dt h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.shzrnr_n dl dt .ywlynum_n {
        font-size:50px;
        line-height:50px;
        top: -25px;
    }
	.newsinfo_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.newsinfo_n .newslf_n,.newsinfo_n .newsrt_n{
		width:100%;
	}
	.newsinfo_n .newsrt_n{
		margin-top:30px;
	}
	.gshj_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.gshjnr_n{
		margin-top:40px;
	}
	.gshjnr_n .swiper-button-prev{
		left:19%;
	}
	.gshjnr_n .swiper-button-next{
		right:19%;
	}
	.gshjnr_n .swiper-button-prev, .gshjnr_n .swiper-button-next, .gshjnr_n .swiper-button-prev:hover, .gshjnr_n .swiper-button-next:hover {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
	.tc-accordion-style1 .acdn-title div i {
		margin-right:10px;
	}
	.acdn-title::after {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
	.wapmenu{
		display:block;
	}
	.pcmenu{
		display:none;
	}
	.footerlf dl{
		display:none;
	}
	.footer{
		padding-top:30px;
	}
	.footernr .footerlf,.footerrt{
		width:100%;
	}
	.footerrt ul li p{
		display:none;
	}
	.footerrt ul li h5{
		padding-bottom:5px;
	}
	.footernr .botewm{
		bottom:0;
		position:inherit;
		margin-top:10px;
	}
	.footernr{
		padding-bottom:30px;
	}
	.footerlf dl {
		margin-top:10px;
	}
	.bot{
		padding:20px 0;
	}
}
@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: 12px;
    }
    .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_txt p {
        font-size: 16px;
        line-height: 26px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt4{
		left:inherit;
	}
	.index_main .section1 .index_banner .item .inner .block_txt3,.index_main .section1 .index_banner .item .inner .block_txt4{
		right:6%;
		top: inherit;
        bottom: 105px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size: 36px;
        line-height: 46px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren {
        font-size: 14px;
        line-height: 24px;
		letter-spacing: 2px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left:-198px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt8 h4,.index_main .section1 .index_banner .item .inner .block_txt9 h4{
		width:100%;
		overflow:hidden;
		text-align:center;
		font-size:36px;
		color:#0d50be;
		line-height:46px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt8 .banen,.index_main .section1 .index_banner .item .inner .block_txt9 .banen{
		width:100%;
		overflow:hidden;
		text-align:center;
		font-size:16px;
		color:#0d50be;
		line-height:26px;
		font-family:Arial;
		letter-spacing:1px;
		margin-top:0;
	}
	.index_main .section1 .index_banner .item .inner .block_txt9 .banen{
		letter-spacing:2px;
	}
	.aboutnr{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.znzzlist_n{
		padding:100px 0;
	}
	.znzzlist_n ul li{
		width:100%;
	}
	.waptel{
		display:block;
	}
	.pro_n .fbnr table td{
		height:40px;
	}
	.pro .tit{
		display:none;
	}
	.footernr .botewm dl dd{
		display:none;
	}
	.footernr .botewm{
		margin-top:0;
	}

}
@media only screen and (max-width: 991px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:34px;
		line-height:44px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt p{
		font-size:18px;
		line-height:28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .banen{
		font-size:16px;
		line-height:26px;
	}
	.index_main .section1 .index_banner .item:nth-child(4) .items{
		background-position:65%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size: 64px;
        line-height: 74px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren {
        font-size: 20px;
        line-height: 30px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left: -252px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 h4{
		letter-spacing: 50px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
        letter-spacing:18.2px;
    }
	.index_banner .item .block_txt1{
		display:block;
	}
	#fp-nav.right {
		right: 10px;
	}
	.tit p {
        font-size:35px;
        line-height:35px;
    }
	.tit h3, .tit h3 a, .tit h3 a span {
        font-size: 26px;
        line-height: 36px;
    }
	.introduct-imgs{
		display:none;
	}
	.aboutlf{
		width:100%;
	}
	.about .more,.aboutlist{
        margin-top:20px;
    }
	.aboutlist ul li{
		width:33.3333333333333333333333%;
	}
	.aboutlist ul{
		justify-content:left;
	}
	.aboutnr_n{
		margin-bottom:50px;
	}
	.newsnr_n dl dt{
		height:auto;
	}
	.newsnr_n dl dt img {
		position: inherit;
		transform: translate(0, 0);
		height:auto;
	}
	.newsnr_n dl:hover dt img {
		transform:translate(0, 0) scale(1.03);
	}
	.ntit h3 {
        font-size:35px;
        line-height:45px;
    }
	.ntit span{
		margin-top:14px;
	}
	.znzzlist_n h4{
		margin-bottom:40px;
	}
	.proinfo_n .proinfonr_n h3{
		font-size:24px;
		line-height:34px;
	}
	.pro_n {
        padding-top:60px;
        padding-bottom:60px;
    }
	.pro ul li .pronr h5 {
        font-size:16px;
        line-height:26px;
    }
	.pro ul li .pronr .proicon img {
        width:100px;
    }
	.proinfo_n .propic_n,.proinfo_n .proinfonr_n{
		width:100%;
	}
	.proinfo_n .proinfonr_n{
		margin-top:30px;
	}
	.kyrcnr_n dl dt .kyrcnum, .kyrcnr_n dl dt .timer{
		font-size:50px;
		line-height:50px;
	}
	.fxjczx_n ul li{
		width:100%;
		margin:10px 0;
		padding:50px 40px;
		height:auto;
	}
	.zlgl_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.zlgl_n .swiper-button{
		margin-top:20px;
	}
	.zlgl_n .swiper-button div{
		width:40px;
		height:40px;
		margin:0 10px;
	}
	.zlgl_n::after{
		height:268px;
	}
	.zllist_n ul li {
        padding: 130px 20px 0 20px;
    }
	.zllist_n ul li h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.zllist_n ul li p {
        font-size:16px;
        line-height:26px;
    }
	.pzglnr_n ul li {
		width:32.6666666666666666666667%;
		height:482px;
		margin: 10px 1% 10px 0;
	}
	.pzglnr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.pzgl_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.pzglnr_n {
		margin-top:30px;
	}
	.rclnnr_n{
		padding:60px 4% 0 4%;
	}
	.rclnjs_n {
        width:100%;
    }
	.rclnlist_n dl dt h5 {
        font-size:32px;
        line-height:42px;
    }
	.rclnlist_n dl{
		height:auto;
	}
	.rclnlist_n dl dt,.rclnlist_n dl dd{
		width:100%;
	}
	.rclnlist_n dl dd img,.jkaq_n dl dd img,.shzrnr_n dl dd img{
		position:inherit;
		top:0;
		left:0;
		transform: translate(0, 0);
	}
	.rclnlist_n dl dt {
        padding:60px 40px;
    }
	.rclnlist_n dl dt .rcln_icon{
		width:30%;
	}
	.rclnlist_n dl dt .icon {
		width:16%;
	}
	.jkaq_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.jkaq_n dl{
		margin:30px 0;
		height:auto;
	}
	.jkaq_n dl dt,.jkaq_n dl dd{
		width:100%;
	}
	.jkaq_n dl dt {
        padding:40px;
    }
	.jkaq_n dl dt h5{
        font-size: 28px;
        line-height: 38px;
    }
	.shzrnr_n dl dt,.shzrnr_n dl dd{
		width:100%;
	}
	.shzrnr_n dl{
		height:auto;
	}
	.shzrnr_n dl dt{
		padding:40px;
	}
	.shzrnr_n dl dt .ywlyms_n{
		margin-top:20px;
	}
	.wapmap{
		display:block;
	}
	.plusDiv,.dotyt,.dothz,.cxbj .dotnr{
		display:none;
	}
	.cxbj{
		padding-bottom:0;
		background-position: bottom center;
	}
	.cxbj .container{
		padding-bottom:40px;
	}
	.newsinfo_n .newslf_n h1, .newsinfo_n .newsrt_n h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.newsinfo_n .newslf_n .fbnr{
		margin-top:50px;
	}
	.newsnr_n dl{
		flex-wrap:wrap;
		padding:40px 0;
	}
	.newsnr_n dl dt,.newsnr_n dl dd{
		width:100%;
	}
	.newsnr_n dl dd{
		margin-top:20px;
	}
	.newsnr_n dl dd h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.jion_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.news_bk .news_bknr{
		width:100%;
	}
	.news_bk .news_bknr:last-of-type {
		text-align: left;
	}
	.fhlist{
		width:104px;
		margin:10px 0;
	}
	.contactrt_n {
        width:100%;
    }
	.contact_n .mapiconyt,.contact_n .mapiconhz{
		display:none;
	}
	.contact_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.contactrq_n {
		padding-bottom:60px;
	}
	.tc-accordion-style1 .acdn-title{
		flex-wrap:wrap;
		height:auto;
		padding:10px 0 10px 30px;
	}
	.acdn-title::after {
        right: 15px;
    }
	.tc-accordion-style1 .acdn-title div{
		width:50%;
		margin:5px 0;
	}
	.hyyyinfo_n h3{
		font-size:40px;
		line-height:50px;
	}
	.hyyyinfo_n h5{
		font-size:30px;
		line-height:40px;
	}
	.hyyyinfo_n{
		padding-top:60px;
	}
	.hyyyinfo_n .hyyyinfo_js{
		margin-bottom:60px;
	}
	.hyyyinfo_n ul{
		margin-bottom:60px;
	}
	.hyyyinfo_n ul li{
		width:49%;
	}
	.botlf, .botrt{
		text-align:center;
	}
}
@media only screen and (max-width:860px){
	.cxbjnr{
        width:50%;
    }
}
@media only screen and (max-width: 768px){
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size: 50px;
        line-height:60px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren {
        font-size: 16px;
        line-height: 26px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 h4 {
		letter-spacing:40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
        letter-spacing: 12.2px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left:-210px;
    }
	.ban_font p {
        font-size: 38px;
        line-height: 38px;
    }
	.ban_font h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.aboutlist ul li .timer {
        font-size: 40px;
        line-height: 40px;
    }
	.ntit h3 {
        font-size:30px;
        line-height:40px;
    }
	.znzzlf_n h4,.znzzlist_n h4{
        font-size:25px;
        line-height:35px;
    }
	.khscroll ul li{
		width:220px;
		height:90px;
	}
	.kytr_n .kytrzb_n .kytrzbnr_n, .kytr_n .kytrzb_n .kytrzbnr_n .timer {
        font-size:80px;
        line-height:80px;
    }
	.pzglnr_n ul li{
		height:373px;
	}
	.newslist h4 {
        font-size:24px;
        line-height:34px;
    }
}
@media only screen and (max-width:767px){
	.cxbjnr{
        width:100%;
		margin-top:40px;
    }
	.cxbj .dotnr{
		position:inherit;
		right:0;
		bottom:0;
		padding:0 6%;
		margin-top:30px;
	}
	.pro_n {
        padding-top:40px;
        padding-bottom:40px;
    }
	.pronr_n ul li{
		width:49%;
		margin:5px 0;
	}
	.zllist_n{
		padding:60px 0;
	}
	.zllist_n ul li,.zllist_n ul li:last-child{
		border:none;
	}
	.zllist_n ul li{
		height:auto;
		padding:40px 20px;
		border-bottom:solid 1px rgba(255,255,255,0.4)
	}
	.zllist_n ul li h5,.zllist_n ul li p{
		margin-top:20px;
	}
	.gshjnr_n{
		width:88%;
		margin:40px auto 0;
	}
	.gshjnr_n .swiper-container {
		width: 100%;
		margin-left:0;
	}
	.gshjnr_n .swiper-button-prev, .gshjnr_n .swiper-button-next{
		position:inherit;
		top:0;
		margin-top:0;
		display:inline-block;
		margin:0 5px;
	}
	.swiper-button{
		width:100%;
		overflow:hidden;
		margin-top:20px;
		text-align:center;
	}
	.gshjnr_n .swiper-button-prev{
		left:0;
	}
	.gshjnr_n .swiper-button-next{
		right:0;
	}
	.footerrt ul{
		justify-content:left;
	}
	.footerrt ul li{
		width:25%;
	}
	.footerrt ul li h5{
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 640px){
	.tit h3, .tit h3 a, .tit h3 a span {
        font-size: 24px;
        line-height: 34px;
    }
	.ban_font p {
        font-size: 30px;
        line-height: 30px;
    }
	.ban_font h3 {
        font-size: 16px;
        line-height:30px;
    }
	.znzzlf_n h4,.znzzlist_n h4{
        font-size:22px;
        line-height:32px;
    }
	.znzzlf_n h5{
		font-size:20px;
        line-height:30px;
	}
	.proinfo_n .proinfonr_n h3{
		font-size:22px;
		line-height:32px;
	}
	.aboutlist ul li .aboutnum{
		justify-content:center;
	}
	.aboutlist ul li {
        width:50%;
		text-align:center;
    }
	.aboutlist ul li .timer {
        font-size:35px;
        line-height:35px;
    }
	.aboutlist ul li .unit font{
		font-size:22px;
		line-height:22px;
	}
	.aboutlist ul li .unit span{
		font-size:14px;
	}
	.hyyyimg .hyyybg,.hyyyimg .hyyylist,.qywhlf ul li dl dd{
        width:100%;
    }
	.hyyyimg .hyyybg{
		padding:0 6%;
	}
	.hyyyimg .hyyylist h5 {
        font-size:22px;
        line-height:34px;
    }
	.hyyyimg .hyyylist .hyyyjs{
        font-size: 12px;
        line-height: 22px;
    }
	.pchy{
		display:none;
	}
	.waphy{
		display:block;
	}
	.pro ul li {
		width: 50%;
		height: 50%;
	}
	.pro .tit{
		top:10px;
	}
	.pro ul li .pronr h5{
		margin-top:10px;
	}
	.pro ul li .pronr{
		margin-top:-71px;
	}
	#toggleMenu nav .navigation li a{
		font-size:18px;
	}
	.pronr_n ul li {
        width:100%;
		height:200px;
    }
	.pronr_n ul li img{
		width:100%;
	}
	.mouse{
		width: 35px;
		height: 35px;
	}
	.menu_n ul li{
		margin-right:0;
        width:16.66666666666666667%;
	}
	.ntit h3,.prolf_n .ntit h3,.prort_n h1{
        font-size:25px;
        line-height:35px;
    }
	.pro_n .fbnr h4{
		font-size:22px;
		line-height:32px;
	}
	.kyrcnr_n dl dt .kyrcnum, .kyrcnr_n dl dt .timer{
		font-size:40px;
		line-height:40px;
	}
	.kyrcnr_n dl dt p{
		font-size:15px;
	}
	.qywhlf ul li:first-child dl dt,.qywhlf ul li dl dt{
		width:100%;
		margin-bottom:10px;
	}
	.qywhlf ul li dl{
		flex-wrap:wrap;
	}
	.qywhlf ul li{
		width:100%;
		height:auto;
		padding:20px;
	}
	.newslist h4 {
        font-size: 22px;
        line-height: 32px;
    }
	.fzlclist_n .fzlctit_n span {
        font-size:35px;
        line-height:45px;
		margin-right:5px;
    }
	.honorlf_n .swiper-slide-active {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	.honorlf_n .swiper-button{
		margin-top:40px;
	}
	.honorlf_n .ntit {
		margin-bottom: 50px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n {
        width:100%;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n {
        padding:0 30px;
    }
	.hyyynr_n{
		margin-top:30px;
	}
	.honorlf_n .swiper-button div{
		width:46px;
		height:46px;
	}
	.honorlf_n .swiper-button .swiper-button-prev{
		margin-right:15px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p,.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
		margin-top:10px;
	}
	.kytr_n .kytrzb_n .kytrzbnr_n, .kytr_n .kytrzb_n .kytrzbnr_n .timer {
        font-size:70px;
        line-height:70px;
    }
	.fxjczx_n {
        padding-top:60px;
        padding-bottom:60px;
    }
	.fxjczx_n ul li h5 {
        font-size: 24px;
        line-height: 34px;
		margin-top:20px;
    }
	.fxjczx_n ul li p {
        font-size: 16px;
        line-height: 26px;
    }
	.pzglnr_n ul li {
        width: 100%;
        margin: 10px 0;
    }
	.pzglnr_n ul li .pzgltit_n{
		bottom:20px;
	}
	.rclnlist_n dl dt {
        padding:40px 30px;
    }
	.rclnlist_n dl dt h5 {
        font-size: 28px;
        line-height: 38px;
    }
	.rclnlist_n dl dt .rclnrt_n span{
		margin-top:15px;
	}
	.rclnlist_n dl dt .gsslms_n{
		margin-top:20px;
	}
	.rclnlist_n dl dt .icon,.rclnlist_n dl dt .rclnrt_n{
        width:100%;
    }
	.rclnlist_n dl dt .rclnrt_n{
		margin-top:10px;
	}	
	.jkaq_n dl dt {
        padding:40px 20px;
    }
	.jkaq_n dl dt .icon,.jkaq_n dl dt .jkaqnr_n{
		width:100%;
	}
	.jkaq_n dl dt .jkaqnr_n{
		margin-top:10px;
	}
	.jkaq_n dl dt h5{
        font-size:24px;
        line-height:34px;
    }
	.shzrnr_n dl dt .ywlynum_n{
		left:20px;
	}
	.shzrnr_n dl dt {
        padding:40px 20px;
    }
	.shzrnr_n dl dt .ywlyms_n{
		font-size:15px;
		line-height:25px;
	}
	.shzrnr_n dl dt h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.shzrnr_n dl dt .ywlynum_n {
        font-size: 40px;
        line-height: 40px;
        top: -20px;
    }
	.pages ul a {
		width:36px;
		height:36px;
		line-height:36px;
	}
	.newsinfo_n .newslf_n h1, .newsinfo_n .newsrt_n h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.newsnr_n dl dd h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.messagenr_n ul li,.btn2,.messagenr_n .tjbtn{
		width:100%;
	}
	.messagenr_n ul li textarea{
		height:200px;
	}
	.messagebtn_n{
		flex-wrap:wrap;
	}
	.messagenr_n .tjbtn button{
		width:200px;
		height:58px;
		line-height:58px;
	}
	.tc-accordion-style1 .acdn-title{
        padding:10px 40px 10px 20px;
    }
	.acdn-body {
        padding:20px;
    }
	.acdn-title::after {
        width: 26px;
        height: 26px;
        margin-top: -13px;
		right: 10px;
    }
	.section5 .swiper-button-prev, .section5 .swiper-button-next {
		width:40px;
		height:40px;
	}
	.newsnr .swiper-slide-active .newslist .newsdate {
        font-size:30px;
        line-height:30px;
    }
	.hyyyinfo_n h3{
        font-size: 35px;
        line-height: 45px;
    }
	.hyyyinfo_n ul li p {
        font-size: 18px;
        line-height: 28px;
    }
	.searchlist ul li .searchin h5{
		font-size:22px;
		line-height:32px;
	}
	.searchlist ul li .searchin p{
		font-size:16px;
	}
	.searchlist ul li .searchin,.searchlist ul li:hover .searchin{
		background-size:20px;
	}
	.searchlist ul li{
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.searchlist ul li .searchin{
		padding:0 40px 0 0;
	}
	.footer .botlogo img{
		width:180px;
	}
	.footerrt ul li h5, .footerrt ul li h5 a,.footernr .botewm dl dd,.botlf, .botrt,.bot a{
        font-size: 14px;
    }
	.footernr .botewm dl dd{
		margin-left:10px;
	}
	.botlf, .botrt{
		line-height:25px;
	}
	.footer .botlogo{
		margin-bottom:0;
	}
}
@media only screen and (max-width:540px){
	.index_main .section1 .index_banner .item .inner .block_txt2 h4 {
        letter-spacing: 20px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
        letter-spacing: 4px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size: 30px;
        line-height: 40px;
		letter-spacing: 10.5px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
        letter-spacing: 4px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left: -138px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren{
		letter-spacing:0;
	}
	.index_main .section1 .index_banner .item .inner .block_txt6 h3 {
		font-size: 48px;
		line-height: 58px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt6 .banneren {
		font-size: 15px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt7 h4 {
        font-size: 22px;
        line-height: 32px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt7 p {
        font-size: 14px;
        line-height: 24px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt8 h4,.index_main .section1 .index_banner .item .inner .block_txt9 h4{
		font-size:32px;
		line-height:42px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt8 .banen,.index_main .section1 .index_banner .item .inner .block_txt9 .banen{
		font-size:15px;
		line-height:25px;
	}
	.ban_font p {
        font-size: 26px;
        line-height: 26px;
    }
	.hyyyimg{
		height: 278px;
	}
	.hyyyimg a > img{
		height:100%;
		object-fit:cover;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p {
        font-size: 12px;
        line-height: 22px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon img{
		width:40px;
	}
	.hyyynr_n .hyyyimg_n{
		height:278px;
	}
	.hyyynr_n .hyyyimg_n > img{
		height:100%;
		object-fit:cover;
	}
	.pzglnr_n ul li .pzgltit_n {
        padding:0 10px;
    }
	.rclnlist_n dl dt h5 {
        font-size:24px;
        line-height:34px;
    }
}
@media only screen and (max-width:500px){
	.menu_n ul li{
        width:33.333333333333333333333%;
	}
}
@media only screen and (max-width:425px){
	.index_main .section1 .index_banner .item .inner .block_txt3 h4{
		font-size:24px;
		line-height:34px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt6 h3 {
        font-size: 40px;
        line-height: 50px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt6 .banneren {
        font-size: 14px;
        letter-spacing:0;
    }
	.index_main .section1 .index_banner .item .inner .block_txt7 h4 {
        font-size: 18px;
        line-height: 28px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt8 h4,.index_main .section1 .index_banner .item .inner .block_txt9 h4{
        font-size: 28px;
        line-height: 38px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt8 .banen,.index_main .section1 .index_banner .item .inner .block_txt9 .banen{
		letter-spacing:0.3px;
	}
	.ban_font p {
        font-size: 22px;
        line-height: 22px;
    }
	.pro ul li .pronr .proicon img{
        width:80px;
    }
	.kcxfzlist ul li .icon img{
		height:40px;
	}
	.fxjczx_n ul li{
		padding:40px 20px;
	}
	.fxjczx_n ul li .icon img{
		width:50px;
	}
	.pzglnr_n ul li{
		height:310px;
	}
	.hyyyimg .hyyylist i img{
		width:36px;
	}
	.hyyyimg .hyyylist h5{
		padding-bottom:10px;
	}
	.contactnr_n h5 {
        font-size:20px;
        line-height:30px;
    }
	.contactnr_n p,.contactnr_n p a{
		font-size:14px;
	}
	.tc-accordion-style1 .acdn-title div{
		font-size:16px;
	}
	.tc-accordion-style1 .acdn-title div i {
        margin-right:5px;
    }
	.tc-accordion-style1 .acdn-title div i img{
		height:18px;
	}
	.hyyyinfo_n ul li p {
        font-size: 16px;
        line-height: 26px;
    }
	.hyyyinfo_n ul li .icon img{
		width:50px;
	}
	.hyyyinfo_n ul li{
		height: 200px;
		padding-top: 42px;
	}
	.footerrt ul li{
        width:33.3333333333333333333333333333333333%;
    }
	.footerlf dl dt{
		font-size:20px;
		line-height:30px;
	}
}
@media only screen and (max-width: 375px){
	.index_main .section1 .index_banner .item .inner .block_txt3 h4{
		font-size:22px;
		line-height:32px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt3 .banen{
		font-size:13px;
		line-height:23px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5 h3 {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 9px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt5 .banneren {
		font-size: 12px;
		line-height: 22px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2 h4 {
        font-size: 20px;
        line-height: 30px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 p {
		font-size:14px;
		line-height:24px;
        letter-spacing: 3px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt2 {
        margin-left: -120px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt6 h3 {
        font-size: 35px;
        line-height: 45px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt6 .banneren {
        font-size:12px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt7 h4 {
        font-size: 16px;
        line-height: 26px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt8 h4,.index_main .section1 .index_banner .item .inner .block_txt9 h4{
        font-size: 24px;
        line-height: 34px;
    }
	.index_main .section1 .index_banner .item .inner .block_txt8 .banen,.index_main .section1 .index_banner .item .inner .block_txt9 .banen{
        font-size: 13px;
        line-height: 23px;
		letter-spacing:0;
    }
	.ban_font p {
        font-size: 20px;
        line-height: 20px;
    }
	.aboutlist ul li .timer {
        font-size: 30px;
        line-height: 30px;
    }
	.cxbjnr dl {
        padding:30px 15px;
    }
	.protel a{
		font-size:20px;
	}
	.menu_n ul li a {
        font-size:15px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon img{
        width: 30px;
    }
	.pzglnr_n ul li{
		height:273px;
	}
	.rclnjs_n p {
        margin-top:10px;
    }
	.rclnjs_n{
		margin-top:10px;
	}
	.contactnr_n {
        padding:40px 15px;
    }
	.contactnr_n p i {
        margin-right:5px;
    }
	.contactnr_n h5 {
        font-size:19px;
    }
	.tc-accordion-style1 .acdn-title div {
        font-size: 15px;
    }
}
@media only screen and (max-width: 320px){
	.pzglnr_n ul li{
		height:233px;
	}
}



