@charset "utf-8";



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

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

@font-face
{
	font-family: myFirstFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	src: url('../font/BAUHS93.TTF'),
		 url('../font/BAUHS93.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;}

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:"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;}

/* 页面基本元素

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



/* 链接样式 */

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; }



/* 层浮动 */

.left { float: left; }

.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);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.toptel{
	overflow:hidden;
	padding:35px 0;
}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.cnen{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin-top:40px;
}
.cnen a{
	font-size:16px;
	color:#fff;
}
.search{
	width:208px;
	height:42px;
	position:relative;
	margin-top:29px;
	margin-right:25px;
}
.search input{
	width:100%;
	height:42px;
	line-height:42px;
	border-radius:21px;
	background:#fff;
	padding:0 40px 0 15px;
}
.search button{
	background:none;
	position:absolute;
	right:18px;
	top:12.5px;
	z-index:99;
}
.logo{
	height:100%;
	overflow:hidden;
	padding:30px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a>img{
	margin-right:18px;
}
.language a{
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background:#e60012;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

.nav{
	text-align:right;
	margin-right:50px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	color:#fff;
	line-height:100px;
	margin:0 34px;
	position:relative;
	z-index:9;
	}

.nav .menu > li a::before{
	content:"";
	width: 0;  
	height: 0;  
	border-left: 6px solid transparent;  
	border-right: 6px solid transparent;  
	border-bottom: 10px solid #fff;  
	position:absolute;
	left: 50%;
    margin-left: -6px;
	bottom:0;
	z-index:99;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#e60012;
	font-weight:bold;
}
.nav .menu > li:hover a::before{
	opacity:1;
}

.nav .menu > li .submenu{
	width:340px;
	left:50%;
	margin-left:-170px;
	background:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}

.nav .menu > li .submenu li{
	width:50%;
	overflow:hidden;
	line-height:30px;
	float:left;
	text-align:left;
	padding:0 30px;
}

.nav .menu > li .submenu li a{
	display:block;
	color:#8a8a8a;
	padding:10px 0;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li:hover a{
	color:#e60012;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	}
.scrollnews{
	width:49.5%;
	height:120px;
	overflow:hidden;
	padding:0 0 0 40px;
	background:#e60012;
	position:absolute;
	right:0;
	bottom:-50px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	z-index:90;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:176px; overflow:hidden;  -moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;} 
.scrollnews ul li a{width:75%;overflow:hidden;display:block; text-align:left; float:left;font-size:16px;color:#fff;}
.scrollnews ul li span{width:25%;overflow:hidden; display:block; float:left;font-size:16px;color:#fff;text-align:right;}
.scrollnews_nr{
	width:9%;
	overflow:hidden;
	position:absolute;
	right:4%;
	bottom:30px;
	z-index:99;
	}
.scrollnews_nr img{
	max-width:100%;
	height:auto;
	}
.tnewslf{
	width:15%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	line-height:70px;
	margin:25px 0;
	}
.tnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	margin-top:10px;
	}
.tnewsrt{
	width:70%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	height:60px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	font-family:Arial;
	padding-left:26px;
	border-left:solid 1px #fff;
	margin:30px 0;
	padding-right:120px;
	background:url(../images/icon20.png) no-repeat right center;
	}
.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
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannerimg,.bannermore{
	width:100%;
	overflow:hidden;
}
.bannermore{
	margin-top:116px;
}
.bannermore a{
	display:block;
	width:188px;
	height:56px;
	line-height:56px;
	border:solid 1px rgba(255,255,255,0.4);
	padding-left:32px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
.bannermore a::before{
	content:"";
	width:26px;
	height:12px;
	position:absolute;
	left:-1px;
	bottom:-1px;
	border-left:solid 2px #e60012;
	border-bottom:solid 2px #e60012;
}
.bannermore a::after{
	content:"";
	width:26px;
	height:12px;
	position:absolute;
	right:-1px;
	top:-1px;
	border-top:solid 2px #e60012;
	border-right:solid 2px #e60012;
}
.bannermore a span{
	font-size:16px;
	color:#fff;
	margin-left:65px;
}
.banner .swiper-container .bannernr1{
	width:38.2%;
	overflow:hidden;
	position:absolute;
	left:5.2%;
	top:37.6%;
}
.banner .swiper-container .bannernr2{
	width:37%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-18.5%;
	top:34%;
}
.banner .swiper-container .bannernr2 .bannerimg{
	text-align:center;
}
.banner .swiper-container .bannernr3{
	width:21%;
	overflow:hidden;
	position:absolute;
	left:5.2%;
	top:37.4%;
}
.banner .swiper-container .bannernr4{
	width:30%;
	overflow:hidden;
	position:absolute;
	left:5.2%;
	top:37.4%;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.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
}
.banner .swiper-slide .img > img{
	width:100%;
	height:auto;
}
.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 {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	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 {
  position: relative;
  width: 24px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.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;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide .bannerimg img{
		max-width:100%;
		height:auto;
		}

@-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);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .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
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .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
}

.boxlist .swiper-slide,.boxlist2 .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
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .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
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.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
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.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:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.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-pagination-bullet{
	width: 55px;
	height:55px;
	display: inline-block;
	margin:0 2px;
	outline:none;
	border-radius:50%;
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:55px;
}
.swiper-pagination-bullet::after{
	content:"";
	width:50px;
	height:1px;
	background:#fff;
	position:absolute;
	left:45px;
	top:27px;
	opacity:0;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active{
	border:solid 1px #fff;
	margin-right:60px;
}
.swiper-pagination-bullet-active::after{
	opacity:1;
}
.swiper-pagination-bullet-active::before{
	top:5px;
	left:5px;
}

.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-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
}

/*banner*/

.banner .swiper-pagination {
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:5%;
	bottom:34px;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag {
    background: #55ae97;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	font-size:43px;
	color:#000;
	line-height:53px;
	font-weight:normal;
}
.tit h4 a{
	font-size:43px;
	color:#000;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:53px;
	color:#000;
	line-height:63px;
	margin-top:8px;
	}
.tit h3 a{
	font-size:53px;
	color:#000;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:90px;
	height:90px;
	line-height:90px;
	background:#d10000;
	border-radius:50%;
	text-align:center;
	display:block;
	position:relative;
	}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @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);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	}
.aboutlf{
	width:43%;
	overflow:hidden;
	}
.aboutrt{
	width:57%;
	overflow:hidden;
	padding-left:180px;
	padding-top:200px;
	padding-right:5.2%;
	}
.aboutlf .abouttit{
	width:100%;
	overflow:hidden;
	padding-left:12.2%;
	padding-top:170px;
	padding-bottom:94px;
	border-right:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	}
.aboutlf .aboutky{
	width:100%;
	overflow:hidden;
	padding:92px 0 92px 12.2%;
	border-right:solid 1px #e2e2e2;
}
.aboutlf .aboutky img{
	max-width:100%;
	width:260px;
	height:auto;
}
.aboutrt .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7f7f7f;
	line-height:34px;
	margin-top:60px;
	}
.aboutrt .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:105px;
	}
.aboutrt .aboutmore a{
	display:block;
	width:188px;
	height:56px;
	line-height:56px;
	border:solid 1px #b2b2b2;
	padding-left:32px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	}
.aboutrt .aboutmore a::before{
	content:"";
	width:26px;
	height:12px;
	position:absolute;
	left:-1px;
	bottom:-1px;
	border-left:solid 2px #e60012;
	border-bottom:solid 2px #e60012;
}
.aboutrt .aboutmore a::after{
	content:"";
	width:26px;
	height:12px;
	position:absolute;
	right:-1px;
	top:-1px;
	border-top:solid 2px #e60012;
	border-right:solid 2px #e60012;
}
.aboutrt .aboutmore a span{
	font-size:16px;
	color:#000;
	margin-left:65px;
}
.aboutlogo{
	width:100%;
	overflow:hidden;
	padding:34px 5.2%;
	text-align:center;
	border-top: solid 1px #e2e2e2;
}
.aboutlogo ul{
	width:100%;
	overflow:hidden;
}
.aboutlogo ul li{
	width:11.111111111111111111111111%;
	overflow:hidden;
	text-align:center;
	float:left;
}
.aboutlogo ul li img{
	max-width:100%;
	height:auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.aboutlogo ul li:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.aboutlist{
	width:100%;
	overflow:hidden;
	}
.aboutlist ul{
	overflow:hidden;
	}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	}
.aboutlist ul li dl{
	overflow:hidden;
	float:left;
	}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.aboutlist dl dt{
	font-size:16px;
	color:#000;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt font{
	font-size:26px;
	color:#000;
	}
.aboutlist dl dt .timer{
	font-size:50px;
	color:#e60012;
	font-weight:bold;
	font-family: Arial;
	line-height:50px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dd{
	font-size:18px;
	color:#000;
}
/* cxyf
-------------------------------------------------------------- */
.cxyf{
	width:100%;
	height:958px;
	overflow:hidden;
	background:url(../images/ldzbg1.jpg) no-repeat top center;
	background-size:cover;
	padding:110px 5% 0 5%;
	position:relative;
}
.cxyf .tit h4,.cxyf .tit h4 a,.cxyf .tit h3{
	color:#fff;
}
.cxyfnr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.cxyfcont{
	width:100%;
	overflow:hidden;
	height:0;
	display:hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.cxyfcont.active{
	height:auto;
	display:block;
}
.cxyfnr h5,.cxyfnr p{
	width:100%;
	overflow:hidden;
}
.cxyfnr h5{
	font-size:22px;
	color:#fff;
	line-height:32px;
	font-weight:normal;
}
.cxyfjs{
	width:50%;
	overflow:hidden;
	margin-top:20px;
}
.cxyfnr p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	letter-spacing:1px;
}
.cxyflist{
	width:100%;
	padding:0 5%;
	position:absolute;
	left:0;
	bottom:0;
}
.cxyflist ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.cxyflist ul li{
	width:24.25%;
	height:255px;
	background:#e60012;
	border-bottom:solid 3px #e60012;
	padding:42px 50px;
	position:relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.cxyflist ul li::before{
	content:"";
	width: 0;
	  height: 0;
	  border-left: 13px solid transparent;
	  border-right: 13px solid transparent;
	  border-bottom: 22px solid red;
	  position:absolute;
	  top:-22px;
	  left:50%;
	  margin-left:-12px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	  opacity:0;
}
.cxyflist ul li h6{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
}
.cxyflist ul li .cxyficon{
	width:100%;
	overflow:hidden;
	margin-top:80px;
}
.cxyflist ul li .cxyficon img{
	max-width:100%;
	height:auto;
}
.cxyflist ul li:hover,.cxyflist ul li.active{
	background:#e60012;
}
.cxyflist ul li:hover h6,.cxyflist ul li.active h6{
	color:#fff;
}
.cxyflist ul li:hover::before,.cxyflist ul li.active::before{
	opacity:1;
}
/* case
-------------------------------------------------------------- */
.kh{
	width:100%;
	overflow:hidden;
	background:url(../images/khbg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:113px;
	padding-bottom:187px;
	position:relative;
	}
.kh .khtit{
	width:100%;
	overflow:hidden;
	padding:0 5%;
	}
.kh .khtit .tit,.kh .khtit .khmore{
	overflow:hidden;
	padding:0;
	}
.kh .khtit .khmore a{
	display: block;
    width: 188px;
    height: 56px;
    line-height: 56px;
    border: solid 1px rgba(255,255,255,0.4);
    padding-left: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
	}
.kh .khtit .khmore{
	display:flex;
	justify-content:right;
	padding-top:64px;
}
.kh .khtit .khmore a span {
    font-size: 16px;
    color: #fff;
    margin-left: 65px;
}
.khtit .khmore a::before {
    content: "";
    width: 26px;
    height: 12px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
}
.khtit .khmore a::after {
    content: "";
    width: 26px;
    height: 12px;
    position: absolute;
    right: -1px;
    top: -1px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.kh .khtit .tit h4,.kh .khtit .tit h4 a,.kh .khtit .tit h3{
	color:#fff;
}
.khnr{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:78px;
}
.khscroll,.khscroll ul{
	width:100%;
	overflow:hidden;
}
.khscroll ul li{
	overflow:hidden;
	float:left;
	width: 300px;
    height: 117px;
	margin:15px;
	text-align:center;
}
.khscroll ul li figure {
    margin: auto;
    text-align: center;
	position:relative;
	top:50%;
	transform: translate(0, -50%);
}
.khscroll ul li img{
	max-width:100%;
	height:auto;
}
.kh .brandwave{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	}
.pop{
	width:100%;
	height:100vh;
	overflow:hidden;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:990;
}
.pop .popnr{
	width:96%;
	overflow:hidden;
	padding:20px;
	margin:auto;
	position:relative;
	top:5%;
	left:0;
	z-index:992;
}
.pop .iclosed{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:999;
}
.pop ul{
	width:100%;
	overflow:hidden;
}
.pop ul li{
	width:14.285%;
	overflow:hidden;
	padding:0 5px;
	float:left;
	text-align:center;
	margin:10px 0;
}
.pop ul li img{
	max-width:100%;
	height:auto;
}
/* yyly
-------------------------------------------------------------- */
.yyly{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.yyly .tit{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:88px;
	z-index:99;
	}
.yyly .tit p,.yyly .tit h3,.yyly .tit h3 a{
	color:#fff;
	}
.yyly ul li{
	position:relative;
	}
.yyly ul li:first-child{
	background:url(../images/lyimg1.jpg) no-repeat top right;
	background-size:cover;
	}
.yyly ul li:nth-child(2){
	background:url(../images/lyimg2.jpg) no-repeat top right;
	background-size:cover;
	}
.yyly ul li:nth-child(3){
	background:url(../images/lyimg3.jpg) no-repeat top right;
	background-size:cover;
	}
.yyly ul li .yylybg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	}
.yyly ul li.active .yylybg{
	background:rgba(0,0,0,0.1);
	}
.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;
	top:382px;
	}
.cloud-product-ul li .normal-inner h4{
	font-size:22px;
	color:#fff;
	line-height:32px;
	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:30px;
	height:3px;
	background:#d10000;
	margin:36px auto 0;
	}
.active-inner-item {
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 58%;
}
.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:100%;
}
.cloud-product-ul li {
	height:100%;
	height:1000px;
	position: relative;
	background:#fff;
	width: 21%;
	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 .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(209,0,0,1), rgba(209,0,0,0));
    background: -o-linear-gradient(top, rgba(209,0,0,1), rgba(209,0,0,0));
    background: -moz-linear-gradient(top, rgba(209,0,0,1), rgba(209,0,0,0));
    background: linear-gradient(to top, rgba(209,0,0,1), rgba(209,0,0,0));
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	}
.active-inner-item .oursl_nr{
	width:100%;
	overflow:hidden;
	padding:0 70px 0 80px;
	position:absolute;
	left:0;
	bottom:70px;
	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 h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	}
.active-inner-item .oursl_nr .yylyen{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	font-family:Arial;
	font-weight:normal;
	}
.active-inner-item .oursl_nr .ourslms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-top:28px;
	}
.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;
	}
.active-inner-item .oursl_nr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:41px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.active-inner-item .oursl_nr .num{
	font-size:200px;
	font-family:Arial;
	color:rgba(255,255,255,0.2);
	line-height:150px;
	position:absolute;
	right:0;
	bottom:0;
	font-weight:bold;
	z-index:0;
	}
.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
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-left:5%;
	padding-top:124px;
	padding-bottom:62px;
}
.news .newstit{
	width:100%;
	overflow:hidden;
}
.newstit .tit,.newstit .newsmenu{
	overflow:hidden;
	padding:0;
	}
.newstit .newsmenu{
	text-align:right;
}
.newstit .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	float:left;
	position:relative;
	padding-left:30px;
	line-height:80px;
	margin-right:118px;
	}
