@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}
div,a{color:#666;font-family:"Microsoft YaHei","Arial";}
p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}


/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.fl,.left{ float: left; }

.fr,.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }

img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}


/* header
-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	top:0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	z-index:99;
	}
/*å·¦ä¾§logo*/
.logo{
	padding:22.5px 0;
}
.topewm{
	padding:32.5px 0 32.5px 50px;
	position:relative;
}
.topewm:before{
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	position:absolute;
	left:0;
	top:42px;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.header .nav{
		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: #cf1b24;
	  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: #cf1b24;
	  -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: #cf1b24;
	  -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, #1ccc98 , #042d93);
		background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
		background: linear-gradient(to bottom, #1ccc98 , #042d93);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size: 18px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:80px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #cf1b24;
	  -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: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
		  -ms-transform: rotate(-45deg) translate(-5px, 6px);
			  transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}


.icon1{
	overflow:hidden;
	padding:39.5px 30px 39.5px 0;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	padding:32px 0 32px 30px;
	cursor:pointer;
	position:relative;
}	
.search:before{
	content:"";
	width:1px;
	height:20px;
	background:rgba(255,255,255,0.5);
	position:absolute;
	left:0;
	top:40px;
}
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:5px;
	background-color:#e5e5e5;
	padding:10px; 
	z-index:99;
	display:none;
	}
.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;
}
.header .left .img2,.header .icon1 .tel2{
	display: none;
}
/*å³ä¾§*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	margin-right:56px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	padding: 0 43px;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	line-height:100px;
	position: relative;
}
.header .navbar_nav li > a:after{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:2px;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.header .navbar_nav li:hover > a:after,.header .navbar_nav li.active > a:after{
	width:100%;
	background:#cf1b24;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	font-weight:bold;
	color:#cf1b24;
}
.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{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:0;
	padding-top:100px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index:-1;
	border-top:solid 3px #cf1b24;
	border-radius:0 0 10px 10px;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 15px;
	color: #2b2b2b;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
}
.header .navbar_nav li.dropdown .dropdown_menu a:last-child{
	margin-bottom:20px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #cf1b24;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	background:#cf1b24;
}
/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/
.header.on{
	
}
.header.on .left .img1,.header.on .icon1 .tel1{
	display: none;
}
.header.on .left .img2,.header.on .icon1 .tel2{
	display: block;
}
.header.on .search:before {
    background: rgba(0, 0, 0, 0.2);
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.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%;
}
/*shubiao*/
.shubiao{
  width: 26px;
  height: 44px;
  border-radius: 30px;
  border: 3px solid #fff;
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:30px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
	width:100%;
	height:100%;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 30%;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

 /*   opacity: .25;*/
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

/* mouse
-------------------------------------------------------------- */
.mouse-index{
	position: absolute;
	bottom:0;
	right:0;
	width:64px;
	z-index:9999;
}


.mouse {
  width: 100%;
  overflow:hidden;
  position:relative;
	left:50%;
	text-align:center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:25px;
	margin-top:20px;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

/* tit
-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:36px;
	color:#cf1b24;
	padding-left:50px;
	background:url(../images/icon15.png) no-repeat left center;
	}
.tit h4 a{
	font-size:26px;
	color:#cf1b24;
}
/* more
-------------------------------------------------------------- */
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	display:block;
	width:180px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	background:#cf1b24;
	border-radius:25px;
	}
.more i{
	display:block;
	width:35px;
	height:100%;
	background:url(../images/icon3.png) no-repeat center;
	float:right;
	margin-right:10px;
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	}
.more:hover i{
	margin-right:15px;
}
/* about
-------------------------------------------------------------- */
.index_main .section3{
	position:relative;
	}
.about{
	width:100%;
	overflow:hidden;
	}
.about .aboutnr{
	width:64%;
	overflow:hidden;
	position:relative;
	}
.aboutnr h6{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#262626;
	line-height:35px;
	margin-top:63px;
}
.aboutnr h5{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#262626;
	line-height:45px;
	margin-top:5px;
}
.aboutnr .aboutimg img{
	max-width:100%;
	height:auto;
}
.aboutnr .abouticon{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:120px;
	z-index:99;
	top:50%;
	margin-top:80px;
}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#949494;
	margin-top:22px;
	padding-right: 27%;
}
.aboutnr .more{
	margin-top:156px;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:78px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	}
.aboutlist dl:last-child{
	background:none;
}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	}
.aboutlist dl dt{
	font-size:13px;
	color:#262626;
	}
.aboutlist dl dd{
	font-size:16px;
	color:#262626;
	}
.aboutlist dl dt .timer{
	font-size:60px;
	font-family:Arial;
	color:#cf1b24;
	line-height:60px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt img,.aboutlist dl dt .timer{
	float:left;
	}

/* ly
-------------------------------------------------------------- */
.cloud-product-ul li .normal-inner,.cloud-product-ul li .normal-inner .yylyicon,.cloud-product-ul li .normal-inner h4,.cloud-product-ul li .normal-inner .yylyen{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .normal-inner{
	position:absolute;
	z-index:99;
	bottom:130px;
	}
.cloud-product-ul li .normal-inner h4{
	width: 40px;
    margin: auto;
	font-size:35px;
	color:#fff;
	line-height:45px;
	font-weight:normal;
	text-align:center;
	}
.cloud-product-ul li .normal-inner .yylyicon{
	text-align:center;
	}
.cloud-product-ul li .normal-inner .yylyicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .normal-inner .yylyen{
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-align:center;
	}
.cloud-product-ul li .normal-inner span{
	display:block;
	width:1px;
	height:65px;
	background:#fff;
	margin:42px auto 0;
	}
.active-inner-item {
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 36%;
}
.cloud-product-ul li.active .active-inner-item{
	display:block;
	}
.cloud-product-ul li.active .normal-inner{
	display:none;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100vh;
}
.cloud-product-ul li{
	height:100%;
	height:100%;
	position: relative;
	width: 16%;
	float: left;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear;
}
.cloud-product-ul li:first-child{
	background:url(../images/lybg1.jpg) no-repeat top center;
	background-size:cover;
}
.cloud-product-ul li:nth-child(2){
	background:url(../images/lybg2.jpg) no-repeat top center;
	background-size:cover;
}
.cloud-product-ul li:nth-child(3){
	background:url(../images/lybg3.jpg) no-repeat top center;
	background-size:cover;
}
.cloud-product-ul li:nth-child(4){
	background:url(../images/lybg4.jpg) no-repeat top center;
	background-size:cover;
}
.cloud-product-ul li:nth-child(5){
	background:url(../images/lybg5.jpg) no-repeat top center;
	background-size:cover;
}
.cloud-product-ul li .ourslicon{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .ourslicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .ourslmore{
	width:100%;
	overflow:hidden;
	border-top:solid 2px rgba(255,255,255,0.4);
	padding-top:32px;
	position:absolute;
	left:0;
	bottom:48px;
	}
.cloud-product-ul li .ourslmore a{
	width:130px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	background:url(../images/icon7.png) no-repeat 100px 10.5px;
	border-bottom:solid 3px #fff;
	padding-bottom:6px;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .yylybg2{
	width:100%;
	height:50%;
	overflow:hidden;
	background: -webkit-linear-gradient(bottom, rgba(207,27,36,1), rgba(207,27,36,0));
    background: -o-linear-gradient(top, rgba(207,27,36,1), rgba(207,27,36,0));
    background: -moz-linear-gradient(top, rgba(207,27,36,1), rgba(207,27,36,0));
    background: linear-gradient(to top, rgba(207,27,36,1), rgba(207,27,36,0));
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	}
.active-inner-item .oursl_nr{
	width:100%;
	overflow:hidden;
	padding:0 70px;
	position:absolute;
	left:0;
	bottom:102px;
	z-index:10;
	}
.active-inner-item .oursl_nr .yylylf{
	width:80%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr .yylyrt{
	width:20%;
	overflow:hidden;
	padding-top:115px;
	}
.active-inner-item .oursl_nr .yylyrt .yylymore{
	width:90px;
	height:90px;
	background:#fff url(../images/icon9.png) no-repeat center;
	border-radius:50%;
	float:right;
	}
.active-inner-item .oursl_nr .yylyicon{
	width:100%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr .yylyicon img{
	max-width:100%;
	height:auto;
	}
.active-inner-item .oursl_nr h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
	margin-top:32px;
	}
.active-inner-item .oursl_nr p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:9px;
	}
.active-inner-item .oursl_nr .more{
	margin-top:90px;
}
.active-inner-item .oursl_nr .more a{
	background:none;
	border:solid 1px #fff;
	}
.active-inner-item .oursl_nr .yslist{
	width:86%;
	height:216px;
	overflow:hidden;
	background:#a8cf38;
	float:right;
	padding-left:52px;
	padding-right:20px;
	padding-top:37px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
/* ly
-------------------------------------------------------------- */
.ly{
	width:100%;
	overflow:hidden;
	}
.ly h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	text-align:center;
	margin-bottom:90px;
	}
.ly h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	text-align:center;
	margin-top:7px;
	}
.lylist{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:66px;
	}
.lylist ul{
	overflow:hidden;
	display:inline-block;
	}
.lylist ul li{
	overflow:hidden;
	float:left;
	margin:0 29px;
	}
.lylist ul li .lyicon{
	width:88px;
	height:88px;
	border:solid 1px #fff;
	border-radius:50%;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.lylist ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	}
.lylist ul li:first-child .lyicon{
	background:url(../images/icon5.png) no-repeat center;
	}
.lylist ul li:nth-child(2) .lyicon{
	background:url(../images/icon6.png) no-repeat center;
	}
.lylist ul li:nth-child(3) .lyicon{
	background:url(../images/icon7.png) no-repeat center;
	}
.lylist ul li:nth-child(4) .lyicon{
	background:url(../images/icon8.png) no-repeat center;
	}
.lylist ul li:hover .lyicon{
	border:solid 1px #14b29d;
	background-color:#14b29d;
}

/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	padding-left:8%;
}
.case .caself{
	width:34%;
	overflow:hidden;
}
.case .caself h6{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#262626;
	line-height:36px;
	margin-top:58px;
}
.case .caself h5{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#262626;
	line-height:55px;
	margin-top:4px;
}
.case .caself .hzqy{
	width:94%;
	overflow:hidden;
	margin-top:30px;
}
.case .caself .hzqy img{
	max-width:100%;
	height:auto;
}
.case .caself .hzqybt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#262626;
	line-height:30px;
	margin-top:80px;
}
.case .caself .more{
	margin-top:25px;
}
.case .caself .more a{
	width:78%;
	text-align:center;
}
.case .casert{
	width:66%;
	overflow:hidden;
	position:relative;
}
.casert .swiper-container{
	width:165%;
}
.case .casert .caselist{
	width:100%;
	overflow:hidden;
	padding-left:25px;
	position:relative;
}
.case .casert .caselist .caseimg{
	width:100%;
	overflow:hidden;
}
.case .casert .caselist .caseimg img{
	width:100%;
	height:auto;
	opacity:0.2;
}
.case .casert .caselist .casecont{
	width:47%;
	height:270px;
	overflow:hidden;
	background:rgba(207,27,36,0.9);
	padding:22px 40px;
	position:absolute;
	left:0;
	bottom:20px;
	z-index:9;
	opacity:0;
}
.case .casert .caselist .casecont h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	border-bottom:solid 1px rgba(255,255,255,0.5);
	padding-bottom:15px;
}
.case .casert .caselist .casecont p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.6);
	font-size:16px;
	margin-top:19px;
}
.case .casert .caselist .casecont .casemore{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:45px;
	position:absolute;
	padding:0 40px;
	left:0;
	bottom:30px;
}
.case .casert .caselist .casecont .casemore a{
	font-size:16px;
	color:#fff;
}
.casert .swiper-slide-active .caselist .casecont{
	opacity:1;
}
.casert .swiper-slide-active .caselist .caseimg img{
	opacity:1;
}
.casert .swiper-button{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-230px;
	bottom:50px;
	z-index:99;
}
.casert .swiper-button div{
	width:10px;
	height:16px;
	overflow:hidden;
	float:left;
}
.casert .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.casert .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	margin-left:32px;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	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
}

