@charset "utf-8";



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

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

@font-face
{
	font-family: myThreeFont;
	src: url('../fonts/barlowcondensed-semibold_mianfeiziti.ttf'),
		 url('../fonts/barlowcondensed-semibold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

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

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

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 0 0 1%;
	}
.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;
	}
.logo{
	height:100%;
	overflow:hidden;
	padding:25px 0;
}
.logo img{
	max-width:100%;
	height:50px;
}
.icon2{
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	margin:39px 28px 0 0;
	font-family: Arial;
}
.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;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	padding:39px 0;
	cursor:pointer;
	position:relative;
	margin-right:54px;
}	
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:5px;
	background-color:#d70b18;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
.cnen{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:100px;
	margin-right:30px;
}
.cnen a{
	color:#fff;
	font-size:16px;
	margin:0 6px;
}
/* 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;
	padding-right:90px;
	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:110px;
	margin:0 40px;
	position:relative;
}
.nav .menu > li:before{
	position: absolute;
    content: "";
    bottom: calc(50% - 25px);
    left: 0;
    width: 0;
    height: 4px;
    background-color: #d70b18;
    transition: all 300ms ease;
}
.nav .menu > li:hover:before{
	width:100%;
}

.nav .menu > li a{
	color:#fff;
	font-size:17px;
	display:block;
	line-height:100px;
	text-transform:uppercase;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:after{
	content:"";
	width:8px;
	height:8px;
	background:#fff;
	border-radius:100%;
	position:absolute;
	left:50%;
	margin-left:-4px;
	bottom:25px;
	z-index:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}

.nav .menu > li.active a{
	color:#d70b18;
}

.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a:after{
	display:none;
}
.nav .menu > li .submenu li:hover{

	background:#d70b18;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.tel .telnr{
	width:320px;
	height:55px;
	border-radius:30px;
	padding-left:57px;
	background:#c21b29 url(../images/icon2.png) no-repeat 25px center;
	padding-top:5px;
	margin-top:27.5px;
	}
.tel .telnr p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	}
.tel .telnr h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:23px;
	line-height:20px;
	}
.tel .telnr span{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:17px;
	color:#fff;
	margin-right:9px;
	}

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.banner video{ width:100%; height:100%; object-fit: cover;}
.banner video::-webkit-media-controls{ 
	display:none !important;
}
.banner video::-webkit-media-controls-enclosure{
    display: none !important;
}
.banner .indexbg{
	width:80%;
	height:100%;
	background:linear-gradient(to right,#d70b18,rgba(2,94,182,0));
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.banner .indexbg2{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
.mban{
	display:none;
}
.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 .bannernr1{
	width:auto;
	overflow:hidden;
	position:absolute;
	left:5.2%;
	bottom:22.5%;
	z-index:99;
}
.banner .swiper-container .bannernr1 p{
	font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
	line-height:1.2em;
	color:#fff;

}
.banner .swiper-container .bannernr1 h2{
	color:#fff;
	font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
	line-height:1.5em;
	font-weight:bold;
	
}

.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.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;
}
@media only screen and (min-width: 1921px){
	.banner{
		height:auto;
	}
	.banner .img{
		height:100vh;
	}
}
@media only screen and (min-width: 1920px) and (max-width: 1920px) {
	.banner{
		height:990px;
	}
}
@media only screen and (min-width: 1768px) and (max-width: 1919px) {
	.banner{
		height:921px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
	.banner{
		height:875px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.banner{
		height:833px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.banner{
		height:750px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.banner{
		height:708px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.banner{
		height:667px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.banner{
		height:600px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.banner{
		height:533px;
	}
}
.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:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  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: 20px;
  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 img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-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: 36px;
	height:3px;
	display: inline-block;
	margin:0 7px;
	background:rgba(255,255,255,0.5);
	outline:none;
}

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{
	width:60px;
	background:#fff;
}

.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 {
	overflow:hidden;
	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:56px;
	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 h2{
	width:100%;
	overflow:hidden;
	font-size:48px;
	font-weight:bold !important;
	color:#000;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:3px;
	}
.tit h2 a{
	font-weight:bold;
	font-size:48px;
	color:#000;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#000;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:3px;
	}
.tit h3 a{
	font-size:48px;
	color:#000;
	}
.more{
	width:100%;
	overflow:hidden;
	margin-top:75px;
	}
.more a{
	width:188px;
	height:60px;
	line-height:60px;
	display:block;
	font-size:17px;
	color:#1f1f1f;
	font-weight:bold;
	text-align:center;
	border:solid 1px #919191;
	}
.more a span{
	font-size:17px;
	color:#1f1f1f;
	font-weight:bold;
	margin-left:22px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more a:hover span{
	margin-left: 35px;
}
.more.more-white a{
	background:#fff;
	color:#d70b18;
	font-weight:normal;
	}
.more.more-white a span{
	color:#d70b18;
	}



/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.webp) 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;
	position:relative;
	padding-top:130px;
	}
.aboutlf{
	overflow:hidden;
	padding:0 16px 0 0;
}
.aboutlf .aboutimg{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.aboutlf .aboutimg img{
	max-width:100%;
	height:auto;
	}
.aboutrt{
	overflow:hidden;
	padding:93px 0 0 30px;
	}
.aboutrt h4{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:16px;
	text-align: justify;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.aboutlist dl dt{
	font-size:18px;
	color:#000;
	}
.aboutlist dl dt .counter{
	font-size:72px;
	color:#d70b18;
	font-family:Arial;
	line-height:72px;
	font-weight:bold;
	}
.aboutlist dl dd{
	font-size:16px;
	color:#000;
	line-height:28px;
	}
.aboutlogo{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-top:solid 1px #dcdcdc;
	margin-top:136px;
	padding:39px 0;
	}
.aboutlogoimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlogoimg img{
	max-width:100%;
	height:auto;
	}
.aboutlogonr{
	position:relative;
	}
.aboutlogonr .swiper-button div{
	width:13px;
	height:24px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-12px;
	z-index:9;
	}
.aboutlogonr .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:0;
	}
.aboutlogonr .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:0;
	}
/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../images/slbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:100px;
	}
.gssl .tit{
	margin-bottom:126px;
	}
.gssl .tit h2,.gssl .tit h2 a{
	font-weight: bold;
	color:#fff;
	}
.gssl .tit h3,.gssl .tit h3 a{
	color:#fff;
	}
.gsslnr .gssllf{
	overflow:hidden;
	padding:0;
}
.gsslnr .gsslrt{
	overflow:hidden;
	padding:0 0 0 338px;
}
.gsslnr .gssllf ul{
	width:100%;
	overflow:hidden;
	}
.gsslnr .gssllf ul li{
	overflow:hidden;
	padding:0;
	margin-top:38px;
	}
.gsslnr .gssllf ul li a{
	-webkit-text-stroke:1px #fff;
    color: transparent;
	font-size:55px;
	font-weight:bold;
	position:relative;
	}
.gsslnr .gssllf ul li a:after{
	content:"";
	width:0;
	height:3px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:3px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.gsslnr .gssllf ul li:hover a,.gsslnr .gssllf ul li.active a{
	color:#fff;
	}
.gsslnr .gssllf ul li:hover a:after,.gsslnr .gssllf ul li.active a:after{
	width:100%;
	}
.gssllist,.gssllist h4,.gssllist p{
	width:100%;
	overflow:hidden;
	}
.gssllist{
	height:0;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.gssllist.active{
	height:auto;
	opacity:1;
	}
.gssllist h4,.gssllist p{
	text-align:right;
	}
.gssllist h4{
	font-size:36px;
	color:#fff;
	line-height:46px;
	margin-bottom:24px;
	}
.gssllist p{
	font-size:20px;
	color:#fff;
	line-height:34px;
	text-align: justify;
	}
.gsslrt .more{
	margin-top:138px;
		float:right;
	}

/* news
-------------------------------------------------------------- */
.news{
	margin-top:120px;
	margin-bottom:186px;
}
.newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .more{
	width:auto;
	margin-top:50px;
	}
