@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myThreeFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.15);
	}
.toptel{
	overflow:hidden;
	padding:35px 0;
}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.cnen{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:20px;
	margin-top:40px;
	border-left:solid 1px rgba(255,255,255,0.4);
	padding-left:22px;
}
.cnen a{
	font-size:16px;
	color:#fff;
}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}

.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:40.5px 0;
	margin-right:34px;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:5px;
	background-color:#d10000;
	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;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

.nav{
	text-align:right;
	margin-right:50px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:100px;
	margin:0 40px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:after{
	content:"";
	width:0px;
	height:2px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-11px;
	bottom:0;
	z-index:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display:none;
}


.nav .menu > li .submenu{

	width:180px;
	left:50%;
	margin-left:-90px;
	}

.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:#d10000;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.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:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.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;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:30px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 24px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 30%;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide 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: 55px;
	height:55px;
	display: inline-block;
	margin:0 2px;
	outline:none;
	border-radius:50%;
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:55px;
}
.swiper-pagination-bullet::after{
	content:"";
	width:50px;
	height:1px;
	background:#fff;
	position:absolute;
	left:45px;
	top:27px;
	opacity:0;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active{
	border:solid 1px #fff;
	margin-right:60px;
}
.swiper-pagination-bullet-active::after{
	opacity:1;
}
.swiper-pagination-bullet-active::before{
	top:5px;
	left:5px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:11.6%;
	bottom:30px;
	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 h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:55px;
	font-weight:normal;
	}
.tit h3 a{
	font-size:40px;
	color:#000;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:90px;
	height:90px;
	line-height:90px;
	background:#d10000;
	border-radius:50%;
	text-align:center;
	display:block;
	position:relative;
	}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:95px;
	padding-top:95px;
	}
.aboutnr .tit p,.aboutnr .tit h3,.aboutnr .tit h3 a{
	color:#fff;
	}
.aboutlf{
	width:45%;
	overflow:hidden;
	}
.aboutrt{
	width:45%;
	overflow:hidden;
	}
.aboutlf .gsmc{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:30px;
	}
.aboutlf .more{
	margin-top:116px;
	}
.aboutrt dl,.aboutrt dl dt,.aboutrt dl dd{
	width:100%;
	overflow:hidden;
	}
.aboutrt dl{
	margin-bottom:20px;
}
.aboutrt dl dt{
	font-size:22px;
	line-height:32px;
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
}
.aboutrt dl dd{
	color:#fff;
}
.aboutlist{
	width:28%;
	overflow:hidden;
	margin-top:56px;
	}
.aboutlist ul{
	overflow:hidden;
	float:right;
	}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	margin-top:85px;
	}
.aboutlist ul li dl{
	overflow:hidden;
	float:left;
	}
.aboutlist dl dt,.aboutlist dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.aboutlist dl dt{
	font-size:16px;
	color:#fff;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt font{
	font-size:26px;
	color:#fff;
	}
.aboutlist dl dt .counter{
	font-size:60px;
	color:#fff;
	font-family: Arial;
	line-height:60px;
	margin-right:26px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dd{
	font-size:16px;
	color:#fff;
	margin-top:14px;
}
.aboutlist ul li:nth-child(2) dl{
	float:right;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:110px;
	padding-bottom:158px;
	}
.case .casetit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	}
.case .casetit .casetitlf,.case .casetit .casetitrt{
	overflow:hidden;
	}
.casenr,.caselist,.caselist .caseimg,.caselist .casebot,.caselist .casebot h5,.caselist .casebot .casemore{
	width:100%;
	overflow:hidden;
	}
.casetitrt .swiper-button{
	text-align:right;
	}
.casetitrt .swiper-button div{
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:50%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.casetitrt .swiper-button .swiper-button-prev{
	background:#c0c0c0 url(../images/prev.png) no-repeat center;
	margin-right:18px;
}
.casetitrt .swiper-button .swiper-button-next{
	background:#c0c0c0 url(../images/next.png) no-repeat center;
}
.casetitrt .swiper-button div:hover{
	background-color:#d10000;
}
.casetitrt{
	width:80%;
}
.casenr{
	margin-top:68px;
	}
.casenr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	}
.casenr ul li{
	width:23.5%;
	overflow:hidden;
	margin:10px 2% 10px 0;
}
.casenr ul li:nth-child(4n){
	margin-right:0;
}
.caselist .caseimg{
	position:relative;
	height:260px;
	}
.caselist .caseimg 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;
	}