.proyynr .swiper-button{
	overflow:hidden;
	}
.proyynr .swiper-button div{
	width:21px;
	height:38px;
	outline:none;
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:99;
	}
.proyynr .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-50px;
	}
.proyynr .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-50px;
	}
.proyynr .swiper-button-lock {
	display: none
}


.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:100%;
	overflow:hidden;
}
.pro ul li{
	background:url(../images/probg1.jpg) no-repeat top center;
	background-size:cover;
}


/* sdbz
-------------------------------------------------------------- */
.section5{
	position:relative;
}
.sdbz{
	margin-top:240px;
	display:none;
}
.sdbz.active{
	display:block;
}
.sdbz,.sdbz h4,.sdbz p{
	width:100%;
	overflow:hidden;
}
.sdbz h4{
	font-size:30px;
	color:#fff;
	line-height:40px;
}
.sdbz p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
}
.sdbzlist{
	width:62%;
	height:300px;
	overflow:hidden;
	background:#fff;
	padding-left:11.5%;
	border-radius:0 40px 0 0;
	position:absolute;
	left:0;
	bottom:0;
}
.sdbzlist ul,.sdbzlist ul li .sdbz_icon,.sdbzlist ul li h4{
	width:100%;
	overflow:hidden;
}
.sdbzlist ul li{
	width:25%;
	height:300px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.sdbzlist ul li .sdbzbg{
	width:100%;
	height:100%;
	padding-top:106px;
	border-radius:0 40px 0 0;
}
.sdbzlist ul li:nth-child(1){
	background:#14b29d;
}
.sdbzlist ul li:nth-child(2){
	background:#2a5bb1;
}
.sdbzlist ul li:nth-child(3){
	background:#0b2c65;
}
.sdbzlist ul li:nth-child(1) .sdbzbg{
	background:#fff;
}
.sdbzlist ul li:nth-child(2) .sdbzbg{
	background:#14b29d;
}
.sdbzlist ul li:nth-child(3) .sdbzbg{
	background:#2a5bb1;
}
.sdbzlist ul li:nth-child(4) .sdbzbg{
	background:#0b2c65;
}
.sdbzlist ul li .sdbz_icon{
	text-align:center;
}
.sdbzlist ul li h4{
	text-align:center;
	font-size:22px;
	color:#2c3441;
	line-height:32px;
	font-weight:normal;
	margin-top:24px;
}
.sdbzlist ul li:nth-child(2) .sdbzbg h4,.sdbzlist ul li:nth-child(3) .sdbzbg h4,.sdbzlist ul li:nth-child(4) .sdbzbg h4{
	color:#fff;
}
/* newsnr
-------------------------------------------------------------- */
.news .newslf{
	width:38%;
	overflow:hidden;
	}
.news .newslf h6,.news .newslf h5{
	width:100%;
	overflow:hidden;
	}
.news .newslf h6{
	font-size:26px;
	color:#fff;
	line-height:36px;
	margin-top:60px;
}
.news .newslf h5{
	font-size:45px;
	color:#fff;
	line-height:55px;
	margin-top:4px;
}
.news .newslf .more{
	margin-top:115px;
}
.newsmenu{
	margin-top:64px;
}
.newsmenu,.newsmenu ul,.newsmenu ul li{
	width:100%;
	overflow:hidden;
}
.newsmenu ul li,.newsmenu ul li a{
	font-size:16px;
	color:#fff;
}
.newsmenu ul li{
	line-height:30px;
	position:relative;
	margin-top:9px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsmenu ul li::before{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:14px;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsmenu ul li:hover{
	padding-left:62px;
}
.newsmenu ul li:hover::before{
	opacity:1;
	width:52px;
}
.news .newsrt{
	width:61%;
	overflow:hidden;
	}
.news .newsrt ul{
	width:100%;
	overflow:hidden;
	}
.news .newsrt ul li{
	width:48.5%;
	height:282px;
	overflow:hidden;
	float:left;
	border:solid 1px rgba(255,255,255,0.4);
	margin:20px 3% 20px 0;
	padding:30px 50px;
	position:relative;
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	}
.news .newsrt ul li:nth-child(2n){
	margin-right:0;
}
.news .newsrt ul li a{
	display:block;
	width:100%;
	height:100%;
}
.news .newsrt ul li .newsdate,.news .newsrt ul li h5,.news .newsrt ul li .newsmore{
	width:100%;
	overflow:hidden;
}
.news .newsrt ul li .newsdate{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.news .newsrt ul li .newsdate span{
	font-family:Arial;
	font-size:51px;
	color:#fff;
	margin-right:10px;
}
.news .newsrt ul li h5{
	font-size:23px;
	color:#fff;
	line-height:33px;
	font-weight:bold;
	margin-top:8px;
}
.news .newsrt ul li .newsmore{
	position:absolute;
	left:0;
	bottom:45px;
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding:0 50px;
}
.news .newsrt ul li .newsmore span{
	font-size:16px;
	color:#fff;
	margin-left:25px;
}
.news .newsrt ul li:hover{
	background:#cf1b24 url(../images/newsbg1.jpg) no-repeat right bottom;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#999;
	line-height:30px;
	margin-top:67px;
}
.link img{
	margin-right:16px;
}
.link a{
	font-size:16px;
	color:#999;
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	border-top:solid 1px #dedede;
	padding:66px 0 0 0;
	}
.footer .footerrt{
	width:46%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	}
.footerrt .botlxfs dl,.footerrt .botlxfs dl dt,.footerrt .botlxfs dl dd{
	width:100%;
	overflow:hidden;
	}
.footerrt .botlxfs dl{
	padding-left:62px;
	background:url(../images/icon18.png) no-repeat left 8px;
}
.footerrt .botlxfs dl dt{
	font-size:17px;
	color:#333333;
	line-height:30px;
}
.footerrt .botlxfs dl dd{
	font-size:43px;
	color:#cf1b24;
	line-height:53px;
	font-family:Arial;
	font-weight:bold;
}
.footerrt .botlxfs dl dd a{
	font-size:43px;
	color:#cf1b24;
	font-family:Arial;
	font-weight:bold;
}
.footer .footerrt .botewm{
	margin-left:140px;
}
.botewm dl{
	overflow:hidden;
	}
.botewm dl dt,.botewm dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.botewm dl dt img{
	max-width:100%;
	height:auto;
}
.botewm dl dd{
	font-size:16px;
	line-height:30px;
	}
.botlxfsnr{
	width:100%;
	overflow:hidden;
	padding-left:62px;
	margin-top:20px;
}
.botlxfsnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
}
.footer .footerlf{
	width:54%;
	overflow:hidden;
	}

.footer .footerlf ul{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footer .footerlf ul li h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding-bottom:6px;
	font-size:17px;
	color:#333;
	font-weight:bold;
	}
.footer .footerlf ul li h4 a{
	font-size:17px;
	color:#333;
	}
.footer .footerlf ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:10px;
	}
.footer .footerlf ul li p a{
	font-size:16px;
	}
.footer .footerlf a:hover,.link a:hover{
	color:#cf1b24;
}
.bot{
	width:100%;
	overflow:hidden;
	padding:25px 0;
	border-top:solid 1px #d8d8d8;
	margin-top:26px;
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#999;
	font-size:15px;
	}
.bot .botlf a,.bot .botrt a{
	color:#999;
	font-size:15px;
	}
.bot .botrt{
	text-align:right;
	}
.bot a:hover{
	color:#cf1b24;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:232px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n{ 
	width:100%; 
	height:776px;
	position:relative;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:1035px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:679px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:582px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:550px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:517px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:466px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:414px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:401px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:259px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:218px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	padding:0 8.5%;
	position:absolute;
	left:0;
	bottom:94px;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:right;
}
.position img{
	margin-right:18px;
}
.position a{
	font-size:16px;
	color:#fff;
	}
.position a:hover {
	color: #cf1b24;
}
.menu_n{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	}
.menu_n ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.menu_n ul li{
	overflow:hidden;
	float:left;
	line-height:100px;
	margin-right:108px;
	text-align:center;
	}
.menu_n ul li a{
	font-size:18px;
	color:#0a0a0a;
	display:block;
	position:relative;
	}
.menu_n ul li a:hover,.menu_n ul li.active a{
	color:#cf1b24;
	font-weight:bold;
}
.menu_n ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#cf1b24;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.menu_n ul li:hover a:after,.menu_n ul li.active a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#262626;
	line-height:50px;
	}
.ntit span{
	font-size:18px;
	color:#c3c3c3;
	font-family:Arial;
	margin-left:5px;
	}
/* about_n
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutlf_n{
	width:61%;
	overflow:hidden;
}
.aboutrt_n{
	width:39%;
	overflow:hidden;
	text-align:right;
	padding-left:20px;
}
.aboutrt_n img{
	max-width:100%;
	height:auto;
}
.about_n .aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:36px;
	}
.about_n .aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.about_n .aboutnr_n img{
	max-width:100%;
	height:auto;
}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-radius:10px;
	margin-top:95px;
}
.aboutimg_n img{
	width:100%;
	height:auto;
}
.aboutrt_n .aboutlist{
	width:auto;
	float:right;
}
.aboutrt_n .aboutlist dl dt,.aboutrt_n .aboutlist dl dd{
	text-align:left;
}
.aboutrt_n .aboutlist dl{
	border-bottom: solid 1px #ececec;
    padding: 30px 0;
}
.aboutrt_n .aboutlist dl dt .timer{
	font-size: 80px;
    line-height: 80px;
}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
}
.qywh_n ul{
	width:100%;
	overflow:hidden;
	margin:0;
}
.qywh_n ul li{
	height:1000px;
	overflow:hidden;
	border-right:solid 1px #e1e1e1;
	padding:325px 76px 0 76px;
	position:relative;
}
.qywh_n ul li .qywhbg_n{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.qywh_n ul li .qywhbg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.qywh_n ul li:hover .qywhbg_n{
	opacity:1;
}
.qywh_n ul li:last-child{
	border-right:none;
}
.qywh_n ul li .qywhicon_n,.qywh_n ul li h5,.qywh_n ul li .qywhen_n,.qywh_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:9;
}
.qywh_n ul li .qywhicon_n img{
	max-width:100%;
	height:auto;
}
.qywh_n ul li h5{
	font-size:30px;
	color:#000;
	line-height:40px;
	font-weight:bold;
	margin-top:22px;
}
.qywh_n ul li .qywhen_n{
	font-size:18px;
	color:#b5b5b5;
	font-family:Arial;
	line-height:30px;
	margin-bottom:42px;
}
.qywh_n ul li p{
	font-size:16px;
	color:#828282;
}
.qywh_n ul li hr{
	width:1px;
	height:84px;
	border:none;
	border-left:solid 1px #fff;
	margin:145px auto 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	position:relative;
	z-index:9;
}
.qywh_n ul li:hover .qywhicon_n,.qywh_n ul li:hover h5,.qywh_n ul li:hover .qywhen_n,.qywh_n ul li:hover p{
	color:#fff;
}
.qywh_n ul li:hover hr{
	opacity:1;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	background:url(../images/honorbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:138px;
	padding-bottom:188px;
}
.honornr_n,.honorimg_n{
	width:100%;
	overflow:hidden;
}
.honornr_n{
	margin-top:142px;
}
.honorimg_n{
	background:#fff;
	text-align:center;
	padding:50px;
	border-radius:20px;
}
.honorimg_n img{
	max-width:100%;
	height:auto;
}
.honor_n .swiper-button{
	width:100%;
	overflow:hidden;
	margin-top:54px;
}
.honor_n .swiper-button div{
	width:60px;
	height:60px;
	border-radius:50%;
	display:inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.honor_n .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev5.png) no-repeat center;
}
.honor_n .swiper-button .swiper-button-prev:hover{
	background:#cf1b24 url(../images/prevh5.png) no-repeat center;
}
.honor_n .swiper-button .swiper-button-next{
	background:#fff url(../images/next5.png) no-repeat center;
	margin-left:20px;
}
.honor_n .swiper-button .swiper-button-next:hover{
	background:#cf1b24 url(../images/nexth5.png) no-repeat center;
}
.honornr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.honornr_n dl dt,.honornr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl dt{
	height:490px;
	position:relative;
}
.honornr_n 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;
}
.honornr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.honornr_n dl dd{
	text-align:center;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:88px;
	margin-bottom:88px;
	}
.contact_n .contactlf{
	width:40%;
	overflow:hidden;
	padding-top:58px;
}
.contact_n .contactrt{
	width:60%;
	height:670px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
}
.contact_n .contactrt .mapnr{
	position:absolute;
	top:215px;
	left:50%;
	margin-left:-100px;
	z-index:99;
}
#plusDiv1{
	width: 98px;
    height: 98px;
    outline: none;
    background-color: rgba(207, 27, 36, 0.15);
    box-shadow: 1px 1px 8px 0 rgba(207, 27, 36, 0.15);
    border-radius: 100%;
    transform-origin: 0 0;
    display: block;
	margin:auto;
	position:relative;
	}
#plusDiv1::before{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    background: #cf1b24;
    position: absolute;
    margin: 43px;
}
#plusDiv1::after{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 200%;
    width: 200%;
    position: absolute;
    margin: -50% 0 0 -50%;
    box-shadow: 0 0 6px 2px rgba(97, 171, 152, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
}
.mapnr .company{
	background:#cf1b24;
	border-radius:10px;
	padding:7px 18px;
	margin-top:18px;
	}
.company h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	border-bottom:solid 1px rgba(255,255,255,0.4);
	padding-bottom:4px;
	}
.company p{
	width:100%;
	overflow:hidden;
	color:#fff;
	text-align:center;
	font-size:11px;
	font-family:Arial;
	margin-top:2px;
	}
@keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
.contactnr_n,.contactnr_n dl,.contactnr_n dl dt,.contactnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.contactnr_n{
	margin-top:66px;
}
.contactnr_n dl{
	padding-left:46px;
	margin-top:34px;
}
.contactnr_n dl:first-child{
	background:url(../images/icon24.png) no-repeat left top;
}
.contactnr_n dl:nth-child(2){
	background:url(../images/icon25.png) no-repeat left top;
}
.contactnr_n dl:nth-child(3){
	background:url(../images/icon26.png) no-repeat left top;
}
.contactnr_n dl:nth-child(4){
	background:url(../images/icon27.png) no-repeat left top;
}
.contactnr_n dl dt{
	font-size:18px;
	color:#8e8e8e;
	line-height:30px;
	font-weight:normal;
}
.contactnr_n dl dd{
	font-size:22px;
	color:#262626;
	line-height:32px;
}
.contactnr_n dl dd a{
	font-size:22px;
	color:#262626;
}
.message_n{
	width: 100%;
    overflow: hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:174px;
	}
.message_n .ntit,.message_n .ntit span{
	color:#fff;
}
.messagenr_n{
	width: 100%;
    overflow: hidden;
	margin-top:36px;
}
.messagenr_n dl{
	width:33%;
    overflow: hidden;
	float:left;
	margin:10px 0.5% 10px 0;
}
.messagenr_n dl:nth-child(3){
	margin-right:0;
}
.messagenr_n dl dt,.messagenr_n dl dd{
	width:100%;
    overflow: hidden;
}
.messagenr_n dl dt{
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	padding-bottom:10px;
}
.messagenr_n dl dd input{
	width:100%;
    overflow: hidden;
	height:64px;
	line-height:64px;
	padding-left:48px;
	font-size:15px;
	color:#a3a3a3;
}
.messagenr_n dl:first-child dd input{
	background:#fff url(../images/icon29.png) no-repeat 16px center;
}
.messagenr_n dl:nth-child(2) dd input{
	background:#fff url(../images/icon30.png) no-repeat 16px center;
}
.messagenr_n dl:nth-child(3) dd input{
	background:#fff url(../images/icon31.png) no-repeat 16px center;
}
.messagenr_n dl:nth-child(4),.messagenr_n dl:nth-child(4) textarea{
	width:100%;
}
.messagenr_n dl:nth-child(4) textarea{
	height:272px;
	padding-left:48px;
	font-size:15px;
	color:#a3a3a3;
	background:#fff url(../images/icon32.png) no-repeat 16px 20px;
	line-height:30px;
	padding-top:14px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#fff;
	}
.btn1 .intxt{
	width:100px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
}
.tjbtn button{
	width:146px;
	background:none;
	line-height:60px;
	margin:auto;
}
.tjbtn button i{
	display:block;
	width:60px;
	height:60px;
	background:#fff url(../images/icon28.png) no-repeat center;
	border-radius:50%;
	float:left;
}
.tjbtn button span{
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-left:22px;
	position:relative;
}
.tjbtn button span::after{
	content:"";
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:15px;
}
/* case_n
-------------------------------------------------------------- */
.case_n{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
	}
.casenr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:40px 2% 40px 0;
	box-shadow:0px 0px 32px rgba(4,0,0,0.07);
	}