.newstit .more a{
	background:#d70b18;
	color:#fff;
	font-weight:normal;
	border:solid 1px #d70b18;
	}
.newstit .more a span{
	color:#fff;
	}
.newstit .more a,.newstit .more a span{
	font-size:16px;
	}
.newsnr{
	width:100%;
	overflow:hidden;
	margin-top:96px;
	}
.newsnr .normal-inner .day,.newsnr .normal-inner .month,.newsnr .active-inner-item .date{
	width:100%;
	overflow:hidden;
	}
.newsnr .normal-inner .day{
	font-size:61px;
	font-family:Arial;
	line-height:56px;
	color:#dddddd;
	font-weight:bold;
	}
.newsnr .normal-inner .month{
	font-size:16px;
	font-family:Arial;
	color:#dddddd;
	font-weight:bold;
	line-height:20px;
	}
.newsnr .active-inner-item .date{
	font-size:16px;
	color:#dcdcdc;
	line-height:30px;
	}
.newsnr .active-inner-item h4{
	color:#fff;
	}
/* oursl
-------------------------------------------------------------- */
.oursl{
	width:100%;
	overflow:hidden;
	padding-top:267px;
	padding-bottom:102px;
	background-attachment: fixed;
	}
.oursllist{
	width:100%;
	overflow:hidden;
	}
.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%
}
.cloud-product-ul li {
	height:479px;
	position: relative;
	background:#fff;
	width: 21%;
	float: left;
	padding:90px 35px 0 35px;
	border:solid 1px #e5e5e5;
}
.cloud-product-ul li:first-child,.cloud-product-ul li:nth-child(2){
	border-right:none;
	}
.cloud-product-ul li.active{
	padding:0;
	}
.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;
	padding:0 35px;
	position:absolute;
	left:0;
	bottom:60px;
	}
.cloud-product-ul li .ourslmore a{
	width:50px;
	height:50px;
	display:block;
	border:solid 1px #dddddd;
	border-radius:50%;
	background:url(../images/icon5.png) no-repeat center;
	}
.cloud-product-ul li.active .ourslmore a{
	background-color:#fff;
	border:solid 1px #fff;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr{
	width:37%;
	overflow:hidden;
	float:left;
	padding:80px 40px 0 40px;
	}
.active-inner-item .newsimg{
	width:63%;
	overflow:hidden;
	height: 100%;
    display: flex;
    text-align: right;
    justify-content: end;
	}
.active-inner-item .newsimg img{
		height:100%;
	}
.active-inner-item .oursl_nr h3{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:32px;
	}
.active-inner-item .oursl_nr .ourslms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#dcdcdc;
	line-height:30px;
	margin-top:20px;
	}

.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#000;
	line-height:36px;
	font-weight:normal;
	margin-top:12px;
	}
.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
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.single-bottom-item {
	height: 340px;
	width: 100%
}
.single-bottom-item:first-child {
	border-right: 1px solid #eee
}
.bg-product-pic {
	width: 100%;
	height: 82px
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}

.cloud-product-ul li.active {
	z-index: 9;
	width:58%;
}
.cloud-product-ul li.active{
	background:#d70b18;
	}
/* imap
-------------------------------------------------------------- */
.imap{
	width:100%;
	height:960px;
	overflow:hidden;
	background:#f5f5f5 url(../images/map.webp) no-repeat top right;
	padding-top:157px;
	position:relative;
	}
.imaplist,.imaplist p{
	width:100%;
	overflow:hidden;
	}
.imaplist{
	margin-top:100px;
	}
.imaplist p{
	font-size:16px;
	line-height:30px;
	color:#000;
	}
.imapnr{
	}
@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);
	}
}
#plusDiv{
	width: 44px;
	height: 44px;
	position:absolute;
	outline: none;
	background-color: rgba(2, 94, 182, 0.4);
	box-shadow: 1px 1px 8px 0 rgba(2, 94, 182, 0.4);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	z-index:0;
	}
#plusDiv::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 14px;
	width: 14px;
	background:#d70b18;
	position: absolute;
	margin:15px 0 0 15px;
}
#plusDiv::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(22, 60, 126, 0.1);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
.plusDiv1{
	right:1460px;
	top:316px;
	}
.plusDiv2{
	right:563px;
	top:386px;
	}
.plusDiv3{
	right:489px;
	top:540px;
	}
.plusDiv4{
	right:315px;
	top:630px;
	}
.plusDiv5{
	right:329px;
	top:730px;
	}
.plusDiv6{
	right:891px;
	top:600px;
	}
.plusDiv7{
	right:1284px;
	top:700px;
	}
.imapbz{
	overflow:hidden;
	position:absolute;
	right:5.2%;
	top:355px;
	z-index:9;
	}
.imaplogo{
	overflow:hidden;
	margin-right:25px;
	padding-top:76.5px;
	}
.imaplogo img{
	max-width:100%;
	height:auto;
	}
.lxfs{
	width:278px;
	height:206px;
	overflow:hidden;
	background:#d70b18;
	padding:28px 20px 0 20px;
	}