.caselist:hover .caseimg img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.caselist .casebot{
	height:166px;
	background:#fff;
	padding-top:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.caselist .casebot h5{
	font-size:18px;
	color:#333;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	}
.caselist .casebot .casemore{
	margin-top:20px;
	}
.caselist .casebot .casemore span{
	display:block;
	width:60px;
	height:60px;
	background:#d10000 url(../images/icon8.png) no-repeat center;
	border-radius:50%;
	margin:auto;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.caselist:hover .casebot{
	background:#d10000;
	}
.caselist:hover .casebot h5{
	color:#fff;
	}
.caselist:hover .casebot .casemore span{
	background:#fff url(../images/iconh8.png) no-repeat center;
	}

/* yyly
-------------------------------------------------------------- */
.yyly{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.yyly .tit{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:88px;
	z-index:99;
	}
.yyly .tit p,.yyly .tit h3,.yyly .tit h3 a,.yyly .jjfajs p{
	color:#fff;
	}
.yyly .jjfajs{
	text-align:center;
}
.yyly ul li{
	position:relative;
	}
.yyly ul li:first-child{
	background:url(../images/lyimg1.jpg) no-repeat top right;
	background-size:cover;
	}
.yyly ul li:nth-child(2){
	background:url(../images/lyimg2.jpg) no-repeat top right;
	background-size:cover;
	}
.yyly ul li:nth-child(3){
	background:url(../images/lyimg3.jpg) no-repeat top right;
	background-size:cover;
	}
.yyly ul li .yylybg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	}
.yyly ul li.active .yylybg{
	background:rgba(0,0,0,0.1);
	}
.cloud-product-ul li .normal-inner,.cloud-product-ul li .normal-inner .yylyicon,.cloud-product-ul li .normal-inner h4,.cloud-product-ul li .normal-inner .yylyen{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .normal-inner{
	position:absolute;
	z-index:99;
	top:382px;
	}
.cloud-product-ul li .normal-inner h4{
	font-size:22px;
	color:#fff;
	line-height:32px;
	font-weight:normal;
	text-align:center;
	}
.cloud-product-ul li .normal-inner .yylyicon{
	text-align:center;
	}
.cloud-product-ul li .normal-inner .yylyicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .normal-inner .yylyen{
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-align:center;
	}
.cloud-product-ul li .normal-inner span{
	display:block;
	width:30px;
	height:3px;
	background:#d10000;
	margin:36px auto 0;
	}
.active-inner-item {
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 58%;
}
.cloud-product-ul li.active .active-inner-item{
	display:block;
	}
.cloud-product-ul li.active .normal-inner{
	display:none;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	height:100%;
	height:800px;
	position: relative;
	background:#fff;
	width: 21%;
	float: left;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li .ourslicon{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .ourslicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .ourslmore{
	width:100%;
	overflow:hidden;
	border-top:solid 2px rgba(255,255,255,0.4);
	padding-top:32px;
	position:absolute;
	left:0;
	bottom:48px;
	}
.cloud-product-ul li .ourslmore a{
	width:130px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	background:url(../images/icon7.png) no-repeat 100px 10.5px;
	border-bottom:solid 3px #fff;
	padding-bottom:6px;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .yylybg2{
	width:100%;
	height:50%;
	overflow:hidden;
	background: -webkit-linear-gradient(bottom, rgba(209,0,0,1), rgba(209,0,0,0));
    background: -o-linear-gradient(top, rgba(209,0,0,1), rgba(209,0,0,0));
    background: -moz-linear-gradient(top, rgba(209,0,0,1), rgba(209,0,0,0));
    background: linear-gradient(to top, rgba(209,0,0,1), rgba(209,0,0,0));
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	}
.active-inner-item .oursl_nr{
	width:100%;
	overflow:hidden;
	padding:0 70px 0 80px;
	position:absolute;
	left:0;
	bottom:70px;
	z-index:10;
	}
.active-inner-item .oursl_nr .yylylf{
	width:80%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr .yylyrt{
	width:20%;
	overflow:hidden;
	padding-top:115px;
	}
.active-inner-item .oursl_nr .yylyrt .yylymore{
	width:90px;
	height:90px;
	background:#fff url(../images/icon9.png) no-repeat center;
	border-radius:50%;
	float:right;
	}
.active-inner-item .oursl_nr h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	}
.active-inner-item .oursl_nr .yylyen{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	font-family:Arial;
	font-weight:normal;
	}
.active-inner-item .oursl_nr .ourslms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-top:28px;
	}
.active-inner-item .oursl_nr .yslist{
	width:86%;
	height:216px;
	overflow:hidden;
	background:#a8cf38;
	float:right;
	padding-left:52px;
	padding-right:20px;
	padding-top:37px;
	}
.active-inner-item .oursl_nr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:41px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.active-inner-item .oursl_nr .num{
	font-size:200px;
	font-family:Arial;
	color:rgba(255,255,255,0.2);
	line-height:150px;
	position:absolute;
	right:0;
	bottom:0;
	font-weight:bold;
	z-index:0;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-left:11.6%;
	padding-top:160px;
	padding-bottom:206px;
}
.news .newslf{
	width:19%;
	overflow:hidden;
	}
.news .newslf ul,.news .newslf ul li{
	width:100%;
	overflow:hidden;
	}
.news .newslf ul{
	margin-top:44px;
	}
.news .newslf ul li{
	line-height:30px;
	}
.news .newslf ul li a{
	font-size:18px;
	color:#000;
	position:relative;
	padding-bottom:3px;
	}
.news .newslf ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#d10000;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.news .newslf ul li a:hover:after{
	width:100%;
	}
.news .newslf .swiper-button{
	width:100%;
	overflow:hidden;
	margin-top:165px;
}
.news .newslf .swiper-button div{
	width:60px;
	height:60px;
	border-radius:50%;
	float:left;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.news .newslf .swiper-button .swiper-button-prev{
	background:#c0c0c0 url(../images/prev.png) no-repeat center;
	margin-right:18px;
}
.news .newslf .swiper-button .swiper-button-next{
	background:#c0c0c0 url(../images/next.png) no-repeat center;
}
.news .newslf .swiper-button div:hover{
	background-color:#d10000;
}
.news .newsrt{
	width:81%;
	overflow:hidden;
	padding-top:50px;
	}
.newsrt dl,.newsrt dl dt,.newsrt dl dd{
	width:100%;
	overflow:hidden;
	}
.newsrt dl{
	background:#fff;
}
.newsrt dl dt{
	height:452px;
	position:relative;
	}
.newsrt dl dt img{
	display:block;
	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;
	}
.newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsrt dl dd{
	background:#fff;
	padding:24px 0 27px 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsrt dl dd .newsdate{
	width:30%;
	overflow:hidden;
	}
.newsrt dl dd .newsdate span{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:59px;
	color:#212121;
	line-height:52px;
	font-family:Arial;
	}
.newsrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#212121;
	text-align:center;
	}
.newsrt dl dd .newstit{
	width:70%;
	overflow:hidden;
	color:#212121;
	font-size:20px;
	}
.newsrt dl:hover dd{
	background:#d10000;
}
.newsrt dl:hover dd .newsdate span,.newsrt dl:hover dd p,.newsrt dl:hover dd .newstit{
	color:#fff;
}

/* pro
-------------------------------------------------------------- */
.probg{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:60px;
	padding-bottom:96px;
}
.protit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.promenu{
	overflow:hidden;
}
.promenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.promenu ul li{
	    width: 13.2857%;
	height:50px;
	line-height:50px;
	border:solid 1px #bfbfbf;
	border-radius:25px;
	text-align:center;
	margin:10px 0.5%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.promenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
}
.promenu ul li:hover,.promenu ul li.active{
	background:#d10000;
	border:solid 1px #d10000;
}
.promenu ul li:hover a,.promenu ul li.active a{
	color:#fff;
}
.jjfajs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
}
.jjfajs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.pronr{
	margin-top:44px;
	height:573px;
	}
.prolist{
	width:100%;
	overflow:hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.prolist.active{
	height:auto;
	opacity:1;
}
.prolf{
	width:31.8%;
	height:536px;
	position:relative;
}
.prolf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.prolf .probg{
	width:100%;
	height:80%;
	background: -webkit-linear-gradient(bottom, rgba(209,0,0,0.6), rgba(209,0,0,0));
    background: -o-linear-gradient(top, rgba(209,0,0,0.6), rgba(209,0,0,0));
    background: -moz-linear-gradient(top, rgba(209,0,0,0.6), rgba(209,0,0,0));
	background: linear-gradient(to top, rgba(209,0,0,0.6), rgba(209,0,0,0));
	position:absolute;
	left:0;
	bottom:0;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.prolf .procont{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	bottom:38px;
	z-index:99;
}
.prolf .procont h5{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	font-weight:normal;
}
.prolf .procont p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	font-family:Arial;
	line-height:30px;
}
.prolf .procont .projs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:32px;
}
.prolf .procont .projs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.prolf .procont .promore{
	width:120px;
	font-size:16px;
	color:#fff;
	line-height:30px;
	border-bottom:solid 1px #fff;
	display:flex;
	justify-content:space-between;
	padding-bottom:5px;
	margin-top:56px;
}
.prolf .procont .promore span{
	font-size:16px;
	color:#fff;
}
.prort{
	width:100%;
}
.prort ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.prort ul li{
	width:32%;
	overflow:hidden;
}
.prort ul li .proimg,.prort ul li .protext{
	width:100%;
	overflow:hidden;
}
.prort ul li .proimg{
	height:343px;
	position:relative;
}
.prort ul li .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.prort ul li:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.05);
}
.prort ul li .protext{
	height:193px;
	background:#f1f1f1;
	padding:38px 40px 0 40px;
}
.prort ul li .protext h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#232323;
	line-height:32px;
	font-weight:normal;
	margin-bottom:14px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.prort ul li:hover .protext h5{
	color: #d10000;
}
.prort ul li .protext .proms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
}

/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../images/hyyybg1.jpg) no-repeat bottom center;
	background-size:cover;
	}