.newsmenu ul li a{
	position:relative;
	z-index:99;
}
.newsmenu ul li::before{
	content:"";
	width:12px;
	height:12px;
	background:#8a8a8a;
	border-radius:50%;
	position:absolute;
	left:6px;
	top:34px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.newsmenu ul li::after{
	content:"";
	width:24px;
	height:24px;
	background:rgba(138,138,138,0.3);
	border-radius:50%;
	position:absolute;
	left:0;
	top:28px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.newsmenu ul li:hover::before{
	background:#e60012;
}
.newsmenu ul li:hover::after{
	background:rgba(230,0,18,0.3);
}
.newsmenu ul li span{
	font-size:100px;
	color:rgba(138,138,138,0.15);
	font-family:Arial;
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.newsmenu ul li a{
	font-size:24px;
	color:#000;
	font-weight:bold;
	}
.news .newsnr {
    width: 100%;
    margin-top: 103px;
}
.newsnr .swiper-container {
    width: 120%;
    overflow: hidden;
}
.news .newslist{
	width:100%;
	overflow:hidden;
}
.newslist .newsdate{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:132px;
	color:#e60012;
	line-height:132px;
	font-family: myTwoFont;
	position:relative;
	z-index:1;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
	opacity:0;
}
.newslist .newscont{
	width:100%;
	overflow:hidden;
	border-radius:50px;
	padding:73px 80px 60px 80px;
	margin-top:-40px;
	position:relative;
	z-index:9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.newslist .newscont h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#2e2e2e;
	line-height:38px;
	margin-bottom:30px;
}
.newslist .newscont hr{
	width:82px;
	border:none;
	border-bottom:solid 3px #e60012;
}
.newslist .newscont p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#bababa;
	margin-top:35px;
	margin-bottom:54px;
}
.news .newslist:hover .newscont{
	background:#fff;
}
.news .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:49px;
}
.news .swiper-button div{
	width:52px;
	height:52px;
	display:inline-block;
	margin:0 10px;
	border-radius:50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.news .swiper-button .swiper-button-prev{
	background:#69727d url(../images/prev2.png) no-repeat center;
}
.news .swiper-button .swiper-button-next{
	background:#69727d url(../images/next2.png) no-repeat center;
}
.newslist:hover .newsdate{
	opacity:1;
}
.news .swiper-button div:hover{
	background-color:#e60012;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding:0 5%;
	margin-top:125px;
	padding-bottom:130px;
	background:url(../images/probg.jpg) no-repeat bottom center;
	}
.protop{
	width:100%;
	overflow:hidden;
}
.pro .tit,.pro .protoprt{
	padding:0;
}
.pro .protoprt{
	display:flex;
	justify-content:right;
}
.protoprt .search_pro{
	width:59%;
	overflow:hidden;
}
.protoprt .search_pro h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#000;
	line-height:32px;
	font-weight:normal;
	margin-bottom:17px;
}
.protoprt .search_pro input{
	width:100%;
	overflow:hidden;
	border-bottom:solid 2px #0d0d0d;
	padding:10px 35px 10px 20px;
	line-height:30px;
	font-size:16px;
	color:#333;
	position:relative;
}
.protoprt .search_pro button{
	width:26px;
	height:26px;
	background:none;
	position:absolute;
	right:14px;
	bottom:13px;
	z-index:99;
}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.pronr .prolf{
	width:30%;
	overflow:hidden;
	padding-top:38px;
	}
.pronr .prort{
	width:54%;
	overflow:hidden;
	}
.prolist{
	width:100%;
	overflow:hidden;
	padding-left:68px;
	height:0;
	visibility:hidden;
	position:relative;
}
.prolist.active{
	height:auto;
	visibility:visible;
}
.prolist dl,.prolist dl dt,.prolist dl dd{
	width:100%;
}
.prolist dl dt img{
	width:100%;
	height:auto;
}
.prolist dl dd{
	margin-top:28px;
	overflow:hidden;
}
.prolist dl dd .probt{
	width:80%;
	overflow:hidden;
	float:left;
	font-size:25px;
	color:#000;
	line-height:35px;
}
.prolist dl dd .promore{
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
	font-size:16px;
	color:#000;
	line-height:35px;
}
.prolist dl dd .promore i{
	margin-right:12px;
}
/*左侧导航菜单    home*/
.sideMenu{
	width:100%;
	height:429px;
	overflow:hidden;
}
.sideMenu h4{ 
	height:40px; 
	line-height:40px; 
	cursor:pointer;
	font-size: 30px; 
	color: #000;
	font-weight:normal;
	padding-right:25px;
	position:relative;
}
.sideMenu h4 a{ 
	font-size: 30px; 
	color: #000;
}
.sideMenu h4 i{ 
	width:9px;
	height:16px;
	background:url(../images/icon50.png) no-repeat center;
	position:absolute;
	right:5px;
	top:12px;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.sideMenu ul li.on h4 i{
	transform:rotate(90deg);
}
.sideMenu ul .nLi{
	border-bottom:solid 1px #c4c4c4;
	padding:36px 0;
}
.sideMenu ul .nLi.on .sub{ 
	display: block;
	margin-top:30px;
	}
.sideMenu ul .nLi .sub{ 
	overflow:hidden;
	display:none; 
	}
.sideMenu ul .nLi .sub li{ 
	height: 30px; 
	line-height: 30px; 
	list-style: none;
	padding-left:20px;
	position:relative;
	}
.sideMenu ul .nLi .sub li::before{
	content:"";
	width:8px;
	height:2px;
	background:#8a8a8a;
	position:absolute;
	left:0;
	top:14px;
}
.sideMenu ul .nLi .sub li a{ 
	font-size: 16px; 
	color: #8a8a8a; 
	text-decoration: none; 
	box-sizing:border-box;
	display:block;
	}
.sideMenu ul .nLi .sub li a:hover,.sideMenu ul .nLi .sub li.active a{ 
	color:#e60012;
}
.sideMenu ul .nLi .sub li:hover::before,.sideMenu ul .nLi .sub li.active::before{
	background:#e60012;
}
.prolist .swiper-button{
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:63px;
	z-index:99;
}
.prolist .swiper-button div{
	width:68px;
	height:68px;
	float:left;
}
.prolist .swiper-button .swiper-button-prev{
	background:#8a8a8a url(../images/prev2.png) no-repeat center;
}
.prolist .swiper-button .swiper-button-next{
	background:#e60012 url(../images/next2.png) no-repeat center;
}
/*左侧导航菜单    end*/
/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width:100%;
	overflow:hidden;
	background:url(../images/hyyybg1.jpg) no-repeat bottom center;
	background-size:cover;
	padding:0 5%;
	}
.hyyynr{
	position:relative;
	}
.hyyytit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:72px;
	z-index:99;
	}
.hyyytit .tit{
	text-align:center;
	}
.hyyytit .tit h3,.hyyytit .tit h3 a,.hyyytit .tit h4,.hyyytit .tit h4 a{
	color:#fff;
	}
.hyyynr ul{
	width:100%;
	overflow:hidden;
	height:1000px;
	}
.hyyynr ul li{
	width:12.5%;
	overflow:hidden;
	float:left;
	height:100%;
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
	padding-top:420px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hyyynr ul li:first-child{
	border-left:solid 1px rgba(255,255,255,0.2);
	}
.hyyynr ul li .hyyyicon,.hyyynr ul li p{
	width:100%;
	overflow:hidden;
	}
.hyyynr ul li .hyyyicon{
	text-align:center;
	}
.hyyynr ul li .hyyyicon img{
	max-width:100%;
	height:auto;
	}
.hyyynr ul li p{
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:28px;
	}
.hyyynr ul li span{
	display:block;
	width:16px;
	height:1px;
	background:#fff;
	margin:52px auto 0;
	}
.hyyynr ul li:hover{
	background-image:linear-gradient(to top,#e60012,rgba(230,0,18,0));
	background-image:linear-gradient(to top,#e60012,rgba(230,0,18,0));
	}



/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	width:100%;
	overflow:hidden;
	padding:160px 5% 100px 5%;
	}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:16px;
	line-height:30px;
	padding-bottom:6px;
	font-weight:normal;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#000;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon24.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon25.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon26.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon27.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon28.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #e60012;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	height:267px;
	overflow:hidden;
	background:url(../images/lxfsbg.jpg) no-repeat top center;
	background-size:cover;
	padding:0 5%;
	}
.contact .botlogo{
	overflow:hidden;
	padding:109px 0 0 0;
	}
.contact .botlogo img{
	max-width:100%;
	height:auto;
	}
.contact .contactrt{
	overflow:hidden;
	padding:0;
	display:flex;
	justify-content:right;
}
.contact .contactrt dl{
	overflow:hidden;
	margin-top:103px;
}
.contact .contactrt dl dt,.contact .contactrt dl dd{
	width:100%;
	overflow:hidden;
}
.contact .contactrt dl dt{
	font-size:22px;
	color:#fff;
	line-height:32px;
}
.contact .contactrt dl dd{
	font-size:48px;
	color:#fff;
	line-height:58px;
	font-family:Arial;
	font-weight:bold;
}
.contact .contactrt dl dd a{
	font-size:48px;
	color:#fff;
}
.contactrt .lxbtn{
	overflow:hidden;
	margin-top:106.5px;
	margin-left:222px;
	}
.contactrt .lxbtn a{
	display:block;
	width:184px;
	height:54px;
	line-height:54px;
	background:#fff;
	border-radius:27px;
	text-align:center;
	font-size:18px;
	color:#d51920;
	font-weight:bold;
	}


/* link
-------------------------------------------------------------- */
.linkicon{
	width:100%;
	overflow:hidden;
	margin-top:58px;
}
.link{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#98aaae;
	line-height:30px;
	}
.link img{
	margin-right:18px;
}
.link a{
	font-size:16px;
	color:#98aaae;
	margin-right:10px;
	}
.linknr a:hover{
	color:#449e22;
	}
.boticon{
	width:20%;
	overflow:hidden;
	text-align:right;
}
.boticon a{
	display:inline-block;
	margin-left:32px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:97px;
	position:relative;
}
.footernr ul{
	width:100%;
	overflow:hidden;
	}
.footernr ul li{
	overflow:hidden;
	padding:0;
	}
.footernr ul li h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-weight:normal;
	margin-bottom:25px;
	}
.footernr ul li h4 a{
	font-size:18px;
	color:#98aaae;
	}
.footernr ul li span{
	display:block;
	width:20px;
	height:2px;
	background:#e60012;
	margin-bottom:15px;
}
.footernr ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#98aaae;
	margin-top:14px;
	}