.casenr_n dl:nth-child(3n){
	margin-right:0;
}
.casenr_n dl dt,.casenr_n dl dd{
	width:100%;
	overflow:hidden;
}
.casenr_n dl dt{
	height:343px;
	position:relative;
}
.casenr_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;
}
.casenr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.casenr_n dl dd{
	height:148px;
	background:#fff;
	padding:42px 36px 0px 36px;
	position:relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.casenr_n dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#202020;
	line-height:32px;
	padding-bottom:16px;
	position:relative;
}
.casenr_n dl dd h5::after{
	content:"";
	width:108px;
	height:1px;
	background:#ababab;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.casenr_n dl:hover dd h5::after{
	width:100%;
	background:#fff;
}
.casenr_n dl dd i{
	position:absolute;
	right:36px;
	top:50%;
	margin-top:-16.5px;
}
.casenr_n dl:hover dd{
	background:#cf1b24;
}
.casenr_n dl:hover dd h5{
	color:#fff;
}
.casenr_n dl:hover dd i{
	display:none;
}
.casenr_n .caseimg_n{
	overflow:hidden;
	padding:0;
}
.casenr_n .caseimg_n img{
	max-width:100%;
	height:auto;
}
.casenr_n .casert_n{
	overflow:hidden;
	padding:0 0 0 65px;
}
.casenr_n .casert_n h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#262626;
	line-height:50px;
	border-bottom:solid 1px #d6d4d4;
	margin-bottom:0;
	padding-bottom:24px;
	margin-top:36px;
}
.casenr_n .casert_n h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#cf1b24;
	line-height:40px;
	margin-bottom:0;
	margin-top:66px;
}
.casenr_n .casert_n .xmjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949494;
	line-height:30px;
	margin-top:32px;
}
.casenr_n .casert_n .xmjs p{
	font-size:16px;
	color:#949494;
	line-height:30px;
}
.casexq_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.casexq_n .ntit{
	color: #cf1b24;
}
.casexq_n .casefbnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949494;
	line-height:30px;
	border-top:solid 1px #d6d4d4;
	padding-top:35px;
	margin-top:24px;
}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhb ul{
	width:100%;
	overflow:hidden;
	}