.hyyynr{
	position:relative;
	}
.hyyytit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:72px;
	z-index:99;
	}
.hyyytit .tit{
	text-align:center;
	}
.hyyytit .tit h3,.hyyytit .tit h3 a{
	color:#fff;
	}
.hyyynr ul{
	width:100%;
	overflow:hidden;
	height:1000px;
	}
.hyyynr ul li{
	overflow:hidden;
	height:100%;
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
	padding-top:420px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hyyynr ul li:first-child{
	border-left:solid 1px rgba(255,255,255,0.2);
	}
.hyyynr ul li .hyyyicon,.hyyynr ul li p{
	width:100%;
	overflow:hidden;
	}
.hyyynr ul li .hyyyicon{
	text-align:center;
	}
.hyyynr ul li .hyyyicon img{
	max-width:100%;
	height:auto;
	}
.hyyynr ul li p{
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:28px;
	}
.hyyynr ul li span{
	display:block;
	width:16px;
	height:1px;
	background:#fff;
	margin:52px auto 0;
	}
.hyyynr ul li:hover{
	background:rgba(68,158,34,0.7);
	}



/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	width:100%;
	overflow:hidden;
	}
.nmessagerq{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.nmessagelf{
	width:64%;
	overflow:hidden;
}
.nmessagert{
	width:34%;
	overflow:hidden;
}
.nmessagert img{
	width:100%;
	height:auto;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-bottom: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: #d10000;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	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;
	color:#000;
	line-height:30px;
	margin-top:156px;
	}
.link a{
	color:#000;
	margin-right:10px;
	}
.linknr a:hover{
	color:#449e22;
	}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #e0e0e0;
	padding-top:66px;
	position:relative;
}
.footernr .footerlf{
	width:34.3%;
	overflow:hidden;
	}
.botlogo{
	width:100%;
	overflow:hidden;
	padding-bottom:58px;
	border-bottom:solid 1px #c2c2c2;
	margin-bottom:66px;
}
.botlogo img{
	max-width:100%;
	height:auto;
	}
.botlxfs{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.botlxfs .botlxfslf{
	width:69%;
	overflow:hidden;
}
.botlxfs dl{
	overflow:hidden;
}
.botlxfs dl dt,.botlxfs dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.botlxfs dl dd{
	color:#4c4c4c;
	font-size:13px;
	line-height:30px;
	margin-top:5px;
}
.botlxfs dl dt img{
	width:90px;
	max-width:100%;
	height:auto;
}
.footernr .footerlf .bottel{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	font-family:Arial;
	margin-bottom:16px;
}
.footernr .footerlf .bottel a{
	font-size:40px;
	color:#000;
	font-family:Arial;
}
.footernr .footerlf p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#7b7b7b;
}
.footernr .footerlf p a{
	font-size:15px;
	color:#7b7b7b;
}
.footernr .footerrt{
	width:59.5%;
	overflow:hidden;
	}
.footerrt ul{
	width:100%;
	overflow:hidden;
}
.footerrt ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:normal;
	line-height:30px;
	padding-bottom:4px;
	position:relative;
}
.footerrt ul li h4 a{
	font-size:18px;
	color:#000;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	color:#7b7b7b;
	line-height:30px;
	font-size:16px;
	margin-top:15px;
	}
.footerrt ul li p a{
	color:#7b7b7b;
	font-size:16px;
	}
.footerrt ul li p a:hover{
	color:#000;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:30px 0;
	position:relative;
	margin-top:80px;
	border-top:solid 1px #c2c2c2;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:16px;
	color:#343434;
}
.bot .botrt{
	text-align:right;
}
.botlf p,.bot a{
	font-size:16px;
	color:#343434;
	}
.botlf p{
	line-height:30px;
	}
.bot a:hover{
	color:#000;
	}