.footernr ul li p a{
	font-size:16px;
	color:#98aaae;
}
.bot{
	width:100%;
	overflow:hidden;
	color:#343434;
	line-height:30px;
	padding:50px 0;
	margin-top:12px;
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	font-size:15px;
	color:#98aaae;
	line-height:30px;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:15px;
	color:#98aaae;
	}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right: 30px;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:42px;
	height:42px;
	border-radius:50%;
    position: relative;
    cursor: pointer;
	background:#fff;
	margin:14px 0;
	box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-webkit-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-moz-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
}
.side ul li:last-child,.side ul li:hover{
	background:#e60012;
}
.side ul li:last-child p{
	color:#fff;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 200px;
	overflow:hidden;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul .sidetel .sideimg{
	background:url(../images/icon47.png) no-repeat center;
}
.side ul .sidetel:hover .sideimg{
	background:url(../images/iconh47.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon46.png) no-repeat center;
}
.side ul .sidezx:hover .sideimg{
	background:url(../images/iconh46.png) no-repeat center;
}
.side ul .sidely .sideimg{
	background:url(../images/icon48.png) no-repeat center;
}
.side ul .sidely:hover .sideimg{
	background:url(../images/iconh48.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon49.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidezx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* return
-------------------------------------------------------------- */
.return {
	width:69px;
	overflow:hidden;
    position: fixed;
    right: 3%;
    bottom: 30%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 50%;
    z-index: 999;
}
.return img{
	max-width:100%;
	height:auto;
}
/* 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:234px;
	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:600px;
	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:800px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:553px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:200px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	padding:0 5%;
	position:absolute;
	left:0;
	bottom:102px;
	font-size: 16px;
	color: #fff;
}
.position a {
	font-size: 16px;
	color: #fff;
}
.positionnr{
	width: 100%;
	overflow: hidden;
	padding:0 5%;
	border-bottom: solid 1px #e2e2e2;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu,.positionrt{
	width:100%;
	overflow: hidden;
}
.positionrt{
	text-align:right;
	line-height:30px;
	padding:10px 0;
}
.positionrt,.positionrt a{
	color:#333;
	font-size:16px;
}
.positionrt a:hover{
	color:#e60012;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 36px;
	text-align: center;
	margin-right:40px;
	position:relative;
}
.nmenu ul li::after{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	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;
}
.nmenu ul li a{
	font-size: 16px;
	color: #fff;
	display: block;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	font-weight:bold;
}
.nmenu ul li:hover::after,.nmenu ul li.active::after{
	width:100%;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	text-align:center;
	color: #000;
    font-size: 40px;
    line-height: 50px;
	font-weight:normal;
	margin-bottom:32px;
	}
.ntit hr{
    width: 60px;
	border:none;
	border-bottom:solid 2px #e60012;
	margin:auto;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow:hidden;
	padding:80px 5%;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-top:108px;
}
.aboutnr_n p{
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.aboutnr_n img{
	max-width:100%;
	height:auto;
}
.aboutlist_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.aboutlist_n ul{
	width:100%;
	overflow:hidden;
	}
.aboutlist_n ul li{
	overflow:hidden;
	padding:0;
	border-right: solid 1px #c3c3c3;
	display:flex;
	}
.aboutlist_n ul li dl{
	overflow:hidden;
	}
.aboutlist_n ul li:first-child{
	justify-content:left;
	}
.aboutlist_n ul li:last-child{
	justify-content:right;
	}
.aboutlist_n ul li:nth-child(2),.aboutlist_n ul li:nth-child(3){
	justify-content:center;
	}
.aboutlist_n ul li:last-child{
	border-right:none;
	}
.aboutlist_n dl dt,.aboutlist_n dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.aboutlist_n dl dt{
	font-size:16px;
	color:#000;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist_n dl dt font{
	font-size:26px;
	}
.aboutlist_n dl dt .timer{
	font-size:68px;
	font-family: Arial;
	line-height:68px;
	color:#e60012;
	font-weight:bold;
	margin-right:5px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist_n dl dd{
	font-size:18px;
	color:#000;
}
.aboutlist_n dl:last-child{
	border-right:none;
	}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:136px;
}
.aboutimg_n img{
	width:100%;
	height:auto;
}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.qywh_n .qywh_yj{
	width:38%;
	overflow:hidden;
	position:absolute;
	right:5%;
	bottom:190px;
}
.qywh_n .qywh_yj h5{
	width:100%;
	font-size:25px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	border-bottom:solid 2px rgba(255,255,255,0.2);
	padding-bottom:34px;
	position:relative;
}
.qywh_n .qywh_yj h5::after{
	content:"";
	width:48px;
	height:2px;
	background:#e60c1e;
	position:absolute;
	left:0;
	bottom:-2px;
	z-index:9;
}
.qywh_n .qywh_yj .qywh_yjnr,.qywh_n .qywh_yj .qywh_yjnr p{
	width:100%;
	overflow:hidden;
}
.qywh_n .qywh_yj .qywh_yjnr p{
	font-size:30px;
	line-height:40px;
	color:#fff;
}
.qywh_n .qywh_yj .qywh_yjnr{
	margin-top:42px;
}
.qywhlist_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg2.jpg) no-repeat top center;
	padding:144px 5%;
	}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.qywhlist_n{
		background-size:100%;
	}
}
.qywhlist_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	}
.qywhlist_n ul li{
	width:24%;
	height:608px;
	overflow:hidden;
	position:relative;
	}
.qywhlist_n ul li .qywhnr_n{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:56px;
	padding:0 30px;
}
.qywhlist_n ul li:first-child{
	background:url(../images/qywhimg1.jpg) no-repeat top center;
	background-size:cover;
}
.qywhlist_n ul li:nth-child(2){
	background:url(../images/qywhimg2.jpg) no-repeat top center;
	background-size:cover;
}
.qywhlist_n ul li:nth-child(3){
	background:url(../images/qywhimg3.jpg) no-repeat top center;
	background-size:cover;
}
.qywhlist_n ul li:nth-child(4){
	background:url(../images/qywhimg4.jpg) no-repeat top center;
	background-size:cover;
}
.qywhlist_n ul li:nth-child(2n){
	margin-top:90px;
}
.qywhlist_n ul li h5,.qywhlist_n ul li p{
	width:100%;
	overflow:hidden;
	}
.qywhlist_n ul li h5{
	font-size:25px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	margin-bottom:10px;
}
.qywhlist_n ul li hr{
	width:36px;
	border:none;
	border-bottom:solid 2px #e60012;
}
.qywhlist_n ul li p{
	font-size:15px;
	color:#fff;
	margin-top:20px;
	}
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:40px;
	margin-bottom:60px;
}
.casenr_n,.casenr_n{
	width:100%;
	overflow:hidden;
}
.casenr_n .caselist_n{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.casenr_n .caselist_n .caseimg_n,.casenr_n .caselist_n .casebot_n,.casenr_n .caselist_n h5,.casenr_n .caselist_n .casemore_n{
	width:100%;
	overflow:hidden;
}
.casenr_n .caselist_n .caseimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.caselist_n .caseimg_n{
    position: relative;
    height: 354px;
}
.caselist_n:hover .caseimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.caselist_n .casebot_n{
	height:166px;
	background:#f8f8f8;
	padding-top:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casenr_n .caselist_n h5{
	font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}
.casenr_n .caselist_n .casemore_n{
    margin-top: 20px;
}
.caselist_n .casebot_n .casemore_n span{
	display:block;
	width:60px;
	height:60px;
	background:#d10000 url(../images/icon8.png) no-repeat center;
	border-radius:50%;
	margin:auto;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.caselist_n:hover .casebot_n{
	background:#d10000;
	}
.caselist_n:hover .casebot_n h5{
	color:#fff;
	}
.caselist_n:hover .casebot_n .casemore_n span{
	background:#fff url(../images/iconh8.png) no-repeat center;
	}

/* npro
-------------------------------------------------------------- */
.pro_n{
	width:100%;
	overflow:hidden;
	padding:76px 5%;
	}
.protit_n{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:20px;
}
.protit_n .probt_n{
	overflow:hidden;
	padding:0;
	font-size:35px;
	color:#000;
	font-weight:bold;
	line-height:45px;
}
.protit_n .protitrt_n{
	overflow:hidden;
	padding:0;
	display:flex;
	justify-content:right;
}
.protitrt_n .protitcx_n{
	width:180px;
	overflow:hidden;
	position:relative;
}
.protitrt_n .protitcx_n input{
	width:100%;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#8a8a8a;
	padding:0 15px 0 30px;
}
.protitrt_n .protitcx_n button{
	background:none;
	position:absolute;
	right:0;
	top:9.5px;
	z-index:99;
}

.pronr_n{
	width:100%;
}
.pronr_n dl{
	width:31.33333333333333%;
	float:left;
	margin:60px 3% 60px 0;
	padding-bottom:88px;
	position:relative;
	box-shadow:0px 0px 25px rgba(117,117,117,0.1);
	border:solid 2px rgba(255,255,255,0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n dl:nth-child(3n){
	margin-right:0;
}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
}
.pronr_n dl dt{
	height:362px;
	position:relative;
}
.pronr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pronr_n dl dd{
	font-size:20px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
.pronr_n dl .promore_n{
	width:124px;
	height:120px;
	background:url(../images/morebg.png) no-repeat center;
	padding-top:35px;
	position:absolute;
	left:50%;
	margin-left:-62px;
	bottom:-60px;
	z-index:99;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n dl .promore_n .promoreicon_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.pronr_n dl .promore_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.pronr_n dl:hover{
	border:solid 2px #e60012;
}
.pronr_n dl:hover .promore_n{
	background:url(../images/morebgh.png) no-repeat center;
}
.pronr_n .nprolf{
	overflow:hidden;
	padding:0;
	box-shadow:0px 0px 25px rgba(117,117,117,0.1);
	text-align:center;
}
.pronr_n .nprolf img{
	max-width:100%;
	height:auto;
}
.pronr_n .nprort{
	overflow:hidden;
	padding:32px 0 0 72px;
}
.pronr_n .nprort h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#e60012;
	line-height:50px;
}
.pronr_n .nprort .nprortjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	border-top:solid 1px #c4c4c4;
	margin-top:30px;
	padding-top:30px;
}
.pronr_n .nprort .nprortjs p{
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
}
.nprort .dhdh{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #c4c4c4;
	margin-top:48px;
	padding-top:52px;
}
.nprort .dhdh h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:30px;
}
.nprort .dhdh .dhdhnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	margin-top:10px;
}
.nprort .dhdh .dhdhnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
	margin-bottom:40px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr p a,.nprofbnr p span,.nprofbnr p strong{
	font-size:16px;
	color:#343434;
}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
.nprofbnr table td p,.nprofbnr table td span{
	font-size:16px;
}
.nprofbnr table .firstRow{
	background:#e60012;
}
.nprofbnr table .firstRow td,.nprofbnr table .firstRow td span,.nprofbnr table .firstRow td p,.nprofbnr table .firstRow td a,.nprofbnr table .firstRow td strong{
	color:#fff;
}
.nprofbnr table td{
	text-align:center;
}
.pronr_n .newsbotnr_n{
	width:100%;
}
.tjpro,.tjpro h3,.tjpro ul,.tjpro ul li .tjpro_img{
	width:100%;
	overflow:hidden;
}
.tjpro{
	margin-top:50px;
}
.tjpro h3{
	font-size:40px;
	color:#000;
	line-height:50px;
	text-align:center;
}
.tjpro ul li{
	width:24.25%;
	overflow:hidden;
	float:left;
	margin:10px 1% 10px 0;
}
.tjpro ul{
	margin-top:40px;
}
.tjpro ul li:last-child{
	margin-right:0;
}
.tjpro ul li .tjpro_img,.tjpro ul li p,.tjpro ul li .tjpro_xq{
	width:100%;
	overflow:hidden;
}
.tjpro ul li .tjpro_img img{
	width:100%;
	overflow:hidden;
}
.tjpro ul li p{
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-top:16px;
}
.tjpro ul li .tjpro_xq{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	margin-top:28px;
}
.tjpro ul li:hover .tjpro_xq{
	color:#e60012;
}
/*产品展示结束*/

/* proyy_n
-------------------------------------------------------------- */
.proyy_n{
	width:100%;
	overflow:hidden;
	padding:80px 5%;
}
.proyy_menu,.proyy_menu ul{
	width:100%;
	overflow:hidden;
}
.proyy_menu{
	margin-bottom:30px;
}
.proyy_menu ul li{
	overflow:hidden;
	float:left;
	margin-right:52px;
	line-height:30px;
	padding-bottom:8px;
	position:relative;
	margin-bottom: 5px;
}
.proyy_menu ul li::after{
	content:"";
	width:0;
	height:1px;
	background:#e60012;
	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;
}
.proyy_menu ul li a{
	font-size:16px;
	color:#8f8f8f;
}
.proyy_menu ul li:hover::after,.proyy_menu ul li.active::after{
	width:100%;
}
.proyy_menu ul li:hover a,.proyy_menu ul li.active a{
	color:#e60012;
	font-weight:bold;
}
.proyynr_n,.proyynr_n h3{
	width:100%;
}
.proyynr_n h3{
	font-size:40px;
	color:#000;
	line-height:50px;
	font-family:Arial;
	margin-bottom:32px;
}
.proyynr_n ul,.proyynr_n ul li .proyyicon,.proyynr_n ul li h4,.proyynr_n ul li p{
	width:100%;
}
.proyynr_n ul li{
	width:32%;
	height:354px;
	overflow:hidden;
	float:left;
	margin:30px 2% 30px 0;
	box-shadow:0px 0px 30px rgba(4,0,0,0.06);
	border-radius:20px;
	border:solid 1px #fff;
	padding:80px 0 0 0;
}
.proyynr_n ul li h4{
	font-size:40px;
	color:#494949;
	line-height:50px;
	text-align:center;
	margin-top:18px;
}
.proyynr_n ul li p{
	font-size:22px;
	color:#a3a3a3;
	line-height:32px;
	text-align:center;
	margin-top:15px;
}
.proyynr_n ul li .proyyicon{
	text-align:center;
}
.proyynr_n ul li .proyyicon img{
	max-width:100%;
	height:auto;
}
.proyynr_n ul li:hover{
	border:solid 1px #e60012;
}
.proyynr_n ul li:last-child{
	margin-right:0;
}
.yycase{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding:100px 5% 164px 5%;
}
.yycasenr{
	width:100%;
	margin-top:60px;
	position:relative;
}
.yycase_list,.yycase_list .yycaseimg,.yycase_list .yycasejs,.yycase_list .yycasejs p{
	width:100%;
	overflow:hidden;
}
.yycase_list{
	background:#fff;
	border-radius:20px;
}
.yycase_list .yycaseimg{
	border-radius:20px;
}
.yycase_list .yycaseimg img{
	width:100%;
	height:auto;
}
.yycase_list .yycasejs{
	padding:34px 30px;
}
.yycase_list .yycasejs h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#424242;
	line-height:30px;
}
.yycase_list .yycasejs,.yycase_list .yycasejs p{
	font-size:16px;
	color:#424242;
	line-height:30px;
}
.yycase_list .yycasejs p{
	padding-left:24px;
	position:relative;
}
.yycase_list .yycasejs p::before{
	content:"";
	width:10px;
	height:10px;
	background:#e60012;
	border-radius:50%;
	position:absolute;
	left:0;
	top:10px;
}
.yycasenr .swiper-button{
	overflow:hidden;
}
.yycasenr .swiper-button div{
	width:21px;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	z-index:99;
}
.yycasenr .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	left:-85px;
}
.yycasenr .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh3.png) no-repeat center;
}
.yycasenr .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	right:-85px;
}
.yycasenr .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth3.png) no-repeat center;
}
/* jzj_n
-------------------------------------------------------------- */
.jzj_n{
	width:100%;
	overflow:hidden;
	padding:80px 5% 80px 0;
}
.jzj_n .jzjlf_n{
	width:20%;
	overflow:hidden;
}
.jzj_n .jzjlf_n ul,.jzj_n .jzjlf_n ul li{
	width:100%;
	overflow:hidden;
}
.jzj_n .jzjlf_n ul li{
	line-height:30px;
	background:url(../images/icon37.png) no-repeat 92% center;
	padding:14px 35px 14px 25%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jzj_n .jzjlf_n ul li a{
	display:block;
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.jzj_n .jzjlf_n ul li:hover,.jzj_n .jzjlf_n ul li.active{
	background:#e60012 url(../images/iconh37.png) no-repeat 92% center;
}
.jzj_n .jzjlf_n ul li:hover a,.jzj_n .jzjlf_n ul li.active a{
	color:#fff;
}
.jzj_n .jzjrt_n{
	width:80%;
	padding-left:136px;
}
.jzjnr_n{
	width:100%;
}
.jzjnr_n dl{
	width:31.33333333333333%;
	float:left;
	margin:60px 3% 60px 0;
	padding-bottom:88px;
	position:relative;
	box-shadow:0px 0px 25px rgba(117,117,117,0.1);
	border:solid 2px rgba(255,255,255,0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jzjnr_n dl:nth-child(3n){
	margin-right:0;
}
.jzjnr_n dl dt,.jzjnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.jzjnr_n dl dt{
	height:277px;
	position:relative;
}
.jzjnr_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;
}
.jzjnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.jzjnr_n dl dd{
	font-size:20px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
.jzjnr_n dl .promore_n{
	width:124px;
	height:120px;
	background:url(../images/morebg.png) no-repeat center;
	padding-top:35px;
	position:absolute;
	left:50%;
	margin-left:-62px;
	bottom:-60px;
	z-index:99;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jzjnr_n dl .promore_n .promoreicon_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.jzjnr_n dl .promore_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.jzjnr_n dl:hover{
	border:solid 2px #e60012;
}
.jzjnr_n dl:hover .promore_n{
	background:url(../images/morebgh.png) no-repeat center;
}
/* jjfa_n
-------------------------------------------------------------- */
.jjfa_n{
	width:100%;
	overflow:hidden;
}
.jjfalist_n{
	width:100%;
	overflow:hidden;
	padding-right:5%;
	position:relative;
}
.jjfanr_n{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding:80px 0 172px 5%;
	position:relative;
}
.jjfanr_n .jjfano_n{
	overflow:hidden;
	color:#dedede;
	font-size:320px;
	line-height:260px;
	font-family:Arial;
	font-weight:bold;
	position:absolute;
	right:-58px;
	top:128px;
	transform:rotate(90deg);
}
.jjfanr_n .jjfano_n:hover{
	color:#e60012;
}
.jjfaimg_n{
	width:59%;
	height:721px;
	overflow:hidden;
}
.jjfaimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jjfacont_n,.jjfacont_n .jjfa_icon,.jjfacont_n h4,.jjfacont_n .jjfamore{
	width:100%;
	overflow:hidden;
}
.jjfacont_n{
	width:50%;
	height:610px;
	overflow:hidden;
	background:#fff;
	padding: 92px 16% 0 100px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
}
.jjfacont_n::after{
	content:"";
	width:28%;
	height:1px;
	background:#c4c4c4;
	position:absolute;
	right:0;
	top:235px;
}
.jjfacont_n .jjfa_icon img{
	max-width:100%;
	height:auto;
}
.jjfacont_n h4{
	font-size:45px;
	color:#000;
	line-height:55px;
	margin-top:25px;
}
.jjfacont_n h4 span{
	color:#8a8a8a;
	font-family:Arial;
	font-size:25px;
	font-weight:normal;
	margin-left:26px;
}
.jjfacont_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	margin-top:20px;
}
.jjfacont_n .jjfamore{
	margin-top:86px;
}
.jjfacont_n .jjfamore a{
	display:block;
	width:188px;
	height:56px;
	line-height:56px;
	border:solid 1px #b2b2b2;
	padding-left:32px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
.jjfacont_n .jjfamore a::before{
	content:"";
	width:26px;
	height:12px;
	position:absolute;
	left:-1px;
	bottom:-1px;
	border-left:solid 2px #e60012;
	border-bottom:solid 2px #e60012;
}
.jjfacont_n .jjfamore a::after{
	content:"";
	width:26px;
	height:12px;
	position:absolute;
	right:-1px;
	top:-1px;
	border-top:solid 2px #e60012;
	border-right:solid 2px #e60012;
}
.jjfacont_n .jjfamore a span{
	font-size:16px;
	color:#000;
	margin-left:65px;
}
.jjfa_n .jjfalist_n:nth-child(2n) .jjfaimg_n{
	float:right;
}
.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n{
	left:0;
	padding: 92px 100px 0 16%;
}
.jjfa_n .jjfalist_n:nth-child(2n) .jjfanr_n .jjfano_n{
	right:inherit;
	left:0;
}
.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n::after{
	left:0;
}
/* jjfainfo_n
-------------------------------------------------------------- */
.jjfainfo_n{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding:80px 5%;
}
.jjfainfo_n .jjfainfo_lf{
	overflow:hidden;
	padding:0 90px 0 0;
}
.jjfainfo_n .jjfainfo_lf h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	font-weight:normal;
	margin-bottom:32px;
}
.jjfainfo_n .jjfainfo_lf hr{
	width:82px;
	border:none;
	border-bottom:solid 2px #e70c1d;
}
.jjfainfo_js{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	margin-top:68px;
}
.jjfainfo_n .jjfainfo_rt{
	overflow:hidden;
	padding:0;
}
.jjfainfo_n .jjfainfo_rt img{
	max-width:100%;
	height:auto;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	background:url(../images/ryzzbg1.jpg) no-repeat top center;
	padding:80px 5%;
}
.qyry_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:52px;
	margin-bottom:100px;
}
.qyry_n dl{
	width:24.25%;
	overflow:hidden;
}
.qyry_n dl dt,.qyry_n dl dd{
	width:100%;
	overflow:hidden;
}
.qyry_n dl dt img,.rzzs_n dl dt img{
	width:100%;
	height:auto;
}
.qyry_n dl dd,.rzzs_n dl dd{
	font-size:18px;
	color:#000;
	line-height:30px;
	text-align:center;
	margin-top:20px;
}
/* rzzs_n
-------------------------------------------------------------- */
.rzzs_n{
	width:100%;
	overflow:hidden;
	margin-top:56px;
}
.rzzs_n dl,.rzzs_n dl dt,.rzzs_n dl dd{
	width:100%;
	overflow:hidden;
}
.rzzs_n .swiper-pagination,.cprznr_n .swiper-pagination,.zlzsnr_n .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:80px;
}
.rzzs_n .swiper-pagination .swiper-pagination-bullet,.cprznr_n .swiper-pagination .swiper-pagination-bullet,.zlzsnr_n .swiper-pagination .swiper-pagination-bullet{
	width:20px;
	height:5px;
	background:#e60012;
	border-radius:5px;
	margin:0 3px;
}
.rzzs_n .swiper-pagination .swiper-pagination-bullet-active,.cprznr_n .swiper-pagination .swiper-pagination-bullet-active,.zlzsnr_n .swiper-pagination .swiper-pagination-bullet-active{
	width:40px;
	border:none;
	margin-right:3px;
}
/* zlzs_n
-------------------------------------------------------------- */
.zlzs_n{
	width:100%;
	overflow:hidden;
	background:url(../images/ryzzbg2.jpg) no-repeat top center;
	padding:104px 5% 80px 5%;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.zlzs_n{
		background-size: 100%;
	}
}
.zlzs_n .ntit h3{
	color:#fff;
}
.zlzs_n .ntit hr{
	border-bottom: solid 2px #fff;
}
.zllist{
	width:60%;
	overflow:hidden;
	margin:50px auto 0;
}
.zllist ul{
	overflow:hidden;
	}
.zllist ul li{
	overflow:hidden;
	padding:0;
	display: flex;
    justify-content: center;
	}
.zllist ul li dl{
	overflow:hidden;
	}
.zllist dl dt,.zllist dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	font-size:15px;
	color:#fff;
	}
.zllist dl dt{
	font-size:15px;
	color:#fff;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.zllist dl dt .timer{
	font-size:66px;
	color:#fff;
	font-weight:bold;
	font-family: myFirstFont;
	line-height:66px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.zlzsnr_n,.zlzsimg_n{
	width:100%;
}
.zlzsnr_n{
	margin-top:46px;
}
.zlzsimg_n img{
	width:100%;
	height:auto;
}
.zlzsnr_n .swiper-container{
	padding:30px 0;
}
.zlzsnr_n .swiper-pagination{
	margin-top:70px;
}
/* cprz_n
-------------------------------------------------------------- */
.cprz_n{
	width:100%;
	overflow:hidden;
	padding:80px 5%;
}
.cprzjs_n{
	width:100%;
	overflow:hidden;
	margin-top:37px;
}
.cprzjs_n p{
	overflow:hidden;
	font-size:18px;
	color:#5b5b5b;
	line-height:30px;
	text-align:center;
}
.cprznr_n{
	margin-top:62px;
}
.cprznr_n,.cprznr_n dl,.cprznr_n dl dt,.cprznr_n dl dd{
	width:100%;
	overflow:hidden;
}
.cprznr_n dl dt img{
	width:100%;
	height:auto;
}
.cprznr_n dl dd{
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-top:20px;
	text-align:center;
}
/* history_n
-------------------------------------------------------------- */
.history_n{
	width:100%;
	height:1161px;
	overflow:hidden;
	padding:80px 5%;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
}
.fzlcnr_n{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
/*.fzlclist_n{
	height:429px;
	padding:0 40px;
	background:url(../images/icon14.png) no-repeat left top;
}*/
.fzlctit_n{
	font-family:Arial;
	font-size:95px;
	color:#fff;
	line-height:95px;
}
.fzlctit_n span{
	font-family:Arial;
	font-size:95px;
	color:#fff;
	line-height:95px;
}
.fzlctit_n span font{
	font-size:55px;
	color:#fff;
	font-family:Arial;
	line-height:55px;
}
.fzlctit_n span .years{
	font-size:20px;
	color:#fff;
	font-family:Arial;
	line-height:20px;
	text-transform:uppercase;
}
.fzlctit_n span:nth-child(2){
	margin-top:-30px;
}
.fzlcjs_n,.fzlcjs_n p{
	font-size:15px;
	color:#fff;
	line-height:30px;
}
/*.fzlcnr_n .swiper-slide-active .fzlcjs_n p{
	color:#333;
}*/
/*.fzlcnr_n .swiper-slide:first-child .fzlclist_n{
	margin-top:100px;
}
.fzlcnr_n ul{
	width:100%;
	overflow:hidden;
}
.fzlcnr_n ul li{
	overflow:hidden;
	padding:0 40px;
	height:429px;
	background:url(../images/icon14.png) no-repeat left top;
}
.fzlcnr_n ul li:first-child{
	margin-top:381px;
}
.fzlcnr_n ul li:nth-child(2){
	margin-top:235px;
}
.fzlcnr_n ul li:nth-child(3){
	margin-top:75px;
}
.fzlcnr_n ul li:nth-child(4){
	margin-top:0;
}*/

.fzlcrt_n .swiper-button-prev,.fzlcrt_n .swiper-button-next{
	width:16px;
	height:9px;
	position:absolute;
	transform:rotate(-90deg);
	z-index:99;
}
.fzlcrt_n .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:0;
	top:110px;
}
.fzlcrt_n .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	right:0;
	top:110px;
}
.fzlclf_n{
	width:41%;
	overflow:hidden;
	padding-top:10%;
}
.fzlclf_n .fzlclist_n{
	width:100%;
	overflow:hidden;
	height:0;
	visibility:hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.fzlclf_n .fzlclist_n.active{
	height:auto;
	visibility:visible;
}
.fzlclf_n .fzlcyear_n,.fzlclf_n .fzlcjs_n{
	width:100%;
	overflow:hidden;
}
.fzlclf_n .fzlcyear_n{
	font-size:180px;
	color:#fff;
	font-family:Arial;
	line-height:160px;
	font-weight:bold;
}
.fzlclf_n .fzlcjs_n{
	background:rgba(230,0,18,0.79);
	padding:70px 80px 80px 80px;
	margin-top:-50px;
	position: relative;
    z-index: 9;
}
.fzlclf_n .fzlcjs_n,.fzlclf_n .fzlcjs_n p,.fzlclf_n .fzlcjs_n div{
	font-size:18px;
	color:#fff;
	line-height:30px;
}
.fzlclf_n .fzlcjs_n p,.fzlclf_n .fzlcjs_n div{
	margin-top:20px;
}
.fzlclf_n .fzlcjs_n p span{
	font-size:18px;
	color:#fff;
	margin-right:20px;
}
.fzlcdate_n{
	width:120px;
	overflow:hidden;
	top: 100px;
    right: 0;
    position: absolute;
    z-index: 99;
}
.fzlcdate_n ul,.fzlcdate_n ul li{
	width:100%;
	overflow:hidden;
}
.fzlcdate_n ul li{
	font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-family: Arial;
	margin:20px 0;
    position: relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.fzlcdate_n ul li:hover{
	cursor:pointer;
}
.fzlcdate_n ul li::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 14px;
    opacity: 0;
}
.fzlcdate_n ul li.active{
	color: #e60012;
    padding-left: 25px;
}
.fzlcdate_n ul li.active::before {
	opacity: 1;
}
.fzlcrt_n{
	width:700px;
	height: 130px;
	overflow:hidden;
	transform:rotate(90deg);
	top:360px;
	right:-300px;
	position:absolute;
	z-index:99;
}
.mySwiper{
	height: 100%;
    width: 100%;
	overflow:hidden;
	margin-left:40px;
}
.fzlcrt_n .swiper-slide{
	width:100%;
	height:auto;
	transform:rotate(-90deg);
}
.fzlcrt_n .fzlcbt_n{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	padding-left:10px;
	position:relative;
	/*transform:rotate(-90deg);*/
}
.fzlcrt_n .fzlcbt_n:hover{
	cursor:pointer;
}
.fzlcrt_n .fzlcbt_n::before{
	content:"";
	width:20px;
	height:2px;
	background:#e60012;
	position:absolute;
	left:0;
	top:14px;
	opacity:0;
}
.fzlcrt_n .fzlcbt_n span{
	font-size:22px;
	color:#fff;
	font-family:Arial;
}
.fzlcrt_n .swiper-slide-thumb-active .fzlcbt_n{
	color:#e60012;
	padding-left:25px;
}
.fzlcrt_n .swiper-slide-thumb-active .fzlcbt_n::before{
	opacity:1;
}
/* news_n
-------------------------------------------------------------- */
.newstop_n{
	width:100%;
	overflow:hidden;
	padding:80px 5%;
}
.newstopnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	box-shadow:15px 0px 30px rgba(4,0,0,0.04);
}
.newstopnr_n .newsimg_n{
	overflow:hidden;
	padding:0;
}
.newstopnr_n .newsimg_n img{
	width:100%;
	height:auto;
}
.newstopnr_n .newstoprt_n{
	overflow:hidden;
	padding:40px 82px;
}
.newstoprt_n .date_n{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #cecece;
	padding-bottom:12px;
}
.newstoprt_n .date_n .day_n,.newstoprt_n .date_n .year_n{
	overflow:hidden;
	padding:0;
}
.newstoprt_n .date_n .day_n{
	font-size:56px;
	color:#4f4f4f;
	line-height:56px;
	font-family: myFirstFont;
}
.newstoprt_n .date_n .year_n p{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:22px;
	color:#4f4f4f;
	font-family: myFirstFont;
}
.newstoprt_n h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#000;
	line-height:38px;
	font-weight:normal;
	margin-bottom:40px;
	margin-top:70px;
}
.newstoprt_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#5b5b5b;
	line-height:30px;
}
.news_n{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:77px 5%;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n dl{
	width:49.5%;
	height:220px;
	overflow:hidden;
	padding:64px 56px;
	float:left;
	background:#fff;
	margin:15px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsnr_n dl:nth-child(2n+1){
	margin-right:0.5%;
}
.newsnr_n dl:nth-child(2n){
	margin-left:0.5%;
}
.newsnr_n dl dt{
	width:13%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #dddddd;
}
.newsnr_n dl dt span{
	display:block;
	width:100%;
	font-size:50px;
	color:#000;
	line-height:50px;
	font-family: myFirstFont;
}
.newsnr_n dl dt p{
	width:100%;
	font-size:15px;
	color:#000;
}
.newsnr_n dl dd{
	width:87%;
	overflow:hidden;
	float:left;
	padding-left:34px;
}
.newsnr_n dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:19px;
	color:#000;
	line-height:30px;
	font-weight:normal;
}
.newsnr_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#7d7d7d;
	line-height:30px;
	font-weight:normal;
}
.newsnr_n dl:hover{
	background:#e60012;
}
.newsnr_n dl:hover dt span,.newsnr_n dl:hover dt p,.newsnr_n dl:hover dd h5,.newsnr_n dl:hover dd p{
	color:#fff;
}
.newsinfo_n{
	width:68%;
	overflow:hidden;
	margin:auto;
}
.newsinfo_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 35px;
	line-height:45px;
    color: #000;
	font-weight:normal;
    text-align: center;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:10px;
    color: #9b9b9b;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
	background:#fff;
	padding:50px 110px;
    margin-top: 46px;
    font-size: 16px;
    line-height: 30px;
    color: #949494;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #949494;
}
.news_n .fbnr p span,.news_n .fbnr p a,.news_n .fbnr p strong{
	font-size: 16px;
	color: #949494;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.newsbot_n{
	width: 100%;
    overflow: hidden;
	background:#fff;
	padding-bottom:32px;
}
.newsbotnr_n{
	width: 92%;
    overflow: hidden;
	margin:auto;
	border-top:solid 2px #ebebeb;
	display:flex;
	justify-content:space-between;
	padding:9px 0;
}
.newsbot_n .newsprev,.newsbot_n .newsnext{
	width:43%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsprev a,.newsbot_n .newsnext a{
	font-size:16px;
	color:#000;
}
.newsbot_n .newsfh{
	width:14%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsfh img{
	margin-right:8px;
}
.newsbot_n .newsnext{
	text-align:right;
}
.newsbot_n a{
	font-size:16px;
	color:#000;
}
.newsbot_n a:hover{
	color:#e60012;
}
/* td_n
-------------------------------------------------------------- */
.td_n{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:80px 5%;
}
.tdnr_n,.tdnr_n dl,.tdnr_n dl dt .tdname{
	width:100%;
	overflow:hidden;
}
.tdnr_n dl{
	background:#fff;
	margin:56px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.tdnr_n dl dt{
	width:32%;
	height:415px;
	overflow:hidden;
	float:left;
}
.tdnr_n dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tdnr_n dl dd{
	width:68%;
	overflow:hidden;
	float:left;
	padding:54px 80px 0 80px;
}
.tdnr_n dl dd .tdname{
	font-size:32px;
	color:#000;
	line-height:42px;
}
.tdnr_n dl dd .tdname span{
	font-size:16px;
	color:#5b5b5b;
	margin-left:20px;
}
.tdnr_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#5b5b5b;
	line-height:30px;
	margin-top:16px;
}
.tdnr_n dl:hover{
	background:#e60012;
}
.tdnr_n dl:hover dd .tdname{
	color:#fff;
}
.tdnr_n dl:hover dd .tdname span,.tdnr_n dl:hover dd p{
	color:rgba(255,255,255,0.79);
}
/* hzhb_n
-------------------------------------------------------------- */
.hzhb_n{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	padding:80px 5%;
	}
.hzhbnr_n{
	width:100%;
	overflow:hidden;
	margin-top:52px;
}	
.hzhbnr_n dl{
	width:86%;
	overflow:hidden;
	background:#fff;
	margin:62px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.hzhbnr_n dl:nth-child(2n+1){
	float:right;
}
.hzhbnr_n dl:nth-child(2n){
	float:left;
}
.hzhbnr_n dl dt{
	width:59%;
	overflow:hidden;
	padding:96px 72px 0 72px;
}
.hzhbnr_n dl dd{
	width:41%;
	overflow:hidden;
	height:586px;
}
.hzhbnr_n dl dd img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.hzhbnr_n dl:nth-child(2n+1) dt,.hzhbnr_n dl:nth-child(2n) dd{
	float:left;
}
.hzhbnr_n dl:nth-child(2n+1) dd,.hzhbnr_n dl:nth-child(2n) dt{
	float:right;
}
.hzhbnr_n dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#000;
	line-height:35px;
}
.hzhbnr_n dl dt .hzhbjs_n{
	width:100%;
	overflow:hidden;
	margin-top:38px;
}
.hzhbnr_n dl dt .hzhbjs_n p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8a8a8a;
	font-weight:normal;
}
.hzhbnr_n dl:hover{
	background:#e60012;
}
.hzhbnr_n dl:hover dt h4{
	color:#fff;
}
.hzhbnr_n dl:hover dt .hzhbjs_n p{
	color:rgba(255,255,255,0.7);
}
/* down_n
-------------------------------------------------------------- */
.down_n{
	width:100%;
	overflow:hidden;
	padding:80px 5%;
}
.down_search{
	width:465px;
	overflow:hidden;
	margin:60px auto 0;
	position:relative;
}
.down_search input{
	width:100%;
	height:56px;
	line-height:56px;
	padding:0 50px 0 15px;
	border:solid 1px #e4e8e9;
	font-size:16px;
	color:#8a8a8a;
}
.down_search button{
	position:absolute;
	background:none;
	right:23px;
	top:15px;
	z-index:99;
}
.downnr_n{
	margin-top:32px;
}
.downnr_n,.downnr_n ul,.downnr_n ul li{
	width:100%;
	overflow:hidden;
}
.downnr_n ul li{
	border-bottom:solid 1px #e8e8e8;
	padding-bottom:30px;
	margin-top:30px;
}
.downnr_n ul li .downlf,.downnr_n ul li .downrt{
	overflow:hidden;
	padding:0;
}
.downnr_n ul li .downlf{
	font-size:25px;
	color:#000;
	line-height:35px;
	padding-top:8px;
}
.downnr_n ul li .downrt{
	display:flex;
	justify-content:right;
}
.downnr_n ul li .downrt a{
	display:block;
	width:170px;
	height:56px;
	line-height:56px;
	font-size:16px;
	font-weight:bold;
	color:#e60012;
	border:solid 1px #e60012;
	padding-left:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.downnr_n ul li .downrt a i{
	display:block;
	width:26px;
	height:100%;
	background:url(../images/icon31.png) no-repeat center;
	margin-right:16px;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.downnr_n ul li .downrt a:hover{
	background:#e60012;
	color:#fff;
}
.downnr_n ul li .downrt a:hover i{
	background:url(../images/iconh31.png) no-repeat center;
}
/* job_n
-------------------------------------------------------------- */
.job_n{
	width:100%;
	overflow:hidden;
	padding:80px 5%;
}
.jobnr_n{
	width:100%;
	overflow:hidden;
}
.jobnr_n ul li{ 
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-left:56px;
	position:relative;
	margin-top:27px;
	padding-bottom:25px;
	}
.jobnr_n ul li .jobtit_n{
	width:100%;
	overflow:hidden;
	padding-right:60px;
}
.jobnr_n ul li h5{ 
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	margin-bottom:8px;
	}
.jobnr_n ul li h5.action{
	color:#e70c1d;
}
.jobnr_n ul li p{ 
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	}
.jobnr_n ul li i{ 
	display: block; 
	height: 32px; 
	width: 32px; 
	border-radius:50%;
	background:#cccccc url(../images/icon32.png) no-repeat center; 
	position: absolute; 
	right: 20px; 
	top: 23.5px; 
	transition: all 0.3s ease-out; 
	transform: rotate(0deg);
	}
.jobnr_n ul li i.action{ 
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
	background-color:#e60012;
	}
.jobnr_n ul li>.joblist_n{ 
	display: none; 
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	padding-top:50px;
	}
.jobnr_n ul li>.joblist_n p{
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	line-height:30px;
	}
.jobnr_n ul li>.joblist_n a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #222; text-decoration: none; }
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	width:100%;
	overflow:hidden;
	padding:80px 5% 135px 5%;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	}
.contactnr_n ul li{
	width:48.5%;
	height:400px;
	overflow:hidden;
	background:#fef2f3;
	padding-top:50px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.contactnr_n ul li .contacticon{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.contactnr_n ul li .contacticon img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li .contacticon .iconimgh,.contactnr_n ul li:hover .contacticon .iconimg{
	display:none;
}
.contactnr_n ul li:hover .contacticon .iconimgh{
	display:block;
	margin:auto;
}
.contactnr_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	line-height:40px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:22px;
}
.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#8a8a8a;
	font-family:Arial;
}
.contactnr_n ul li p a{
	font-size:20px;
	color:#8a8a8a;
}
.contactnr_n ul li:hover{
	background:#e60012;
}
.contactnr_n ul li:hover h4,.contactnr_n ul li:hover p,.contactnr_n ul li:hover p a{
	color:#fff;
}
.contact_add{
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	padding:110px 5% 168px 5%;
	}
.contact_add ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:68px;
}
.contact_add ul li{
	width:49%;
	height:770px;
	overflow:hidden;
	background:#fff;
	padding:0px 85px 60px 85px;
}
.contact_add ul li dl,.contact_add ul li dl dt,.contact_add ul li dl dd{
	width:100%;
	overflow:hidden;
}
.contact_add ul li dl{
	border-bottom:solid 1px #e3e3e3;
	height:172px;
}
.contact_add ul li dl:last-child{
	border-bottom:none;
}
.contact_add ul li dl{
	padding-bottom:60px;
	margin-top:65px;
}
.contact_add ul li dl dt{
	font-size:26px;
	color:#000;
	line-height:36px;
	font-weight:normal;
	position:relative;
	padding-bottom:20px;
}
.contact_add ul li dl dt::after{
	content:"";
	width:45px;
	height:2px;
	background:#e60012;
	position:absolute;
	left:0;
	bottom:0;
}
.contact_add ul li dl dd{
	font-size:20px;
	color:#8d8d8d;
	line-height:30px;
	margin-top:25px;
}
.map{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.map img{
	width:100%;
	height:auto;
	}
/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#e60012;
}

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1279px) and (min-width: 0px){
	.nav,.icon1,.icon2,.side,.logojs,.search_box,.tel,.side,.search{
		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: #d10000;
	  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: #d10000;
	  -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: #d10000;
	  -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:95px;
			  top:30px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #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;
	}
}


