@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"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:126px;
	background:#fff;
	position:fixed;
	z-index: 999;
	top:0;
	}
.top{
	width:100%;
	overflow:hidden;
	background:#0090e5;
	height:46px;
	padding:0 1.46%;
	}
.top .cont{
	height:100%;
}
.top a{
	font-size:15px;
	color:#fff;
	}
.top .toplf,.top .toprt{
	height:100%;
	overflow:hidden;
	padding:0;
}
.top .toplf{
	display:flex;
	align-items:center;
}
.top .toplf img{
	margin-right:18px;
}
.top .toplf span,.top .toplf span a{
	font-size:15px;
	color:#fff;
}
.toplf span:first-child{
	margin-right:66px;
}
.top .toprt{
	display:flex;
	justify-content:right;
	align-items:center;
}
.top .toprt a{
	margin-left:22px;
}
.headernr{
	width:100%;
	height:80px;
	padding:0 1.46%;
}
.headernr .cont1{
	height:100%;
}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	width:118px;
	height:40px;
	background:#0090e5;
	border-radius:20px;
	padding-left:8px;
	position:relative;
	margin-left:74px;
	margin-top:20px;
}
.language a{
	height:100%;
	display:flex;
	align-items:center;
	font-size:18px;
	color:#353535;
}
.language a span{
	color:#fff;
	font-size:16px;
	margin:0 15px 0 23px;
}
.language a i{
    display: inline-block;
    transition: transform 0.3s;
}
.language a i.open {
    transform: rotate(180deg);
}
.language .languagenr{
	width:100px;
    overflow: hidden;
    display: none;
	background:#fff;
    position: absolute;
    right: 0;
    top:40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.language .languagenr p{
	width:100%;
	padding:0;
    line-height:30px;
    text-align: center;
	border-top:solid 1px #ccc;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size:15px;
	display:block;
}
.language .languagenr p:hover a{
	color:#0090e5;
}
.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{
	display:flex;
	height:100%;
	align-items:center;
	cursor: pointer;
	position:relative;
	margin-right:34px;
}
.search input{
	width:260px;
	height:32px;
	line-height:32px;
	background:none;
	color:rgba(255,255,255,0.4);
	border-bottom:solid 1px rgba(255,255,255,0.4);
}
.search ::-webkit-input-placeholder {
  color:rgba(255,255,255,0.4);
}
.search :-moz-placeholder {
  color:rgba(255,255,255,0.4);
}
.search ::-moz-placeholder{
color:rgba(255,255,255,0.4);
}
.search :-ms-input-placeholder {
  color:rgba(255,255,255,0.4);
}
.search button{
	background:none;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-9px;
}
/* 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;
	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:90px;
	position:relative;
	}

.nav .menu > li a{
	color:#333333;
	font-size:17px;
	display:block;
	line-height:80px;
	margin:0 34px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:hover,.nav .menu > li.active a{
	color:#36bcf9;
	font-weight:bold;
}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a::after,.nav .menu > li a::before{
	display:none;
}
.nav .menu > li .submenu li:hover{

	background:#0090e5;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a::after,.nav .menu > li.active a::after{
	width:100%;
	}

.cont{
	width:1704px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1704px;
	height:auto;
	margin:auto;
	}
.ncont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.ncont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:126px;
	}
.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 .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;
}
.banner .swiper-slide-active .img{
	visibility: visible; 
	-webkit-animation:scale-bg 4.5s linear forwards;
	animation:scale-bg 4.5s linear forwards;
}
.banner .bannertext{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:40.2%;
	z-index:99;
	}
.banner .bannertext h4,.banner .bannertext p{
	width:100%;
	text-align:center;
}
.banner .bannertext h4{
	font-size:125px;
	color:#fff;
	line-height:125px;
	text-transform:uppercase;
	font-family: myOneFont;
}
.banner .bannertext p{
	font-size:32px;
	color:#fff;
	line-height:32px;
	letter-spacing:1.4px;
	margin-top:8px;
}
.banner .bannertext .more{
	margin-top:52px;
}
.banner .bannertext .more a{
	margin:auto;
}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
.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{
	position:absolute;
	right:11.25%;
	bottom:60px;
	z-index:99;
	}
.banner .swiper-button div{
	display:inline-block;
	width:62px;
	height:62px;
	background:#fff;
	transform:skew(-15deg);
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.banner .swiper-button div:hover{
	background:#0090e5;
}
.banner .swiper-button .swiper-button-next{
	margin-left:12px;
	margin-bottom:62px;
}
.banner .swiper-button div span{
	display:block;
	width:62px;
	height:62px;
	transform:skew(15deg);
}
.banner .swiper-button .swiper-button-prev span{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-prev:hover span{
	background:url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next span{
	background:url(../images/next.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover span{
	background:url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width:28px;
	height:6px;
	display: inline-block;
	margin:0 7px;
	background:#fff;
	border-radius:4px;
	outline:none;
	opacity:0.5;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active{
	width:40px;
	opacity:1;
}

.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 {
	width:100%;
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:0;
	bottom:40px;
	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 h3{
	width:100%;
	font-size:88px;
	color:#202730;
	line-height:98px;
	}
.tit h3 a{
	font-size:88px;
	color:#202730;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#353535;
	line-height:40px;
	margin-top:10px;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:188px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:16px;
	color:#222222;
	font-weight:bold;
	text-transform:uppercase;
	}
.more a span{
	display:flex;
	width:66px;
	height:66px;
	background:#0090e5;
	border-radius:100%;
	text-align:center;
	align-items:center;
	justify-content:center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.more a:hover span{
	margin-right:10px;
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	}
.aboutnr{
	position:relative;
	padding-top:122px;
}
.aboutnr .abouten{
	width:59.3%;
	overflow:hidden;
	position:absolute;
	top:40px;
	left:0;
	z-index:0;
}
.abouten img{
	max-width:100%;
	height:auto;
}
.aboutlf{
	width:37.6%;
	overflow:hidden;
}
.aboutlf h3{
	width:100%;
	overflow:hidden;
	line-height:50px;
	font-weight:normal;
}
.aboutlf h3,.aboutlf h3 a{
	font-size:40px;
	color:#0090e5;
}
.aboutlf h5{
	width:100%;
	font-size:35px;
	color:#202730;
	margin-top:26px;
}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#9a9c9e;
	line-height:30px;
	margin-top:44px;
}
.aboutrt{
	width:56.8%;
	overflow:hidden;
}
.aboutlf,.aboutrt{
	position:relative;
	z-index:9;
}
.aboutrt ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.aboutrt ul li{
	width:48.4%;
	padding-bottom:90px;
	position:relative;
}
.aboutrt ul li:first-child{
	margin-top:82px;
}
.aboutrt ul li .aboutimg{
	width:100%;
	overflow:hidden;
	height:662px;
}
.aboutrt ul li .aboutimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutrt ul li:hover .aboutimg img{
	transform:scale(1.02);
}
.aboutrt ul li .aboutbt{
	width:89.7%;
	min-height:148px;
	overflow:hidden;
	background:#fff;
	padding:20px;
	border-radius:0 0 20px 0;
	position:absolute;
	left:50%;
	margin-left:-44.85%;
	top:604px;
	z-index:990;
}
.aboutrt ul li .aboutbt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#363636;
	text-align:center;
}
.aboutrt ul li .aboutbt .icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:8px;
}
.aboutlf .more{
	margin-top:148px;
}

/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-bottom:62px;
}
.casetit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	position:relative;
	z-index:9;
}
.casenr{
	position:relative;
	padding-top:95px;
}
.casenr .caseen{
	width:44.7%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:56px;
	z-index:0;
}
.casenr .caseen img,.newsnr .newsen img{
	max-width:100%;
	height:auto;
}
.casenr ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.casenr ul li{
	width:23.6%;
	overflow:hidden;
	background:#fff;
	border-radius:0 0 45px 0;
	margin:50px 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.casenr ul li .caseimg,.casenr ul li .casebot{
	width:100%;
	overflow:hidden;
}
.casenr ul li .caseimg{
	height:245px;
	position:relative;
}
.casenr ul li .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;
}
.casenr ul li:hover .caseimg img{
	transform:translate(-50%, -50%) scale(1.02);
}
.casenr ul li .casebot{
	height:350px;
	padding:30px 24px 0 24px;
}
.casenr ul li .casebot h5{
	width:100%;
	font-size:20px;
	color:#202730;
	line-height:26px;
	margin-bottom:16px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.casenr ul li .casebot p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949699;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}
.casenr ul li .casebot span{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/icon10.png) no-repeat center;
	margin-top:26px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.casenr ul li:hover{
	box-shadow:0 7px 46px rgba(0,144,229,0.33);
}
.casenr ul li:hover .casebot h5{
	color:#0090e5;
}
.casenr ul li:hover .casebot span{
	background:url(../images/icon11.png) no-repeat center;
}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	padding-bottom:132px;
}
.newsnr{
	position:relative;
	padding-top:135px;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	position:relative;
	z-index:9;
}
.newsnr .newsen{
	width:48.6%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:95px;
	z-index:0;
}
.news .newstit .newsen img{
	max-width:100%;
	height:auto;
}
.newslist{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
	margin-top:108px;
}
.newslf{
	width:47.1%;
	height:701px;
	overflow:hidden;
	position:relative;
	border-radius:0 0 55px 0;
}
.newslf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslf:hover img{
	transform:scale(1.02);
}
.newslf .newsbg{
	width:100%;
	height:38.2%;
	overflow:hidden;
	background:rgba(0,144,229);
	padding:0 54px;
	background: -webkit-linear-gradient(bottom, #0090e5, rgba(0,144,229,0));
    background: -o-linear-gradient(top, #0090e5, rgba(0,144,229,0));
    background: -moz-linear-gradient(top, #0090e5, rgba(0,144,229,0));
    background: linear-gradient(to top, #0090e5, rgba(0,144,229,0));
	position:absolute;
	left:0;
	bottom:0;
}
.newslf .newsbg .newsdate{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	margin-bottom:14px;
}
.newslf .newsbg h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslf .newsbg p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.newsrt{
	width:49.9%;
	overflow:hidden;
}
.newsrt ul,.newsrt ul li{
	width:100%;
	overflow:hidden;
	}
.newsrt ul li{
	margin-bottom:49px;
}
.newsrt ul li:last-child{
	margin-bottom:0;
}
.newsrt ul li .newsimg{
	width:46.6%;
	overflow:hidden;
	position:relative;
	height:201px;
	border-radius:0 0 55px 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsrt ul li .newsimg 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;
	}
.newsrt ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsrt ul li .newscont{
	width:47.5%;
	overflow:hidden;
}
.newsrt ul li .newscont .newsdate,.newsrt ul li .newscont h5,.newsrt ul li .newscont p{
	width:100%;
	overflow:hidden;
}
.newsrt ul li .newscont .newsdate{
	font-size:18px;
	color:#0090e5;
	font-weight:bold;
	line-height:30px;
}
.newsrt ul li .newscont h5{
	font-size:22px;
	color:#202730;
	margin-top:7px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsrt ul li .newscont p{
	font-size:16px;
	color:#4a595e;
	margin-top:17px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-bottom:122px;
	}
.pronr{
	position:relative;
	padding-top:136px;
}
.proen{
	width:81.8%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:95px;
	z-index:0;
}
.proen img{
	max-width:100%;
	height:auto;
}
.protit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	position:relative;
	z-index:9;
}
.promenu{
	width:65.3%;
	margin-bottom:18px;
}
.promenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.promenu ul li{
	position:relative;
	line-height:30px;
	padding-bottom:6px;
}
.promenu ul li a{
	font-size:18px;
	color:#44484d;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.promenu ul li::after{
	content:"";
	width:0;
	height:2px;
	background:#0090e5;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.promenu ul li:hover a,.promenu ul li.active a{
	color:#0090e5;
	font-weight:bold;
}
.promenu ul li:hover::after,.promenu ul li.active::after{
	width:100%;
}
.prolist,.prolist ul{
	width:100%;
	overflow:hidden;
}
.prolist{
	position:relative;
	z-index:99;
	margin-top:63px;
}
.prolist ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.prolist ul li{
	width:23.7%;
	overflow:hidden;
}
.prolist ul li .proimg{
	width:100%;
	overflow:hidden;
	background:#fff;
	text-align:center;
	border-radius:0 0 45px 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.prolist ul li .proimg img{
	max-width:100%;
	height:auto;
}
.prolist ul li .probot,.prolist ul li .probot p,.prolist ul li .probot h5{
	width:100%;
	overflow:hidden;
}
.prolist ul li .probot{
	padding-top:27px;
}
.prolist ul li .probot p{
	font-size:16px;
	color:#abacae;
	line-height:30px;
}
.prolist ul li .probot h5{
	font-size:22px;
	color:#44484d;
	line-height:32px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.prolist ul li:hover .proimg{
	background:#0090e5;
}
.prolist ul li .probot h5 span{
	font-size:0;
	color:#0090e5;
	opacity:0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.prolist ul li:hover .probot h5{
	color:#0090e5;
}
.prolist ul li:hover .probot h5 span{
	font-size:25px;
	opacity:1;
	margin-right:20px;
}

/* ggt
-------------------------------------------------------------- */
.solution{
	width:100%;
	overflow:hidden;
	background:url(../images/solutionbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:90px;
}
.solution_top{
	width:100%;
	overflow:hidden;
	margin-bottom:106px;
}
.solution_top .tit{
	width:49.6%;
	overflow:hidden;
}
.solution_top .solutionrt{
	width:49.6%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.jjfalf{
	width:71.3%;
}
.jjfacont,.solution_bot{
	width:100%;
	overflow:hidden;
}
.jjfacont{
	opacity:0;
	height:0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jjfacont.active{
	opacity:1;
	height:auto;
}
.jjfacont h5{
	width:100%;
	font-size:32px;
	color:#202730;
	line-height:42px;
}
.jjfacont .jjfanr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#202730;
	line-height:30px;
	margin-top:20px;
}
.solution_bot ul{
	width:100%;
	overflow:hidden;
}
.solution_bot ul li{
	width:24.2%;
	height:200px;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	float:left;
	margin:20px 1.06666666666666666667% 0 0;;
	background:rgba(255,255,255,0.65);
	border-radius:10px;
	padding:36px 44px 0 44px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.solution_bot ul li:first-child{
	margin-left:50.53333333333333333333%;
}
.solution_bot ul li:nth-child(3){
	clear:both;
}
.solution_bot ul li:nth-child(2n){
	margin-right:0;
}
.solution_bot ul li:hover,.solution_bot ul li.active{
	background:#0090e5;
}
.solution_bot ul li p{
	width:80%;
	font-size:26px;
	color:#202730;
	line-height:36px;
}
.solution_bot ul li p a{
	font-size:26px;
	color:#202730;
}
.solution_bot ul li .icon{
	width:18%;
	overflow:hidden;
	text-align:right;
	margin-top:84px;
}
.solution_bot ul li .icon img{
	max-width:100%;
	height:auto;
}
.solution_bot ul li:hover p,.solution_bot ul li:hover p a,.solution_bot ul li.active p,.solution_bot ul li.active p a{
	color:#fff;
}
/* message
-------------------------------------------------------------- */
.message{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:92px;
	padding-bottom:86px;
	position:relative;
}
.message .messageimg{
	width:42.7%;
	height:750px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.message .messageimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.messagelf{
	width:38.7%;
	overflow:hidden;
}
.messagelf h5{
	width:100%;
	font-size:29px;
	color:#0090e5;
	line-height:40px;
	margin-bottom:15px;
}
.messagelf h3{
	width:100%;
	font-size:58px;
	color:#202730;
	line-height:50px;
}
.messagelf p{
	width:100%;
	font-size:18px;
	color:#939393;
	margin-top:40px;
}
.messagelf dl,.messagelf dl dt,.messagelf dl dd{
	width:100%;
	overflow:hidden;
}
.messagelf dl{
	margin-top:72px;
}
.messagelf dl dt{
	font-size:18px;
	color:#202730;
	line-height:30px;
}
.messagelf dl dd,.messagelf dl dd a{
	font-size:18px;
	color:#0090e5;
	line-height:30px;
	font-weight:bold;
}
.messagert{
	width:52.5%;
	overflow:hidden;
}
.messagert .tit h3{
	font-size:88px;
	color:#fff;
	line-height:74px;
}
.titjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#3a3a3a;
	line-height:32px;
	margin-top:16px;
}
.messagenr,.messagenr ul{
	width:100%;
	overflow:hidden;
}
.messagenr > ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr > ul > li{
	width:48.9%;
	overflow:hidden;
	margin-bottom:16px;
	position:relative;
}
.messagenr > ul > li input{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#939393;
	border:solid 1px #dddddd;
	padding:0 20px;
}
.messagenr ul li:last-child{
	width:100%;
}
.messagenr ul li textarea{
	width:100%;
	height:218px;
	line-height:42px;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	border:solid 1px #dddddd;
	padding:0 20px;
}
.messagenr ::-webkit-input-placeholder {
  color:#939393;
}
.messagenr :-moz-placeholder {
  color:#939393;
}
.messagenr ::-moz-placeholder{
	color:#939393;
}
.messagenr :-ms-input-placeholder {
  color:#939393;
}
.tjyzm{
	width:100%;
	overflow:hidden;
	color:#939393;
	margin-bottom:40px;
}
.tjyzm input{
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#939393;
	padding:0 10px;
}
.messagert .tjyzm input{
	border: solid 1px #dddddd;
}
.tjbtn{
	width:100%;
	overflow:hidden;
}
.tjbtn button{
	width:100%;
	overflow:hidden;
	line-height:45px;
	background:#0090e5;
	font-size:16px;
	color:#fff;
	text-align:center;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchlist,.searchlist ul{
	width:100%;
	overflow:hidden;
}
.searchlist ul li{
	border-bottom:solid 1px #c9c4c7;
	padding-bottom:42px;
	margin-top:38px;
}
.searchlist ul li .searchin{
	width:100%;
	overflow:hidden;
	background:url(../images/icon25.png) no-repeat right top;
	padding: 0 60px 0 0;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li:hover .searchin{
	background:url(../images/iconh25.png) no-repeat right top;
}
.searchlist ul li .searchin h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#2d2d2d;
	line-height:34px;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li .searchin p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#b9b9b9;
	margin-top:4px;
}
.searchlist ul li:hover .searchin h5{
    color:#0090e5; 
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#333333;
	padding:82px 0 0 0;
	position:relative;
}
.botnav{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:60px;
}
.botlogo{
	width:34%;
	overflow:hidden;
}
.botlogo img{
	max-width:100%;
	height:auto;
}
.botlogo h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:36px;
	text-transform:uppercase;
}
.botnavnr{
	width:66%;
	overflow:hidden;
}
.botnavnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.botnavnr ul li{
	line-height:30px;
}
.botnavnr ul li a{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.footernr .footerlf{
	width:22.4%;
	overflow:hidden;
	}
.footernr .footerin{
	width:39.3%;
	overflow:hidden;
	margin-left:7.5%;
}
.footernr .footerrt{
	width:25%;
	overflow:hidden;
	}
.footernr .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footernr .footerrt dl dt,.footernr .footerrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.footernr .footerrt dl dt img{
	max-width:100%;
	height:auto;
}
.footernr .footerrt dl dd{
	color:#fff;
	line-height:30px;
}
.footernr .footerlf h4,.footernr .footerin h4{
	width:100%;
	overflow:hidden;
	line-height:40px;
	margin-bottom:20px;
	font-weight:normal;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	padding-left:42px;
	padding-bottom:24px;
	position:relative;
	}
.footernr .footerlf h4 a,.footernr .footerin h4 a{
	font-size:26px;
	color:#fff;
	}
.footernr .footerlf h4::before,.footernr .footerin h4::before{
	content:"";
	width:26px;
	height:26px;
	background:#0090e5;
	position:absolute;
	left:0;
	top:7px;
}
.footernr .footerlf p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:6px;
}
.footernr .footerlf p a{
	font-size:16px;
	color:#fff;
}
.footernr .footerin p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:20px;
}
.footernr .footerin p a{
	font-size:16px;
	color:#fff;
}
.footerrt ul{
	width:100%;
	overflow:hidden;
	display: flex;
    justify-content:space-between;
	margin-bottom:62px;
}
.footerrt ul li{
	overflow:hidden;
}
.footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-bottom:29px;
	padding-bottom:12px;
	text-transform:uppercase;
	position:relative;
}
.footerrt ul li h4::after{
	content:"";
	width:42px;
	height:2px;
	background:#b91c27;
	position:absolute;
	left:0;
	bottom:0;
}
.footerrt ul li h4 a{
	font-size:18px;
	color:#fff;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.footerrt ul li p a{
	font-size:16px;
	color:#fff;
	}
.footerrt ul li p a:hover{
	color:#b91c27;
}
.footertop_rt{
	overflow:hidden;
	text-align:right;
	}
.footertop_rt a{
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	display:inline-block;
	margin-left:15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.footertop_rt a:first-child{
	background:#fff url(../images/icon20.png) no-repeat center;
	}
.footertop_rt a:first-child:hover{
	background:#b91c27 url(../images/iconh20.png) no-repeat center;
	}
.footertop_rt a:nth-child(2){
	background:#fff url(../images/icon21.png) no-repeat center;
	}
.footertop_rt a:nth-child(2):hover{
	background:#b91c27 url(../images/iconh21.png) no-repeat center;
	}
.footertop_rt a:nth-child(3){
	background:#fff url(../images/icon22.png) no-repeat center;
	}
.footertop_rt a:nth-child(3):hover{
	background:#b91c27 url(../images/iconh22.png) no-repeat center;
	}
.footertop_rt a:nth-child(4){
	background:#fff url(../images/icon23.png) no-repeat center;
	}
.footertop_rt a:nth-child(4):hover{
	background:#b91c27 url(../images/iconh23.png) no-repeat center;
	}
.footertop_rt a:nth-child(5){
	background:#fff url(../images/icon24.png) no-repeat center;
	}
.footertop_rt a:nth-child(5):hover{
	background:#b91c27 url(../images/iconh24.png) no-repeat center;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#0090e5;
	line-height:30px;
	padding:13px 0;
	position:relative;
	border-top:solid 1px rgba(255,255,255,0.1);
	margin-top:98px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:16px;
	color:#fff;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:16px;
	color:#fff;
	}
.bot .botrt dl{
	overflow:hidden;
	float:right;
	}
.bot .botrt dl dt,.bot .botrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.bot .botrt dl dt img{
	max-width:100%;
	height:auto;
	}
.bot .botrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	letter-spacing:5px;
	margin-top:4px;
	}
.boticon{
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:36px;
	}
.boticon a{
	width:38px;
	height:38px;
	display:block;
	border-radius:50%;
	display:inline-block;
	margin-left:15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.boticon a:first-child{
	background:#fff url(../images/icon12.png) no-repeat center;
	}
.boticon a:first-child:hover{
	background:#0090e5 url(../images/iconh12.png) no-repeat center;
	}
.boticon a:nth-child(2){
	background:#fff url(../images/icon13.png) no-repeat center;
	}
.boticon a:nth-child(2):hover{
	background:#0090e5 url(../images/iconh13.png) no-repeat center;
	}
.boticon a:nth-child(3){
	background:#fff url(../images/icon14.png) no-repeat center;
	}
.boticon a:nth-child(3):hover{
	background:#0090e5 url(../images/iconh14.png) no-repeat center;
	}
.boticon a:nth-child(4){
	background:#fff url(../images/icon15.png) no-repeat center;
	}
.boticon a:nth-child(4):hover{
	background:#0090e5 url(../images/iconh15.png) no-repeat center;
	}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:30px;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:46px;
	height:46px;
    position: relative;
    cursor: pointer;
	background:#fff;
	margin:16px 0;
	box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-webkit-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-moz-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	border-radius:100%;
}
.side ul li:last-child{
	background:#0090e5;
}
.side ul li:last-child p{
	color:#fff;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width:240px;
	overflow:hidden;
	border-radius:5px;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li p a{
	font-size:16px;
	color:#333333;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidetel:hover .ewm-box,.side ul li.sidezx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:560px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	margin-top:126px;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:747px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:516px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:490px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:467px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:420px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:397px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:336px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:299px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:289px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:224px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:187px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:158px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:124px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	height:76px;
	overflow: hidden;
	border-bottom:solid 1px #cecece;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.positionnr{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
	font-size:16px;
	color:#0a1729;
	line-height:30px;
}
.positionnr a {
	font-size:16px;
	color:#0a1729;
}
.position a:hover{
	color:#0090e5;
}
.positionnr img{
	margin-right:15px;
}
/* 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%;
	}
.ntit h3{
	width:100%;
	font-size:56px;
	color:#353535;
	line-height:66px;
	font-weight:900;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	position:relative;
	padding-top:144px;
	padding-bottom:100px;
	}
.about_n .abouten{
	width:53%;
	position:absolute;
	top:46px;
	left:0;
	z-index:0;
}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.aboutnr_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#0090e5;
	line-height:50px;
	font-weight:normal;
}
.aboutnr_n h4{
	width:100%;
	font-size:45px;
	color:#202730;
	line-height:55px;
	margin-top:12px;
}
.aboutjs_n{
	margin-top:50px;
}
.aboutjs_n,.aboutjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
}
.qywh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:116px;
}
.qywh_n h3{
	width:100%;
	font-size:52px;
	color:#fff;
	line-height:62px;
	text-align:center;
	margin-bottom:20px;
}
.qywh_n h5{
	width:100%;
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-weight:normal;
}
.qywh_n .qywhnr_n{
	margin-top:38px;
}
.qywh_n .qywhnr_n,.qywh_n .qywhnr_n p{
	width:100%;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.qywhlist_n{
	width:100%;
	overflow:hidden;
	margin-top:107px;
	border-top:solid 1px rgba(255,255,255,0.4);
}
.qywhlist_n ul{
	width:100%;
	overflow:hidden;
}
.qywhlist_n ul li{
	width:50%;
	overflow:hidden;
	float:left;
	padding:86px 58px 102px 58px;
}
.qywhlist_n ul li:first-child{
	border-right:solid 1px rgba(255,255,255,0.4);
}
.qywhlist_n ul li .icon,.qywhlist_n ul li h5,.qywhlist_n ul li p{
	width:100%;
	text-align:center;
}
.qywhlist_n ul li .icon{
	margin-bottom:14px;
}
.qywhlist_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.qywhlist_n ul li h5{
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:900;
	margin-bottom:10px;
}
.qywhlist_n ul li p{
	font-size:20px;
	color:#fff;
	line-height:30px;
}
/* case_n
-------------------------------------------------------------- */
.case_n{
	padding-top:60px;
}
.casenr_n{
	width:100%;
}
.casenr_n ul{
	justify-content:left;
}
.casenr_n ul li{
	width:31.7%;
	margin:30px 2.45% 30px 0;
}
.casenr_n ul li:nth-child(3n){
	margin-right:0;
}
.casenr_n ul li .caseimg {
    height: 285px;
}
.caseinfo_n{
	margin-top:60px;
	margin-bottom:60px;
}
.caseinfo_n h1,.caseinfo_n h4{
	width:100%;
	font-size:45px;
	color:#202730;
	line-height:55px;
}
.caseinfo_n .casefbnr{
	width:100%;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
	margin-top:50px;
}
.caseinfo_n .casefbnr p{
	width:100%;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
}
.caseinfo_n img{
	max-width:100%;
	height:auto;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
}
/* gssl_n
-------------------------------------------------------------- */
.yyly_n{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:92px;
	padding-bottom:168px;
}
.yylynr_n{
	width:100%;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 50px rgba(0,0,0,0.05);
	padding:50px;
	border-radius:20px;
	margin-top:35px;
}
.yylynr_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#ea8721;
	line-height:32px;
	font-weight:900;
	margin-bottom:15px;
}
.yylynr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1f1f1f;
}
.yylylist_n{
	width:100%;
	overflow:hidden;
	margin-top:73px;
}
.yylylist_n dl{
	width:32%;
	overflow:hidden;
	background:#e8e8e8;
	float:left;
	margin:27px 2% 27px 0;
}
.yylylist_n dl:nth-child(3n){
	margin-right:0;
}
.yylylist_n dl dt,.yylylist_n dl dd{
	width:100%;
	overflow:hidden;
}
.yylylist_n dl dt img{
	width:100%;
	height:auto;
}
.yylylist_n dl dd{
	height:75px;
	display:flex;
	align-items:center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.yylylist_n dl dd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#262626;
	line-height:30px;
}
.yylylist_n dl:hover dt img{
	transform:scale(1.03);
}
.yylylist_n dl:hover dd{
	background:#ea8721;
}
.yylylist_n dl:hover dd p{
	color:#fff;
}
/* gssl_n
-------------------------------------------------------------- */
.gssl_n{
	padding-top:30px;
	padding-bottom:138px;
}
.gssl_n dl{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:84px;
}
.gssl_n dl dt{
	width:17.8%;
	overflow:hidden;
}
.gssl_n dl dt img{
	max-width:100%;
	height:auto;
}
.gssl_n dl dd{
	width:82.2%;
	overflow:hidden;
}
.gssl_n dl dd h5,.gssl_n dl dd p{
	width:100%;
	overflow:hidden;
}
.gssl_n dl dd h5{
	font-size:32px;
	color:#14253f;
	line-height:42px;
	margin-bottom:12px;
}
.gssl_n dl dd p{
	font-size:16px;
	color:#5e5e5e;
	line-height:30px;
}
.gssl_n dl dd h6{
	font-size:26px;
	color:#5e5e5e;
	line-height:36px;
	font-weight:normal;
}
.gshjnr_n,.gshjimg_n{
	width:100%;
	overflow:hidden;
}
.gshjnr_n{
	margin-top:56px;
	padding-bottom:140px;
	position:relative;
}
.gshjimg_n img{
	width:100%;
	height:auto;
}
.gshjimg_n:hover img{
	transform:scale(1.02);
}
.gshjnr_n .swiper-button{
	overflow:hidden;
	position:absolute;
	right:11.6%;
	bottom:104px;
	z-index:99;
}
.gshjnr_n .swiper-button div{
	width:68px;
	height:68px;
	display:inline-block;
}
.gshjnr_n .swiper-button .swiper-button-prev{
	background:#b81940 url(../images/prev4.png) no-repeat center;
}
.gshjnr_n .swiper-button .swiper-button-next{
	background:#b81940 url(../images/next4.png) no-repeat center;
	margin-left:4px;
}
/* npro
-------------------------------------------------------------- */
.bg{
	background: #f5f5f5;
}
.promenu_n{
	width:100%;
}
.pro_n{
	padding-top:100px;
	padding-bottom:100px;
	}
.pronr_n,.pronr_n ul{
	width:100%;
	overflow:hidden;
}
.pronr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.pronr_n ul li{
	width:30%;
	overflow:hidden;
	margin:30px 5% 30px 0;
}
.pronr_n ul li:nth-child(3n){
	margin-right:0;
}
.pronr_n ul li .proimg_n,.pronr_n ul li .probot_n{
	width:100%;
	overflow:hidden;
}
.pronr_n ul li .proimg_n{
	width:100%;
	overflow:hidden;
	height:442px;
	background:#fff;
	border:solid 2px #fff;
	position:relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.pronr_n ul li .proimg_n 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 ul li:hover .proimg_n{
	border:solid 2px #0090e5;
}
.pronr_n ul li:hover .proimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.pronr_n ul li .probot_n{
	padding-top:27px;
}
.pronr_n ul li .probot_n p{
	font-size:16px;
	color:#abacae;
	line-height:30px;
}
.pronr_n ul li .probot_n h5{
	font-size:22px;
	color:#44484d;
	line-height:32px;
	height:64px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.pronr_n ul li .probot_n h5 span{
	font-size:0;
	color:#0090e5;
	opacity:0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.pronr_n ul li:hover .probot_n h5{
	color:#0090e5;
}
.pronr_n ul li:hover .probot_n h5 span{
	font-size:25px;
	opacity:1;
	margin-right:20px;
}
.proinfo_n{
	width:100%;
	overflow:hidden;
}
.proinfo_n .prolf_n{
	width:49.6%;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.proinfo_n .prolf_n img{
	max-width:100%;
	height:auto;
}
.proinfo_n .prort_n{
	width:45.7%;
	overflow:hidden;
	padding-top:56px;
}
.proinfo_n .prort_n h1{
	width:100%;
	font-size:52px;
	color:#0090e5;
	line-height:62px;
	border-bottom:solid 1px #e4e4e4;
	padding-bottom:40px;
}
.proinfo_n .prort_n .profl_n{
	width:100%;
	font-size:30px;
	color:#abacae;
	line-height:40px;
}
.proinfo_n .prort_n .projs_n,.proinfo_n .prort_n .projs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2b2b2b;
	line-height:30px;
}
.proinfo_n .prort_n .projs_n{
	margin-top:50px;
}
.proinfo_n .prort_n .protel_n,.proinfo_n .prort_n .protel_n p{
	width:100%;
}
.proinfo_n .prort_n .protel_n{
	margin-top:68px;
}
.proinfo_n .prort_n .protel_n p{
	font-size:20px;
	color:#0090e5;
	font-weight:bold;
	line-height:30px;
	margin-top:7px;
}
.proinfo_n .prort_n .protel_n p a{
	font-size:20px;
	color:#0090e5;
	font-weight:bold;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
	color:#202730;
    line-height: 30px;
    margin-top:60px;
}
.nprofbnr h4,.message_pro h3{
	width:100%;
	overflow:hidden;
	font-size:56px;
	line-height:66px;
	color:#202730;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#202730;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table,.caseinfo_n .casefbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table,.nprofbnr table tr,.nprofbnr table td,.caseinfo_n .casefbnr table,.caseinfo_n .casefbnr table tr,.caseinfo_n .casefbnr table td{
	border-color:#fff;
}
.nprofbnr table td,.caseinfo_n .casefbnr table td{
	height:82px;
	line-height:30px;
	padding:0 10px;
	font-size:20px;
	color:#202730;
	text-align:center;
}
.nprofbnr table tr:nth-child(2n+1),.caseinfo_n .casefbnr table tr:nth-child(2n+1){
	background:#f5f5f5;
}
.nprofbnr table tr:nth-child(2n),.caseinfo_n .casefbnr table tr:nth-child(2n){
	background:#fff;
}
.message_pro{
	width:100%;
	overflow:hidden;
	margin-top:62px;
}
.message_pro h3{
	margin-bottom:60px;
}
.messagenr_pro,.messagenr_pro ul,.messagenr_n ul{
	width:100%;
	overflow:hidden;
}
.messagenr_pro{
	margin-top:22px;
}
.messagenr_pro ul,.messagenr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr_pro ul li,.messagenr_n ul li{
	width:49.5%;
	overflow:hidden;
	margin:9px 0;
}
.messagenr_pro ul li:last-child,.messagenr_n ul li:last-child{
	width:100%;
}
.messagenr_pro ul li input,.messagenr_n ul li input{
	width:100%;
	height:70px;
	line-height:70px;
	background:#f3f4f5;
	padding:0 30px;
	font-size:16px;
	color:#010101;
}
.messagenr_pro ul li textarea,.messagenr_n ul li textarea{
	width:100%;
	height:336px;
	background:#f3f4f5;
	line-height:30px;
	padding:10px 30px;
	font-size:16px;
	color:#010101;
}
.messagenr_pro ::-webkit-input-placeholder {
  color:#010101;
}
.messagenr_pro :-moz-placeholder {
  color:#010101;
}
.messagenr_pro ::-moz-placeholder{
color:#010101;
}
.messagenr_pro :-ms-input-placeholder {
  color:#010101;
}
.messagenr_pro .tjbtn,.message_n .tjbtn{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
}
.tjpro,.tjpro ul{
	width:100%;
	overflow:hidden;
}
.tjpro{
	margin-top:100px;
}
.tjpro ul{
	margin-top:38px;
}

/*产品展示结束*/
	
/* protd_n
-------------------------------------------------------------- */
.protd_n{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:100px;
}
.protdjs_n,.protdjs_n p{
	width:100%;
	overflow:hidden;
}
.protdjs_n{
	margin-bottom:88px;
}
.protdjs_n,.protdjs_n p{
	font-size:16px;
	color:#212332;
	line-height:30px;
}
.protdjs_n p{
	margin-top:34px;
}
.protdlist_n{
	width:100%;
	margin-top:40px;
	margin-bottom:86px;
}
.protdlist_n{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.protdlist_n dl{
	width:49.3%;
	overflow:hidden;
	background:#fff;
	padding:38px;
	display:flex;
	border-radius:10px;
	box-shadow:0 0 21px rgba(6,0,1,0.05);
	margin:10px 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.protdlist_n dl dt{
	width:13%;
	overflow:hidden;
}
.protdlist_n dl dt .iconh,.protdlist_n dl:hover dt .icon{
	display:none;
}
.protdlist_n dl:hover dt .iconh{
	display:block;
}
.protdlist_n dl dt img{
	max-width:100%;
	height:auto;
}
.protdlist_n dl dd{
	width:87%;
	overflow:hidden;
}
.protdlist_n dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#193157;
	line-height:32px;
	margin-bottom:14px;
}
.protdlist_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#212332;
}
.protdlist_n dl:hover{
	background:#b81940;
}
.protdlist_n dl:hover dd h5,.protdlist_n dl:hover dd p{
	color:#fff;
}
.protdjg_n{
	width:100%;
	overflow:auto;
	margin-top:40px;
}
.protdjg_n table{
	width:100%;
	border:solid 1px #aaaaaa;
}
.protdjg_n table tr td{
	padding:0 38px;
	line-height:30px;
	font-size:16px;
	color:#010101;
	height:80px;
}
.protdjg_n table tr:nth-child(2n+1){
	background:#fcefef;
}

/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:90px;
	margin-bottom:90px;
	}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	border-bottom:solid 1px #d4d4d4;
	padding:65px 0;
}
.newsnr_n ul li:first-child{
	padding-top:0;
}
.newsnr_n ul li .newsimg_n{
	width:34.3%;
	overflow:hidden;
	height:357px;
	position:relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.newsnr_n ul li .newsimg_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;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.02);
}
.newsnr_n ul li .newsrt_n{
	width:62.3%;
	overflow:hidden;
	padding-top:6px;
}
.newsnr_n ul li .newsrt_n .newsdate_n,.newsnr_n ul li .newsrt_n h5,.newsnr_n ul li .newsrt_n p{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .newsrt_n .newsdate_n{
	font-size:16px;
	color:#0090e5;
	line-height:30px;
}
.newsnr_n ul li .newsrt_n h5{
	font-size:22px;
	color:#0a1729;
	line-height:32px;
	margin-top:10px;
}
.newsnr_n ul li .newsrt_n p{
	font-size:16px;
	color:#777a80;
	line-height:30px;
	margin-top:17px;
	margin-bottom:46px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_n h1{
	width: 100%;
    font-size:52px;
    color:#353535;
	text-align:center;
	margin-bottom:26px;
	}
.news_n .fbtime{
	width:100%;
    overflow: hidden;
	margin-top:24px;
	font-size:16px;
	color:#061f35;
	text-align:center;
	line-height:30px;
	border-bottom:solid 1px #cfcfcf;
	padding-bottom:32px;
	}
.news_n .fbnr {
    width:100%;
    overflow:hidden;
    margin-top:58px;
	margin-bottom:58px;
    font-size:16px;
    line-height:30px;
    color:#353535;
}
.news_n .fbnr p {
    width:100%;
    overflow:hidden;
    font-size:16px;
    line-height:30px;
    color:#353535;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.news_bk{
	width: 100%;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-top: solid 4px #0090e5;
    padding-top: 20px;
	margin-top:30px;
}
.news_bk .news_bknr{
	width:43%;
	overflow:hidden;
}
.news_bk .news_bknr,.news_bk .news_bknr a{
	font-size:16px;
	color:#061f35;
	line-height:30px;
}
.news_bk .news_bknr a:hover{
	color:#0090e5;
}
.news_bk .news_bknr:last-of-type{
	text-align:right;
}
.fhlist{
	width:12%;
	text-align:center;
}
.fhlist,.fhlist a{
	font-size:16px;
	color:#061f35;
	line-height:30px;
}
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	width:100%;
	overflow:hidden;
	padding-top:102px;
	position:relative;
	}
.contact_n::after{
	content:"";
	width:100%;
	height:26px;
	background:#f2f2f2;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.contact_n .contactimg_n{
	width:47.4%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.contact_n .contactimg_n img{
	max-width:100%;
	height:auto;
}
.contact_n .contactimg_n:hover img{
	transform:scale(1.02);
}
.contactnr_n{
	width:46.9%;
	overflow:hidden;
	padding-top:14px;
	position:relative;
	z-index:9;
	}
.contactnr_n h3{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#353535;
	line-height:62px;
}
.contactlist_n{
	margin-top:40px;
}
.contactlist_n,.contactlist_n ul,.contactlist_n ul li{
	width:100%;
	overflow:hidden;
}
.contactlist_n ul li{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	line-height:30px;
	border-bottom:solid 2px #e6e6e6;
	padding-bottom:21px;
	margin-top:24px;
}
.contactlist_n ul li span{
	font-size:20px;
	color:#5a7ca2;
	font-weight:bold;
	display:block;
	overflow:hidden;
}
.contactlist_n ul li span img{
	max-width:100%;
	height:auto;
}
.contactlist_n ul li .contactz_n{
	width:80%;
	overflow:hidden;
	font-size:18px;
	color:#010101;
	font-weight:bold;
}
.contactlist_n ul li .contactz_n p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-bottom:10px;
}
.contactlist_n ul li .contactz_n a{
	font-size:18px;
	color:#010101;
}
/* message_n
-------------------------------------------------------------- */
.message_n{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding-top:102px;
	padding-bottom:96px;
}
.messagenr_n{
	margin-top:42px;
}
.messagenr_n,.messagenr_n ul{
	width:100%;
	overflow:hidden;
}
.message_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:52px;
	color:#353535;
	line-height:62px;
}
.messagenr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr_n ul li{
	width:49.5%;
	overflow:hidden;
	margin:8px 0;
}
.messagenr_n ul li:last-child{
	width:100%;
}
.messagenr_n ul li input{
	width:100%;
	height:72px;
	background:#fff;
	line-height:72px;
	padding:0 36px;
	font-size:16px;
	color:#010101;
}
.messagenr_n ul li textarea{
	width:100%;
	height:336px;
	background:#fff;
	font-size:16px;
	color:#010101;
	padding:26px 36px;
}
.messagenr_n .btn2{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.messagenr_n .btn2 input{
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#939393;
	padding:0 10px;
}
.message_pro .tjbtn{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:25px;
}
.message_pro .tjbtn button,.message_n .tjbtn button{
	width:100%;
	height:58px;
	background:#0090e5;
	line-height:58px;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:5px;
	margin:auto;
}
.message_pro .tjyzm{
	margin-bottom:38px;
	margin-top:10px;
}
.messagenr_n ul li ::-webkit-input-placeholder {
  color: #010101;
}
.messagenr_n ul li :-moz-placeholder {
  color: #010101;
}
.messagenr_n ul li ::-moz-placeholder{
color: #010101;
}
.messagenr_n ul li :-ms-input-placeholder {
  color: #010101;
}
/* job_n
-------------------------------------------------------------- */
.job_n{
	width:100%;
	overflow:hidden;
	padding-top:98px;
	padding-bottom:112px;
}
.job_n h3{
	font-size:68px;
	color:#282828;
	line-height:78px;
}
.jobnr_n,.jobnr_n ul,.jobnr_n ul li{
	width:100%;
	overflow:hidden;
}
.jobnr_n{
	margin-top:56px;
}
.jobnr_n ul li{
	border-bottom:solid 1px #e5e5e6;
	padding-top:60px;
	padding-bottom:50px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li:first-child{
	border-top:solid 1px #e5e5e6;
}
.jobnr_n ul li .num{
	width:11.6%;
	overflow:hidden;
	font-size:22px;
	color:#bdbdbd;
	line-height:32px;
	text-align:center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li .jobtit_n{
	width:25%;
	overflow:hidden;
	font-size:32px;
	color:#282828;
	line-height:42px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li .jobms_n{
	width:39.6%;
	overflow:hidden;
	opacity:0;
	height:0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li .jobms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#282828;
	line-height:30px;
}
.jobnr_n ul li .icon{
	width:10%;
	overflow:hidden;
	text-align:center;
}
.jobnr_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.jobnr_n ul li.active{
	border-top:solid 3px #0090e5;
}
.jobnr_n ul li .icon .iconimgh,.jobnr_n ul li.active .icon .iconimg{
	display:none;
}
.jobnr_n ul li.active .icon .iconimgh{
	display:block;
	margin:auto;
}
.jobnr_n ul li.active .jobms_n{
	opacity:1;
	height:auto;
}
.jobnr_n ul li.active .num{
	color:#282828;
}
.jobnr_n ul li.active .jobtit_n{
	color:#0090e5;
}
.jobnr_n ul li:hover{
	cursor:pointer;
}
/* jjfa_n
-------------------------------------------------------------- */
.jjfa_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jjfanr_n{
	width:100%;
	overflow:hidden;
}
.jjfanr_n{
	width: 100%;
	overflow:hidden;
	margin-top:20px;
}
.jjfanr_n ul li h4{
	width: 100%;
	height:102px;
	background:#0090e5;
	font-size:32px;
	color: #fff;
	cursor: pointer;
	padding:0 110px 0 65px;
	position:relative;
	display:flex;
	align-items:center;
	margin:0;
}
.jjfanr_n ul li h4::after{
	content:"";
	width:45px;
	height:45px;
	background:url(../images/icon24.png) no-repeat center;
	position:absolute;
	right:60px;
	top:50%;
	margin-top:-22.5px;
	z-index:99;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jjfanr_n ul li.active h4::after{
	transform:rotate(-180deg);
}
.jjfanr_n ul li .jjfalist_n{
	width:100%;
	overflow:hidden;
	height:0;
	opacity:0;
	background:#fff;
	border:solid 1px #0090e5;
	border-top:none;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-bottom:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jjfanr_n ul li.active .jjfalist_n{
	height:auto;
	padding:55px 65px;
	opacity:1;
}
.jjfanr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#202730;
	line-height:40px;
}
.jjfanr_n .jjfalist_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
	}

/* dede_pages
-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#555;
	display:block;
	border: 1px solid #dbdbdc;
	border-radius:50%;
	float: left;
	margin:5px;
	font-size:16px;
	color:#1e1e1e;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.pages ul a:hover,.pages ul a.page-num-current{ 
	background:#0090e5;
	border-color:#0090e5;
	color:#fff;
	}
.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;
}

.a_txt,.rg{
	display:none;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon2,.side,.logojs,.search_box,.toptel,.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: #0090e5;
	  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: #0090e5;
	  -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: #0090e5;
	  -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:105px;
			  top:56px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background:#0090e5;
	  -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) {
	.cont,.cont1{
		width:88%;
		}
	.language{
		margin-left:60px;
	}
	.banner .swiper-button{
		right:6%;
	}
	.tit h3,.tit h3 a {
		font-size:80px;
		line-height:90px;
	}
	.aboutlf {
		width:40%;
	}
	.aboutlf h5{
		font-size:30px;
	}
	.aboutrt ul li .aboutbt p{
		font-size:15px;
	}
	.solution_bot ul li{
		padding:30px 30px 0 30px;
	}
	.solution_bot ul li p,.solution_bot ul li p a{
		font-size: 24px;
		line-height: 34px;
	}
	.jjfacont h5{
		font-size:30px;
		line-height:40px;
	}
	.contactnr_n h3,.message_n h3{
		font-size:48px;
		line-height:58px;
	}
}
@media(max-width:1680px) {
	.language{
		margin-left:40px;
	}
	.nav .menu > li a{
		margin:0 30px;
	}
	.jjfacont h5{
		font-size:28px;
		line-height:38px;
	}
}
@media(max-width:1600px) {
	.ncont,.ncont1{
		width:88%;
		}
	.language{
		margin-left:20px;
	}
	.nav .menu > li a{
		margin:0 25px;
	}
	.tit h3,.tit h3 a {
		font-size:75px;
		line-height:85px;
	}
	.jjfalf {
		width: 70%;
	}
	.newsrt ul li .newscont h5{
		font-size:20px;
	}
	.newslf .newsbg{
		padding:0 40px;
	}
	.newslf .newsbg h5{
		font-size:26px;
		line-height:36px;
	}
	.aboutrt ul li .aboutbt p {
        font-size: 14px;
        line-height: 24px;
    }
	.aboutrt ul li .aboutbt{
		padding:15px;
	}
	.jjfacont h5{
		font-size:24px;
		line-height:34px;
	}
	.solution_bot ul li p,.solution_bot ul li p a{
        font-size: 20px;
        line-height: 30px;
    }
	.caseinfo_n h1, .caseinfo_n h4 {
		font-size: 40px;
		line-height: 50px;
	}
	.aboutnr_n h4{
		font-size:40px;
		line-height:50px;
	}
	.qywhlist_n ul li h5{
		font-size:36px;
		line-height:46px;
	}
	.jjfanr_n ul li h4{
		font-size:30px;
	}
	.jjfanr_n ul li h5{
		font-size:28px;
		line-height:38px;
	}
	.job_n h3 {
		font-size:60px;
		line-height:70px;
	}
	.jobnr_n ul li .jobtit_n{
		font-size:30px;
		line-height:40px;
	}
	.pronr_n ul li .proimg_n{
		height:418px;
	}
	.pronr_n ul li .probot_n h5,.prolist ul li .probot h5{
		font-size:20px;
		line-height:30px;
		height:60px;
	}
	.proinfo_n .prort_n h1,.news_n h1{
		font-size:48px;
		line-height:58px;
	}
	.nprofbnr h4, .message_pro h3{
		font-size:50px;
		line-height:60px;
	}
	.newsnr_n ul li .newsimg_n{
		height:340px;
	}
	.casenr_n ul li .caseimg {
		height:272px;
	}
	.casenr ul li .caseimg{
		height:202px;
	}
	.messagelf h3{
		font-size:54px;
		line-height:46px;
	}
	.messagelf{
		width:42%;
	}
	.contactlist_n {
		margin-top: 20px;
	}
	.contactnr_n h3,.message_n h3{
		font-size:44px;
		line-height:54px;
	}
	.contactnr_n {
		width: 48%;
	}
	.contactlist_n ul li .contactz_n {
		width:84%;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a{
		font-size:16px;
		margin:0 20px;
	}
	.banner .swiper-button{
		bottom:40px;
	}
	.tit h3,.tit h3 a {
		font-size:70px;
		line-height:80px;
	}
	.aboutrt ul li .aboutbt p {
        font-size: 13px;
        line-height: 23px;
    }
	.jjfacont h5{
		font-size:22px;
		line-height:32px;
	}
	.newsrt ul li .newscont h5{
		font-size:18px;
	}
	.newsrt ul li .newscont p{
		font-size:15px;
	}
	.newslf .newsbg{
		padding:0 30px;
	}
	.newslf .newsbg h5{
		font-size:24px;
		line-height:34px;
	}
	.aboutlf h5 {
        font-size:26px;
    }
	.jjfalf{
        width:68%;
    }
	.about_n{
		padding-top:120px;
	}
	.qywhlist_n ul li h5{
		font-size:32px;
		line-height:42px;
	}
	.jjfanr_n ul li h4{
		font-size:28px;
	}
	.jjfanr_n ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.job_n h3{
        font-size:55px;
        line-height:65px;
    }
	.jobnr_n ul li .jobtit_n {
        font-size:26px;
        line-height:36px;
    }
	.pronr_n ul li .proimg_n{
		height:376px;
	}
	.proinfo_n .prort_n h1,.news_n h1{
		font-size:44px;
		line-height:54px;
	}
	.proinfo_n .prort_n .profl_n{
		font-size:26px;
		line-height:36px;
	}
	.proinfo_n .prort_n .projs_n {
		margin-top:40px;
	}
	.proinfo_n .prort_n .protel_n {
		margin-top:50px;
	}
	.nprofbnr h4, .message_pro h3{
		font-size:45px;
		line-height:55px;
	}
	.newsnr_n ul li .newsimg_n{
		height:306px;
	}
	.casenr ul li .caseimg{
		height:182px;
	}
	.casenr_n ul li .caseimg {
		height:244px;
	}
	.casenr ul li .casebot h5{
		font-size:18px;
	}
	.newsnr_n ul li .newsrt_n h5{
		font-size:20px;
		line-height:30px;
	}
	.messagelf h3 {
        font-size: 50px;
        line-height: 42px;
    }
	.contactlist_n ul li .contactz_n,.contactlist_n ul li .contactz_n a{
		font-size:16px;
	}
	.contactlist_n ul li{
		padding-bottom: 15px;
		margin-top: 15px;
	}
}
@media(max-width:1360px) {
	.language {
		width:110px;
	}
	.language a span{
		margin:0 15px;
	}
	.nav .menu > li a{
		margin:0 15px;
	}
	.tit h3,.tit h3 a {
		font-size:65px;
		line-height:75px;
	}
	.casenr ul li .caseimg{
		height:172px;
	}
	.aboutlf h5 {
        font-size:24px;
    }
	.jjfalf{
        width:65%;
    }
	.caseinfo_n h1, .caseinfo_n h4 {
		font-size:35px;
		line-height:45px;
	}
	.solution_bot ul li {
        padding: 30px 20px 0 20px;
    }
	.casenr_n ul li .caseimg {
        height: 231px;
    }
	.qywhlist_n ul li h5{
		font-size:30px;
		line-height:40px;
	}
	.qywhlist_n ul li p{
		font-size:18px;
		line-height:28px;
	}
	.pronr_n ul li .proimg_n{
		height:355px;
	}
	.proinfo_n .prort_n h1,.news_n h1{
		font-size:40px;
		line-height:50px;
	}
	.proinfo_n .prort_n .profl_n{
		font-size:22px;
		line-height:32px;
	}
	.proinfo_n .prort_n{
		padding-top:40px;
	}
	.proinfo_n .prort_n h1{
		padding-bottom:30px;
	}
	.proinfo_n .prort_n .projs_n,.proinfo_n .prort_n .protel_n{
        margin-top:30px;
    }
	.nprofbnr h4, .message_pro h3{
		font-size:40px;
		line-height:50px;
	}
	.newsnr_n ul li .newsrt_n p{
		margin-bottom:30px;
	}
	.newsnr_n ul li .newsimg_n{
		height:289px;
	}
	.contactlist_n ul li .contactz_n {
        width: 86%;
    }
	.contactnr_n h3, .message_n h3 {
        font-size: 40px;
        line-height: 50px;
    }
	.contactnr_n{
		padding-top:0px;
	}
	.contactlist_n ul li {
        padding-bottom: 10px;
        margin-top: 10px;
    }
	.messagelf h3 {
        font-size: 46px;
        line-height: 38px;
    }
	.botlogo h3{
		font-size: 32px;
		line-height:42px;
	}
}
@media(max-width:1280px) {
	.language a span {
        margin:0 5px;
    }
	.language {
        width:90px;
		margin-left:0;
    }
	.toplf span:first-child {
		margin-right: 40px;
	}
	.search{
		margin-right:20px;
	}
	.banner .swiper-button{
		bottom:20px;
	}
	.tit h3, .tit h3 a {
        font-size: 60px;
		line-height:70px;
    }
	.newslf .newsbg h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.jjfalf{
        width:62%;
    }
	.casenr ul li .caseimg{
		height:162px;
	}
	.casenr_n ul li .caseimg {
        height: 217px;
    }
	.casenr ul li .casebot{
		padding:20px 15px 0 15px;
	}
	.casenr ul li .casebot h5 {
        font-size: 16px;
    }
	.casenr ul li .casebot p{
		font-size:14px;
	}
	.solution_bot ul li p,.solution_bot ul li p a{
        font-size:18px;
        line-height:28px;
    }
	.aboutnr_n h4{
		font-size:35px;
		line-height:45px;
	}
	.qywh_n h3{
		font-size:48px;
		line-height:58px;
	}
	.qywhlist_n ul li{
		padding: 86px 40px 102px 40px;
	}
	.newsnr_n ul li .newsrt_n h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.newsnr_n ul li .newsrt_n p {
        margin-bottom:20px;
    }
	.caseinfo_n h1, .caseinfo_n h4 {
		font-size:30px;
		line-height:40px;
	}
	.jjfanr_n ul li h4{
		font-size:26px;
	}
	.jjfanr_n ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.jjfanr_n ul li h4{
		padding:0 95px 0 50px;
	}
	.jjfanr_n ul li h4::after{
		right:45px;
	}
	.jjfanr_n ul li.active .jjfalist_n{
		padding:50px;
	}
	.job_n h3 {
        font-size:50px;
        line-height:60px;
    }
	.jobnr_n ul li .jobtit_n {
        font-size: 24px;
        line-height: 34px;
    }
	.newsnr_n ul li .newsimg_n{
		height:272px;
	}
	.pronr_n ul li .proimg_n{
		height:333px;
	}
	.promenu ul li a{
		font-size:16px;
	}
	.pronr_n ul li .probot_n h5,.prolist ul li .probot h5{
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }
	.pronr_n ul li .probot_n p,.prolist ul li .probot p{
		font-size: 14px;
		line-height:25px;
	}
	.proinfo_n .prort_n h1,.news_n h1{
		font-size:35px;
		line-height:45px;
	}
	.proinfo_n .prort_n .profl_n{
		font-size:20px;
		line-height:30px;
	}
	.proinfo_n .prort_n {
        padding-top:20px;
    }
	.proinfo_n .prort_n h1 {
        padding-bottom:20px;
    }
	.proinfo_n .prort_n .projs_n, .proinfo_n .prort_n .protel_n {
        margin-top:20px;
    }
	.messagelf h3 {
        font-size: 42px;
        line-height: 34px;
    }
	.contactnr_n h3,.message_n h3{
		font-size:40px;
		line-height:50px;
	}
	.contactlist_n ul li .contactz_n p{
		margin-bottom: 5px;
	}
	.footernr .footerlf h4 a, .footernr .footerin h4 a {
		font-size:24px;
	}
}
@media(max-width:1200px) {
	.logo img{
		height:50px;
	}
	.nav .menu > li a {
        margin:0 14px;
    }
	.contactnr_n h3, .message_n h3 {
        font-size: 36px;
        line-height: 46px;
    }
	.contactlist_n ul li .contactz_n, .contactlist_n ul li .contactz_n a {
        font-size: 15px;
    }
}
@media(max-width:1152px) {
	.nav .menu > li a {
        margin:0 10px;
    }
	.tit h3, .tit h3 a {
        font-size:55px;
		line-height:65px;
    }
	.jjfalf{
        width:58%;
    }
	.newslf .newsbg h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.aboutrt ul li .aboutbt p {
        font-size: 12px;
        line-height: 22px;
    }
	.casenr_n ul li .caseimg {
        height: 195px;
    }
	.aboutnr_n h4{
		font-size:32px;
		line-height:42px;
	}
	.about_n {
        padding-top: 110px;
    }
	.newsnr_n ul li .newsimg_n{
		height:244px;
	}
	.casenr ul li .caseimg{
		height:145px;
	}
	.pronr_n ul li .proimg_n{
		height:300px;
	}
	.pronr_n ul li .probot_n h5,.prolist ul li .probot h5{
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
	.proinfo_n .prort_n h1,.news_n h1{
		font-size:30px;
		line-height:40px;
	}
	.proinfo_n .prort_n .profl_n{
		font-size:18px;
		line-height:28px;
	}
	.proinfo_n .prort_n .protel_n p{
		margin-top:0;
	}
	.proinfo_n .prort_n .projs_n, .proinfo_n .prort_n .projs_n p{
		font-size: 15px;
		line-height: 25px;
	}
	.messagelf h3 {
        font-size: 38px;
        line-height: 30px;
    }
	.contactlist_n ul li .contactz_n, .contactlist_n ul li .contactz_n a {
        font-size:14px;
    }
	.contactlist_n ul li {
        padding-bottom: 5px;
        margin-top: 5px;
    }
	.botnavnr ul li a {
		font-size: 16px;
	}
	.botlogo h3{
		font-size:30px;
		line-height:40px;
	}
}
@media(max-width:1080px) {
	.nav .menu > li a{
		font-size: 15px;
        margin:0 8px;
	}
	.contactlist_n ul li .contactz_n p{
		line-height:25px;
	}
}

@media(max-width:1024px) {
	.casenr ul li .caseimg{
		height:129px;
	}
	.casenr_n ul li .caseimg {
        height: 174px;
    }
	.pronr_n ul li .proimg_n{
		height:266px;
	}
	.newsnr_n ul li .newsimg_n{
		height:217px;
	}
	.contactlist_n{
        margin-top:10px;
    }
}
@media(max-width:1023px) {
	.header{
		height:106px;
	}
	.headernr{
		height:60px;
	}
	.logo img{
		height:40px;
	}
	.language{
		margin-top:10px;
	}
	.banner,.banner_n {
		margin-top:106px;
    }
	.protit{
		flex-wrap:wrap;
		margin-top:40px;
	}
	.protit .tit,.protit .promenu{
		width:100%;
	}
	.protit .promenu{
		margin-top:20px;
		display:none;
	}
	.pronr{
		padding-top:0;
	}
	.prolist{
		margin-top:20px;
	}
	.solution{
		padding-top:60px;
		padding-bottom:60px;
	}
	.newslf,.newsrt,.aboutlf,.aboutrt,.solution_top .tit,.solution_top .solutionrt{
		width:100%;
	}
	.solution_bot ul li:first-child {
		margin-left: 0;
	}
	.solution_bot ul li{
		width:49%;
		margin: 20px 2% 0 0;
	}
	.solution_top{
		margin-bottom:30px;
	}
	.solution_top .solutionrt{
		margin-top:20px;
	}
	.jjfalf {
        width: 70%;
    }
	.aboutrt{
		margin-top:30px;
	}
	.aboutnr {
		padding-top:60px;
	}
	.aboutjs,.aboutlf .more {
		margin-top:30px;
	}
	.newslf{
		height:auto;
	}
	.newsrt{
		margin-top:40px;
	}
	.newslist{
		margin-top:40px;
	}
	.news{
		padding-bottom:60px;
	}
	.newsnr{
		padding-top:60px;
	}
	.footer{
		padding:60px 0 0 0;
	}
	.botlogo,.botnavnr{
		width:100%;
	}
	.botnavnr{
		margin-top:20px;
	}
	.botnav{
		margin-bottom:30px;
	}
	.footernr .footerlf{
		display:none;
	}
	.footernr .footerin {
		width:100%;
		margin-left:0;
	}
	.footernr .footerrt{
		width:100%;
		margin-top:30px;
	}
	.bot{
		margin-top:30px;
	}
}
@media(max-width:991px) {
	.top .toplf{
		display:none;
	}
	.banner .swiper-button .swiper-button-next {
		margin-left: 5px;
		margin-bottom: 0;
	}
	.banner .swiper-button div,.banner .swiper-button div span{
		width: 40px;
		height: 40px;
	}
	.banner .swiper-button {
        bottom:10px;
    }
	.tit h3, .tit h3 a {
        font-size:50px;
        line-height:60px;
    }
	.aboutnr .abouten,.proen,.casenr .caseen,.newsnr .newsen{
		display:none;
	}
	.nprofbnr table td, .caseinfo_n .casefbnr table td{
		font-size:18px;
		height:62px;
	}
	.case{
		padding-bottom:60px;
	}
	.casenr{
		padding-top:60px;
	}
	.casenr ul li{
		width:49%;
		margin:20px 0;
	}
	.casenr ul li .caseimg {
        height:260px;
    }
	.pro{
		padding-bottom:60px;
	}
	.prolist ul li{
		width:49%;
		margin:10px 0;
	}
	.messagelf,.messagert{
		width:100%;
	}
	.messagert{
		margin-top:30px;
	}
	.messagelf dl {
		margin-top: 30px;
	}
	.message{
		padding-top:60px;
		padding-bottom:60px;
	}
	.messagelf h3{
        font-size:34px;
    }
	.casenr_n ul li {
		width:49%;
		margin:20px 2% 20px 0;
	}
	.casenr_n ul li:nth-child(3n) {
		margin-right:2%;
	}
	.casenr_n ul li:nth-child(2n) {
		margin-right:0;
	}
	.casenr_n ul li .caseimg {
        height:260px;
    }
	.caseinfo_n h1, .caseinfo_n h4 {
		font-size:26px;
		line-height:36px;
	}
	.aboutnr_n h4{
		font-size:28px;
		line-height:38px;
	}
	.about_n {
        padding-top:95px;
    }
	.aboutnr_n h3{
		font-size:35px;
		line-height:45px;
	}
	.news_n .fbtime{
		padding-bottom:30px;
	}
	.news_n .fbnr{
		margin-top:30px;
	}
	.newsnr_n ul li .newsimg_n {
        height:210px;
    }
	.news_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.more a{
		width:160px;
	}
	.more a span{
		width: 40px;
		height: 40px;
	}
	.newsnr_n ul li .newsrt_n p {
        margin-top:10px;
        margin-bottom:10px;
    }
	.newsnr_n ul li .newsrt_n h5 {
        font-size: 16px;
        line-height: 26px;
    }
	.newsnr_n ul li .newsrt_n p{
		font-size:14px;
		line-height:25px;
	}
	.qywh_n{
		padding-top:60px;
		padding-bottom:40px;
	}
	.qywh_n h3{
		font-size:42px;
		line-height:52px;
	}
	.qywh_n h5{
		font-size:18px;
		line-height:28px;
	}
	.qywhlist_n ul li{
		width:100%;
        padding:30px 0;
	}
	.qywhlist_n ul li:first-child {
		border-right:none;
		border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	}
	.qywhlist_n{
		margin-top:60px;
	}
	.qywhlist_n ul li h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.newsnr_n ul li {
		padding: 40px 0;
	}
	.jjfanr_n ul li h4 {
        font-size: 22px;
    }
	.jjfanr_n ul li h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.jjfanr_n ul li h4 {
        padding:0 75px 0 30px;
    }
	.jjfanr_n ul li.active .jjfalist_n {
        padding:40px 30px;
    }
	.jjfanr_n ul li h4::after {
        right:25px;
    }
	.job_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.job_n h3 {
        font-size:45px;
        line-height:55px;
    }
	.jobnr_n {
		margin-top:40px;
	}
	.jobnr_n ul li .num,.jobnr_n ul li .jobtit_n,.jobnr_n ul li .jobms_n,.jobnr_n ul li .icon{
		width:100%;
	}
	.jobnr_n ul li{
		padding:40px 6%;
	}
	.jobnr_n ul li .num{
		text-align:left;
	}
	.jobnr_n ul li.active .jobtit_n{
		margin:15px 0;
	}
	.pro_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.pronr_n ul li{
		width:49%;
		margin:20px 2% 20px 0;
	}
	.pronr_n ul li:nth-child(3n) {
		margin-right:2%;
	}
	.pronr_n ul li:nth-child(2n) {
		margin-right: 0;
	}
	.pronr_n ul li .proimg_n {
        height:412px;
    }
	.promenu ul{
		flex-wrap: wrap;
		justify-content:left;
	}
	.promenu ul li{
		width:33.3333333333333333333333%;
		text-align:center;
		margin:5px 0;
	}
	.pronr_n ul li .probot_n {
		padding-top:10px;
	}
	.proinfo_n .prolf_n,.proinfo_n .prort_n{
		width:100%;
	}
	.proinfo_n .prort_n{
		padding-top:30px;
	}
	.proinfo_n .prort_n h1,.news_n h1{
        font-size:26px;
        line-height:36px;
    }
	.proinfo_n .prort_n .profl_n {
        font-size:16px;
        line-height:26px;
    }
	.proinfo_n .prort_n .protel_n p,.proinfo_n .prort_n .protel_n p a{
		font-size:18px;
	}
	.nprofbnr h4, .message_pro h3{
		font-size:35px;
		line-height:45px;
	}
	.news_bk .news_bknr,.fhlist{
		width:100%;
	}
	.news_bk .news_bknr:last-of-type,.fhlist{
		text-align: left;
	}
	.contact_n .contactimg_n,.contactnr_n{
		width:100%;
	}
	.contact_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.contactnr_n{
		margin-top:30px;
	}
	.contact_n::after{
		display:none;
	}
	.message_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.message_pro h3 {
		margin-bottom: 30px;
	}
	.messagenr_n ul li input{
		padding: 0 20px;
	}
	.messagenr_n ul li textarea{
		padding: 26px 20px;
	}
	.messagenr_n {
		margin-top:30px;
	}
	.contactnr_n h3, .message_n h3 {
        font-size: 32px;
        line-height: 42px;
    }
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	.newslf .newsbg{
		height:44%;
	}
	.casenr ul li .caseimg {
        height:226px;
    }
	.casenr_n ul li .caseimg {
        height:226px;
    }
	.aboutnr_n h4{
		font-size:24px;
		line-height:34px;
	}
	.qywh_n h3{
		font-size:38px;
		line-height:48px;
	}
	.newsnr_n ul li .newsimg_n {
        height:182px;
    }
	.pronr_n ul li .proimg_n {
        height:366px;
    }
	.promenu ul li{
		width:50%;
	}
}
@media(max-width:768px) {
	.tit h3,.tit h3 a {
        font-size: 45px;
        line-height: 55px;
    }
	.casenr ul li .caseimg {
        height:201px;
    }
	.newslf .newsbg p {
		-webkit-line-clamp: 2;
	}
	.newslf .newsbg h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.newslf .newsbg {
        padding: 0 20px;
    }
	.newslf .newsbg p{
		margin-top:10px;
	}
	.newslf .newsbg .newsdate{
		margin-bottom:10px;
	}
	.casenr_n ul li .caseimg {
        height:201px;
    }
	.about_n {
        padding-top:85px;
		padding-bottom:60px;
    }
	.qywhlist_n ul li h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.qywhlist_n ul li p {
        font-size: 16px;
        line-height: 26px;
    }
	.job_n h3 {
        font-size:40px;
        line-height:50px;
    }
	.pronr_n ul li .proimg_n {
        height:327px;
    }
	.proinfo_n .prort_n h1,.news_n h1{
        font-size: 24px;
        line-height: 34px;
    }
	.nprofbnr h4, .message_pro h3{
		font-size:30px;
		line-height:40px;
	}
	.contactnr_n h3, .message_n h3 {
        font-size: 28px;
        line-height:38px;
    }
}
@media(max-width:767px) {
	.newsnr_n ul li .newsimg_n,.newsnr_n ul li .newsrt_n{
		width:100%;
	}
	.newsnr_n ul li .newsrt_n{
		margin-top:10px;
	}
	.newsnr_n ul li .newsimg_n,.newsnr_n ul li .newsimg_n img{
        height: auto;
    }
	.newsnr_n ul li .newsimg_n img{
		top:0;
		left:0;
		transform: translate(0,0);
		position:inherit;
	}
	.newsnr_n ul li:hover .newsimg_n img{
		transform:translate(0,0) scale(1.02);
	}
}
@media(max-width:640px) {
	.top .toprt{
		justify-content:left;
	}
	.top .toprt a{
		display:none;
	}
	.language{
		width:70px;
	}
	.language a span{
		font-size:14px;
	}
	.language a > img{
		width:18px;
	}
	.toggle{
		right:80px;
	}
	.top .toprt,.search input,.search,.search form{
		width:100%;
	}
	.search {
        margin-right:0;
    }
	.banner .swiper-button div,.banner .swiper-button div span{
		width: 30px;
		height: 30px;
	}
	.banner .swiper-button {
        bottom:5px;
    }
	.tit h3,.tit h3 a {
        font-size: 40px;
        line-height: 50px;
    }
	.messagelf h3 {
        font-size:30px;
    }
	.caseinfo_n h1, .caseinfo_n h4 {
		font-size:22px;
		line-height:32px;
	}
	.aboutrt{
		display:none;
	}
	.casenr ul li .caseimg {
        height:168px;
    }
	.solution_top .solutionrt{
		flex-wrap:wrap;
	}
	.jjfalf,.solution_top .solutionrt .more{
		width:100%;
	}
	.solution_top .solutionrt .more{
		margin-top:20px;
	}
	.solution_bot ul li{
		width:100%;
		height:auto;
		padding:30px 20px;
	}
	.solution_bot ul li .icon{
		margin-top:0;
	}
	.solution_bot ul li .icon img{
		width:40px;
	}
	.news .newstit .more{
		display:none;
	}
	.newslf .newsbg {
        height: 48%;
    }
	.newslf .newsbg h5 {
        font-size: 16px;
        line-height: 26px;
    }
	.newslf .newsbg p{
		font-size:14px;
	}
	.newslf .newsbg .newsdate{
		font-size: 16px;
        line-height: 26px;
	}
	.newsrt ul li .newsimg,.newsrt ul li .newscont{
		width:100%;
	}
	.newsrt ul li .newscont{
		margin-top:10px;
	}
	.solution_bot ul li p,.solution_bot ul li p a{
        font-size: 16px;
        line-height: 26px;
    }
	.messagelf h3{
        font-size:30px;
    }
	.messagenr > ul > li{
		width:100%;
	}
	.aboutnr_n h4 {
        font-size: 22px;
        line-height: 32px;
    }
	.about_n {
        padding-top:75px;
    }
	.casenr ul li .casebot p{
		-webkit-line-clamp: 2;
	}
	.casenr ul li .casebot{
		height:260px;
	}
	.casenr ul li .casebot span{
		width: 40px;
		height: 40px;
		background-size: 40px;
		margin-top:20px;
	}
	.casenr ul li .casebot h5 {
        font-size: 15px;
    }
	.casenr ul li .casebot p {
        font-size:13px;
    }
	.casenr_n ul li .caseimg {
        height:168px;
    }
	.job_n h3 {
        font-size:35px;
        line-height:45px;
    }
	.qywh_n h3{
		font-size:34px;
		line-height:44px;
	}
	.qywhlist_n ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.qywhlist_n ul li .icon img{
		width:80px;
	}
	.jjfanr_n ul li h4 {
		height:auto;
        padding: 15px 55px 15px 20px;
		font-size: 20px;
    }
	.jjfanr_n ul li h4::after {
        right:15px;
		width: 35px;
		height: 35px;
		background-size:35px;
		margin-top:-17.5px;
    }
	.jjfanr_n ul li h5 {
        font-size:18px;
        line-height:28px;
    }
	.jjfanr_n ul li.active .jjfalist_n {
        padding:30px 20px;
    }
	.pronr_n ul li .proimg_n {
        height:271px;
    }
	.promenu ul li{
		width:100%;
	}
	.pronr_n ul li .probot_n h5,.prolist ul li .probot h5{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
	.pronr_n ul li .probot_n p,.prolist ul li .probot p{
        font-size: 12px;
        line-height: 22px;
    }
	.proinfo_n .prort_n h1,.news_n h1{
        font-size: 22px;
        line-height: 32px;
    }
	.nprofbnr h4, .message_pro h3{
		font-size:26px;
		line-height:36px;
	}
	.messagenr_n ul li{
		width:100%;
	}
	.messagenr_n ul li textarea{
		height:200px;
	}
	.contactnr_n h3, .message_n h3 {
        font-size: 24px;
        line-height:34px;
    }
	.searchlist ul li .searchin h5{
		font-size:20px;
		line-height:30px;
	}
	.searchlist ul li .searchin p{
		font-size:16px;
	}
	.searchlist ul li .searchin,.searchlist ul li:hover .searchin{
		background-size:20px;
	}
	.searchlist ul li{
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.searchlist ul li .searchin{
		padding:0 40px 0 0;
	}
	.botnavnr ul li{
		width:33.333333333333333333333%;
		margin:5px 0;
	}
}
@media(max-width:540px) {
	.casenr ul li .caseimg {
        height:141px;
    }
	.newslf .newsbg {
        height:56%;
    }
	.newslf{
        height:280px;
    }
	.pronr_n ul li .proimg_n {
        height:228px;
    }
	.casenr_n ul li .caseimg {
        height:141px;
    }
}
@media(max-width:425px) {
	.logo img {
        height:30px;
    }
	.tit h3,.tit h3 a,.aboutlf h3, .aboutlf h3 a{
        font-size:35px;
        line-height:45px;
    }
	.aboutlf h5 {
        font-size:22px;
    }
	.casenr ul li{
		width:100%;
	}
	.newslf .newsbg {
        padding:0 10px;
    }
	.qywh_n h3{
		font-size:30px;
		line-height:40px;
	}
	.pronr_n ul li .probot_n h5,.prolist ul li .probot h5{
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }
	.pronr_n ul li .probot_n p {
        font-size: 10px;
        line-height: 20px;
    }
	.pronr_n ul li .proimg_n {
        height:179px;
    }
	.nprofbnr h4, .message_pro h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.casenr_n ul li {
        width: 100%;
        margin: 20px 0;
    }
	.casenr_n ul li .caseimg,.casenr ul li .caseimg{
        height:227px;
    }
	.casenr ul li .casebot {
		height:auto;
        padding: 20px 15px;
    }
	.botlogo h3 {
        font-size:26px;
        line-height:36px;
    }
}
@media(max-width:424px) {
	
}
@media(max-width:375px) {
	.logo img {
        height:27px;
    }
	.tit h3, .tit h3 a, .aboutlf h3, .aboutlf h3 a {
        font-size: 32px;
        line-height: 42px;
    }
	.messagelf h3 {
        font-size:26px;
    }
	.qywh_n h3{
		font-size:26px;
		line-height:36px;
	}
	.pronr_n ul li .proimg_n {
        height:157px;
    }
	.casenr_n ul li .caseimg,.casenr ul li .caseimg{
        height:201px;
    }
	
}
@media(max-width:320px) {
	.pronr_n ul li .proimg_n {
        height:133px;
    }
	.casenr_n ul li .caseimg,.casenr ul li .caseimg{
        height:171px;
    }
}