.lxfs h4{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	line-height:30px;
	margin-bottom:21px;
	}
.lxfs p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	line-height:30px;
	}
.lxfs p a{
	color:#fff;
	font-size:15px;
}
.map_m{
	width:100%;
	overflow:hidden;
	display:none;
}
.map_m img{
	width:100%;
	height:auto;
}
/* gwkh
-------------------------------------------------------------- */
.gwkh{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:10px;
	padding-bottom:57px;
	}
.gwkhtit{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	}
.gwkhtit a{
	font-size:40px;
	color:#000;
}
.gwkhnr{
	position:relative;
	}
.gwkhlist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.gwkhlist dl,.gwkhlist dl dt,.gwkhlist dl dd{
	width:100%;
	overflow:hidden;
	}
.gwkhlist dl dt,.gwkhlist dl dd{
	text-align:center;
	}
.gwkhlist dl dt img{
	width:100%;
	height:auto;
	}
.gwkhlist dl dd{
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
	margin-top:8px;
	}
.gwkhnr .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	}
.gwkhnr .swiper-button div{
	width:41px;
	height:14px;
	overflow:hidden;
	float:left;
	}
.gwkhnr .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	}
.gwkhnr .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:20px;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat center top;
	background-size:cover;
	padding:78px 0 88px 0;
	position:relative;
	}
.pronr{
	width:100%;
	overflow:hidden;
	padding-left:5.2%;
	}
.pro .tit h2,.pro .tit h2 a{
	color:#fff;
	}
.pro .tit h3,.pro .tit h3 a{
	color:#fff;
	}
.procont,.prolist{
	width:100%;
	overflow:hidden;
}
.prolist .prolf{
	width:29%;
	overflow:hidden;
	padding-top:125px;
	}
.prolist .prort{
	width:71%;
	overflow:hidden;
	}
.prolist .prort img{
	width:100%;
	height:auto;
	}
.prolist .prolf .probt{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	}
.prolist .prolf h4{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	}
.prolist .prolf h4 span{
	font-size:55px;
	color:#fff;
	position:relative;
	}
.prolist .prolf h4 span:after{
	content:"";
	width:100%;
	height:5px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:1px;
	}
.prolist .prolf .projs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:34px;
	}
.prolist .prolf .more a,.prolist .prolf .more a span{
	color:#fff;
	font-size:16px;
	}
.prolist .prolf .more{
	margin-top:71px;
	}
.prolist .prolf .more a{
	border:solid 1px #d70b18;
	background:#d70b18;
	}
.mySwiper{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.proname{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	border-bottom:solid 2px #fff;
	padding-bottom:18px;
	}
.proname:hover{
	cursor:pointer;
}
.mySwiper .swiper-slide-thumb-active .proname{
	color:#d70b18;
	border-bottom:solid 2px #d70b18;
	}
.pro .swiper-button{
	overflow:hidden;
	position:absolute;
	right:5.2%;
	bottom:200px;
	z-index:99;
	}
.pro .swiper-button div{
	width:50px;
	height:50px;
	border-radius:50%;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pro .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
	}
.pro .swiper-button .swiper-button-prev:hover{
	background:#d70b18 url(../images/prevh.png) no-repeat center;
	}
.pro .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	margin-left:16px;
	}
.pro .swiper-button .swiper-button-next:hover{
	background:#d70b18 url(../images/nexth.png) no-repeat center;
	}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.nmessage .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:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 10px;
	}
.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(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #d70b18;
    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%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:160px;
	padding-bottom:188px;
	}
.contactlf{
	overflow:hidden;
	padding:0;
	}
.contacten{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#333333;
	line-height:50px;
	text-transform:uppercase;
	font-family:Arial;
	margin-top:20px;
	margin-bottom:74px;
	}
.contactlf dl,.contactlf dl dt,.contactlf dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlf dl dt,.contactlf dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	font-weight:normal;
	}
.contactlf dl{
	margin-top:30px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	background:url(../images/link.png) no-repeat left center;
	padding-left:38px;
	margin-top:83px;
	}
.link a{
	color:#fff;
	font-size:15px;
	margin-right:10px;
	}
/* side
-------------------------------------------------------------- */
.side {
    width:54px;
    position: fixed;
    right:10px;
	bottom:40px;
    z-index: 999;
}
.side ul li {
    width:100%;
    position: relative;
    cursor: pointer;
	margin-bottom:5px;
	background:#fff;
	padding:16px 0;
}
.side ul li:first-child{
	background:#d70b18;
}
.side ul li:last-child p{
	color:#fff;
}
.side ul li .sideimg{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 128px;
	overflow:hidden;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul li p{
	width:100%;
	overflow:hidden;
	padding:0 15px;
	text-align:center;
	font-size:15px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	line-height:16px;
}
.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: translateY(0);
    transform: translateY(0);
}
/* footer
-------------------------------------------------------------- */
.footer{
	position:relative;
	width:100%;
	overflow:hidden;
	
	padding-top:98px;
	padding-bottom:46px;
}
.footer::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	background:#281e1e;
  z-index: -2;
}
.footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/slbg.jpg) no-repeat top center;
  opacity: 0.2; /* 透明度 0~1 */
  z-index: -1;
}
.footer .botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:73px;
	}
.footer .botlogo img{
	max-width:100%;
	height: 60px;
	}
.footer .botnav{
	width:70%;
	overflow:hidden;
	}
.footer .botnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .botnav ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footer .botnav ul li h4,.footer .botnav ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	}
.footer .botnav ul li p{
	margin-top:9px;
	}
.footer .botnav ul li h4{
	font-weight:normal;
	padding-bottom:17px;
	}
.footer .botnav ul li h4 a{
	font-size:19px;
	color:#fff;
	}
.footer .botnav ul li p a{
	font-size:16px;
	color:#fff;
	}
.botlxfs{
	width:30%;
	overflow:hidden;
	border-left:solid 1px rgba(255,255,255,0.2);
	padding-bottom:38px;
	}