/* return
-------------------------------------------------------------- */
.return {
	width:69px;
	overflow:hidden;
    position: fixed;
    right: 3%;
    bottom: 30%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 50%;
    z-index: 999;
}
.return img{
	max-width:100%;
	height:auto;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:260px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
}
.positionnr{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon13.png) no-repeat left 14.5px;
}
.positionnr 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;
}
.menu_n ul li a{
	font-size:16px;
	color:#333;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #004b96;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#004b96;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #111111;
    font-size: 35px;
    line-height: 45px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.about_n h3,.dzlc_n h3{
	width:100%;
	overflow:hidden;
	font-size: 35px;
    color: #000;
	line-height:45px;
	margin-bottom:50px;
	}
.dzlc_n h3{
	text-align:center;
	padding-bottom:20px;
	border-bottom: solid 1px #ddd;
}
.dzlc_n{
	width:100%;
	overflow:hidden;
}
.aboutlf_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.aboutlf_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.aboutrt_n{
	width:35%;
	overflow:hidden;
	text-align:right;
	}
.aboutrt_n img,.dzlc_n img{
	max-width:100%;
	height:auto;
	}
.aboutlist_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.aboutlist_n ul{
	width:100%;
	overflow:hidden;
	}
.aboutlist_n ul li{
	overflow:hidden;
	padding:0;
	border-right: solid 1px #c3c3c3;
	}
.aboutlist_n dl{
	overflow:hidden;
	text-align:center;
	}
.aboutlist_n ul li:first-child dl{
	float:left;
	}
.aboutlist_n ul li:last-child dl{
	float:right;
	}
.aboutlist_n ul li:last-child{
	border-right:none;
	}
.aboutlist_n dl dt,.aboutlist_n dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.aboutlist_n dl dt{
	font-size:16px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist_n dl dt font{
	font-size:26px;
	}
.aboutlist_n dl dt .counter{
	font-size:60px;
	font-family: Arial;
	line-height:60px;
	color:#d10000;
	font-weight:bold;
	margin-right:5px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist_n dl dd{
	font-size:16px;
}
.aboutlist_n dl:last-child{
	border-right:none;
	}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	overflow:hidden;
	padding-bottom:80px;
}
.qywhlist_n{
	width:100%;
	height:280px;
	overflow:hidden;
	padding-right:80px;
	box-shadow:0 0 40px rgba(0,0,0,0.08);
	display:flex;
	align-items:center;
	margin-top:40px;
	border-radius:20px;
	    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhlist_n:hover{
	background:#d10000;
}
.qywh_n dl{
	width:100%;
	overflow:hidden;
}
.qywh_n dl dt{
	width:11%;
	overflow:hidden;
	text-align:center;
	float:left;
}
.qywh_n dl dt img{
	max-width:100%;
	height:auto;
}
.qywh_n dl dd{
	width:89%;
	overflow:hidden;
	float:left;
}
.qywh_n dl dd h5,.qywh_n dl dd p{
	width:100%;
	overflow:hidden;
}
.qywh_n dl dd h5{
	font-size:32px;
	color:#242a33;
	line-height:42px;
	margin-bottom:18px;
}
.qywh_n dl dd p{
	font-size:16px;
	color:#7f8184;
	line-height:30px;
}
.qywhlist_n:hover dl dd h5{
	color:#fff;
}
.qywhlist_n:hover dl dd p{
	color:rgba(255,255,255,0.7);
}
.qywhlist_n dl dt .qywh_iconh,.qywhlist_n:hover dl dt .qywh_icon{
	display:none;
}
.qywhlist_n:hover dl dt .qywh_iconh{
	display:block;
	margin:auto;
}
/* case_n
-------------------------------------------------------------- */
.contlf_n{
	width:22%;
	overflow:hidden;
	}
.contrt_n{
	width:76%;
	overflow:hidden;
}
.prolf_tit{
	width:100%;
	overflow:hidden;
	background:#d10000 url(../images/icon21.png) no-repeat 91% center;
	padding:28px 50px 24px 28px;
}
.prolf_tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:35px;
}
.contlf_n ul,.contlf_n ul li{
	width:100%;
	overflow:hidden;
	}
.contlf_n ul li{
	line-height:30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ebebeb;
	padding:10px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
.contlf_n ul li a{
	width:90%;
	font-size:16px;
	display:block;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.contlf_n ul li:hover a,.contlf_n ul li.active a{
	color:#d10000;
}
.case_n{
	margin-top:40px;
	margin-bottom:60px;
}
.casenr_n,.casenr_n{
	width:100%;
	overflow:hidden;
}
.casenr_n .caselist_n{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.casenr_n .caselist_n .caseimg_n,.casenr_n .caselist_n .casebot_n,.casenr_n .caselist_n h5,.casenr_n .caselist_n .casemore_n{
	width:100%;
	overflow:hidden;
}
.casenr_n .caselist_n .caseimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.caselist_n .caseimg_n{
    position: relative;
    height: 265px;
}
.caselist_n:hover .caseimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.caselist_n .casebot_n{
	height:166px;
	background:#f8f8f8;
	padding-top:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casenr_n .caselist_n h5{
	font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}
.casenr_n .caselist_n .casemore_n{
    margin-top: 20px;
}
.caselist_n .casebot_n .casemore_n span{
	display:block;
	width:60px;
	height:60px;
	background:#d10000 url(../images/icon8.png) no-repeat center;
	border-radius:50%;
	margin:auto;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.caselist_n:hover .casebot_n{
	background:#d10000;
	}
.caselist_n:hover .casebot_n h5{
	color:#fff;
	}
.caselist_n:hover .casebot_n .casemore_n span{
	background:#fff url(../images/iconh8.png) no-repeat center;
	}
/* gssl_n
-------------------------------------------------------------- */
.gssl_n{
	width:100%;
	overflow:hidden;
	background: #f3f3f3;
	padding:60px 0;
}
.gsslnr_n dl{
	width:90%;
	padding:0;
	height:450px;
	box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -moz-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -webkit-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
	margin:77px 0;
	background:#fff;
	}
.gsslnr_n dl:nth-child(2n+1){
	margin-left:10%;
}
.gsslnr_n dl:nth-child(2n){
	margin-right:10%;
}
.gsslnr_n dl dt .gsslnum_n{
	overflow:hidden;
	font-size:106px;
	line-height:106px;
	font-family:myOneFont;
	color:#6b6b6b;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:-50px;
	left:70px;
}
.gsslnr_n dl dt{
	width:60%;
	padding:70px 70px 0 70px;
	position:relative;
	}
.gsslnr_n dl:nth-child(2n+1) dt{
	float:left;
	}
.gsslnr_n dl:nth-child(2n+1) dd{
	float:right;
	}
.gsslnr_n dl:nth-child(2n) dt{
	float:right;
	}
.gsslnr_n dl:nth-child(2n) dd{
	float:left;
	}
.gsslnr_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size: 24px;
    color: #6b6b6b;
	line-height:34px;
}
.gsslnr_n dl dt .gsslms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a7a7a7;
	line-height:30px;
	font-weight:normal;
	margin-top:30px;
}
.gsslnr_n dl dt .gsslms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:normal;
	}
.gsslnr_n dl dd{
	width:40%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.gsslnr_n dl dd img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.gsslnr_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
	}
/* npro
-------------------------------------------------------------- */
.pro_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.pro_n .menu_pro{
	width:25%;
	overflow:hidden;
}
.pro_n .menu_pro h3{
	width:100%;
	overflow:hidden;
	background:#282828;
	font-size:20px;
	color:#fff;
	line-height:30px;
	padding:20px;
}
.pro_n .menu_pro ul,.pro_n .menu_pro ul li{
	width:100%;
	overflow:hidden;
}
.pro_n .menu_pro ul li{
	line-height:30px;
	padding:10px 15px;
	background:#f8f8f8;
	margin-bottom:1px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pro_n .menu_pro ul li a{
	display:block;
}
.pro_n .menu_pro ul li a span{
	display:block;
	width:90%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	float:left;
}
.pro_n .menu_pro ul li a i{
	display:block;
	width:10%;
	height:30px;
	overflow:hidden;
	float:right;
	background:url(../images/icon11.png) no-repeat right center;
}
.pro_n .menu_pro ul li:hover,.pro_n .menu_pro ul li.active{
	background:#d10000;
}
.pro_n .menu_pro ul li:hover a span,.pro_n .menu_pro ul li.active a span{
	color:#fff;
}
.pro_n .menu_pro ul li:hover a i,.pro_n .menu_pro ul li.active a i{
	background:url(../images/icon12.png) no-repeat right center;
}
.pro_n .pronr_n{
	width:100%;
	overflow:hidden;
	}
.pronr_n dl{
	overflow:hidden;
	margin:0 0 40px 0;
	float:left;
	position:relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
}
.pronr_n dl dt{
	height:186px;
	position:relative;
	z-index:9;
	border: solid 1px #ececec;
}
.pronr_n dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(209,0,0,0.5) url(../images/icon14.png) no-repeat center;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pronr_n dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.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:16px;
	color:#333;
	height:60px;
	line-height:30px;
	text-align:center;
	margin-top:10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n dl:hover dd{
	color:#d10000;
}
.nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
}
.nproimg img{
	max-width:100%;
	height:auto;
}
.nprolf{
	width:50%;
	overflow:hidden;
	text-align:center;
	border:1px solid #efefef;
	padding:3px;
}
.nprolf img{
	max-width:100%;
	height:auto;
}
.nprort{
	width:47%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #efefef;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:20px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo,.nproinfo p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr div{
	font-size:16px;
	line-height:30px;
	color:#343434;
}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	max-width:100%;
	margin:auto;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px !important;
	font-size:16px;
}
.nprofbnr table td{
	text-align:center;
}
.nprofbnr table td p,.nprofbnr table td span{
	font-size:16px;
	color:#666;
}

/*产品展示结束*

	
/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul{
	width:100%;
	overflow:hidden;
	}
.newsnr_n ul li{
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	}
.newsnr_n ul li .newsimg_n{
	width:30%;
	overflow:hidden;
}
.newsnr_n ul li .newsimg_n{
	position:relative;
	height:295px;
}
.newsnr_n ul li .newsimg_n img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsnr_n ul li .newsin_n{
	width:55%;
	overflow:hidden;
	padding-left:40px;
	padding-top:30px;
	}
.newsnr_n ul li .newsin_n h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#333;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsin_n p{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.newsnr_n ul li .newsdate_n{
	width:15%;
	overflow:hidden;
	}
.newsnr_n ul li .newsdate_n dl{
	overflow:hidden;
	float:right;
	}
.newsnr_n ul li .newsdate_n dl dt,.newsnr_n ul li .newsdate_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.newsnr_n ul li .newsdate_n dl dt{
	font-size:56px;
	line-height:56px;
}
.newsnr_n ul li .newsdate_n dl dd{
	font-size:16px;
	line-height:30px;
}
.newsnr_n ul li:hover .newsin_n h5,.newsnr_n ul li:hover .newsdate_n dl dt,.newsnr_n ul li:hover .newsdate_n dl dd{
	color:#d10000;
}
.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;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* 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:18px;
	line-height:30px;
	}
.contactlist_n{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.contactlist_n dl{
	overflow:hidden;
	padding:0 10px 0 0;
	margin:10px 0;
	}
.contactlist_n dl:nth-child(4){
	clear:both;
}
.contactlist_n dl dt,.contactlist_n dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlist_n dl dt{
	font-size:18px;
	line-height:30px;
	color:#d10000;
	}
.contactlist_n dl dd{
	font-size:16px;
	line-height:30px;
	margin-top:4px;
	}
.contactlist_n dl dd a{
	font-size:16px;
}
.map{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.map img{
	width:100%;
	height:auto;
	}
/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#ea5404;
}

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.side,.logojs,.search_box,.tel,.side{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #d10000;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  width: 100%;
	  background: #d10000;
	  -webkit-transform: translateX(-100%);
		  -ms-transform: translateX(-100%);
			  transform: translateX(-100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
	  padding: 0 15px;
	  width: 40%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  background: #d10000;
	  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
			  transform: translateX(100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  background: -webkit-linear-gradient(top, #1ccc98 , #042d93);
		background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
		background: linear-gradient(to bottom, #1ccc98 , #042d93);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size: 18px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:95px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
		  -ms-transform: rotate(-45deg) translate(-5px, 6px);
			  transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	
}

@media(max-width:1768px) {
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a {
		margin: 0 33px;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 30px;
	}
	.nav .menu > li a {
		margin: 0 28px;
	}
	.active-inner-item .oursl_nr h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.active-inner-item .oursl_nr .yylyen {
		font-size: 28px;
		line-height: 38px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav .menu > li a {
		margin: 0 24px;
	}
	.swiper-pagination-bullet{
		width:45px;
		height:45px;
		line-height:45px;
	}
	.swiper-pagination-bullet::after{
		top:22px;
	}
	.about{
		padding-bottom:80px;
		padding-top:80px;
	}
	.aboutlf .more {
		margin-top: 80px;
	}
	.aboutlf {
		width: 49%;
	}
	.aboutlist {
		width: 32%;
	}
	.aboutlist dl dt .counter{
		margin-right:20px;
	}
	.aboutlf .gsmc{
		font-size:36px;
		line-height:46px;
	}
	.active-inner-item .oursl_nr h4 {
		font-size: 36px;
		line-height: 46px;
	}
	.active-inner-item .oursl_nr .yylyen {
		font-size: 24px;
		line-height: 34px;
	}
	.news{
		padding-left:6%;
	}
	.qywhlist_n{
		padding-right:60px;
	}
	.pronr_n dl dt{
		height:176px;
	}
	.newsnr_n ul li .newsimg_n{
		height:282px;
	}
	.caselist .caseimg{
		height:248px;
	}
	.newsrt dl dt{
		height:400px;
	}
	.caselist_n .caseimg_n{
		height: 252px;
	}
	.gsslnr_n dl dt .gsslms_n{
		margin-top:20px;
	}
	.gsslnr_n dl dt {
		padding: 70px 50px 0 50px;
	}
	.gsslnr_n dl dt .gsslnum_n{
		left:50px;
	}
	.gsslnr_n dl dt .gsslnum_n {
		font-size: 96px;
		line-height: 96px;
	}
	.pronr ul li .procont {
		padding: 0 30px;
	}
	.pronr ul li .procont h5 {
		font-size: 28px;
		line-height: 38px;
	}
	.pronr ul li .procont p{
		font-size:18px;
		line-height:28px;
	}
	.newsnr_n ul li .newsdate_n dl dt {
		font-size: 50px;
		line-height: 50px;
	}
	.card-img-150{
		height:247px;
	}
	.footernr .footerlf {
		width:36%;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a {
		margin: 0 20px;
	}
	.search{
		margin-right:20px;
	}
	.cnen{
		padding-left:20px;
	}
	.nav {
        margin-right:20px;
    }
	.tit h3,.tit h3 a{
		font-size: 36px;
		line-height: 50px;
	}
	.active-inner-item .oursl_nr h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.active-inner-item .oursl_nr .yylyen {
		font-size: 20px;
		line-height: 30px;
	}
	.active-inner-item .oursl_nr{
		padding:0 60px;
	}
	.cloud-product-ul li .normal-inner h4{
		font-size:20px;
		line-height:30px;
	}
	.cloud-product-ul li .normal-inner .yylyen{
		font-size:13px;
		line-height:23px;
	}
	.prolf .procont{
		padding:0 30px;
	}
	.prort ul li .protext{
		padding: 30px 30px 0 30px;
	}
	.pronr_n dl dt{
		height:156px;
	}
	.newsnr_n ul li .newsimg_n{
		height:253px;
	}
	.caselist .caseimg{
		height:223px;
	}
	.newsrt dl dt{
		height:359px;
	}
	.casenr_n .caselist_n h5,.caselist .casebot h5{
		font-size:16px;
		height:60px;
	}
	.caselist_n .casebot_n,.caselist .casebot{
		padding-top:20px;
	}
	.casenr_n .caselist_n .casemore_n,.caselist .casebot .casemore{
		margin-top: 10px;
	}
	.caselist_n .caseimg_n{
		height: 225px;
	}
	.prolf_tit {
		padding: 28px 45px 24px 20px;
	}
	.prolf_tit p{
		font-size:26px;
	}
	.gsslnr_n dl dt {
		padding: 50px 40px 0 40px;
	}
	.gsslnr_n dl dt .gsslnum_n {
		font-size: 86px;
		line-height: 86px;
		left:40px;
	}
	.nprort h1{
		font-size: 26px;
		line-height: 36px;
	}
	.hello .hellonr{
		font-size:80px;
		line-height:80px;
	}
	.contact_n .contactrt_n h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.card-img-150{
		height:221px;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a {
		font-size: 36px;
		line-height:46px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		margin: 0 15px;
	}
	.swiper-pagination-bullet{
		width:40px;
		height:40px;
		line-height:40px;
	}
	.swiper-pagination-bullet::after{
		top:19.5px;
	}
	.aboutlist dl dt .counter {
		margin-right: 10px;
		font-size: 50px;
		line-height: 50px;
	}
	.pronr ul li .procont h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.pronr ul li .procont p{
		font-size:16px;
		line-height:26px;
	}
	.prolf .procont h5{
		font-size:28px;
		line-height:38px;
	}
	.prolf .procont p{
		font-size:18px;
	}
	.card-img-150{
		height:208px;
	}
	.caselist_n .caseimg_n{
		height: 212px;
	}
	.pronr_n dl dt{
		height:146px;
	}
	.newsnr_n ul li .newsimg_n{
		height:239px;
	}
	.caselist .caseimg{
		height:210px;
	}
	.newsrt dl dt{
		height:339px;
	}
}
@media(max-width:1280px){
	.protit .tit{
		width:50%;
	}
	.prolf_tit p{
		font-size:24px;
	}
	.caselist_n .caseimg_n {
        height: 199px;
    }
	.pronr_n dl dt{
		height:136px;
	}
	.newsnr_n ul li .newsimg_n{
		height:225px;
	}
	.caselist .caseimg{
		height:198px;
	}
	.newsrt dl dt{
		height:319px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 15px;
	}
	.nav .menu > li a {
		margin: 0 12px;
	}
	.aboutlf .gsmc {
		font-size: 32px;
		line-height: 42px;
	}
	.newsrt dl dd .newsdate span{
		font-size:50px;
		line-height:50px;
	}
	.pronr ul li .procont {
		padding: 0 25px;
	}
	.pronr ul li .procont h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.pronr ul li .procont p{
		font-size:14px;
		line-height:24px;
	}
	.prolf .procont h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.prort ul li .protext h5{
		font-size:20px;
		line-height:30px;
	}
	.active-inner-item .oursl_nr h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.active-inner-item .oursl_nr .yylyen {
		font-size: 18px;
		line-height: 28px;
	}
	.card-img-150{
		height:194px;
	}
	.footernr .footerlf {
		width:37%;
	}
	.footernr .footerlf .bottel,.footernr .footerlf .bottel a {
		font-size: 32px;
		line-height:42px;
	}
}
@media(max-width:1200px) {
	.nav .menu > li a {
		margin: 0 10px;
	}
	.swiper-pagination-bullet{
		width:35px;
		height:35px;
		line-height:35px;
	}
	.swiper-pagination-bullet::after{
		top:17px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 10px;
	}
	.cnen{
		padding-left:10px;
	}
	.search {
		margin-right: 10px;
	}
	.logo img{
		height:42px;
	}
	.banner .swiper-pagination{
		left:6%;
	}
	.aboutlf .gsmc {
		font-size: 28px;
		line-height: 38px;
	}
	.aboutlist dl dt .counter {
		margin-right: 5px;
		font-size: 45px;
		line-height: 45px;
	}
	.hello .hellonr {
		font-size: 74px;
		line-height: 74px;
	}
	.gsslnr_n dl dt .gsslnum_n {
		font-size: 76px;
		line-height: 76px;
		top: -40px;
	}
	.gsslnr_n dl dt h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.pro_n .menu_pro ul li{
		padding:10px;
	}
	.card-img-150{
		height:173px;
	}
	.prolf_tit {
        padding: 28px 40px 24px 15px;
    }
	.prolf_tit p {
        font-size: 22px;
    }
	.caselist_n .caseimg_n {
        height: 177px;
    }
	.pronr_n dl dt{
		height:120px;
	}
	.newsnr_n ul li .newsimg_n{
		height:203px;
	}
	.caselist .caseimg{
		height:178px;
	}
	.newsrt dl dt{
		height:286px;
	}
	.footernr .footerlf {
		width:38%;
	}
}
@media(max-width:1110px) {
	.nav .menu > li a {
		margin: 0 8px;
		font-size:15px;
	}
}

@media(max-width:1024px) {
	.card-img-150{
		height:152px;
	}
	.caselist_n .caseimg_n {
        height: 156px;
    }
	.pronr_n dl dt{
		height:104px;
	}
	.newsnr_n ul li .newsimg_n{
		height:180px;
	}
	.caselist .caseimg{
		height:158px;
	}
	.newsrt dl dt{
		height:253px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo img{
		height:30px;
	}
	.search{
		padding: 20.5px 0;
	}
	.search_box{
		top:60px;
	}
	.cnen{
		margin-top:20px;
	}
	.aboutlf,.aboutrt{
		width:100%;
	}
	.aboutrt{
		margin-top:30px;
	}
	.aboutlf .more {
		margin-top: 40px;
	}
	.news .newslf,.news .newsrt{
		width:100%;
	}
	.news {
		padding:60px 6%;
	}
	.news .newslf ul,.news .newslf .swiper-button{
		margin-top: 40px;
	}
	.news .newsrt{
		padding-top:40px;
	}
	.news .newslf ul li {
		width: auto;
		float: left;
		margin-right: 20px;
	}
	.promenu {
		width:100%;
		margin-top: 30px;
	}
	.promenu ul{
		justify-content:left;
	}
	.protit .tit{
		width:100%;
	}
	.prolf{
		display:none;
	}
	.prort{
		width:100%;
	}
	.prort ul li .proimg {
		height: 327px;
	}
	.prolf_tit {
        padding: 20px 40px 20px 15px;
    }
	.contlf_n ul li {
		width: 25%;
		float: left;
	}
	.caselist_n .caseimg_n {
        height:210px;
    }
	.contlf_n,.contrt_n{
		width:100%;
	}
	.contrt_n{
		margin-top:30px;
	}
	.gsslnr_n dl{
		width:100%;
		height:auto;
		margin: 40px 0;
	}
	.gsslnr_n dl:nth-child(2n+1) {
		margin-left: 0;
	}
	.gsslnr_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.gsslnr_n dl dt,.gsslnr_n dl dd{
		width:100%;
		float:none !important;
	}
	.gsslnr_n dl dd{
		text-align:center;
		height: auto;
	}
	.gsslnr_n dl dd img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.gsslnr_n dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.1);
		transform: translate(0, 0) scale(1.1);
	}
	.gsslnr_n dl:before {
		font-size: 60px;
		line-height: 60px;
		top: -30px;
	}
	.gsslnr_n dl dt h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.gsslnr_n dl dt h5 {
		font-size: 18px;
	}
	.gsslnr_n dl dt .gsslms_n p {
		font-size: 15px;
		line-height:25px;
	}
	.gsslnr_n dl dt,.gsslnr_n dl:nth-child(8) dt{
		padding: 50px 30px 40px 30px;
	}
	.gsslnr_n dl:nth-child(2n+1) dt .casenum{
		left:40px;
	}
	.gsslnr_n dl:nth-child(2n) dt .casenum{
		right:40px;
	}
	.gsslnr_n dl dt .casenum {
		font-size: 70px;
		line-height: 70px;
		top: -35px;
	}
	.gsslnr_n dl dt .gsslms_n {
		margin-top: 10px;
	}
	.gsslnr_n dl dt .gsslnum_n{
		left:30px;
	}
	.nmessagelf{
		width:100%;
	}
	.nmessagert{
		display:none;
	}
	.footer{
		padding-top:40px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:20px;
	}
	.footerrt ul li p{
		display:none;
	}
	.botlogo {
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.bot{
		margin-top:40px;
	}
}
@media(max-width:992px) {
	.pronr_n dl dt{
		height:132px;
	}
	.newsnr_n ul li .newsimg_n{
		height:174px;
	}
	.caselist .caseimg{
		height:153px;
	}
	.newsrt dl dt{
		height:284px;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		bottom: 20px;
		left:6%;
	}
	.swiper-pagination-bullet {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.swiper-pagination-bullet::after{
		top:14.5px;
		left: 35px;
		width: 25px;
	}
	.swiper-pagination-bullet-active{
		margin-right:35px;
	}
	.more a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.about {
		padding-bottom:60px;
		padding-top:60px;
	}
	.aboutlist{
		width:100%;
	}
	.aboutlist {
		margin-top: 40px;
	}
	.aboutlist ul{
		width:100%;
		float:none;
	}
	.aboutlist ul li:nth-child(2) dl {
		float: none;
	}
	.newsrt dl dd .newsdate span {
		font-size: 40px;
		line-height: 40px;
	}
	.newsrt dl dd p {
		font-size: 15px;
	}
	.prort ul li .proimg {
		height: 320px;
	}
	.probg {
		padding-bottom:60px;
	}
	.casenr ul li{
		width: 49%;
	}
	.casenr ul li:nth-child(2n){
		margin-right:0;
	}
	.casenr ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.qywh_n dl dt,.qywh_n dl dd{
		width:100%;
	}
	.qywh_n dl dt{
		text-align:left;
		margin-bottom:15px;
	}
	.qywh_n dl dd h5{
		font-size:28px;
		line-height:38px;
	}
	.qywhlist_n {
        padding:30px;
		height:auto;
    }
	.pro_n .menu_pro ul li:hover, .pro_n .menu_pro ul li.active{
		background:none;
	}
	.pro_n .menu_pro ul li:hover a span,.pro_n .menu_pro ul li.active a span{
		color:#d10000;
	}
	.caselist_n .caseimg_n {
        height:312px;
    }
	.active-inner-item .oursl_nr h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.active-inner-item .oursl_nr .yylyen {
		font-size: 15px;
		line-height: 25px;
	}
	.active-inner-item .oursl_nr .yylyrt .yylymore {
		width: 50px;
		height: 50px;
	}
	.nprort h1{
		font-size: 22px;
		line-height: 32px;
	}
	.nprort .npro_infolei{
		font-size:18px;
	}
	.tit h3, .tit h3 a {
		font-size: 32px;
		line-height: 42px;
	}
	.pro_n .menu_pro,.pro_n .pronr_n{
		width:100%;
	}
	.pro_n .pronr_n{
		margin-top:30px;
	}
	.pro_n .menu_pro ul li {
		padding: 10px;
		width: auto;
		float: left;
		padding: 0;
		background: none;
		margin: 5px 15px;
	}
	.pro_n .menu_pro ul li a span{
		width:100%;
	}
	.pro_n .menu_pro ul li a i{
		display:none;
	}
	.pronr{
		margin-top:40px;
		height:auto;
	}
	.pronr ul li {
		width: 49%;
		margin-top:20px;
	}
	.pronr ul li,.pronr ul li:hover{
		height:auto;
	}
	.pronr ul li img {
		height: auto;
		object-fit: inherit;
	}
	.pronr ul li:nth-child(2n){
		margin-right:0;
	}
	.pro .more{
		display:none;
	}
	.case {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.casenr {
		margin-top: 40px;
	}
	.aboutlist_n dl dt .counter {
		font-size: 50px;
		line-height: 50px;
	}
	.aboutlist ul li{
		margin-top:0;
	}
	.aboutlist ul li dl {
		width: 100%;
		text-align: center;
	}
	.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;
	}
	.aboutlf_n,.aboutrt_n{
		width:100%;
	}
	.aboutrt_n{
		text-align:center;
		margin-top:30px;
	}
	.news_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.return {
		display: none;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:912px) {
	.pronr_n dl dt{
		height:176px;
	}
	.newsnr_n ul li .newsimg_n{
		height:160px;
	}
	.caselist .caseimg{
		height:293px;
	}
	.newsrt dl dt{
		height:261px;
	}
}
@media(max-width:860px) {
	.prort ul li .proimg {
		height:278px;
	}
	.caselist_n .caseimg_n {
        height:268px;
    }
}
@media(max-width:820px) {
	.prort ul li .proimg {
		height:265px;
	}
	.nprofbnr table{
		width:100%;
		white-space: nowrap;
	}
	.caselist_n .caseimg_n {
        height:255px;
    }
	.pronr_n dl dt{
		height:157px;
	}
	.newsnr_n ul li .newsimg_n{
		height:144px;
	}
	.caselist .caseimg{
		height:263px;
	}
	.newsrt dl dt{
		height:234px;
	}
}
@media(max-width:768px) {
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.shubiao{
		bottom:20px;
		margin-left: -9px;
	}
	.mouse {
		width: 18px;
		height: 30px;
	}
	.prort ul li .proimg {
		height:248px;
	}
	.newsnr_n ul li .newsdate_n dl dt {
		font-size: 45px;
		line-height: 45px;
	}
	.caselist_n .caseimg_n {
        height:238px;
    }
	.pronr_n dl dt{
		height:146px;
	}
	.newsnr_n ul li .newsimg_n{
		height:135px;
	}
	.caselist .caseimg{
		height:246px;
	}
	.newsrt dl dt{
		height:219px;
	}
}
@media(max-width:767px) {
	.shubiao{
		display:none;
	}
	.casetitrt .swiper-button div,.news .newslf .swiper-button div{
		width: 50px;
		height: 50px;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:100%;
		height:500px;
	}
	.cloud-product-ul li .normal-inner {
		top: 150px;
	}
	.pronr_n dl dd{
		font-size:14px;
		line-height:25px;
		height:50px;
		margin-top:5px;
	}
	.yyly .tit{
		top:20px;
		padding: 0 6%;
	}
	.pronr_n dl{
		padding:0 10px;
	}
	.newsnr_n ul li .newsimg_n{
		width:100%;
		margin-bottom:20px;
	}
	.newsnr_n ul li .newsin_n {
		width: 80%;
		overflow: hidden;
		padding-left: 0;
		padding-top: 0;
	}
	.newsnr_n ul li .newsdate_n{
		width:20%;
	}
	.newsnr_n ul li .newsdate_n dl dt{
		font-size:40px;
		line-height:40px;
	}
	.news_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr_n ul li .newsin_n h5{
		font-size:18px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
}
@media(max-width:640px) {
	.banner .swiper-pagination {
		bottom: 10px;
		left: 2%;
	}
	.swiper-pagination-bullet::after{
		display:none;
	}
	.swiper-pagination-bullet-active{
		margin-right:0;
	}
	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.banner .swiper-slide .img img {
		width: 120%;
		margin-left: -10%;
	}
	.tit h3, .tit h3 a {
		font-size:26px;
		line-height: 36px;
	}
	.aboutlf .gsmc {
		font-size: 24px;
		line-height: 34px;
	}
	.prort ul li .protext {
		padding: 30px;
		height:auto;
	}
	.pronr ul li .procont h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.pronr ul li .procont p {
		font-size: 12px;
		line-height: 20px;
	}
	.active-inner-item .oursl_nr .yylyrt .yylymore {
		width: 40px;
		height: 40px;
	}
	.active-inner-item .oursl_nr {
		padding: 0 30px;
	}
	.promenu ul li{
		width:31.333333333333333333333%;
		margin:5px 1%;
	}
	.qywhlist_n {
        padding: 30px 20px;
    }
	.contlf_n ul li {
		width:33.333333333333333333333333%;
		padding:10px;
	}
	.caselist_n .caseimg_n {
        height:196px;
    }
	.pronr_n dl {
		margin: 10px 0;
	}
	.pronr ul li {
		width: 100%;
	}
	.ntit h3,.about_n h3,.dzlc_n h3{
		font-size:30px;
		line-height:40px;
	}
	.gsslnr_n dl dt .gsslnum_n {
		font-size: 60px;
		line-height: 60px;
		top: -30px;
		left:20px;
	}
	.gsslnr_n dl dt, .gsslnr_n dl:nth-child(8) dt {
		padding: 40px 20px;
	}
	.caselist_n .casebot_n,.caselist .casebot{
		height: 60px;
		padding-top:10px;
	}
	.casenr_n .caselist_n h5,.caselist .casebot h5{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.caselist_n .casebot_n .casemore_n,.caselist .casebot .casemore{
		display:none;
	}
	.caselist_n .casebot_n .casemore_n span,.caselist .casebot .casemore span{
		width: 40px;
		height: 40px;
	}
	.aboutlist_n dl dt .counter,.aboutlist dl dt .counter{
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist_n dl dt,.aboutlist_n dl dd,.aboutlist dl dt,.aboutlist dl dd{
		font-size:14px;
	}
	.aboutlist dl dd {
		margin-top: 5px;
	}
	.aboutlist_n {
		margin-top: 40px;
	}
	.hello .hellonr {
		font-size: 50px;
		line-height: 50px;
	}
	.pronr_n dl dt .nprobg{
		background-size:40px;
	}
	.pronr_n dl dd{
		font-size:14px;
	}
	.contact_n .contactrt_n h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.pronr_n dl dt{
		height:196px;
	}
	.caselist .caseimg{
		height:206px;
	}
	.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;
	}
	.newsnr_n ul li .newsdate_n dl dt {
		font-size: 40px;
		line-height: 40px;
	}
	.botlogo img{
		width:200px;
	}
	.footerrt ul li {
		width: 33.333333333333%;
		text-align:center;
	}
	.footerrt ul li h4,.footerrt ul li h4 a {
		font-size: 16px;
	}
	.card-body h5 a,.card-body h5 span{
		font-size:14px;
	}
	.botlxfs dl{
		display:none;
	}
	.botlxfs .botlxfslf{
		width:100%;
	}
}
@media(max-width:540px) {
	.caselist_n .caseimg_n {
        height:163px;
    }
	.pronr_n dl dt{
		height:163px;
	}
	.caselist .caseimg{
		height:174px;
	}
	.newsrt dl dt{
		height:317px;
	}
}
@media(max-width:500px) {
	.pronr ul li {
		width: 100%;
	}
	.aboutlist_n dl dt .counter,.aboutlist dl dt .counter{
		font-size: 30px;
		line-height: 30px;
	}
	.contlf_n ul li {
		width:50%;
	}
}
@media(max-width:425px) {
	.aboutlf .gsmc {
		font-size: 20px;
		line-height: 30px;
	}
	.aboutlf .aboutjs {
		font-size: 14px;
		line-height: 25px;
	}
	.promenu ul li a {
		font-size: 14px;
	}
	.promenu ul li{
		height:40px;
		line-height:40px;
		border-radius:20px;
	}
	.caselist_n .caseimg_n {
        height:125px;
    }
	.pronr_n dl dd {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.newsnr_n ul li .newsin_n {
		width: 76%;
	}
	.newsnr_n ul li .newsdate_n{
		width:24%;
	}
	.newsnr_n ul li .newsdate_n dl dt{
		font-size:35px;
		line-height:35px;
	}
	.newsnr_n ul li .newsdate_n dl dd{
		font-size:14px;
	}
	.pronr_n dl dt{
		height:125px;
	}
	.newsnr_n ul li .newsimg_n{
		height:249px;
	}
	.caselist .caseimg{
		height:137px;
	}
	.newsrt dl dt{
		height:249px;
	}
	.card-img-150 {
		height: 123px;
	}
}
@media(max-width:424px) {
	.footerrt ul li {
		width: 50%;
	}
	
}
@media(max-width:375px) {
	.aboutlist_n dl dt .counter,.aboutlist dl dt .counter{
		font-size: 25px;
		line-height: 25px;
		margin-right:0;
	}
	.aboutlist_n dl dt,.aboutlist_n dl dd,.aboutlist dl dt,.aboutlist dl dd{
		font-size:13px;
	}
	.aboutlist_n dl dt font,.aboutlist dl dt font{
		font-size: 20px;
	}
	.casenr_n .caselist_n h5 {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}
	.card-img-150 {
		height: 107px;
	}
	.promenu ul li a {
		font-size: 13px;
	}
	.caselist_n .caseimg_n {
        height:108px;
    }
	.pronr_n dl dt{
		height:108px;
	}
	.newsnr_n ul li .newsimg_n{
		height:220px;
	}
	.caselist .caseimg{
		height:121px;
	}
	.newsrt dl dt{
		height:220px;
	}
}
@media(max-width:360px) {
	.caselist_n .caseimg_n {
        height:103px;
    }
}
@media(max-width:320px) {
	.card-img-150 {
		height: 89px;
	}
	.prort ul li .proimg {
		height: 211px;
	}
	.prort ul li .protext{
		padding: 20px;
	}
	.caselist_n .caseimg_n {
        height:90px;
    }
	.pronr_n dl dt{
		height:90px;
	}
	.newsnr_n ul li .newsimg_n{
		height:188px;
	}
	.caselist .caseimg{
		height:103px;
	}
	.newsrt dl dt{
		height:188px;
	}
}
@media(max-width:319px) {
	.promenu ul li a {
		font-size:12px;
	}
	.pronr_n dl dd {
		font-size: 12px;
		height:60px;
	}
	.aboutlist_n dl dt,.aboutlist_n dl dd,.aboutlist dl dt,.aboutlist dl dd{
		font-size:12px;
	}
	.contlf_n ul li {
        padding:10px 6px;
    }
	.contlf_n ul li a {
		font-size: 15px;
	}
	.pronr_n dl dt{
		height:77px;
	}
	.newsnr_n ul li .newsimg_n{
		height:164px;
	}
	.caselist .caseimg{
		height:90px;
	}
	.newsrt dl dt{
		height:164px;
	}
}