.nhzhb ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border: solid 5px #ececec;
	position:relative;
	height:137px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nhzhb ul li 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;
}
.nhzhb ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.nhzhb ul li img{
	max-width:100%;
	height:auto;
	}
.nhzhb ul li:hover{
	border:solid 5px #cf1b24;
}
/* nhzlc
-------------------------------------------------------------- */
.nhzlc{
	width:100%;
	overflow:hidden;
}
.nhzlcnr{
	padding:60px 0;
}
.nhzlcnr ul{
	width:100%;
}
.nhzlcnr ul li{
	height:562px;
	overflow:hidden;
	float:left;
	margin:15px 0;
}
.nhzlcnr ul li:nth-child(2n+1){
	width:19%;
	box-shadow:6px 0px 21px rgba(130,26,31,0.07);
	padding-top:106px;
	border-radius:50px;
}
.nhzlcnr ul li:nth-child(2n){
	width:8%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.nhzlcnr ul li .nhzlc_icon,.nhzlcnr ul li h5,.nhzlcnr ul li p,.nhzlcnr ul li span{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nhzlcnr ul li .nhzlc_icon img{
	max-width:100%;
	height:auto;
}
.nhzlcnr ul li span{
	display:block;
	margin-top:32px;
	margin-bottom:28px;
}
.nhzlcnr ul li h5{
	font-size:37px;
	color:#111111;
	line-height:47px;
	font-weight: bold;
	margin-bottom:18px;
}
.nhzlcnr ul li p{
	font-size:18px;
	color:#767777;
	line-height:30px;
}
/* xm_n
-------------------------------------------------------------- */
.xm_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.xmnr_n{
	width:100%;
	overflow:auto;
}
.xmnr_n table{
	width:100%;
	white-space: nowrap;
	border:none;
	}
.xmnr_n table tr,.xmnr_n table td{
	line-height:30px;
	font-size:16px;
	color:#333;
	border:none;
}
.xmnr_n table td{
	padding:10px;
	text-align:center;
}
.xmnr_n table tr:nth-child(2n){
	background:#f2f2f2;
}
.xmnr_n table tr:nth-child(2n+1){
	background:#e0e0e0;
}
.xmnr_n table tr.firstRow{
	background:#cf1b24;
}
.xmnr_n table .firstRow td{
	color:#fff;
	font-size:20px;
}
/* nhonor
-------------------------------------------------------------- */
.ywly_n{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	padding:60px 0;
}
.ywlynr_n dl{
	width:90%;
	padding:0;
	height:588px;
	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:77px 0;
	background:#fff;
	}
.ywlynr_n dl:nth-child(2n+1){
	margin-left:10%;
}
.ywlynr_n dl:nth-child(2n){
	margin-right:10%;
}
.ywlynr_n dl dt .ywlyen_n{
	overflow:hidden;
	font-size:123px;
	line-height:123px;
	font-family:myOneFont;
	color:rgba(219,219,219,0.5);
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:-50px;
	left:75px;
}
.ywlynr_n dl dt{
	width:60%;
	padding:80px 80px 0 80px;
	position:relative;
	}
.ywlynr_n dl:nth-child(2n+1) dt{
	float:left;
	}
.ywlynr_n dl:nth-child(2n+1) dd{
	float:right;
	}
.ywlynr_n dl:nth-child(2n) dt{
	float:right;
	}
.ywlynr_n dl:nth-child(2n) dd{
	float:left;
	}
.ywlynr_n dl dt .ntit{
	font-weight:normal;
}
.ywlynr_n dl dt .ywlyms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a7a7a7;
	line-height:30px;
	font-weight:normal;
}
.ywlynr_n dl dt .more{
	margin-top:92px;
}
.ywlynr_n dl dd{
	width:40%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.ywlynr_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;
}
.ywlynr_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
	}
.ywlynr_n dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#3e3e3e;
	line-height:42px;
	}
.ywlynr_n dl dt .ywlyms_n{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.ywlynr_n dl dt .ywlyms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:normal;
	}
.ywlyinfo_n{
	width:100%;
	overflow:hidden;
	background:url(../images/yylybg2.jpg) no-repeat bottom center;
	padding-top:96px;
	padding-bottom:65px;
}
.ywlynr_n .ywlylf_n{
	overflow:hidden;
	padding:44px 95px 0 0;
}
.ywlynr_n .ywlyrt_n{
	overflow:hidden;
	padding:0;
	border-radius:0 0 0 150px;
}
.ywlynr_n .ywlyrt_n img{
	width:100%;
	height:auto;
}
.ywlyjs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949494;
	line-height:30px;
	margin-top:53px;
}
.ywlyjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949494;
	line-height:30px;
}
.yylybot_n,.yylyfbnr_n{
	width:100%;
	overflow:hidden;
}
.yylybot_n{
	margin-top:140px;
}
.yylyfbnr_n,.yylyfbnr_n p{
	font-size:16px;
	color:#949494;
	line-height:30px;
}
.yylyfbnr_n{
	margin-top:48px;
}
/* ywlylist_n
-------------------------------------------------------------- */
.ywlylist_n{
	width:100%;
	overflow:hidden;
	background:url(../images/ywlybg.jpg) no-repeat top center;
	background-size:cover;
}
.ywlylist_n ul{
	width:100%;
	height:958px;
	overflow:hidden;
	margin:0;
}
.ywlylist_n ul li{
	height:100%;
	overflow:hidden;
	padding:414px 0 0 0;
	border-right:solid 1px rgba(255,255,255,0.3);
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ywlylist_n ul li:first-child{
	border-left:solid 1px rgba(255,255,255,0.3);
}
.ywlylist_n ul li .ywlyicon_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ywlylist_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin-top:45px;
	margin-bottom:40px;
}
.ywlylist_n ul li span{
	display:block;
	width:24px;
	height:2px;
	background:#fff;
	margin:auto;
}
.ywlylist_n ul li:hover{
	background:rgba(207,27,36,0.79);
}
/* history_n
-------------------------------------------------------------- */
.history_n{
	width:100%;
	overflow:hidden;
	background:url(../images/dsjbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:160px;
	position:relative;
	}
.historynr_n{
	margin-top:115px;
}
.historytop_n,.historybot_n{
	width:100%;
	overflow:hidden;
	}
.historytop_n{
	position:relative;
	margin-top:43px;
}
.historybot_n{
	margin-top:30px;
}
.historylist_n{
	width:100%;
	overflow:hidden;
	position:relative;
}
.historylist_n .historyyear_n{
	overflow:hidden;
	font-size:504px;
	line-height:450px;
	color:#fff;
	font-family: myOneFont;
	position:absolute;
	right:17%;
	top:0;
	z-index: -1;
}
.historyimg_n{
	width:41%;
	overflow:hidden;
	margin-top:100px;
}
.historyimg_n img{
	max-width:100%;
	height:auto;
}
.historyms_n{
	width:55%;
	overflow:hidden;
	margin-top:26px;
}
.historyms_n h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#cf1b24;
}
.historyms_n h5 span{
	font-size:118px;
	color:#cf1b24;
	font-family: myOneFont;
}
.historyms_n p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1e1e1e;
	line-height:30px;
}
.line{
	width:100%;
	height:27px;
	overflow:hidden;
	background:url(../images/line.png) no-repeat center left;
	background-size:cover;
	margin-top:156px;
}
.mySwiper .swiper-slide p{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#868686;
	line-height:38px;
	font-family: myOneFont;
	cursor:pointer;
}
.mySwiper .swiper-slide-thumb-active p{
	color:#cf1b24;
}
.historyinfo_n{
	margin:100px 0;
}
.historylf_n{
	width:41%;
	overflow:hidden;
}
.historylf_n img{
	max-width:100%;
	height:auto;
}
.historyrt_n{
	width:55%;
	overflow:hidden;
	padding-top:16px;
}
.historyrt_n h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#cf1b24;
}
.historyrt_n h5 span{
	font-size:60px;
	line-height:60px;
	color:#cf1b24;
    font-family: myOneFont;
	margin-right:10px;
}
.historyjs_n{
	margin-top:30px;
	padding-top:30px;
	border-top:solid 1px #cfcfcf;
}
.historyjs_n,.historyjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1e1e1e;
	line-height:32px;
}
.historyxq_n,.historyxqjs_n{
	width:100%;
	overflow:hidden;
}
.historyxq_n{
	margin-top:56px;
}
.historyxq_n .ntit{
	color:#cf1b24;
}
.historyxqjs_n,.historyxqjs_n p{
	font-size:16px;
	color:#434343;
	line-height:30px;
}
.historyxqjs_n{
	border-top: solid 1px #cfcfcf;
	padding-top:54px;
	margin-top:20px;
}
.dsjnr_n{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	padding-left:11.3%;
	position:relative;
}
.dsjnr_n::after{
	content:"";
	width:100%;
	height:2px;
	background:#e1e1e1;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
}
.dsjnr_n .swiper-container{
	overflow:hidden;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n{
	margin-top:252px;
	padding-top:40px;
}
.dsjlist_n{
	width:100%;
	height:252px;
	position:relative;
}
.dsjlist_n h5,.dsjlist_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n .swiper-slide .dsjlist_n::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #cf1b24;
    border-radius: 16px;
    position: absolute;
    left: 0;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::before{
	bottom: -8px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::before{
	top: -8px;
}
.dsjnr_n .swiper-slide .dsjlist_n::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #cf1b24;
    border-radius: 6px;
    position: absolute;
    left: 5px;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::after{
	bottom: -3px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::after{
	top: -3px;
}
.dsjlist_n h5{
	font-size:24px;
	color:#1f1f1f;
	font-weight:normal;
	line-height:42px;
	margin-bottom:8px;
}
.dsjlist_n h5 span{
	font-size:42px;
	color:#1f1f1f;
	font-family:Arial;
	font-weight:bold;
	margin-right:10px;
}
.dsjlist_n p{
	font-size:18px;
	color:#1f1f1f;
	line-height:30px;
}

.dsjnr_n dl,.dsjnr_n dl dt,.dsjnr_n dl dd,.dsjyear_n,.dsjyear_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dt{
	font-size:22px;
	font-family:Arial;
	line-height:32px;
	color:#bbbbbb;
	margin-bottom:7px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n .swiper-slide-active dl dt,.dsjnr_n dl:hover dt{
	color:#de5413;
}
.dsjnr_n dl dd .dsjjs_n,.dsjnr_n dl dd p{
	font-size:16px;
	color:#bbbbbb;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjjs_n,.dsjnr_n dl:hover dd p,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n p{
	color:#181818;
}
.dsjnr_n dl dd .dsjjs_n{
	padding-right:60px;
	min-height: 125px;
}
.dsjnr_n dl dd .dsjbg_n,.dsjnr_n dl dd .dsjjs_n{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dd .dsjbg_n img{
	width:100%;
	height:auto;
	opacity:0.2;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjbg_n img,.dsjnr_n .swiper-slide-active dl dd .dsjbg_n img{
	opacity:1;
}
.history_n .swiper-button{
	overflow:hidden;
	position:absolute;
	right:11.6%;
	top:118px;
	z-index:99;
}
.history_n .swiper-button div{
	width:52px;
	height:52px;
	border-radius:50%;
	float:left;
}
.history_n .swiper-button .swiper-button-prev{
	background:#cf1b24 url(../images/prevh5.png) no-repeat center;
}
.history_n .swiper-button .swiper-button-next{
	margin-left:32px;
	background:#cf1b24 url(../images/nexth5.png) no-repeat center;
}
.history_n .swiper-button .swiper-button-disabled{
	opacity:0.6;
}
/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	margin-top:32px;
	margin-bottom:30px;
}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	padding:57px 54px 0 54px;
	height:218px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsnr_n ul li:hover{
	background:url(../images/newsbg2.jpg) no-repeat top center;
	background-size:cover;
}
.newsnr_n ul li .newsdate_n{
	width:7%;
	overflow:hidden;
}
.newsnr_n ul li .newsdate_n span{
	display:block;
	width:100%;
	overflow:hidden;
	font-size:60px;
	color:#cf1b24;
	font-family:Arial;
	font-weight:bold;
	line-height:60px;
}
.newsnr_n ul li .newsdate_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#cf1b24;
	font-family:Arial;
	font-weight:bold;
}
.newsnr_n ul li .newsin_n{
	width:76%;
	overflow:hidden;
}
.newsnr_n ul li .newsin_n h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#262626;
}
.newsnr_n ul li .newsin_n hr{
	width:32px;
	border:none;
	border-bottom:solid 2px #cf1b24;
	margin:18px 0;
}
.newsnr_n ul li .newsin_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949494;
}
.newsnr_n ul li .newsrt_n{
	width:17%;
	overflow:hidden;
	padding-top:22px;
}
.newsnr_n ul li .newsrt_n i{
	display:block;
	width:33px;
	height:33px;
	background:url(../images/icon34.png) no-repeat center;
	float:right;
}
.newsnr_n ul li:hover .newsrt_n i{
	background:url(../images/iconh34.png) no-repeat center;
}
.newsnr_n ul li:hover .newsdate_n span,.newsnr_n ul li:hover .newsdate_n p,.newsnr_n ul li:hover .newsin_n h5,.newsnr_n ul li:hover .newsin_n p{
	color:#fff;
}
.newsbg_n{
	background:#f8f8f8;
}
.newsnr_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 30px;
	line-height:40px;
    color: #262626;
    text-align: center;
    margin: 0 0 18px 0;
	}
.newsnr_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #262626;
    text-align: center;
}
.newsinfo_n{
	 width: 70%;
    overflow: hidden;
	margin:26px auto 0;
	padding:54px 60px;
	background:#fff;
}
.newsnr_n .fbnr {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #949494;
}
.newsnr_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #949494;
}
.newsnr_n .fbnr img{
	max-width:100%;
	height:auto;
	}