.botlxfs .botlxfsnr{
	overflow:hidden;
	margin-left: 2rem;
}
.botlxfs .botlxfsnr p{
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	margin-bottom:5px;
}
.botlxfs .botlxfsnr p a{
	font-size:17px;
	color:#fff;
}
.botlxfs .boticon{
	width:100%;
	overflow:hidden;
	margin-top:18px;
}
.botlxfs .boticon img{
	margin-right:20px;
}
.botewm{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.botewm img{
	max-width:160px;
	width:100%;
	height:auto;
}
.bot{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	margin-top:30px;
}
.bot a{
	color:#fff;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}
.banner_n .cont{

    overflow: hidden;
    margin: 0 auto;
}


.banner_n .cont h1{
	color:#fff;
	font-size:clamp(1.5rem, 0.955rem + 2.73vw, 3rem);

}
.banner_n .cont p{
	font-size:clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
	color:#fff;
	line-height:2em;
}

@media (min-width: 1921px){
	.banner_n{
		height:800px;
	}
}
@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;
	background:#f6f6f6;
}
.positionnr{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon7.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #004b96;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	margin-top:30px;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:25px;
	font-size:16px;
	color:#333;
	line-height:30px;
	border-bottom: solid 1px #d5d5d5;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li a{
	font-size:16px;
	color:#333;
}
.menu_n ul li:hover,.menu_n ul li.active{
	border-bottom: solid 1px #d70b18;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#d70b18;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	position: relative;
	width:100%;
	overflow: hidden;
	font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
	color: #333;
	padding-bottom: .5em;
	line-height:1.6em;
	}
.ntit h3:before{ 
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 260px;
	height: 2px;
	background: #000;
}
.ntit h3:after{ 
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100px;
	height: 4px;
	background: #d70b18;
}
.ntit .ntiten{
	width:100%;
	overflow: hidden;
	font-size:26px;
	color: #999;
	font-family:Arial;
	line-height:36px;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutlf_n{
	width:36%;
	overflow:hidden;
	}
.aboutlf_img{
	width:100%;
	margin-top:clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
	}
.aboutlf_img img{
	width:100%;
}

.aboutrt_n{
	width:60%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	padding-top:45px;
	}
.aboutrt_n img{
	max-width:100%;
	height:auto;
	}
.aboutrt_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-bottom:.8em;
	}
.aboutlist_n{
	width:100%;
	overflow:hidden;
	background:#d70b18;
	padding:70px 0;
	}
.aboutlist_n ul li{
	overflow:hidden;
	padding:0;
	}
.aboutlist_n ul li dl{
	width:100%;
	overflow:hidden;
	}
.aboutlist_n ul li:nth-child(2){
	border-left: solid 1px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(255,255,255,0.2);
	}
.aboutlist_n ul li dl dt,.aboutlist_n ul li dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.aboutlist_n dl dt {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    color: #fff;
}
.aboutlist_n dl dt .counter{
	font-size: clamp(2.5rem, 1.773rem + 3.64vw, 4.5rem);
    color: #fff;
    font-family: Arial;
    line-height: 60px;
    font-weight: bold;
	}
.aboutlist_n dl dd {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    color: #fff;
    line-height: 2em;
}
/* history
-------------------------------------------------------------- */
.history{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
}
.DevelopmentHistory .swiper_box {
  margin-left: 5.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.DevelopmentHistory .swiper_box .banner2 {
  margin-top:50px;
  margin-bottom: 50px;
}
.DevelopmentHistory .swiper_box .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide {
    padding-left: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom:50px;
    cursor: pointer;
}
.DevelopmentHistory .swiper_box .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
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item {
  padding-left: 30px;
  min-height:200px;
  position: relative;
  top: 0;
  transition: .33s;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .year {
  font-size: 30px;
  line-height:40px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr {
  line-height: 30px;
  font-size:16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  	overflow: hidden;
	padding-right: 10px;
}

.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: rgba(7, 49, 144, 1);
}

.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}


.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item .fzlcnr p {
      line-height: 30px;
    font-size: 16px;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0.09rem;
  width: 4px;
  height: 4px;
  border: 2px solid #d70b18;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.DevelopmentHistory .swiper_box .banner2 .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 100%;
  width: 1px;
  background: #ddd;
}

.DevelopmentHistory .swiper_box .banner2 .active .item .year {
  color: #d70b18;
}
.DevelopmentHistory .swiper_box .banner2 .active .item .fzlcnr {
  color: #000;
}
.DevelopmentHistory .swiper_box .banner2 .active .item::before {
  top: 0.15rem;
  background: #d70b18;
}
.DevelopmentHistory .swiper_box .banner2 .active .item::after {
  top: 0.4rem;
}



.DevelopmentHistory .box {
  margin-top: 40px;
}
.DevelopmentHistory .box .banner1 {
  width: 94%;
}
.DevelopmentHistory .box .banner1 .swiper-slide {
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .swiper-slide p {
  font-size: 23px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.DevelopmentHistory .box .banner1 .active p {
  color: #d70b18;
}
.DevelopmentHistory .box .button{
  width: 13px;
    height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.DevelopmentHistory .box .prev{
	background: url(../images/prev2.png) no-repeat center;
}
.DevelopmentHistory .box .next{
	background: url(../images/next2.png) no-repeat center;
}
.DevelopmentHistory .box .button i:hover {
  color: #d70b18;
}
.DevelopmentHistory .img_box {
  margin-left: 10.4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: -2rem;
}
.DevelopmentHistory .img_box .img_list {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.DevelopmentHistory .img_box .img_list > img {
  height: 1.85rem;
  position: relative;
  left: 0;
}
.DevelopmentHistory .img_box .img_list .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/tu2.png") no-repeat;
  background-position: -800px 50%;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  background-size: auto 100%;
  -webkit-mask-image: url("../images/tu3.png");
  -webkit-mask-size: auto 100%;
}
.w1520 {
    padding-left: 5.2%;
    padding-right: 5.2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.flexBetween {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n,.qywhimg_n{
	width:100%;
	overflow:hidden;
	}
.qywhimg_n img{
	width:100%;
	height:auto;
	}
.qywh_n .swiper-slide-active img,.qywh_n .swiper-slide-duplicate-active img{
	transition:4s linear;
	transform:scale(1.05,1.05);
	}
.team_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.teamnr_n{
	width:100%;
	overflow:hidden;
	margin-top:45px;
	}
.teamnr_n dl dt,.teamnr_n dl dd,.teamnr_n dl dd .teamname_n,.teamnr_n dl dd .teamzw_n,.teamnr_n dl dd .teamzy_n{
	width:100%;
	overflow:hidden;
	}
.teamnr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
}
.teamnr_n dl:nth-child(3n){
	margin-right:0;
}
.teamnr_n dl dt{
	text-align:center;
}
.teamnr_n dl dt img{
	width:120px;
	max-width:100%;
	height:auto;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.teamnr_n dl:hover dt img{
	transform:scale(1.05);
}
.teamnr_n dl dd{
	padding:10px;
	}
.teamnr_n dl dd .teamname_n{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	color:#333;
	margin-bottom:.5em;
	}
.teamnr_n dl dd .teamzw_n{
	font-size:16px;
	line-height:30px;
	text-align:center;
	}
.teamnr_n dl dd .teamzy_n{
	font-size:16px;
	line-height:30px;
	text-align:center;
	}
.nteamlf {
    width: 30%;
    text-align: center;
}
.nteamlf img{
	max-width:100%;
	height:auto;
}
.nteamrt {
    width: 70%;
    padding-top: 40px;
}
.teamjs_n{
	width:100%;
	overflow:hidden;
	margin-top:26px;
	font-size:16px;
	line-height:30px;
}
.teamjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.controls{
	width:100%;
	height:24px;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	}
.controls .swiper-button-prev,.controls .swiper-button-next{
	width:13px;
	height:24px;
	position:absolute;
	}
.controls .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:0;
	top:0;
	}
.controls .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:0;
	top:0;
	}
.controls .prog{
	width:90%;
	height:7px;
	overflow:hidden;
	margin:8.5px auto 0;
	}
.controls .prog .swiper-pagination-progressbar{
	width:90%;
	height:7px;
	margin:auto;
	background:url(../images/bg1.png) repeat-x center;
	}
.controls .prog .swiper-pagination-progressbar span{
	background:url(../images/bg2.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	}


/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.honorlist_n{
	width:100%;
	margin-top:45px;
	position:relative;
	}
.honorlist_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.honorlist_n .swiper-slide .honorimg_n img{
	max-width:100%;
	height:auto;
	}
.honorlist_n .swiper-button{
	overflow:hidden;
	}
.honorlist_n .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15.5px;
	}
.honorlist_n .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-36px;
	}
.honorlist_n .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-36px;
	}

/* pro_n
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n .margin{
	margin-top:0;
}
.pronr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.pronr_n dl{
	width:31.33333333333%;
	overflow:hidden;
	background:#f2f2f2;
	margin:20px 1%;
	float:left;
	padding:10px;
	position:relative;
	}
.pronr_n dl:after{
	content:"";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #d70b18;
    transition: all .5s ease;
}
.pronr_n dl:hover:after {
    height: 100%
}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.pronr_n dl dt{
	height:370px;
}
.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:18px;
	font-weight:bold;
	color:#333;
	line-height:30px;
	text-align:center;
	padding:18px 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n dl:hover dd{
	color:#fff;
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1,.nteamrt h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei p{
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	color:#333;
	line-height:2em;
	margin-bottom:1em;
}
.nprort .npro_infolei p span{
		font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	color:#d70b18;
}
.nproinfo{
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	color:#666;
	line-height:2em;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 2em;
    color: #000;
	border-left: #d90b18 solid 5px;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
	overflow-x: auto;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	  width: auto;
		min-width: 100%;
	white-space: nowrap;
	}

.nprofbnr table tr,.nprofbnr table td{
	padding:.5em;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.proimglist{
	margin-top:30px;
}
.proimglist,.proimglist ul,.proimglist ul li .pics,.proimglist ul li p{
	
}{
	width:100%;
	overflow:hidden;
}
.proimglist ul li{
	width:31.3333333333333%;
	overflow:hidden;
	margin:10px 1%;
	float:left;
}
.proimglist ul li img{
	width:100%;
	height:auto;
}
.proimglist ul li p{
	line-height:25px;
	height:50px;
	font-size:15px;
	margin-top:10px;
	text-align:center;
}

/* xm_n
-------------------------------------------------------------- */
.xm_n{
	margin-top:60px;
	margin-bottom:60px;
}
.xmnr_n{
	width:100%;
	overflow:hidden;
}
.xmnr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.xmnr_n dl dt,.xmnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.xmnr_n dl dt{
	position:relative;
	height:307px;
}
.xmnr_n dl dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.xmnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.08);
	}
.xmnr_n dl dd{
	text-align:center;
	min-height:50px;
	line-height:25px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}
.xmnr_n dl:hover dd{
	color: #d70b18;
}
/* yj_n
-------------------------------------------------------------- */
.yj_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:100px;
}
.yjnr_n p{
	width: 100%;
    overflow: hidden;
	font-size:20px;
	line-height:30px;
    padding: 20px 40px;
    box-shadow: 6px 0px 32px #ececec;
    margin: 40px 0;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.yjnr_n p:hover{
	background:#d70b18;
	color:#fff;
	cursor:pointer;
}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	padding-top:30px;
}
.newslist_n{
	width:100%;
	overflow:hidden;
	background-color: rgba(242,242,242,1);
    transition: all .5s ease;
    margin: 30px 0;
	}