@media only screen and (min-width: 1768px) and (max-width: 1919px) {
	.jzjnr_n dl dt{
		height:252px;
	}
	.pronr_n dl dt{
		height:333px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	.jzjnr_n dl dt{
		height:238px;
	}
	.pronr_n dl dt{
		height:317px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.jzjnr_n dl dt{
		height:233px;
	}
	.pronr_n dl dt{
		height:301px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.jzjnr_n dl dt{
		height:207px;
	}
	.pronr_n dl dt{
		height:271px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.jzjnr_n dl dt{
		height:194px;
	}
	.pronr_n dl dt{
		height:256px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.jzjnr_n dl dt{
		height:186px;
	}
	.pronr_n dl dt{
		height:240px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.jzjnr_n dl dt{
		height:165px;
	}
	.pronr_n dl dt{
		height:216px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.jzjnr_n dl dt{
		height:144px;
	}
	.pronr_n dl dt{
		height:192px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.jzjnr_n dl dt{
		height:186px;
	}
	.pronr_n dl dt{
		height:186px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.jzjnr_n dl dt{
		height:170px;
	}
	.pronr_n dl dt{
		height:170px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.jzjnr_n dl dt{
		height:153px;
	}
	.pronr_n dl dt{
		height:153px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.jzjnr_n dl dt{
		height:143px;
	}
	.pronr_n dl dt{
		height:143px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.jzjnr_n dl dt{
		height:183px;
	}
	.pronr_n dl dt{
		height:183px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.jzjnr_n dl dt{
		height:154px;
	}
	.pronr_n dl dt{
		height:154px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.jzjnr_n dl dt{
		height:121px;
	}
	.pronr_n dl dt{
		height:121px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.jzjnr_n dl dt{
		height:106px;
	}
	.pronr_n dl dt{
		height:106px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.jzjnr_n dl dt{
		height:90px;
	}
	.pronr_n dl dt{
		height:90px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.jzjnr_n dl dt{
		height:78px;
	}
	.pronr_n dl dt{
		height:78px;
	}
}

@media(max-width:1768px) {
	.aboutlist dl dt .timer{
		font-size:45px;
		line-height:45px;
	}
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li a {
		margin: 0 30px;
	}
}
@media(max-width:1680px) {
	.nav .menu > li a {
		margin: 0 25px;
	}
	.cxyflist ul li h6 {
		font-size: 28px;
		line-height: 38px;
	}
	.cxyflist ul li {
		padding: 42px 40px;
	}
	.pronr .prolf {
		padding-top: 0;
	}
	.newslist .newscont{
		padding:60px;
	}
	.fzlclf_n .fzlcjs_n{
		padding: 70px 40px 80px 40px;
	}
	.nmenu ul li{
		margin-right:30px;
	}
	.newsinfo_n h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.news_n .fbnr {
		padding: 50px 80px;
	}
	.newsinfo_n {
		width: 70%;
	}
	.hzhbnr_n dl dt {
		padding: 60px 60px 0 60px;
	}
	.jjfacont_n {
		padding: 92px 16% 0 80px;
	}
	.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n {
		padding: 92px 80px 0 16%;
	}
	.jjfacont_n h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.yycasenr .swiper-button .swiper-button-prev{
		left: -50px;
	}
	.yycasenr .swiper-button .swiper-button-next{
		right:-50px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li a {
		margin: 0 16px;
	}
	.bannermore a{
		width:158px;
		height:48px;
		line-height:48px;
		padding-left:20px;
	}
	.bannermore a span {
		margin-left: 60px;
	}
	.bannermore {
		margin-top: 100px;
	}
	.fzlclf_n {
		width: 45%;
	}
	.aboutlist dl dt .timer{
		font-size:40px;
		line-height:40px;
	}
	.aboutrt {
		padding-left: 150px;
	}
	.tit h4,.tit h4 a{
		font-size: 35px;
		line-height: 45px;
	}
	.tit h3,.tit h3 a{
		font-size: 45px;
		line-height: 55px;
	}
	.tnewslf{
		font-size:22px;
	}
	.tnewsrt{
		font-size:18px;
		padding-left:20px;
		padding-right: 100px;
	}
	.newslist .newscont h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.newslist .newsdate{
		font-size: 120px;
		line-height: 120px;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 160px;
		line-height: 140px;
	}
	.nmenu ul li {
		margin-right: 25px;
	}
	.newstoprt_n h5{
		font-size:24px;
		line-height:34px;
	}
	.newsnr_n dl dd{
		padding-left: 20px;
	}
	.newsnr_n dl {
		padding: 60px 40px;
	}
	.newsinfo_n {
		width: 74%;
	}
	.qywh_n .qywh_yj .qywh_yjnr p {
		font-size: 26px;
		line-height: 36px;
	}
	.proyynr_n ul li h4{
		font-size:35px;
		line-height:45px;
	}
	.jobnr_n ul li h5{
		font-size: 26px;
		line-height: 36px;
	}
	.pronr_n .nprort h1,.jjfainfo_n .jjfainfo_lf h1{
		font-size:35px;
		line-height:45px;
	}
	.jzj_n .jzjrt_n {
		padding-left: 100px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a {
		margin: 0 12px;
	}
	.tnewslf {
		width: 17%;
	}
	.scrollnews{
		bottom:-70px;
	}
	.aboutlist dl dt,.aboutlist dl dd{
		font-size:16px;
	}
	.aboutlist dl dt .timer{
		font-size:35px;
		line-height:35px;
	}
	.aboutlist dl dt font {
		font-size: 22px;
	}
	.aboutrt .aboutmore {
		margin-top: 80px;
	}
	.downnr_n ul li .downlf {
		font-size: 22px;
		line-height:32px;
	}
	.newsmenu ul li {
		margin-right: 90px;
	}
	.newslist .newscont{
		margin-top:-35px;
	}
	.prolist dl dd .probt {
		font-size: 22px;
		line-height: 32px;
	}
	.newslist .newscont {
		padding: 50px;
	}
	.sideMenu h4,.sideMenu h4 a{
		font-size:26px;
		line-height:36px;
	}
	.cxyflist ul li{
		height:220px;
	}
	.cxyflist ul li .cxyficon {
		margin-top: 50px;
	}
	.cxyflist ul li h6 {
		font-size: 24px;
		line-height: 34px;
	}
	.contact .contactrt dl dd,.contact .contactrt dl dd a{
		font-size: 40px;
		line-height: 50px;
	}
	.cxyfnr {
		margin-top: 40px;
	}
	.cxyf {
		padding: 100px 5% 0 5%;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 150px;
		line-height: 130px;
	}
	.fzlclf_n .fzlcjs_n {
		    padding: 70px 30px 80px 30px;
	}
	.fzlcrt_n{
		right:-260px;
	}
	.aboutlist_n dl dt .timer{
		font-size:60px;
		line-height:60px;
	}
	.newstopnr_n .newstoprt_n {
		padding: 40px 60px;
	}
	.newsinfo_n {
		width: 82%;
	}
	.contact_add ul li {
		padding: 0px 50px 0 50px;
	}
	.contact_add ul li dl dt {
		font-size: 24px;
		line-height:34px;
	}
	.contact_add ul li dl dd {
		font-size: 18px;
	}
	.proyynr_n ul li h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.proyynr_n ul li p{
		font-size:20px;
		line-height:30px;
	}
	.proyynr_n ul li{
		height: 320px;
	}
	.nmessage {
		padding: 100px 5% 100px 5%;
	}
	.card-img-150{
		height:198px;
	}
	.jjfacont_n h4 {
		font-size: 35px;
		line-height: 45px;
	}
	.jjfacont_n h4 span{
		font-size:22px;
		margin-left:16px;
	}
	.jjfacont_n {
		padding: 92px 15% 0 60px;
	}
	.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n {
		padding: 92px 60px 0 15%;
	}
	.jjfacont_n .jjfamore {
		margin-top: 60px;
	}
	.tdnr_n dl dd {
		padding: 54px 60px 0 60px;
	}
	.hzhbnr_n dl {
		width: 92%;
	}
	.pronr_n .nprort h1,.jjfainfo_n .jjfainfo_lf h1{
		font-size:30px;
		line-height:40px;
	}
	.jzj_n .jzjlf_n ul li{
		padding: 14px 35px 14px 20%;
	}
	.protit_n .probt_n{
		font-size: 32px;
		line-height: 42px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		margin: 0 8px;
	}
	.search {
		width: 180px;
		margin-right:20px;
	}
	.language a>img {
		margin-right: 10px;
	}
	.bannermore {
		margin-top: 60px;
	}
	.bannermore a {
		width: 134px;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		font-size:14px;
	}
	.bannermore a span {
		margin-left: 40px;
	}
	.aboutlist dl dt .timer {
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist dl dt font {
		font-size: 20px;
	}
	.contactrt .lxbtn {
		margin-left: 150px;
	}
	.tnewsrt {
		padding-right: 80px;
	}
	.cxyflist ul li {
		padding: 42px 30px;
	}
	.cxyflist ul li h6 {
		font-size: 22px;
		line-height: 32px;
	}
	.newslist .newsdate {
		font-size: 110px;
		line-height: 110px;
	}
	.news .newsnr {
		margin-top: 80px;
	}
	.sideMenu ul .nLi {
		padding: 32px 0;
	}
	.newsnr_n dl dt span{
		font-size: 45px;
		line-height:45px;
	}
	.newsnr_n dl dt p{
		font-size:14px;
	}
	.newsinfo_n {
		width: 88%;
	}
	.jjfacont_n .jjfamore {
		margin-top: 40px;
	}
	.jjfacont_n h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.jjfacont_n h4 span {
		font-size:18px;
	}
	.qywh_n .qywh_yj .qywh_yjnr p {
		font-size: 24px;
		line-height: 34px;
	}
	.proyynr_n ul li h4 {
		font-size: 28px;
		line-height: 38px;
	}
}
@media(max-width:1300px) {
	.tdnr_n dl dd {
		padding: 54px 50px 0 50px;
	}
}
@media(max-width:1280px) {
	.tnewsrt {
		padding-right: 60px;
	}
	.tnewslf {
		width: 18%;
	}
	.scrollnews {
		padding: 0 0 0 30px;
	}
	.sideMenu h4, .sideMenu h4 a {
		font-size: 24px;
		line-height: 34px;
	}
	.aboutlist dl dt .timer {
		font-size: 25px;
		line-height: 25px;
	}
	.aboutlist dl dt font {
		font-size: 18px;
	}
	.aboutlist dl dt, .aboutlist dl dd {
		font-size: 14px;
	}
	.aboutlist_n dl dt font {
		font-size: 22px;
	}
	.pop ul li{
		width:16.66666666666666667%;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 140px;
		line-height: 120px;
	}
	.fzlclf_n {
		width: 48%;
	}
	.fzlclf_n .fzlcjs_n {
		padding: 60px 20px 70px 20px;
	}
	.downnr_n ul li .downrt a {
		width: 150px;
		height: 46px;
		line-height: 46px;
		padding-left: 20px;
	}
	.newsmenu ul li {
		margin-right: 70px;
	}
	.prolist dl dd .probt {
		font-size: 20px;
		line-height: 30px;
	}
	.pronr .prolf {
		width: 34%;
	}
	.cxyf{
		height:900px;
	}
	.aboutrt {
		padding-left: 100px;
	}
	.pronr_n dl dd{
		font-size:18px;
	}
	.tit h4,.tit h4 a{
		font-size: 30px;
		line-height: 40px;
	}
	.tit h3,.tit h3 a{
		font-size: 40px;
		line-height: 50px;
	}
	.sideMenu ul .nLi {
		padding: 30px 0;
	}
	.contact .contactrt dl dt {
		font-size: 20px;
		line-height: 30px;
	}
	.contactrt .lxbtn {
		margin-left: 120px;
	}
	.contact .contactrt dl dd, .contact .contactrt dl dd a {
		font-size: 35px;
		line-height: 45px;
	}
	.hzhbnr_n dl dt {
		padding: 40px 40px 0 40px;
	}
	.hzhbnr_n dl dt .hzhbjs_n {
		margin-top: 20px;
	}
	.hzhbnr_n dl dt h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.hzhbnr_n {
		margin-top: 30px;
	}
	.hzhbnr_n dl {
		margin: 40px 0;
	}
	.newsnr_n dl {
		padding: 50px 40px;
		height: 200px;
	}
	.newsnr_n dl dt {
		width: 15%;
	}
	.newsnr_n dl dd {
		width: 85%;
	}
	.newstopnr_n .newstoprt_n {
		padding: 40px 50px;
	}
	.newstoprt_n h5{
		margin-top:50px;
	}
	.newstoprt_n h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsinfo_n h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.newsinfo_n {
		width: 90%;
	}
	.qywh_n .qywh_yj .qywh_yjnr p {
		font-size: 22px;
		line-height: 32px;
	}
	.qywh_n{
		height:900px;
	}
	.protit_n .probt_n{
		font-size: 30px;
		line-height: 40px;
	}
	.jzjnr_n dl .promore_n,.pronr_n dl .promore_n{
		width: 100px;
		height: 100px;
		background-size: 100px;
		padding-top: 25px;
		margin-left: -50px;
		bottom:-50px;
	}
	.jzjnr_n dl:hover .promore_n,.pronr_n dl:hover .promore_n{
		background-size: 100px;
	}
	.jzjnr_n dl,.pronr_n dl{
		padding-bottom: 68px;
	}
	.jzjnr_n dl .promore_n p,.pronr_n dl .promore_n p{
		font-size:15px;
	}
	.boticon a {
		margin-left: 25px;
	}
	.pronr_n .nprort {
		padding: 20px 0 0 40px;
	}
	.pronr_n .nprort h1,.jjfainfo_n .jjfainfo_lf h1{
		font-size: 26px;
		line-height: 36px;
	}
	.jzj_n .jzjrt_n {
		padding-left: 80px;
	}
	.jzj_n .jzjlf_n ul li{
		padding: 14px 25px 14px 15%;
	}
	.jzj_n .jzjlf_n ul li,.jzj_n .jzjlf_n ul li:hover, .jzj_n .jzjlf_n ul li.active{
		background-position:96% center;
	}
	.card-img-150{
		height:175px;
	}
}
@media(max-width:1200px) {
	
}
@media(max-width:1152px) {
	.tnewslf {
		width: 20%;
	}
	.aboutrt {
		padding-left: 80px;
	}
	.tit h4,.tit h4 a{
		font-size: 26px;
		line-height: 36px;
	}
	.tit h3,.tit h3 a{
		font-size:36px;
		line-height:46px;
	}
	.prolist dl dd .probt {
		width: 77%;
	}
	.prolist dl dd .promore{
		width: 23%;
	}
	.cxyf {
		padding: 90px 5% 0 5%;
	}
	.proyynr_n ul li p {
        font-size: 18px;
	}
	.cxyflist ul li {
		padding: 40px 20px;
	}
	.cxyflist ul li h6 {
		font-size: 20px;
		line-height: 30px;
	}
	.fzlclf_n {
		width: 52%;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 130px;
		line-height: 110px;
	}
	.fzlclf_n .fzlcjs_n, .fzlclf_n .fzlcjs_n p,.fzlclf_n .fzlcjs_n p span,.fzlclf_n .fzlcjs_n div{
		font-size: 16px;
	}
	.position{
		bottom:60px;
	}
	.contact .contactrt dl dt {
		font-size: 18px;
	}
	.contact .contactrt dl dd, .contact .contactrt dl dd a {
		font-size: 32px;
		line-height: 42px;
	}
	.contactrt .lxbtn {
		margin-left: 100px;
	}
	.aboutlist_n dl dt .timer{
		font-size:50px;
		line-height:50px;
	}
	.contact_add ul li dl dt {
		font-size: 22px;
		line-height: 32px;
	}
	.hzhbnr_n dl {
		width: 93%;
	}
	.newsnr_n dl {
		padding: 50px 30px;
	}
	.newsnr_n dl dt {
		width: 16%;
	}
	.newsnr_n dl dd {
		width: 84%;
	}
	.jjfacont_n h4 {
		margin-top: 15px;
	}
	.jjfacont_n {
		padding: 80px 15% 0 50px;
	}
	.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n {
		padding: 80px 50px 0 15%;
	}
	.tdnr_n dl dd {
		padding: 50px 40px 0 40px;
	}
	.proyynr_n ul li{
		height: 260px;
		padding: 30px 10px 0 10px;
	}
	.jzj_n .jzjlf_n ul li {
		padding: 14px 25px 14px 10%;
	}
	.boticon a {
		margin-left: 20px;
	}
}
@media(max-width:1110px) {
	
}

@media(max-width:1024px) {
	.newsmenu ul li {
		margin-right: 50px;
	}
	.qywh_n{
		height:800px;
	}
	
}
@media(max-width:1023px) {
	.banner .swiper-pagination-bullet::after{
		display:none;
	}
	.banner .swiper-pagination-bullet{
		width:30px;
		height:30px;
		line-height:30px;
	}
	.banner .swiper-pagination-bullet-active {
		margin-right: 2px;
	}
	.banner .swiper-pagination{
		bottom:20px;
	}
	.scrollnews,.scrollnews_nr{
		display:none;
	}
	.newslist .newscont{
		background:#fff;
	}
	.newslist .newsdate {
		opacity: 1;
	}
	.aboutlf,.aboutrt{
		width:100%;
	}
	.aboutlf .abouttit,.aboutlf .aboutky{
		padding:60px 6%;
	}
	.aboutrt{
		padding:0 5% 60px 5%;
	}
	.aboutrt .aboutjs {
		margin-top: 30px;
	}
	.aboutrt .aboutmore {
		margin-top: 40px;
	}
	.aboutlf .aboutky{
		text-align:center;
	}
	.aboutlf .aboutky img{
		width:150px;
	}
	.cxyfjs{
		width:100%;
	}
	.rzzs_n .swiper-pagination, .cprznr_n .swiper-pagination, .zlzsnr_n .swiper-pagination{
		margin-top: 30px;
	}
	.zlzsnr_n .swiper-pagination .swiper-pagination-bullet{
		background:#fff;
	}
	.khscroll ul li{
		width: 200px;
		height: 78px;
	}
	.zllist {
		width: 100%;
	}
	.pronr .prolf,.pronr .prort{
		width: 100%;
	}
	.prolist{
		padding-left:0;
	}
	.pro {
		margin-top: 80px;
		padding-bottom: 80px;
	}
	.pronr {
		margin-top: 40px;
	}
	.jjfaimg_n,.jjfacont_n{
		width:100%;
	}
	.jjfacont_n{
		position:inherit;
		height:auto;
	}
	.jjfanr_n .jjfano_n,.jjfacont_n::after{
		display:none;
	}
	.jjfaimg_n{
		height:auto;
	}
	.jjfaimg_n img {
		object-fit: inherit;
	}
	.jjfanr_n{
		padding: 80px 0 80px 5%;
	}
	.jjfacont_n,.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n{
		padding: 80px 50px;
	}
	.qywhlist_n ul{
		display:inherit;
	}
	.qywhlist_n ul li {
		width: 48%;
		float:left;
		margin:10px 1%;
	}
	.qywhlist_n ul li:nth-child(2n) {
		margin-top: 10px;
	}
	.qywhlist_n {
		padding: 80px 5%;
	}
	.jzj_n .jzjlf_n,.jzj_n .jzjrt_n{
		width:100%;
	}
	.jzj_n .jzjrt_n{
		padding-left:0;
		margin-top:40px;
	}
	.jzj_n{
		padding:60px 5%;
	}
	.jzj_n .jzjlf_n ul li{
		width:25%;
		float:left;
		padding:10px 15px 10px 10px;
		background-size: 6px;
		background-position:98%; 
	}
	.boticon{
		margin-top:10px;
	}
	.footernr ul li p,.footernr ul li span{
		display:none;
	}
	.footer{
		padding-top:50px;
	}
	.linkicon {
		margin-top: 30px;
	}
	.link,.boticon{
		width:100%;
	}
	.footernr ul li h4 {
		margin-bottom: 10px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot {
		padding: 20px 0;
	}
}
@media(max-width:991px) {
	.header{
		height:60px;
	}
	.logo {
		padding: 18px 0;
	}
	.logo img {
		height: 24px;
	}
	.language{
		line-height:60px;
	}
	.language .languagenr{
		top:60px;
	}
	.toggle{
		top:10px;
	}
	.bannermore {
		margin-top: 30px;
	}
	.about_n {
		padding: 60px 5%;
	}
	.aboutnr_n{
		margin-top:60px;
	}
	.aboutlist_n dl dt font {
		font-size: 20px;
	}
	.proyynr_n h3 {
		font-size: 36px;
		line-height:46px;
	}
	.yycasenr .swiper-button .swiper-button-prev{
		left: -30px;
	}
	.yycasenr .swiper-button .swiper-button-next{
		right:-30px;
	}
	.qyry_n dl dd, .rzzs_n dl dd,.cprznr_n dl dd{
		font-size: 16px;
		margin-top: 10px;
	}
	.proyy_menu ul li{
		width:20%;
		text-align: center;
		margin-right:0;
	}
	.zlzs_n {
		padding: 60px 5%;
	}
	.cprzjs_n p{
		font-size:16px;
	}
	.downnr_n ul li .downlf {
		font-size: 20px;
		line-height: 30px;
	}
	.downnr_n ul li .downrt a {
		width: 110px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding-left: 10px;
	}
	.downnr_n ul li .downrt a i{
		margin-right:10px;
		width:20px;
		background-size:20px;
	}
	.protit_n .probt_n {
		font-size: 26px;
		line-height: 36px;
	}
	.pronr_n dl dd{
		font-size:16px;
	}
	.fzlcrt_n{
		width: 100%;
		height: auto;
		transform: rotate(0deg);
		top: 0;
		right: 0;
		float: none;
		margin-top:40px;
		padding:0;
		position:inherit;
	}
	.fzlcrt_n .swiper-slide{
		transform: rotate(0deg);
	}
	.mySwiper{
		margin-left:0;
	}
	.fzlcrt_n .swiper-button-prev,.fzlcrt_n .swiper-button-next{
		top:13px;
	}
	.fzlcrt_n .swiper-slide-active .fzlcbt_n{
		font-size:22px;
		line-height:32px;
		padding-left:0;
	}
	.fzlcrt_n .fzlcbt_n::before{
		display:none;
	}
	.mySwiper {
		width: 100%;
		height: auto;
	}
	.fzlcrt_n .fzlcbt_n{
		width:100%;
		transform: rotate(0deg);
		text-align:center;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 100px;
		line-height: 100px;
	}
	.fzlcrt_n .fzlcbt_n{
		width:100%;
		transform: rotate(0deg);
		text-align:center;
	}
	.fzlclf_n {
		width: 100%;
		padding-top:40px;
	}
	.fzlc_n{
		padding: 0 6% 85px 6%;
		height:auto;
	}
	.fzlc_n .tit{
		position:inherit;
		left: 0;
		top:0;
		margin-top:60px;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 100px;
		line-height: 100px;
	}
	.fzlclf_n .fzlcjs_n {
		padding: 40px;
	}
	.fzlclf_n .fzlcjs_n p,.fzlclf_n .fzlcjs_n div{
		margin-top: 10px;
	}
	.fzlcdate_n {
		width:100%;
		top: 0;
		position: inherit;
	}
	.fzlcdate_n ul li {
		width: auto;
		float: left;
		margin: 5px 10px;
	}
	.history_n{
		height:auto;
	}
	.pro .protoprt {
		justify-content: left;
	}
	.protoprt .search_pro {
		width: 100%;
	}
	.pro .protoprt {
		margin-top:30px;
	}
	.news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news .newsnr {
		margin-top: 40px;
	}
	.newslist .newscont {
		padding: 40px;
	}
	.newslist .newsdate {
		font-size: 90px;
		line-height: 90px;
	}
	.newslist .newscont{
		margin-top:-30px;
	}
	.news .swiper-button {
		margin-top: 30px;
	}
	.newslist .newscont h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.pro_n {
		padding: 60px 5%;
	}
	.hyyytit{
		top: 50px;
	}
	.hyyynr ul li {
		width: 25%;
		height: 50%;
		padding-top: 240px;
	}
	.hyyynr ul li p {
		margin-top: 10px;
	}
	.hyyynr ul li span {
		margin: 20px auto 0;
	}
	.hyyynr ul li:nth-child(1),.hyyynr ul li:nth-child(2),.hyyynr ul li:nth-child(3),.hyyynr ul li:nth-child(4){
		border-bottom:solid 1px rgba(255, 255, 255, 0.2);
	}
	.hyyynr ul li:nth-child(5){
		border-left:solid 1px rgba(255, 255, 255, 0.2);
	}
	.cxyf {
		height: 750px;
		padding: 60px 5% 0 5%;
	}
	.cxyfnr {
		margin-top: 40px;
	}
	.cxyfjs {
		margin-top: 20px;
	}
	.cxyflist ul li {
		height: 150px;
		padding:20px;
	}
	.cxyflist ul li h6 {
		font-size: 18px;
	}
	.cxyflist ul li .cxyficon{
		margin-top:20px;
	}
	.jjfainfo_n {
		padding: 60px 5%;
	}
	.jjfainfo_n .jjfainfo_lf h1{
		margin-bottom: 20px;
	}
	.tjpro ul li{
		width:49%;
		margin: 10px 2% 10px 0;
	}
	.tjpro ul li:nth-child(2n){
		margin-right:0;
	}
	.contactrt .lxbtn {
		margin-left: 40px;
	}
	.contact .contactrt dl dt {
		font-size: 16px;
	}
	.contact .contactrt dl dd, .contact .contactrt dl dd a {
		font-size: 28px;
		line-height: 38px;
	}
	.contact_add ul li dl{
		height:auto;
	}
	.jjfainfo_n .jjfainfo_lf {
		padding: 0;
		margin-bottom:30px;
	}
	.jjfainfo_js{
		margin-top:40px;
	}
	.kh .khtit .khmore {
		justify-content: left;
		padding-top: 40px;
	}
	.kh {
		padding-top: 60px;
	}
	.khnr{
		margin-top: 50px;
	}
	.newstit .newsmenu {
		text-align: left;
		margin-top:30px;
	}
	.newsmenu ul li span {
		font-size: 80px;
	}
	.positionrt{
		text-align:left;
	}
	.nmenu{
		width:100%;
	}
	.hzhb_n {
		padding: 60px 5%;
	}
	.hzhbnr_n dl {
		width: 100%;
	}
	.hzhbnr_n dl dt,.hzhbnr_n dl dd{
		width:100%;
	}
	.hzhbnr_n dl dd{
		height:auto;
	}
	.hzhbnr_n dl dt {
		padding: 40px 30px;
	}
	.aboutlist_n dl dt .timer {
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist_n dl dd{
		font-size:16px;
	}
	.ntit h3,.tjpro h3{
		font-size: 36px;
		line-height: 46px;
	}
	.newsnr_n dl{
		height:auto;
		padding:20px;
	}
	.news_n {
		padding: 50px 5%;
	}
	.newsnr_n dl{
		width:100%;
	}
	.newsnr_n dl:nth-child(2n+1) {
		margin-right:0;
	}
	.newsnr_n dl:nth-child(2n) {
		margin-left:0;
	}
	.newsinfo_n {
		width: 100%;
	}
	.news_n .fbnr {
		padding: 50px 40px;
	}
	.newsbotnr_n{
		display:inherit;
	}
	.newsbot_n .newsprev, .newsbot_n .newsnext,.newsbot_n .newsfh{
		width:100%;
		text-align:center;
	}
	.newsinfo_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.jzjnr_n dl dd {
		font-size: 18px;
	}
	.contactnr_n {
		margin-top: 50px;
	}
	.contactnr_n ul,.contact_add ul{
		display:inherit;
	}
	.contactnr_n ul li{
		width:100%;
		margin:10px 0;
		height:auto;
		padding:40px 0;
	}
	.contact_n{
		padding: 80px 5%;
	}
	.contactnr_n ul li h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a{
		font-size:18px;
	}
	.contact_add{
		padding: 60px 5%;
	}
	.contact_add ul{
		margin-top:50px;
	}
	.contact_add ul li{
		width:100%;
		margin-bottom:20px;
		padding: 0px 40px;
		height:auto;
	}
	.contact_add ul li dl {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.nmessage {
		padding: 60px 5%;
	}
	.nmessagenr {
		margin-top: 20px;
	}
	.qywh_n {
		height: 700px;
	}
	.qywh_n .qywh_yj{
		width:90%;
	}
	.tdnr_n dl dt {
		width: 100%;
		height: auto;
	}
	.tdnr_n dl dd{
		width: 100%;
		padding:40px;
	}
	.tdnr_n dl dd .tdname {
		font-size: 28px;
		line-height: 38px;
	}
	.yycase{
		padding: 80px 5%;
	}
	.jobnr_n ul li h5{
		font-size: 22px;
		line-height: 32px;
	}
	.jobnr_n ul li{
		padding-left:20px;
	}
	.pronr_n .nprort {
		padding:30px 0 0 0;
	}
	.pronr_n .nprort h1,.jjfainfo_n .jjfainfo_lf h1{
		font-size: 24px;
		line-height: 34px;
	}
}
@media(max-width:860px) {
	.cxyflist ul li {
		padding: 20px 15px;
	}
	.cxyflist ul li h6{
		font-size:16px;
	}
}
@media(max-width:820px) {
	.aboutlogo ul li {
		width: 20%;
		margin: 5px 0;
	}
	.aboutlogo {
		padding: 28px 5.2%;
	}
}
@media(max-width:768px) {
	.banner .swiper-slide .img > img {
		width: 120%;
		margin-left: -10%;
	}
	.bannermore a{
		width:98px;
		height:30px;
		line-height:30px;
		font-size:12px;
		padding-left:15px;
	}
	.bannermore a span {
		margin-left: 20px;
	}
	.banner .swiper-container .bannernr1 {
		width: 48.2%;
	}
	.banner .swiper-container .bannernr2 {
		width: 47%;
		margin-left:-23.5%;
	}
	.banner .swiper-container .bannernr3 {
		width: 31%;
	}
	.banner .swiper-container .bannernr4 {
		width: 40%;
	}
	.tit h3,.tit h3 a{
		font-size: 32px;
		line-height: 42px;
	}
	.ntit h3,.tjpro h3{
		font-size: 32px;
		line-height: 42px;
	}
	.jzj_n .jzjlf_n ul li {
		width: 33.33333333333%;
	}
	.proyynr_n h3 {
		font-size: 32px;
		line-height:42px;
	}
	.aboutrt .aboutmore a,.kh .khtit .khmore a{
		width: 140px;
		height: 46px;
		line-height: 46px;
		padding-left: 20px;
	}
	.aboutrt .aboutmore a span,.kh .khtit .khmore a span{
		margin-left: 40px;
	}
	.rzzs_n .swiper-pagination .swiper-pagination-bullet, .cprznr_n .swiper-pagination .swiper-pagination-bullet, .zlzsnr_n .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
	}
	.rzzs_n .swiper-pagination .swiper-pagination-bullet-active, .cprznr_n .swiper-pagination .swiper-pagination-bullet-active, .zlzsnr_n .swiper-pagination .swiper-pagination-bullet-active {
		width: 20px;
	}
	.news{
		padding-right:5%;
	}
	.newsnr .swiper-container{
		width:100%;
	}
	.position {
		bottom: 40px;
	}
	.jjfacont_n h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.jjfacont_n h4 span {
		font-size: 16px;
		margin-left: 10px;
	}
	.cxyflist ul{
		display:inherit;
	}
	.cxyflist ul li {
		height: 60px;
		padding: 15px;
		width: 49%;
		float: left;
		margin: 0 0.5%;
	}
	.cxyflist ul li .cxyficon{
		display:none;
	}
	.qywhlist_n ul li{
		height:500px;
	}
	.proyynr_n ul li h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.proyynr_n ul li p {
		font-size: 18px;
	}
	.footernr ul li h4,.footernr ul li h4 a {
		font-size: 16px;
	}
}
@media(max-width:767px) {
	.aboutlist ul li {
		margin-bottom: 10px;
	}
	.aboutlist ul li dl {
		float: none;
	}
	.aboutlist dl dt, .aboutlist dl dd {
		text-align:center;
	}
	.newslist .newscont {
		padding: 30px;
	}
	.contact{
		height:auto;
	}
	.contact .botlogo {
		padding: 40px 0 0 0;
	}
	.contact .contactrt {
		justify-content: left;
	}
	.protitrt_n .protitcx_n {
		width: 100%;
	}
	.protit_n .protitrt_n{
		margin-top:20px;
	}
	.qyry_n{
		display:inherit;
	}
	.qyry_n dl {
		width: 48%;
		float:left;
		margin:10px 0.5%;
	}
	.qyry_n {
		margin-bottom: 60px;
	}
	.cprz_n,.honor_n{
		padding:60px 5%;
	}
	.khscroll ul li{
		width: 150px;
		height: 59px;
		margin:15px 10px;
	}
	.pop ul li{
		width:20%;
	}
	.newsmenu ul li{
		line-height:60px;
		margin-right: 20px;
	}
	.newsmenu ul li span {
		font-size: 60px;
	}
	.newsmenu ul li a {
		font-size: 20px;
	}
	.downnr_n ul li .downrt {
		justify-content: left;
		margin-top:10px;
	}
	.aboutlist_n ul li:first-child,.aboutlist_n ul li:last-child{
		justify-content: center;
	}
	.aboutlist_n ul li:nth-child(2n){
		border-right:none;
	}
	.aboutlist_n ul li{
		margin-top:10px;
	}
	.aboutlist_n{
		margin-top:40px;
	}
	.aboutimg_n{
		margin-top:50px;
	}
	.zllist ul li{
		margin-bottom:10px;
	}
	.zllist dl dt .timer {
		font-size: 50px;
		line-height:50px;
	}
	.zllist dl dt, .zllist dl dd{
		text-align:center;
	}
	.contact .contactrt dl,.contactrt .lxbtn{
		width:100%;
		margin-top: 30px;
	}
	.contactrt .lxbtn {
		margin-left: 0;
	}
	.contact .contactrt {
		display: inherit;
	}
	.contact{
		padding-bottom:40px;
	}
	.contactrt .lxbtn a {
		width: 150px;
		height: 45px;
		line-height: 45px;
	}
	.aboutnr_n{
		margin-top:60px;
	}
	.newstopnr_n .newstoprt_n {
		padding: 20px;
	}
	.newstoprt_n h5 {
		margin-top: 20px;
		margin-bottom:10px;
	}
	.newstop_n {
		padding: 60px 5%;
	}
	.jzjnr_n dl .promore_n,.pronr_n dl .promore_n{
		width: 80px;
		height: 80px;
		background-size: 80px;
		padding-top: 15px;
		margin-left: -40px;
		bottom: -40px;
	}
	.jzjnr_n dl:hover .promore_n,.pronr_n dl:hover .promore_n{
		background-size: 80px;
	}
	.jzjnr_n dl .promore_n .promoreicon_n img,.pronr_n dl .promore_n .promoreicon_n img{
		width: 20px;
	}
	.jzjnr_n dl,.pronr_n dl{
		width:48%;
		margin: 40px 1%;
	}
	.proyynr_n ul li{
		width:100%;
		height:auto;
		padding: 40px 10px;
		margin: 20px 2% 20px 0;
	}
	.proyy_menu ul li {
		width: 25%;
		margin:5px 0;
	}
}
@media(max-width:640px) {
	.banner .swiper-container .bannernr1,.banner .swiper-container .bannernr2,.banner .swiper-container .bannernr3,.banner .swiper-container .bannernr4{
		top: 25%;
	}
	.banner .swiper-container .bannernr1 {
		width: 58.2%;
	}
	.banner .swiper-container .bannernr2 {
		width: 57%;
		margin-left:-28.5%;
	}
	.banner .swiper-container .bannernr3 {
		width: 41%;
	}
	.banner .swiper-container .bannernr4 {
		width: 50%;
	}
	.tit h4,.tit h4 a{
		font-size: 24px;
		line-height: 34px;
	}
	.tit h3,.tit h3 a{
		font-size: 28px;
		line-height: 38px;
	}
	.proyy_n {
		padding: 60px 5%;
	}
	.jzj_n .jzjlf_n ul li {
		width: 50%;
	}
	.yycase {
		padding: 60px 5%;
	}
	.pop ul li{
		width:25%;
	}
	.proyynr_n h3 {
		font-size: 28px;
		line-height:38px;
	}
	.newslist .newsdate {
		font-size: 80px;
		line-height: 80px;
	}
	.newslist .newsdate {
		font-size: 70px;
		line-height: 70px;
	}
	.protitrt_n .protitcx_n input {
		padding: 0 15px;
	}
	.cxyfnr h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.fzlcdate_n ul li {
		margin: 5px 0;
		width: 20%;
	}
	.aboutlogo ul li img {
		max-width: 80%;
	}
	.jobnr_n ul li>.joblist_n{
		padding-top:40px;
	}
	.fzlclf_n .fzlcjs_n {
		padding: 40px 20px;
	}
	.fzlclf_n .fzlcjs_n p span{
		margin-right:10px;
	}
	.fzlclf_n .fzlcyear_n {
		font-size: 60px;
		line-height: 60px;
	}
	.fzlclf_n .fzlcjs_n{
		margin-top:-25px;
	}
	.hyyy ul{
		height:800px;
	}
	.hyyynr ul li .hyyyicon img{
		width:50px;
	}
	.hyyynr ul li p {
		font-size: 16px;
	}
	.hyyynr ul li {
		padding-top: 180px;
	}
	.prolist dl dd .promore{
		display:none;
	}
	.prolist dl dd .probt {
		width: 100%;
	}
	.prolist .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.prolist dl dd {
		margin-top: 15px;
	}
	.prolist .swiper-button{
		bottom:46px;
	}
	.position {
		bottom: 20px;
	}
	.nmenu ul li {
		margin-right: 0;
		width: 25%;
	}
	.hzhbnr_n dl dt h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.news_n .fbnr {
		padding: 40px 30px;
	}
	.newsinfo_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:240px;
	}
	.tjpro h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.tjpro ul li p,.tjpro ul li .tjpro_xq{
		margin-top: 10px;
	}
	.jjfacont_n .jjfa_icon img{
		height:70px;
	}
	.qywhlist_n ul li {
		width:100%;
		margin:10px 0;
	}
	.qywhlist_n ul li .qywhnr_n{
		bottom:30px;
	}
	.qywhlist_n ul li p {
		font-size: 14px;
	}
	.qywh_n .qywh_yj .qywh_yjnr p {
		font-size: 20px;
		line-height: 30px;
	}
	.qywh_n {
		height: 600px;
	}
	.yycasenr .swiper-button .swiper-button-prev{
		left: -25px;
	}
	.yycasenr .swiper-button .swiper-button-next{
		right:-25px;
	}
	.proyy_menu ul li {
		width: 50%;
	}
	.cxyf {
		height: 780px;
		padding: 40px 5% 0 5%;
	}
}
@media(max-width:540px) {
	.card-img-150{
		height:145px;
	}
	.cxyfnr p {
		font-size: 15px;
		line-height: 25px;
	}
}
@media(max-width:500px) {
	.nmenu ul li {
		width: 33.33333333%;
	}
	.newsnr_n dl dt,.newsnr_n dl dd{
		width: 100%;
	}
	.newsnr_n dl dt{
		border-right:none;
	}
	.newsnr_n dl dd{
		padding-left:0;
		margin-top:10px;
	}
	.position {
		bottom: 15px;
	}
	.jjfacont_n,.jjfa_n .jjfalist_n:nth-child(2n) .jjfacont_n{
		padding: 60px 20px;
	}
	.yycasenr .swiper-button .swiper-button-prev{
		left: -5%;
	}
	.yycasenr .swiper-button .swiper-button-next{
		right: -5%;
	}
}
@media(max-width:425px) {
	.toggle{
		right:75px;
	}
	.language a>img {
		margin-right: 5px;
	}
	.language a i {
		margin-left: 5px;
	}
	.bannermore {
		margin-top: 15px;
	}
	.banner .swiper-pagination {
		bottom: 10px;
	}
	.tit h3, .tit h3 a {
		font-size: 24px;
		line-height: 34px;
	}
	.contact_add ul li{
		padding:30px;
	}
	.fzlcdate_n ul li {
		width: 25%;
	}
	.fzlcdate_n ul li::before {
		width: 10px;
	}
	.fzlcdate_n ul li.active {
		padding-left: 15px;
	}
	.qyry_n dl dd, .rzzs_n dl dd,.cprznr_n dl dd{
		font-size: 14px;
	}
	.cxyfnr {
		margin-top: 30px;
	}
	.cxyfjs {
		margin-top: 10px;
	}
	.jzj_n .jzjlf_n ul li a {
		font-size: 15px;
	}
	.hyyytit {
		top: 40px;
	}
	.hyyy ul {
		height: 700px;
	}
	.hyyynr ul li .hyyyicon img {
		width: 40px;
	}
	.aboutlist_n dl dt .timer {
		font-size: 35px;
		line-height: 35px;
		margin-right:0;
	}
	.aboutlist_n dl dt,.aboutlist_n dl dd{
		font-size:14px;
	}
	.qywhlist_n ul li .qywhnr_n {
		padding: 0 20px;
	}
	.tdnr_n dl dd {
		padding: 30px 20px;
	}
	.tdnr_n dl dd .tdname {
		font-size: 24px;
		line-height: 34px;
	}
	.tdnr_n dl dd .tdname span {
		margin-left: 10px;
	}
	.jzjnr_n dl dd {
		font-size: 16px;
	}
	.card-img-150{
		height:111px;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.banner .swiper-pagination {
		bottom: 5px;
	}
	.tit h3, .tit h3 a {
		font-size: 22px;
		line-height: 32px;
	}
	.newsmenu ul li span {
		font-size: 50px;
	}
	.newsmenu ul li a {
		font-size: 18px;
	}
	.newsmenu ul li {
		margin-right: 15px;
	}
	.jzj_n .jzjlf_n ul li a {
		font-size: 14px;
	}
	.aboutlist_n dl dt .timer {
		font-size: 30px;
		line-height: 30px;
	}
	.cxyfnr h5 {
		font-size: 18px;
	}
	.card-img-150{
		height:96px;
	}
	.cxyflist ul li {
		padding: 15px 10px;
	}
	.cxyflist ul li h6 {
		font-size: 15px;
	}
	.footernr ul li h4,.footernr ul li h4 a {
		font-size: 14px;
	}
}
@media(max-width:320px) {
	.nmenu ul li a {
		font-size: 15px;
	}
	
}
@media(max-width:319px) {
	.nmenu ul li a {
		font-size: 14px;
	}
	.cxyflist ul li {
		padding: 15px 5px;
	}
	.cxyflist ul li h6 {
		font-size: 14px;
	}
	.cxyfnr p {
		font-size: 13px;
	}
}