.newsbot_n{
	width: 100%;
    overflow: hidden;
	padding-bottom:32px;
	border-top:solid 1px #cdcdcd;
	display:flex;
	justify-content:space-between;
	padding:9px 0;
	margin-top:96px;
}
.newsbot_n .newsprev,.newsbot_n .newsnext{
	max-width:43%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newsbot_n .newsprev a,.newsbot_n .newsnext a{
	font-size:16px;
	color:#000;
}
.newsbot_n .newsprev{
	background:url(../images/prev3.png) no-repeat left center;
	padding-left:32px;
}
.newsbot_n .newsprev:hover{
	background:url(../images/prevh3.png) no-repeat left center;
}
.newsbot_n .newsnext{
	background:url(../images/next3.png) no-repeat left center;
	padding-left:32px;
}
.newsbot_n .newsnext:hover{
	background:url(../images/nexth3.png) no-repeat left center;
}
.newsbot_n .newsfh{
	width:14%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsfh img{
	margin-right:10px;
}
.newsbot_n .newsnext{
	text-align:right;
}
.newsbot_n a{
	font-size:16px;
	color:#000;
}
.newsbot_n a:hover{
	color:#cf1b24;
}
/* partners_n
-------------------------------------------------------------- */
.bg{
	background:#f0f0f0;
}
.partners_n{
	margin-top:60px;
	margin-bottom:60px;
}
.partnersnr_n,.partnersnr_n ul{
	width: 100%;
    overflow: hidden;
}
.partnersnr_n ul li{
	width:15.6666666666667%;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	padding:18px 0;
	float:left;
	text-align:center;
	background:#fff;
	margin:15px 0.5%;
	border-radius:10px;
	transition: all .5s ease;
}
.partnersnr_n ul li:hover{
	background:#14b29d;
	color:#fff;
}
/* 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:#bb151f;
	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
	}
}
/* dede_pages

-------------------------------------------------------------- */

.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:inline-block;padding: 5px 11px;  border: 1px solid #ddd;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#007bbd;
}

/* 图片和滚屏样式
-------------------------------------------------------------- */

/*bannerèƒŒæ™¯å›¾ç‰‡åŠ¨ç”»*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	left:8%;
	top:35.9%;
	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:38%;
	overflow:hidden;
}
.index_main .section1 .index_banner .item .inner .block_txt2,.index_main .section1 .index_banner .item .inner .block_txt3,.index_main .section1 .index_banner .item .inner .block_txt4{
	width:35%;
	overflow:hidden;
}
.index_main .section1 .index_banner .item .inner .block_txt5{
	width:29%;
	overflow:hidden;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h4 img{
	max-width:100%;
	height:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt a{
	outline:none;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width: 58px;
	height: 58px;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	bottom: 82px;
	font-size: 0;
	outline: none;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 58px;
	height: 58px;
	border:solid 1px #fff;
	border-radius:50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:36px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	left:118px;
}
.index_main .section1 .number{
	position: absolute;
	bottom:96px;
	left: 8.3333333333%;
	display: table;
	width: auto;
	text-align: center;
}
.index_main .section1 .number span{
	width:32px;
	height:7px;
	border-radius:10px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin:0 4px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{
	background:#cf1b24;
}
.tsgd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:url(../images/icon19.png) no-repeat top center;
	padding-top:30px;
	position:absolute;
	left:0;
	bottom:34px;
}

.index_main .section2{
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background:url(../images/lybg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background:url(../images/jsbg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section5{
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section6{
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
}

@media only screen and (min-width: 1680px) and (max-width: 1680px) {
	.honornr_n dl dt{
		height:451px;
	}
	.casenr_n dl dt{
		height:317px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.honornr_n dl dt{
		height:428px;
	}
	.casenr_n dl dt{
		height:302px;
	}
	.nhzhb ul li{
		height:130px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.honornr_n dl dt{
		height:383px;
	}
	.casenr_n dl dt{
		height:272px;
	}
	.nhzhb ul li{
		height:117px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.honornr_n dl dt{
		height:360px;
	}
	.casenr_n dl dt{
		height:256px;
	}
	.nhzhb ul li{
		height:111px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.honornr_n dl dt{
		height:337px;
	}
	.casenr_n dl dt{
		height:241px;
	}
	.nhzhb ul li{
		height:105px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.honornr_n dl dt{
		height:301px;
	}
	.casenr_n dl dt{
		height:217px;
	}
	.nhzhb ul li{
		height:95px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.honornr_n dl dt{
		height:265px;
	}
	.casenr_n dl dt{
		height:193px;
	}
	.nhzhb ul li{
		height:85px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.honornr_n dl dt{
		height:256px;
	}
	.casenr_n dl dt{
		height:187px;
	}
	.nhzhb ul li{
		height:83px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.honornr_n dl dt{
		height:319px;
	}
	.casenr_n dl dt{
		height:263px;
	}
	.nhzhb ul li{
		height:102px;
	}
}
@media only screen and (min-width: 853px) and (max-width: 911px) {
	.honornr_n dl dt{
		height:289px;
	}
	.casenr_n dl dt{
		height:246px;
	}
	.nhzhb ul li{
		height:96px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 852px) {
	.honornr_n dl dt{
		height:276px;
	}
	.casenr_n dl dt{
		height:237px;
	}
	.nhzhb ul li{
		height:92px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.honornr_n dl dt{
		height:265px;
	}
	.casenr_n dl dt{
		height:222px;
	}
	.nhzhb ul li{
		height:87px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.nhzhb ul li{
		height:73px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 640px) {
	.nhzhb ul li{
		height:109px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.honornr_n dl dt{
		height:337px;
	}
	.casenr_n dl dt{
		height:377px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.honornr_n dl dt{
		height:281px;
	}
	.casenr_n dl dt{
		height:318px;
	}
	.nhzhb ul li{
		height:93px;
	}
}
@media only screen and (min-width: 430px) and (max-width: 539px) {
	.honornr_n dl dt{
		height:218px;
	}
	.casenr_n dl dt{
		height:253px;
	}
	.nhzhb ul li{
		height:75px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 429px) {
	.honornr_n dl dt{
		height:215px;
	}
	.casenr_n dl dt{
		height:250px;
	}
	.nhzhb ul li{
		height:74px;
	}
}
@media only screen and (min-width: 412px) and (max-width: 424px) {
	.honornr_n dl dt{
		height:208px;
	}
	.casenr_n dl dt{
		height:243px;
	}
	.nhzhb ul li{
		height:72px;
	}
}
@media only screen and (min-width: 390px) and (max-width: 411px) {
	.honornr_n dl dt{
		height:195px;
	}
	.casenr_n dl dt{
		height:230px;
	}
	.nhzhb ul li{
		height:69px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 389px) {
	.honornr_n dl dt{
		height:187px;
	}
	.casenr_n dl dt{
		height:221px;
	}
	.nhzhb ul li{
		height:66px;
	}
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
	.honornr_n dl dt{
		height:178px;
	}
	.casenr_n dl dt{
		height:212px;
	}
	.nhzhb ul li{
		height:64px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.honornr_n dl dt{
		height:156px;
	}
	.casenr_n dl dt{
		height:188px;
	}
	.nhzhb ul li{
		height:57px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.honornr_n dl dt{
		height:133px;
	}
	.casenr_n dl dt{
		height:165px;
	}
	.nhzhb ul li{
		height:51px;
	}
}

@media only screen and (max-width: 1768px){
	.casert .swiper-button {
		margin-left: -220px;
	}
}
@media only screen and (max-width: 1680px){
	.menu_n ul li{
		margin-right: 80px;
	}
	.aboutlist dl dt .timer{
		font-size: 50px;
		line-height:50px;
	}
	.active-inner-item .oursl_nr h4{
		font-size: 36px;
		line-height:46px;
	}
	.cloud-product-ul li .normal-inner h4{
		font-size: 32px;
		line-height:42px;
	}
	.aboutrt_n .aboutlist dl dt .timer{
		font-size: 70px;
		line-height: 70px;
	}
	.case .caself .hzqybt{
		margin-top:50px;
	}
	.aboutjs {
		padding-right: 20%;
	}
	.case {
		padding-left: 6%;
	}
	.casert .swiper-button {
		margin-left: -185px;
	}
	.case .casert .caselist .casecont h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.case .casert .caselist .casecont{
		width:50%;
		padding: 22px 30px;
	}
	.nhzlcnr ul li {
		height: 520px;
	}
	.nhzlcnr ul li h5{
		font-size:30px;
		line-height:40px;
	}
	.nhzlcnr ul li:nth-child(2n+1) {
		width: 21%;
	}
	.nhzlcnr ul li:nth-child(2n) {
		width: 5.333333333333333333333%;
	}
	.news .newsrt ul li{
		padding: 30px 40px;
	}
	.news .newsrt ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.news .newsrt ul li .newsdate span{
		font-size:48px;
	}
	.newsinfo_n {
		width: 76%;
		padding:50px;
	}
	.newsbot_n{
		margin-top:60px;
	}
	.qywh_n ul li{
		padding: 325px 60px 0 60px;
	}
	.historylist_n .historyyear_n {
		font-size: 450px;
		line-height: 400px;
	}
	.historyms_n h5 span {
		font-size: 100px;
	}
	.casenr_n dl dd h5{
		font-size:20px;
		line-height:30px;
	}
	.casenr_n dl dd {
		padding: 40px 30px 0px 30px;
	}
	.casenr_n dl dd i {
		right: 30px;
	}
	.casenr_n .casert_n h1{
		font-size:35px;
		line-height:45px;
	}
	.casenr_n .casert_n h3{
		font-size:28px;
		line-height:38px;
	}
	.casenr_n .casert_n {
		padding: 0 0 0 55px;
	}
	.ywlynr_n .ywlylf_n {
		padding: 44px 80px 0 0;
	}
	.card-img-150{
		height:226px;
	}
	.footerrt .botlxfs dl dd,.footerrt .botlxfs dl dd a{
		font-size: 40px;
		line-height:50px;
	}
	.footer .footerrt .botewm {
		margin-left: 120px;
	}
}
@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.aboutnr h6{
		font-size: 22px;
		line-height:32px;
	}
	.aboutnr h5{
		font-size:30px;
		line-height:40px;
	}
	.aboutnr .more {
		margin-top: 100px;
	}
	.aboutjs {
		padding-right: 15%;
	}
	.news .newslf h6,.newsmenu{
		margin-top:40px;
	}
	.news .newslf .more {
		margin-top: 60px;
	}
	.news .newsrt ul li{
		height:240px;
		margin: 15px 3% 15px 0;
	}
	.news .newsrt ul li .newsmore{
		bottom:30px;
	}
	.casert .swiper-button {
		margin-left: -175px;
	}
	.newsinfo_n {
		width: 80%;
	}
	.historylist_n .historyyear_n {
		font-size: 430px;
		line-height: 380px;
	}
	.card-img-150{
		height:214px;
	}
	.footerrt .botlxfs dl dd,.footerrt .botlxfs dl dd a{
		font-size: 36px;
		line-height:46px;
	}
	.footer .footerrt .botewm {
		margin-left: 100px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
	.aboutlist dl dt .timer{
		font-size: 40px;
		line-height:40px;
	}
	.header .nav{
		margin-right:50px;
	}
	.header .navbar_nav li {
		padding: 0 35px;
	}
	.aboutnr h6,.aboutlist,.aboutnr .more{
		margin-top: 50px;
	}
	.active-inner-item .oursl_nr{
		padding:0 50px;
	}
	.active-inner-item .oursl_nr h4{
		font-size: 32px;
		line-height:42px;
	}
	.cloud-product-ul li .normal-inner h4{
		font-size: 28px;
		line-height:38px;
	}
	.aboutrt_n .aboutlist dl dt .timer{
		font-size: 60px;
		line-height: 60px;
	}
	.aboutjs {
		padding-right: 10%;
	}
	.case .caself h5,.news .newslf h5{
		font-size:40px;
		line-height:50px;
	}
	.casert .swiper-button {
		margin-left: -170px;
	}
	.news .newsrt ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.news .newsrt ul li {
		padding: 30px;
	}
	.news .newsrt ul li .newsmore{
		padding:0 30px;
	}
	.menu_n ul li{
		margin-right: 60px;
	}
	.ntit {
		font-size: 35px;
		line-height: 45px;
	}
	.qywh_n ul li{
		padding: 325px 40px 0 40px;
	}
	.historylist_n .historyyear_n {
		font-size: 390px;
		line-height: 340px;
	}
	.historyms_n h5 span {
		font-size: 80px;
	}
	.nhzlcnr ul li h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.nhzlcnr ul li p {
		font-size: 16px;
	}
	.newsnr_n ul li {
		padding: 57px 40px 0 40px;
	}
	.newsnr_n ul li .newsdate_n span{
		font-size:50px;
		line-height:50px;
	}
	.newsnr_n h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.newsinfo_n {
		width: 89%;
	}
	.dsjlist_n h5 span{
		font-size:38px;
	}
	.dsjlist_n h5{
		line-height:38px;
	}
	.ywlynr_n dl dt {
		padding: 80px 60px 0 60px;
	}
	.ywlynr_n dl dt .ywlyen_n{
		left: 55px;
	}
	.casenr_n .casert_n h1{
		font-size:30px;
		line-height:40px;
	}
	.casenr_n .casert_n h3{
		font-size:25px;
		line-height:35px;
	}
	.ywlynr_n .ywlylf_n {
		padding: 44px 60px 0 0;
	}
	.card-img-150{
		height:191px;
	}
	.footer .footerrt .botewm {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.news .newsrt ul li {
		height: 220px;
		margin: 10px 3% 10px 0;
		padding:20px;
	}
	.news .newsrt ul li .newsdate span {
		font-size: 40px;
	}
	.news .newsrt ul li .newsmore {
		bottom: 20px;
	}
	.newsmenu ul li{
		margin-top:5px;
	}
	.news .newslf .more {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1360px){
	.header .navbar_nav li {
		padding: 0 30px;
	}
	.case .casert .caselist .casecont h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.historylist_n .historyyear_n {
		font-size: 360px;
		line-height: 310px;
	}
	.historyms_n h5 span {
		font-size: 70px;
	}
	.historyms_n p{
		font-size:18px;
	}
	.casenr_n dl dd {
		padding: 40px 20px 0px 20px;
	}
	.casenr_n dl dd i {
		right: 20px;
	}
	.card-img-150{
		height:179px;
	}
	.nhzlcnr ul li {
		height: 500px;
	}
	.nhzlcnr ul li:nth-child(2n+1){
		padding-top:80px;
	}
}
@media only screen and (max-width: 1280px){
	.header .nav{
		margin-right:40px;
	}
	.header .navbar_nav li {
		padding: 0 25px;
	}
	.aboutlist dl dt .timer{
		font-size: 35px;
		line-height:35px;
	}
	.aboutrt_n .aboutlist dl dt .timer{
		font-size: 50px;
		line-height: 50px;
	}
	.active-inner-item .oursl_nr{
		padding:0 40px;
	}
	.active-inner-item .oursl_nr h4{
		font-size: 28px;
		line-height:38px;
	}
	.cloud-product-ul li .normal-inner h4{
		font-size: 24px;
		line-height:34px;
	}
	.active-inner-item .oursl_nr p{
		font-size:18px;
	}
	.case .caself h6{
		font-size:24px;
		line-height:34px;
	}
	.case .caself h5 {
		font-size: 36px;
		line-height: 46px;
	}
	.case .caself h6,.case .caself .hzqybt{
		margin-top:40px;
	}
	.news .newsrt ul li .newsdate span {
		font-size: 44px;
	}
	.news .newsrt ul li h5 {
		font-size: 18px;
	}
	.case .casert .caselist .casecont {
		width: 55%;
	}
	.case .casert .caselist .casecont h5 {
		font-size: 18px;
	}
	.casert .swiper-button {
		margin-left: -130px;
	}
	.nhzlcnr ul li h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.nhzlcnr ul li {
		height: 460px;
	}
	.nhzlcnr ul li:nth-child(2n+1){
		padding-top:60px;
	}
	.menu_n ul li{
		margin-right: 40px;
	}
	.qywh_n ul li{
		padding: 325px 30px 0 30px;
	}
	.qywh_n ul li .qywhicon_n img{
		width:70px;
	}
	.qywh_n ul li h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.qywh_n ul li .qywhen_n {
		font-size: 14px;
	}
	.qywh_n ul li p {
		font-size: 15px;
	}
	.honornr_n {
		margin-top: 80px;
	}
	.honorimg_n{
		padding:40px;
	}
	.historylist_n .historyyear_n {
		font-size: 340px;
		line-height: 290px;
	}
	.historyms_n h5 span {
		font-size: 60px;
	}
	.newsnr_n ul li {
		padding: 57px 30px 0 30px;
	}
	.newsnr_n ul li .newsdate_n {
		width: 8%;
	}
	.newsnr_n ul li .newsrt_n {
		width: 16%;
	}
	.newsinfo_n {
		width: 94%;
	}
	.contactnr_n dl dd {
		font-size: 20px;
		line-height: 30px;
	}
	.ywlynr_n dl dt .ywlyen_n {
		font-size: 110px;
		line-height: 110px;
		left: 45px;
	}
	.ywlynr_n dl dt {
		padding: 80px 50px 0 50px;
	}
	.casenr_n dl dd h5{
		font-size:18px;
	}
	.casenr_n .casert_n h1{
		font-size:26px;
		line-height:36px;
	}
	.casenr_n .casert_n h3{
		font-size:22px;
		line-height:32px;
	}
	.card-img-150{
		height:167px;
	}
	.footerrt .botlxfs dl dd, .footerrt .botlxfs dl dd a {
		font-size: 32px;
		line-height: 42px;
	}
	.footer .footerrt .botewm {
		margin-left: 30px;
	}
	.footerrt .botlxfs dl dt {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1200px){
	.header .nav {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width:1152px){
	.header .navbar_nav li {
		padding: 0 20px;
	}
	.aboutlist dl dt .timer{
		font-size: 30px;
		line-height:30px;
	}
	.aboutrt_n .aboutlist dl dt .timer{
		font-size: 40px;
		line-height: 40px;
	}
	.position{
		bottom: 84px;
	}
	.casert .swiper-button {
		margin-left: -125px;
	}
	.case .casert .caselist .casecont {
		padding: 22px 20px;
	}
	.case .casert .caselist .casecont .casemore{
		padding:0 20px;
	}
	.historylist_n .historyyear_n {
		font-size: 300px;
		line-height: 250px;
	}
	.historyms_n h5 span {
		font-size: 50px;
	}
	.casenr_n dl dd h5 {
		font-size: 17px;
	}
	.card-img-150{
		height:148px;
	}
	.footerrt .botlxfs dl dd, .footerrt .botlxfs dl dd a {
		font-size: 28px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 1100px){
	.header .navbar_nav li {
		padding: 0 15px;
	}
	
}
@media only screen and (max-width: 1024px){
	.header .navbar_nav li {
		padding: 0 12px;
	}
	.position{
		bottom: 74px;
	}
}
@media only screen and (max-width: 1023px){
	.header{
		height:60px;
	}
	.search {
		padding: 12px 0 12px 20px;
	}
	.search:before{
		top:20px;
	}
	.search_box{
		top:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	#fp-nav ul li a::after{
		display:none;
	}
	#fp-nav ul li a::before{
		line-height: 22px;
		font-size: 22px;
	}
	#fp-nav.right {
		right: 5px;
	}
	.about .aboutnr {
		width: 100%;
	}
	.aboutnr h6,.aboutnr h5{
		display:none;
	}
	.aboutjs{
		padding-right:0;
	}
	.case .caself,.case .casert{
		width: 100%;
	}
	.case .casert{
		margin-top:20px;
	}
	.case .caself h6,.case .caself h5,.case .caself .hzqy,.case .caself .hzqybt,.case .caself .more,
	.news .newslf h6,.news .newslf h5,.newsmenu,.news .newslf .more{
		display:none;
	}
	.news .newsrt{
		margin-top:20px;
	}
	.news .newsrt ul li {
		padding: 20px;
		height:200px;
		margin: 10px 3% 10px 0;
	}
	.news .newsrt ul li .newsmore{
		padding:0 20px;
		bottom:10px;
	}
	.news .newsrt ul li .newsdate span {
		font-size: 35px;
	}
	.aboutlf_n,.aboutrt_n,.news .newslf,.news .newsrt{
		width:100%;
	}
	.aboutrt_n{
		padding-left:0;
		text-align:center;
		margin-top:30px;
	}
	.aboutrt_n .aboutlist{
		width:100%;
	}
	.aboutrt_n .aboutlist dl{
		padding: 20px 0;
	}
	.aboutimg_n{
		margin-top:50px;
	}
	.history_n {
		padding-bottom: 80px;
	}
	.line{
		margin-top:80px;
	}
	.historynr_n {
		margin-top: 80px;
	}
	.historylist_n .historyyear_n {
		font-size: 270px;
		line-height: 220px;
	}
	.nhzlcnr ul li:nth-child(2n+1) {
		width: 46%;
	}
	.nhzlcnr ul li:nth-child(2n) {
		width: 8%;
	}
	.nhzlcnr ul li:nth-child(4) {
		display:none;
	}
	.newsinfo_n {
		width:100%;
	}
	.newsnr_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.contact_n .contactlf,.contact_n .contactrt{
		width:100%;
	}
	.contact_n .contactrt{
		margin-top:30px;
	}
	.contactnr_n {
		margin-top: 40px;
	}
	.contactnr_n dl {
		margin-top: 20px;
	}
	.contact_n .contactlf{
		padding-top:0;
	}
	.contact_n .contactrt{
		height:500px;
	}
	.message_n {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ywlynr_n dl {
		width: 100%;
	}
	.ywlynr_n dl:nth-child(2n+1) {
		margin-left:0;
	}
	.ywlynr_n dl:nth-child(2n) {
		margin-right:0;
	}
	.ywlynr_n dl{
		margin: 50px 0;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.footer .footerlf ul li p{
		display:none;
	}
	.footer .footerrt{
		justify-content: flex-start;
	}
	.botlxfsnr p{
		margin-top:0;
	}
	.footer {
		padding: 50px 0 0 0;
	}
	.link{
		margin-top:30px;
	}
	.bot{
		padding: 15px 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: 10px;
    }
	.shubiao {
		width: 22px;
		height: 38px;
		margin-left: -11px;
		bottom: 40px;
	}
    .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;
	}
	.botewm dl{
		display:none;
	}
	.footer {
		padding: 30px 0 0 0;
	}
	.botlxfsnr,.link{
		margin-top:10px;
	}
	.bot {
		padding: 10px 0;
		margin-top:20px;
	}
}
@media only screen and (max-width: 991px){
	.index_main .section1 .index_banner .item .inner .block_txt1{
		width:48%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2,.index_main .section1 .index_banner .item .inner .block_txt3,.index_main .section1 .index_banner .item .inner .block_txt4{
		width: 45%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5{
		width:39%;
	}
	.active-inner-item .oursl_nr {
		padding: 0 30px;
	}
	.active-inner-item .oursl_nr h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.active-inner-item .oursl_nr p {
		font-size: 16px;
	}
	.position{
		bottom: 10px;
		padding: 0 6%;
		font-size:14px;
	}
	.position a{
		font-size:14px;
	}
	.position img {
		width:18px;
		margin-right: 5px;
	}
	.aboutimg_n {
		margin-top: 50px;
	}
	.newsnr_n ul li {
		height:auto;
		padding: 20px;
	}
	.newsnr_n ul li .newsdate_n,.newsnr_n ul li .newsin_n,.newsnr_n ul li .newsrt_n{
		width: 100%;
	}
	.newsnr_n ul li .newsin_n h5{
		font-size:18px;
	}
	.qywh_n ul li {
		height:500px;
		padding: 100px 30px 0 30px;
	}
	.qywh_n ul li hr {
		height: 60px;
		margin: 40px auto 0;
	}
	.qywh_n ul li .qywhen_n{
		margin-bottom:30px;
	}
	.honor_n {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.honor_n .swiper-button{
		margin-top:40px;
	}
	.honornr_n {
		margin-top: 50px;
	}
	.honorimg_n {
		padding: 20px;
	}
	.historylist_n .historyyear_n {
		font-size: 250px;
		line-height: 200px;
	}
	.dsjlist_n h5 {
		font-size: 20px;
		line-height:34px;
	}
	.dsjlist_n h5 span {
		font-size: 34px;
		margin-right:5px;
	}
	.dsjlist_n p{
		font-size:16px;
	}
	.history_n .swiper-button div{
		width: 36px;
		height: 36px;
	}
	.history_n .swiper-button .swiper-button-next {
		margin-left: 10px;
	}
	.ntit {
		font-size: 30px;
		line-height: 40px;
	}
	.ntit span {
		font-size: 16px;
	}
	.ywlylist_n ul li {
		height: 50%;
		padding: 130px 0 0 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	}
	.ywlylist_n ul li:nth-child(4){
		border-left: solid 1px rgba(255, 255, 255, 0.3);
	}
	.ywlynr_n dl dt .ywlyen_n {
		font-size: 90px;
		line-height: 90px;
		top: -40px;
	}
	.newsinfo_n {
		padding: 40px;
	}
	.newsbot_n{
		display:inherit;
		margin-top: 30px;
	}
	.newsbot_n .newsprev,.newsbot_n .newsfh,.newsbot_n .newsnext{
		width:100%;
		max-width:100%;
	}
	.newsbot_n .newsnext {
		text-align: left;
	}
	.ywlynr_n dl dt,.ywlynr_n dl dd{
		width:100%;
	}
	.ywlynr_n dl dt .more {
		margin-top: 30px;
	}
	.ywlynr_n dl dt {
		padding: 80px 40px 40px 40px;
	}
	.ywlynr_n dl dt .ywlyen_n {
		left: 35px;
	}
	.ywlynr_n dl{
		height:auto;
	}
	.ywlynr_n dl dd{
		height:auto;
	}
	.ywlynr_n dl dd img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.ywlynr_n dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.1);
		transform: translate(0, 0) scale(1.1);
	}
	.ywlynr_n dl dt .ywlyen_n {
		font-size: 100px;
		line-height: 100px;
	}
	.casenr_n dl{
		width:49%;
	}
	.casenr_n dl:nth-child(2n){
		margin-right:0;
	}
	.casenr_n dl:nth-child(2n+1) {
		margin-right: 2%;
	}
	.casenr_n .casert_n {
		padding: 0;
	}
	.casenr_n .casert_n h3,.casexq_n,.casenr_n .casert_n .xmjs,.casenr_n .casert_n h1{
		margin-top:30px;
	}
	.casenr_n .casert_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.casenr_n .casert_n h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.historyinfo_n {
		margin: 60px 0;
	}
	.historyjs_n {
		margin-top: 20px;
		padding-top: 20px;
	}
	.historylf_n,.historyrt_n{
		width:100%;
	}
	.historyrt_n h5 span {
		font-size: 50px;
		line-height: 50px;
	}
	.nhzhb ul li{
		width:31.3333333%;
	}
	.ywlyinfo_n{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ywlynr_n .ywlylf_n {
		padding: 0;
	}
	.yylybot_n {
		margin-top: 50px;
	}
	.contact_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.tjbtn button i{
		width:40px;
		height:40px;
	}
	.tjbtn button{
		line-height:40px;
	}
	.tjbtn button span::after{
		bottom:5px;
	}
	.tjbtn button span{
		margin-left:10px;
	}
	.footer .footerlf ul li h4,.footer .footerlf ul li h4 a{
		text-align:center;
		font-size:16px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media only screen and (max-width: 768px){
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:33.333333333333333333333%;
	}
	.cloud-product-ul li{
		height:50%;
	}
	.cloud-product-ul li:nth-child(4),.cloud-product-ul li:nth-child(5){
		width:50%;
	}
	.active-inner-item .oursl_nr {
		padding: 0 20px;
		bottom:20px;
	}
	.active-inner-item .oursl_nr .yylyicon img{
		width:40px;
		}
	.active-inner-item .oursl_nr h4{
		margin-top:20px;
		font-size: 20px;
		line-height: 30px;
	}
	.active-inner-item .oursl_nr p {
		font-size: 14px;
		line-height: 24px;
	}
	.cloud-product-ul li .normal-inner{
		bottom:80px;
	}
	.cloud-product-ul li .normal-inner span {
		height: 40px;
		margin: 20px auto 0;
	}
	.card-img-150{
		height:136px;
	}
}
@media only screen and (max-width: 767px){
	.aboutlist dl{
		margin-bottom:10px;
	}
	.aboutlist,.aboutnr .more{
		margin-top:20px;
	}
	.casenr_n dl {
		width: 100%;
		margin:20px 0;
	}
	.messagenr_n dl{
		width:100%;
		margin: 10px 0;
	}
	.messagenr_n dl:nth-child(4) textarea {
		height: 180px;
	}
	.casenr_n dl dd {
		padding: 20px;
		height: auto;
	}
	.casenr_n .casert_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.botlxfsnr{
		padding-left: 0;
	}
	.botewm dl {
		float: left;
	}
	.card-img-150{
		height:211px;
	}
    .footerrt .botlxfs dl {
		padding-left: 40px;
		background-size: 30px;
	}
	.footer .footerrt{
		display:inherit;
	}
	.botlxfs{
		width:100%;
	}
	.footer .footerrt .botewm {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){
	.index_main .section1 .index_banner .item .inner .block_txt1{
		width:58%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2,.index_main .section1 .index_banner .item .inner .block_txt3,.index_main .section1 .index_banner .item .inner .block_txt4{
		width: 55%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5{
		width:49%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left:6%;
	}
	.news .newsrt ul li{
		width:100%;
		margin:10px 0;
		height:auto;
	}
	.news .newsrt ul li .newsmore{
		position:inherit;
		padding:0;
		margin-top:5px;
	}
	.news .newsrt ul li:nth-child(3),.news .newsrt ul li:nth-child(4){
		display:none;
	}
	.case {
		padding-left: 6%;
		padding-right: 6%;
	}
	.casert .swiper-container {
		width: 100%;
	}
	.case .casert .caselist .casecont{
		width:100%;
		position:inherit;
		height:auto;
		bottom:0;
	}
	.case .casert .caselist{
		padding-left:0;
	}
	.casert .swiper-button{
		width:100%;
		left:0;
		margin-left:0;
		bottom:20px;
		padding:0 20px;
		text-align:right;
	}
	.casert .swiper-button div{
		float:inherit;
		display:inline-block;
	}
	.casert .swiper-button .swiper-button-next{
		margin-left:15px;
	}
	.case .casert .caselist .casecont .casemore{
		position:inherit;
		padding:0;
		bottom:0;
		margin-top:10px;
	}
	.case .casert .caselist .casecont p{
		margin-top:10px;
	}
	.nhzhb ul li{
		width:48%;
		margin: 10px 1%;
	}
	.nhzlcnr ul li {
		height:300px;
	}
	.nhzlcnr ul li > img{
		width:15px;
	}
	.nhzlcnr ul li .nhzlc_icon img{
		width:50px;
	}
	.nhzlcnr ul li span {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.nhzlcnr ul li h5 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom:10px;
	}
	.nhzlcnr ul li p {
		font-size: 15px;
		line-height: 25px;
	}
	.nhzlcnr ul li:nth-child(2n+1) {
		padding-top: 40px;
	}
	.active-inner-item .oursl_nr {
		padding: 0 10px;
	}
	.active-inner-item .oursl_nr p {
		font-size: 12px;
		line-height: 22px;
	}
	.active-inner-item .oursl_nr h4 {
		margin-top: 10px;
	}
	.position{
		display:none;
	}
	.menu_n ul li {
		width: 25%;
		margin-right: 0;
		line-height:80px;
	}
	.newsnr_n ul li .newsdate_n span {
		font-size: 40px;
		line-height: 40px;
	}
	.newsnr_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.ywlynr_n dl dt .ywlyen_n {
		font-size: 80px;
		line-height: 80px;
		top: -35px;
		left: 25px;
	}
	.ywlynr_n dl dt {
		padding: 60px 30px 40px 30px;
	}
	.dsjlist_n h5 {
		font-size: 18px;
		line-height:30px;
	}
	.dsjlist_n h5 span {
		font-size: 30px;
	}
	.honorimg_n {
		padding: 15px;
	}
	.honor_n .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.honor_n .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.ntit {
		font-size: 26px;
		line-height: 36px;
	}
	.ntit span {
		font-size: 14px;
	}
	.qywh_n ul li {
		padding: 50px 30px 0 30px;
		height:400px;
	}
	.qywh_n ul li h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.qywh_n ul li .qywhen_n {
		margin-bottom: 20px;
		line-height:24px;
	}
	.qywh_n ul li h5{
		margin-top:20px;
	}
	.qywh_n ul li hr {
		height: 40px;
		margin: 20px auto 0;
	}
	.qywh_n ul li p {
		font-size: 14px;
	}
	.historylist_n .historyyear_n{
		display:none;
	}
	.historyimg_n,.historyms_n{
		width:100%;
	}
	.historytop_n .swiper-button-prev,.historytop_n .swiper-button-next{
		top:inherit;
		position:inherit;
		left:inherit;
		height:29px;
		float:left;
		transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		margin-top:20px;
	}
	.line {
		margin-top: 40px;
	}
	.historyimg_n{
		margin-top:0;
	}
	.historynr_n {
		margin-top: 60px;
	}
	.history_n {
		padding-bottom: 60px;
	}
	.ywlylist_n ul li .ywlyicon_n img{
		width:50px;
	}
	.ywlylist_n ul li h5{
		font-size:18px;
	}
	.ywlylist_n ul {
		height: 800px;
	}
	.ywlylist_n ul li {
		padding: 100px 0 0 0;
	}
	.ywlynr_n .ywlyrt_n {
		border-radius: 0 0 0 50px;
	}
	.searchnr {
		padding: 0 5px;
	}
	.card-body h5 a, .card-body h5 span {
		font-size: 14px;
		line-height:24px;
	}
	.card-img-150{
		height:180px;
	}
	 .footer .footerrt .botewm {
		margin-left: 10px;
	}
	.footerrt .botlxfs dl dt {
		font-size: 14px;
	}
	.footerrt .botlxfs dl dd, .footerrt .botlxfs dl dd a {
		font-size: 24px;
		line-height: 34px;
	}
}
@media only screen and (max-width:540px){
	.qywh_n ul li {
		padding: 50px 20px 0 20px;
	}
	.card-img-150{
		height:151px;
	}
}
@media only screen and (max-width:500px){
	.footer .footerlf ul li {
		width: 33.3333333%;
	}
}
@media only screen and (max-width: 430px){
	.nhzlcnr ul li:nth-child(2n+1),.nhzlcnr ul li:nth-child(2n){
		width:100%;
		height:auto;
	}
	.nhzlcnr ul li:nth-child(4) {
		display: flex;
	}
	.nhzlcnr ul li:nth-child(2n+1){
		padding:30px 5px;
	}
}
@media only screen and (max-width: 425px){
	.index_main .section1 .index_banner .item .inner .block_txt1{
		width:63%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt2,.index_main .section1 .index_banner .item .inner .block_txt3,.index_main .section1 .index_banner .item .inner .block_txt4{
		width: 60%;
	}
	.index_main .section1 .index_banner .item .inner .block_txt5{
		width:54%;
	}
	.company h4{
		font-size:16px;
	}
	.company p{
		font-size:10px;
	}
	.mapnr .company{
		padding:7px 10px;
	}
	.aboutlist dl dt .timer {
		font-size: 25px;
		line-height: 25px;
	}
	.aboutrt_n .aboutlist dl dt .timer{
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist dl dd {
		font-size: 14px;
	}
	.case .casert .caselist .casecont h5{
		font-size:16px;
		padding-bottom:10px;
	}
	.case .casert .caselist .casecont p{
		font-size:14px;
	}
	.ywlynr_n dl dt .ywlyen_n {
		font-size: 60px;
		line-height: 60px;
		top: -25px;
	}
	.ywlynr_n dl {
		margin: 30px 0;
	}
	.qywh_n ul li .qywhicon_n img {
		width: 50px;
	}
	.qywh_n ul li h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.qywh_n ul li .qywhen_n {
		font-size: 12px;
		line-height: 20px;
	}
	.qywh_n ul li p {
		font-size: 13px;
		line-height: 23px;
	}
	.newsinfo_n {
		padding: 30px 20px;
	}
	.card-img-150{
		height:117px;
	}
}
@media only screen and (max-width: 424px){
	.menu_n ul li {
		width:50%;
		line-height:40px;
		font-size:16px;
	}
	.menu_n ul li a{
		font-size:16px;
	}
}
@media only screen and (max-width: 375px){
	.aboutlist dl dt .timer{
		font-size: 22px;
		line-height: 22px;
	}
	
	.qywh_n ul li {
		padding: 40px 10px 0 10px;
	}
	.qywh_n ul li p {
		font-size: 12px;
		line-height: 22px;
	}
	.qywh_n ul li h5 {
		margin-top: 10px;
	}
	.qywh_n ul li .qywhen_n {
		margin-bottom: 10px;
	}
	.card-img-150{
		height:102px;
	}
}
@media only screen and (max-width: 320px){
	.card-img-150{
		height:86px;
	}
}
@media only screen and (max-width: 319px){
	.case .casert .caselist .casecont h5{
		font-size:15px;
	}
	.case .casert .caselist .casecont p{
		font-size:13px;
	}
	.case .casert .caselist .casecont {
		padding: 22px 12px;
	}
	.card-img-150{
		height:74px;
	}
}