.newslist_n a{
	display:flex;
	align-items:stretch ;
	width:100%;
}
.newslist_n .newsimg_n{
	width:28%;
	overflow:hidden;
	position:relative;
	}
.newslist_n .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	height:100%;
	overflow:hidden;
	object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newslist_n .newsrt_n .newscont_n{
	width:80%;
	overflow:hidden;
	}
.newslist_n .newsrt_n .newscont_n h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-bottom:8px;
	}
.newslist_n .newsrt_n .newscont_n p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	}
.newslist_n .newsrt_n .newsdate_n{
	width:20%;
	overflow:hidden;
	}
.newslist_n .newsrt_n .newsdate_n dl{
	overflow:hidden;
	float:right;
	}
.newslist_n .newsrt_n .newsdate_n dl dt,.newslist_n .newsrt_n .newsdate_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.newslist_n .newsrt_n .newsdate_n dl dt{
	font-size:56px;
	line-height:56px;
	}
.newslist_n .newsrt_n .newsdate_n dl dd{
	font-size:16px;
	}
.newslist_n:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff
}
.newsrt_n{
	width:72%;
	overflow:hidden;
	padding:5%;
	}
.newslist_n:hover .newsrt_n .newscont_n h4,.newslist_n:hover .newsrt_n .newsdate_n dl dt,.newslist_n:hover .newsrt_n .newsdate_n dl dd{
	color:#d70b18;
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	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;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.contact_n .contactlf_n{
	width:35%;
	overflow:hidden;
	}
.contact_n .contactrt_n{
	width:65%;
	overflow:hidden;
}
.contact_n .contactlf_n .hello{
	width:100%;
	overflow:hidden;
	font-size:90px;
	color:#000;
	line-height:90px;
	text-transform:uppercase;
	}
.hello .hellonr{
	overflow:hidden;
	float:left;
	}
.hello .helloicon{
	overflow:hidden;
	float:left;
	}
.hello .helloicon img{
	max-width:100%;
	height:auto;
	}
.contact_n .contactlf_n p{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#000;
	line-height:34px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	border-left:solid 2px #212565;
	margin-top:34px;
	}
.contactnr_n ul li{
	overflow:hidden;
	padding:0 0 0 35px;
	font-size:18px;
	line-height:30px;
	}
.contact_n .contactrt_n h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	}
.contact_n .contactrt_n p{
	width:100%;
	overflow:hidden;
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	line-height:2em;
	}
.contactlist_n{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.contactlist_n dl{
	overflow:hidden;
	padding:0 30px 0 0;
	margin:10px 0;
	}
.contactlist_n dl dt,.contactlist_n dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlist_n dl dt{
	font-size:18px;
	line-height:30px;
	color:#d70b18;
	}
.contactlist_n dl dd{
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	line-height:2em;
	margin-top:4px;
	}
.contactlist_n dl dd a{
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.map{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.map img{
	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:190px;
	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%;
	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;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden;display: flex;justify-content: center;}
.pages a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages a.page-num-current{ background:#ddd; }
.pages 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:#d70b18;
}

#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;
  background:#d70b18;
  top:0;
  left:0;
  z-index:-1;
  opacity:0;
}
#toggleMenu.active{
	min-height:100vh;
}
#toggleMenu.active{
	z-index:998;
  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:url(../images/navbg.jpg) no-repeat top center;
  background-size:cover;
  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: 90%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
  padding: 0 15px;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #131313;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  background: -webkit-linear-gradient(top, #14b29d , #0b2c65);
    background: -o-linear-gradient(bottom, #14b29d , #0b2c65);
    background: -moz-linear-gradient(bottom, #14b29d , #0b2c65);
    background: linear-gradient(to bottom, #14b29d , #0b2c65);
	display:none;
}

#toggleMenu nav .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#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:14.28571428%;
	overflow:hidden;
	float:left;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
#toggleMenu.active nav .navigation li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-bottom:35px;
}
#toggleMenu.active nav .navigation li h4 a{
	font-size:20px;
	color:#fff;
}
#toggleMenu.active nav .navigation li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,0.8);
	margin-bottom:15px;
}
#toggleMenu.active nav .navigation li p a{
	font-size:16px;
	color:rgba(255,255,255,0.8);
}

#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: 20px;
  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 {
	  width: 100px;
	  height: 100px;
	  background:#d70b18;
	  position:relative;
	  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:0;
			  top:0;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 3px 5px;
	  width: 26px;
	  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: 24px;
	  margin-left:0;
	}
.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 screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.side{
		display:none
	}
	
}


@media only screen and (min-width: 1768px) and (max-width: 1768px) {
	.pronr_n dl dt {
		height: 333px;
	}
	.xmnr_n dl dt{
		height:276px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	.pronr_n dl dt {
		height: 316px;
	}
	.xmnr_n dl dt{
		height:261px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.pronr_n dl dt {
		height: 300px;
	}
	.xmnr_n dl dt{
		height:248px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.pronr_n dl dt {
		height: 269px;
	}
	.xmnr_n dl dt{
		height:222px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.pronr_n dl dt {
		height: 253px;
	}
	.xmnr_n dl dt{
		height:209px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.pronr_n dl dt {
		height: 237px;
	}
	.xmnr_n dl dt{
		height:195px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.pronr_n dl dt {
		height: 212px;
	}
	.xmnr_n dl dt{
		height:174px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.pronr_n dl dt {
		height: 187px;
	}
	.xmnr_n dl dt{
		height:153px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.pronr_n dl dt {
		height: 180px;
	}
	.xmnr_n dl dt{
		height:148px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.pronr_n dl dt {
		height: 260px;
	}
	.xmnr_n dl dt{
		height:185px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.pronr_n dl dt {
		height: 232px;
	}
	.xmnr_n dl dt{
		height:173px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.pronr_n dl dt {
		height: 217px;
	}
	.xmnr_n dl dt{
		height:153px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.xmnr_n dl dt{
		height:195px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.pronr_n dl dt {
		height: 178px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pronr_n dl dt {
		height: 324px;
	}
	.xmnr_n dl dt{
		height:163px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pronr_n dl dt {
		height: 252px;
	}
	.xmnr_n dl dt{
		height:125px;
	}
}
@media only screen and (min-width: 412px) and (max-width: 424px) {
	.pronr_n dl dt {
		height: 244px;
	}
	.xmnr_n dl dt{
		height:120px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 411px) {
	.pronr_n dl dt {
		height: 221px;
	}
	.xmnr_n dl dt{
		height:108px;
	}
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
	.pronr_n dl dt {
		height: 211px;
	}
	.xmnr_n dl dt{
		height:103px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.pronr_n dl dt {
		height: 186px;
	}
	.xmnr_n dl dt{
		height:90px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pronr_n dl dt {
		height: 161px;
	}
	.xmnr_n dl dt{
		height:77px;
	}
}

@media(max-width:1768px) {
	.cont,.cont1{
		width:88%;
		}
	.tit h3,.tit h3 a{
		font-size:44px;
		line-height:54px;
	}
	.nav {
		padding-right: 60px;
	}
	.nav .menu > li{
		margin:0 30px;
	}
	.aboutlist dl dt .counter {
		font-size: 60px;
		line-height: 60px;
	}
	.cloud-product-ul li h4{
		font-size:24px;
		line-height:34px;
	}
	.cloud-product-ul li .ourslmore{
		padding:0 30px;
	}
	.prolist .prolf h4 span {
		font-size: 45px;
	}
	.active-inner-item .oursl_nr {
		padding: 80px 30px 0 30px;
	}
	.gsslnr .gsslrt {
		padding: 0 0 0 300px;
	}
	.gsslnr .gssllf ul li a{
		font-size:50px;
	}
	.aboutlf_n {
		width: 35%;
	}
	.aboutrt_n {
		width: 65%;
	}
}
@media(max-width:1600px) {
	.nav {
		padding-right: 40px;
	}
	.aboutlist dl dt .counter {
		font-size: 50px;
		line-height: 50px;
	}
	.cloud-product-ul li h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.active-inner-item .oursl_nr .ourslms{
		font-size:15px;
		line-height:26px;
	}
	.gsslnr .gssllf ul li a{
		font-size:45px;
	}
	.prolist .prolf h4 span {
		font-size: 35px;
	}
	.ntit .ntiten {
		font-size: 22px;
		line-height: 32px;
	}

	.gsslnr .gsslrt {
		padding: 0 0 0 260px;
	}
	.aboutlist,.more{
		margin-top: 50px;
	}
}
@media(max-width:1440px) {
	.nav {
		padding-right: 20px;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.search{
		margin-right:40px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.newstit .more {
		margin-top: 40px;
	}
	.gsslnr .gsslrt {
		padding: 0 0 0 240px;
	}
	.gsslnr .gssllf ul li a{
		font-size:40px;
	}
	.cloud-product-ul li .ourslmore{
		padding:0 20px;
	}
	.nprort h1,.nteamrt h1{
		font-size: 26px;
		line-height: 36px;
	}
	.active-inner-item .oursl_nr {
		padding: 60px 20px 0 20px;
	}
	.contact_n .contactrt_n h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.hello .hellonr {
		font-size: 80px;
		line-height: 80px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 50px;
		line-height: 50px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		margin: 0 20px;
	}
	.search {
		margin-right: 30px;
	}
	.cnen {
		margin-right: 20px;
	}
	.contactlist_n dl{
		padding:0 10px 0 0;
	}
	.aboutlist dl dt .counter {
		font-size: 45px;
		line-height: 45px;
	}
	.prolist .prolf .probt{
		font-size:26px;
	}
	.prolist .prolf h4 span {
		font-size: 30px;
	}
	.gsslnr .gssllf ul li a{
		font-size:35px;
	}
}
@media(max-width:1280px) {
	.nav {
		padding-right: 10px;
	}
	.search {
		margin-right: 20px;
	}
	.cnen {
		margin-right: 10px;
	}
	.contact_n .contactlf_n {
		width: 32%;
	}
	.contact_n .contactrt_n {
		width: 68%;
	}
	.cloud-product-ul li h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.active-inner-item .oursl_nr .ourslms {
		font-size: 14px;
	}
	.newsnr .normal-inner .day{
		font-size:56px;
	}
	.cloud-product-ul li {
		padding: 70px 25px 0 25px;
	}
	.gssllist p{
		font-size:18px;
	}
	.gsslnr .gssllf ul li a {
		font-size: 30px;
	}
	.gsslnr .gsslrt {
		padding: 0 0 0 200px;
	}
	.newslist_n .newsrt_n .newsdate_n dl dt {
		font-size: 52px;
		line-height: 52px;
	}
}
@media(max-width:1200px) {
	.nav .menu > li {
		margin: 0 15px;
	}
}
@media(max-width:1152px) {
    .nav {
		padding-right: 0;
	}
	.nav .menu > li {
        margin: 0 10px;
    }
	.aboutlist dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist dl dt{
		font-size:16px;
	}
	.hello .hellonr {
		font-size: 74px;
		line-height: 74px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 45px;
		line-height: 45px;
	}
	.aboutrt {
		padding: 93px 0 0 20px;
	}
	.gsslnr .gsslrt {
		padding: 0 0 0 160px;
	}
}
@media(max-width:1100px) {
	.nav .menu > li {
		margin: 0 7px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.toggle {
		width: 60px;
		height: 60px;
	}
	.logo{
		padding:12px 0;
	}
	.logo img{
		height:36px;
	}
	.search{
		padding:19px 0;
	}
	.search_box{
		top:60px;
	}
	.cnen{
		line-height:60px;
	}
	.pcban{
		display:none;
	}
	.mban{
		display:block;
	}
	.prolist .prolf,.prolist .prort{
		width:100%;
	}
	.pronr{
		padding-left:6%;
		padding-right:6%;
	}
	.prolist .prolf {
		padding-top: 40px;
	}
	.prolist .prolf .more {
		margin-top: 40px;
	}
	.pro .swiper-button{
		bottom:135px;
	}
	.prolist .prort{
		margin-top:30px;
	}
	.mySwiper {
		margin-top: 30px;
	}
	.imap{
		background:#f5f5f5;
		height:auto;
		padding-top:60px;
		padding-bottom:30px;
	}
	.map_m{
		display:block;
	}
	#plusDiv,.imaplogo{
		display:none;
	}
	.imapbz {
		overflow: hidden;
		position: inherit;
		right: 0;
		top: 0;
		margin-top: 30px;
	}
	.imaplist {
		margin-top: 30px;
	}
	.aboutlf_n,.aboutrt_n{
		width:100%;
	}
	.footer{
		padding-top: 60px;
	}
	.footer .botnav,.botlxfs{
		width:100%;
	}
	.botlxfs{
		border-left:none;
		margin-top:30px;
	}
	.botlxfs .botlxfsnr{
		float:left;
	}
	.link {
		margin-top: 40px;
	}
	.footer .botlogo {
		margin-bottom: 40px;
	}
	.botewm {
		margin-top: 40px;
	}
	.footer .botnav ul li p{
		display:none;
	}
	.footer .botnav ul li h4 {
		padding-bottom: 10px;
	}
	.botlxfs{
		padding-bottom:0;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		bottom:20px;
	}
	.about{
		padding-top:60px;
	}
	.aboutlf .aboutimg {
		margin-top: 30px;
	}
	.aboutlf{
		padding:0;
	}
	.aboutrt {
		padding: 0;
		margin-top:40px;
	}
	.aboutlist dl dt .counter {
		font-size: 35px;
		line-height: 35px;
	}
	.cloud-product-ul li {
		padding: 90px 20px 0 20px;
	}
	.news {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.newsnr {
		margin-top: 50px;
	}
	.gwkh{
		padding-bottom:40px;
	}
	.tit h3, .tit h3 a,.gwkhtit,.gwkhtit a{
		font-size: 35px;
		line-height: 45px;
	}
	.aboutlogo{
		margin-top:60px;
	}
	.gssl .tit {
		margin-bottom: 40px;
	}
	.gsslrt .more {
		margin-top: 40px;
	}
	.gsslrt .more a{
		float:left;
	}
	.gssl {
		height:auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.aboutlist_n {
		padding: 40px 0;
	}
	.gsslnr .gsslrt {
		padding: 0;
		margin-top:30px;
	}
	.gssllist h4, .gssllist p {
		text-align: left;
	}
	.gsslnr .gssllf ul li {
		margin-top: 20px;
	}
	.gsslnr .gssllf ul li a {
		font-size: 25px;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:100%;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		height:auto;
	}
	.active-inner-item,.active-inner-item .oursl_nr{
		width:100%;
	}
	.cloud-product-ul li.active {
		background: none;
	}
	.active-inner-item .oursl_nr .ourslms{
		    color: #dcdcdc;
	}
	.newsnr .active-inner-item h4{
		color:#000;
	}
	.active-inner-item .oursl_nr,.cloud-product-ul li{
		padding: 30px 30px 70px 30px;
	}
	.active-inner-item .newsimg{
		display:none;
	}
	.cloud-product-ul li .ourslmore{
		bottom:20px;
	}
	.cloud-product-ul li .ourslmore a {
		width: 30px;
		height: 30px;
	}
	.cloud-product-ul li.active .ourslmore a {
		border: solid 1px #dddddd;
	}
	.cloud-product-ul li:first-child, .cloud-product-ul li:nth-child(2){
		border-right: solid 1px #dddddd;
		border-bottom: none;
	}
	.newsnr .normal-inner .day {
		font-size: 50px;
	}
	.ntit .ntiten {
		font-size: 20px;
		line-height: 30px;
	}

	.pronr_n dl {
		width: 48%;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1,.nteamrt h1{
		font-size: 22px;
		line-height: 32px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.nteamlf,.nteamrt{
		width: 100%;
	}
	.newslist_n .newsrt_n .newsdate_n dl dt {
		font-size: 46px;
		line-height: 46px;
	}
	.contact_n .contactlf_n,.contact_n .contactrt_n{
		width:100%;
	}
	.contact_n .contactrt_n{
		margin-top:30px;
	}
	.hello .hellonr {
		font-size: 68px;
		line-height: 68px;
	}
	.menu_n ul li{
		width:31.3333333333333333%;
		margin:5px 1%;
		text-align:center;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
}
@media(max-width:768px) {
	.tit h3, .tit h3 a,.gwkhtit,.gwkhtit a{
		font-size: 30px;
		line-height: 40px;
	}
	.newstit .more {
		margin-top: 20px;
	}
	.pro .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist_n dl dt {
		font-size: 16px;
	}
	.aboutlist_n dl dd{
		font-size:14px;
	}
	.ntit .ntiten {
		font-size: 18px;
	}

}
@media(max-width:767px) {
	.aboutlist dl{
		margin-top:15px;
	}
	.aboutlist, .more {
		margin-top: 30px;
	}
	.newstit .tit,.newstit .more{
		width:100%;
	}
	#toggleMenu.active nav .navigation li{
		width:100%;
	}
	#toggleMenu.active nav .navigation li p{
		display:none;
	}
	#toggleMenu.active nav .navigation li h4{
		margin-bottom:5px;
	}
	.teamnr_n dl{
		width:100%;
		margin: 10px 0;
	}
	.newslist_n .newsimg_n,.newsrt_n{
		width: 100%;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.yjnr_n p{
		font-size:18px;
	}
	.proimglist ul li{
		width:48%;
	}
	.xmnr_n dl dd{
		font-size:14px;
	}
	.xmnr_n dl {
		margin: 10px 0;
	}
}
@media(max-width:640px) {
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:30px;
	}
    .cnen a {
		font-size: 15px;
		margin: 0 4px;
	}
	.search {
        margin-right: 10px;
        padding: 21px 0;
    }
    .search img{
        width: 18px;
    }
	.banner .swiper-pagination{
		bottom:10px;
	}
	.swiper-pagination-bullet-active{
		width:36px;
	}
	.tit h3, .tit h3 a,.gwkhtit,.gwkhtit a{
		font-size: 25px;
		line-height: 35px;
	}
	.aboutrt h4{
		font-size:26px;
		line-height:36px;
	}
	.more a {
		width: 130px;
		height: 50px;
		line-height: 50px;
		font-size:15px;
	}
	.gsslnr .gssllf ul li a {
		font-size: 20px;
	}
	.gssllist h4{
		font-size:30px;
		line-height:40px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 35px;
		line-height: 35px;
	}
	.pronr_n dl {
		width: 100%;
		margin: 20px 0;
	}
	.proimglist ul li{
		width:100%;
		margin:10px 0;
	}
	.proimglist ul li p{
		height:auto;
	}
	.newslist_n .newsrt_n .newscont_n,.newslist_n .newsrt_n .newsdate_n{
		width:100%;
	}
	.newslist_n .newsrt_n .newsdate_n dl{
		float:left;
	}
	.newslist_n .newsrt_n .newscont_n h4{
		font-size:18px;
	}
	.newslist_n .newsrt_n .newsdate_n dl dt {
		font-size: 40px;
		line-height: 40px;
	}
	.contact_n .contactrt_n h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.hello .hellonr {
		font-size: 60px;
		line-height: 60px;
	}
	.DevelopmentHistory .box .banner1 {
		width: 88%;
	}
	.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;
	}
	.ntit .ntiten {
		font-size: 16px;
		line-height:25px;
	}

	.gwkhnr .swiper-button div{
		background-size:30px !important;
	}
	.gwkhnr .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.menu_n ul li {
		width: 48%;
	}
	.footer .botnav ul li {
		width: 33.333333333333333%;
	}
	.footer .botnav ul li h4 a{
		font-size:18px;
	}
}
@media(max-width:540px) {
	.card-img-150 {
		height: 150px;
	}
}
@media(max-width:500px) {
	.banner .swiper-pagination{
		bottom:5px;
	}
	.aboutlist dl dt .counter {
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist dl dt,.aboutlist dl dd{
		font-size: 14px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist_n dl dt {
		font-size: 14px;
	}
	.aboutlist_n dl dd{
		font-size:12px;
	}
}
@media(max-width:425px) {
	.card-img-150 {
		height: 120px;
	}
	.gsslnr .gssllf ul li a {
		font-size: 18px;
	}
	.aboutlist dl dt .counter {
		font-size: 26px;
		line-height: 26px;
	}
	.newslist_n .newsimg_n {
		height: 180px;
	}
	.xmnr_n dl dd{
		font-size:13px;
		line-height:20px;
		min-height:60px;
	}
	.menu_n ul li {
		width: 98%;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.aboutlist dl dt .counter {
		font-size: 22px;
		line-height: 22px;
	}
	.aboutlist dl dt,.aboutlist dl dd{
		font-size: 12px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 25px;
		line-height: 25px;
	}
	.aboutlist_n dl dt {
		font-size: 12px;
	}
	.card-img-150 {
		height: 100px;
	}
	.lxfs {
		width: 100%;
		height: auto;
		padding: 28px 20px 20px 20px;
	}
	.xmnr_n dl dd{
		font-size:12px;
	}
}
@media(max-width:319px) {
    .cnen a {
        font-size: 14px;
    }
    .cnen {
        margin-right: 6px;
    }
    .toggle {
        width: 46px;
    }
	.gsslnr .gssllf ul li a {
		font-size: 16px;
	}
}