@charset "utf-8";



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

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

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

/* 全局样式

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

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"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:80px;
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	padding:0 1%;
	z-index: 999;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:80px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#1c1c1c;
}
.language a > img{
	margin-right:15px;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    left: 0;
    top:55px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(23,122,179,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#177ab3;
}
.topsearch{
	height:100%;
	display:flex;
	align-items:center;
	margin-left:24px;
}
.search_box{
	width:260px;
	position: absolute;
	top:78px;
	right:0;
	background-color:#177ab3;
	padding:10px; 
	z-index:99;
	display:none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
.search_box input{
	width:80%;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 45px;
	line-height: 45px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
.topyx{
	overflow:hidden;
	height:100%;
	display:flex;
	align-items:center;
	margin-left:54px;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/* nav
-------------------------------------------------------------- */
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	margin-right:59px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	padding: 0 53px;
	display: block;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #1c1c1c;
	font-size: 16px;
	line-height:80px;
	position:relative;
}
.header .navbar_nav li > a::after{
	content:"";
	width:6px;
	height:6px;
	background:#177ab3;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:22px;
	opacity:0;
}
.header .navbar_nav li:hover > a::after,.header .navbar_nav li.active > a::after{
	opacity:1;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	color:#177ab3;
	font-weight:bold;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:0;
	padding-top:80px;
	border-top:solid 2px #177ab3;
	border-radius:0 0 15px 15px;
	background: rgba(255,255,255,0.88);
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    left:0;
	z-index:-1;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 16px;
	color: #7f7f7f;
	font-weight:normal;
	padding: 10px 0;
	line-height: 26px;
	text-align: center;
}
.header .navbar_nav li.dropdown .dropdown_menu a:first-child{
	border-top:none;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #177ab3;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}

.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #2d9bd0;
}
#navToggle{
	display: none;
}

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:80px;
	}

.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 .swiper-slide .img{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: opacity .5s ease-in-out, transform 2s ease .6s;
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform 2s ease .6s;
	transition: opacity .5s ease-in-out, -webkit-transform 2s ease .6s;
	-o-transition: opacity .5s ease-in-out, transform 2s ease .6s;
	transition: opacity .5s ease-in-out, transform 2s ease .6s;
	transition: opacity .5s ease-in-out, transform 2s ease .6s, -webkit-transform 2s ease .6s;
}
.banner .swiper-slide-active .img{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner .img .bannertext{
	width:29.3%;
	overflow:hidden;
	position:absolute;
	left:8.34%;
	top:30.2%;
	z-index:99;
	}
.banner .img .bannertext > img{
	max-width:100%;
	height:auto;
	}
@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img > img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-11px;
	bottom:20px;
	z-index:99;
}
.mouse {
  position: relative;
  width: 22px;
  height: 38px;
  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:24px;
	height:8px;
	background:#fff;
	display: inline-block;
	margin:0 5px;
	outline:none;
	border-radius:5px;
	position:relative;
}

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:50px;
	background:#f39438;
}

.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 {
	height:3px;
	background:#dcdcdc;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	display:block;
	height:3px;
	background: #177ab3;
	width: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:8.3%;
	bottom:50px;
	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,.tit_i{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#1c1c1c;
	line-height:50px;
	}
.tit h3 a{
	font-size:40px;
	color:#1c1c1c;
	}
.tit_i h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#0b0b0b;
	font-weight:normal;
	line-height:55px;
	}
.tit_i h3 a{
	font-size:45px;
	color:#0b0b0b;
	}
.tit_i .titen{
	width:100%;
	font-size:20px;
	line-height:30px;
	font-family: Arial;
    color: #929292; 
	margin-bottom:6px;
}
.more{
	overflow:hidden;
}
.more a{
	display:flex;
	width:208px;
	height:58px;
	background:#177ab3;
	font-size:16px;
	color:#fff;
	line-height:58px;
	padding-left:36px;
	border-radius:29px;
	justify-content:space-between;
	align-items:center;
}
.more a i{
	margin-right:24px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a:hover i{
	margin-right:34px;
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding-top:158px;
	padding-bottom:174px;
	position:relative;
	}
.abouttit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutmenu{
	overflow:hidden;
	margin-top:45px;
}
.aboutmenu ul{
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.aboutmenu ul li{
	overflow:hidden;
	margin-left:55px;
	line-height:30px;
}
.aboutmenu ul li a{
	font-size:16px;
	color:#0b0b0b;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutmenu ul li a:hover{
	color:#177ab3;
}
.about .brandwave{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	border-radius: 0 0 50px 50px;
	}
.about .cont{
	position:relative;
	z-index:9;
}
.aboutrt{
	width:63%;
	overflow:hidden;
}
.aboutrt img{
	max-width:100%;
	height:auto;
}
.aboutrt .aboutsearch{
	width:146px;
	height:146px;
	border-radius:50%;
	background:#81bd37;
	padding-top:40px;
	position:absolute;
	right:-73px;
	bottom:11.8%;
}
.aboutrt .aboutsearch .abouticon,.aboutrt .aboutsearch p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.aboutrt .aboutsearch p{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.about .aboutimg{
	width:56.5%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:0;
	top:242px;
	z-index:9;
}
.aboutimg img{
	width:100%;
	height:auto;
}
.about .abouten{
	position:absolute;
	right:0;
	top:132px;
	font-size:168px;
	line-height:168px;
	color:rgba(0,0,0,0.2);
	font-weight:900;
	font-family:Arial;
	z-index:99;
}
.about .aboutbg{
	width:330px;
	height:334px;
	background:#eaf6fb;
	position:absolute;
	right:44%;
	top:52.5%;
	z-index:0;
}
.aboutimg:hover img,.pronr ul li:hover .proimg img,.yslf:hover img,.newslist:hover .newsimg img,.pronr_n ul li:hover .proimg_n img,.caselist:hover .caseimg img{
	transform:scale(1.03);
}
.about .aboutlf{
	width:31%;
	overflow:hidden;
	}
.about .aboutlf h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#0b0b0b;
	font-weight:normal;
	line-height:35px;
	margin-top:52px;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#929292;
	line-height:30px;
	margin-top:52px;
}
.about .more{
	margin-top:77px;
}
.aboutlist{
	margin-top:118px;
}
.aboutlist,.aboutlist ul{
	width:100%;
	overflow:hidden;
}
.aboutlist ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutlist ul li{
	overflow:hidden;
}
.aboutlist ul li .aboutnum,.aboutlist ul li p{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li .aboutnum{
	font-size:16px;
	color:#0b0b0b;
}
.aboutlist ul li .aboutnum .timer{
	font-size:50px;
	color:#0b0b0b;
	font-family:Arial;
	line-height:50px;
}
.aboutlist ul li p{
	font-size:14px;
	color:#2c2c2c;
}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	padding-top:86px;
}
.casetit{
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.casetit .more{
	margin-top:26px;
}
.casenr{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	position:relative;
}
.caselist{
	position:relative;
	}
.caselist .caseimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	}
.caselist .caseimg::before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	position:absolute;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.caselist .caseimg img{
	width:100%;
	height:auto;
	}
.caselist .casebot{
	width:69%;
	height:190px;
	overflow:hidden;
	background:rgba(23,122,179,0.9);
	position:absolute;
	right:0;
	bottom:0;
	border-radius:40px 0 0 0;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity:0;
	}
.caselist .casebot .casebotlf{
	width:74%;
	overflow:hidden;
	padding:40px 0 0 56px;
	}
.caselist .casebot .casebotlf h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	margin-bottom:16px;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.caselist .casebot .casebotlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.7);
	line-height:26px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
.caselist .casebot i{
	position:absolute;
	right:54px;
	top:50%;
	margin-top:-18.5px;
	z-index:100;
	}
.casenr .swiper-pagination {
	position: relative;
}
.casenr .swiper-slide-active .caselist .casebot{
	opacity:1;
	}
.casenr .swiper-slide-active .caselist .caseimg::before{
	opacity:0;
	}
.casenr .swiper-container{
	width:140%;
	left:-20%;
}
.casenr .swiper-button{
	overflow:hidden;
	position:absolute;
	bottom:64px;
	right:50%;
	margin-right:-780px;
	z-index:990;
}
.casenr .swiper-button div{
	width:60px;
	height:60px;
	float:left;
	border:solid 1px #fff;
	border-radius:50%;
	opacity:0.5;
}
.casenr .swiper-button div:hover{
	opacity:1;
}
.casenr .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.casenr .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:16px;
}
/* yyly
-------------------------------------------------------------- */
.yyly{
	width:100%;
	overflow:hidden;
	position:relative;
}
.yyly .tit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:8%;
	top:74px;
	z-index:99;
}
.yyly .tit h3,.yyly .tit h3 a,.yyly .tit .titen{
	color:#fff;
}
.yylynr{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 50%;
}
.cloud-product-ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	height:100%;
	height:860px;
	position: relative;
	background:#fff;
	width: 24.5%;
	float: left;
	margin-right:0.5%;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li:last-child{
	margin-right:0;
}
.cloud-product-ul li .yylybg{
	width:100%;
	height:60%;
	background: -webkit-linear-gradient(bottom, #177ab3,rgba(23,122,179,0));
    background: -o-linear-gradient(to top,#177ab3,rgba(23,122,179,0));
    background: -moz-linear-gradient(to top,#177ab3,rgba(23,122,179,0));
    background: linear-gradient(to top,#177ab3,rgba(23,122,179,0));
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	text-align:center;
}
.cloud-product-ul li .yylyicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:26px;
}
.cloud-product-ul li .yylyicon img{
	max-width:100%;
	height:auto;
}
.cloud-product-ul li.active .yylyicon{
	text-align:left;
}
.cloud-product-ul li .normal-inner{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:188px;
	z-index:99;
}
.cloud-product-ul li .normal-inner h4{
	font-size:25px;
	color:#fff;
	line-height:35px;
}
.cloud-product-ul li .normal-inner span{
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	margin:20px auto 0;
}
.cloud-product-ul li.active .normal-inner span{
	display:none;
}
.cloud-product-ul li.active .normal-inner{
	padding:0 160px;
	bottom:60px;
}
.cloud-product-ul li.active .normal-inner h4{
	font-size:30px;
	color:#fff;
	line-height:40px;
	text-align:left;
	}
.cloud-product-ul li .normal-inner p{
	width:100%;
	overflow:hidden;
	text-align:left;
	font-size:16px;
	color:rgba(255,255,255,0.66);
	line-height:30px;
	opacity:0;
	height:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.cloud-product-ul li.active .normal-inner p{
	opacity:1;
	height:auto;
	margin-top:12px;
}
.cloud-product-ul li:last-child{
	margin-right:0;
}
.cloud-product-ul li .normal-inner .yylymore{
	width:100%;
	overflow:hidden;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-product-ul li.active .normal-inner .yylymore{
	opacity:1;
	margin-top:47px;
}
.cloud-product-ul li .normal-inner .yylymore a{
	font-size:16px;
	color:#fff;
	line-height:32px;
	display:block;
	width:118px;
	border-bottom:2px solid #fff;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.cloud-product-ul li .normal-inner .yylymore a i{
	font-style:normal;
	font-size:16px;
	color:#fff;
}
/* ywjs
-------------------------------------------------------------- */
.ywjs{
	width:100%;
	overflow:hidden;
	background:#177ab3;
	padding-left:10%;
	padding-bottom:80px;
	position:relative;
}
.ywjs .tit_i{
	position:absolute;
	left:10%;
	top:22.6%;
	z-index:99;
}
.ywjs .tit_i h3,.ywjs .tit_i h3 a,.ywjs .tit_i .titen{
	color:#fff;
}
.ywjsnr,.ywjslist{
	width:100%;
	overflow:hidden;
	position:relative;
}
.ywjslist .ywjsimg{
	width:84.2%;
	overflow:hidden;
	float:right;
}
.ywjslist .ywjsimg img{
	width:100%;
	height:auto;
}
.ywjslist .ywjstit{
	position:absolute;
	left:0;
	bottom:39.3%;
	z-index:9;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywjslist .ywjstit span{
	font-size:28px;
	color:#fff;
	border-bottom:solid 1px #fff;
	padding-bottom:8px;
}
.ywjslist .ywjsen{
	font-size:125px;
	line-height:100px;
	color:#fff;
	font-weight:900;
	font-family:Arial;
	position:absolute;
	left:0;
	bottom:9.5%;
	z-index:9;
	transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.ywjsnr .swiper-slide .ywjsen,.ywjsnr .swiper-slide .ywjstit{
		transform:translateX(-200px);
		opacity:0;
		}
.ywjsnr .ani-slide .ywjsen,.ywjsnr .ani-slide .ywjstit{
		transform:translateX(0);
		opacity:1;
		}
.ywjsnr .swiper-button{
	width:29.9%;
	height:84px;
	background:#177ab3;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
}
.ywjsnr .swiper-button div{
	width:10px;
	height:16px;
}
.ywjsnr .swiper-button .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
}
.ywjsnr .swiper-button .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	margin-left:36.4%;
}
.ywjs .more{
	float:right;
	margin-top:85px;
}
.ywjs .more a{
	background:none;
	border:solid 2px #fff;
}
.ywjs hr{
	border:none;
	height:146px;
	border-left:solid 1px #fff;
	position:absolute;
	left:10%;
	bottom:8.6%;
}
/* cxfz
-------------------------------------------------------------- */
.cxfz{
	width:100%;
	overflow:hidden;
	background:url(../images/cxfzbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:208px;
	padding-bottom:104px;
}
.cxfz .tit_i h3,.cxfz .tit_i h3 a,.cxfz .tit_i .titen{
	color:#fff;
}
.cxfznr,.cxfzlist,.cxfzms,.cxfzmenu,.cxfzmenu ul{
	width:100%;
	overflow:hidden;
}
.cxfznr{
	margin-top:176px;
}
.cxfzms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.cxfzlist .more{
	margin-top:42px;
}
.cxfzlist .more a{
	background:none;
	border:solid 2px #fff;
}
.cxfzlist{
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cxfzlist.active{
	height:auto;
	opacity:1;
}
.cxfzmenu{
	margin-top:95px;
}
.cxfzmenu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.cxfzmenu ul li{
	width:48.8%;
	height:82px;
	background:rgba(255,255,255,0.8);
	text-align:center;
	justify-content:center;
	line-height:30px;
	display:flex;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cxfzmenu ul li a{
	font-size:20px;
	color:#292929;
}
.cxfzmenu ul li:hover,.cxfzmenu ul li.active{
	background:#177ab3;
}
.cxfzmenu ul li:hover a,.cxfzmenu ul li.active a{
	color:#fff;
}
/* news
-------------------------------------------------------------- */
.news{
	margin-top:110px;
	margin-bottom:118px;
}
.newstit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.newsmenu,.newsmenu ul{
	overflow:hidden;
}
.newsmenu{
	margin-top:27px;
}
.newsmenu ul{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.newsmenu ul li{
	overflow:hidden;
	display:flex;
	width:208px;
	height:58px;
	border:2px solid #177ab3;
	font-size:16px;
	color:#fff;
	line-height:58px;
	padding-left:36px;
	border-radius:29px;
	justify-content:space-between;
	align-items:center;
	margin-left:38px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmenu ul li:hover{
	background:#177ab3;
}
.newsmenu ul li:hover a{
	color:#fff;
}
.newsmenu ul li i{
	margin-right:24px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmenu ul li:hover i{
	margin-right:34px;
}
.newsmenu ul li i .iconh,.newsmenu ul li:hover i .icon{
	display:none;
}
.newsmenu ul li:hover i .iconh{
	display:block;
}
.newsmenu ul li a{
	font-size:16px;
	color:#177ab3;
}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.newslist,.newslist .newsimg,.newslist .newsbot,.newslist .newsdate,.newslist h5,.newslist p{
	width:100%;
	overflow:hidden;
}
.newslist .newsbot{
	margin-top:23px;
}
.newslist .newsimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslist .newsimg{
	height:296px;
	border-radius:10px;
}
.newslist .newsdate{
	font-size:16px;
	color:#1e1e1e;
	font-family:Arial;
	line-height:30px;
}
.newslist h5{
	font-size:18px;
	color:#0b0b0b;
	line-height:30px;
	height:60px;
	margin-top:3px;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist p{
	font-size:16px;
	color:#8f8f8f;
	margin-top:18px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist:hover h5{
	color:#177ab3;
}
.news .swiper-button{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:75px;
}
.news .swiper-button .swiper-pagination-progressbar{
	width:95%;
	margin-top:6px;
}
.news .swiper-button .swiper-button-prev,.news .swiper-button .swiper-button-next{
	width:9px;
	height:15px;
}
.news .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.news .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	background:#177ab3;
	position:relative;
	padding-top:90px;
	padding-bottom:178px;
}
.hzkhtit{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hzkhtit .tit_i h3,.hzkhtit .tit_i .titen{
	color:#fff;
}
.hzkhtit .more{
	margin-top:30px;
}
.hzkhtit .more a{
	color:#fff;
	border:2px solid #fff;
	background:none;
}
.hzkhnr{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	position:relative;
	z-index:99;
}
.khscroll,.khscroll ul{
	width:100%;
	overflow:hidden;
}
.khscroll ul li{
	overflow:hidden;
	float:left;
	background-image: -webkit-linear-gradient(90deg, #fff 0%, #ffffff 100%);
	width: 300px;
    height: 138px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    display: flex;
    transform: skewX(-10deg);
    border-radius: 10px;
	box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);
	margin:15px;
}
.khscroll ul li figure {
    margin: auto;
    text-align: center;
	position:relative;
	top:50%;
	transform: translate(0, -50%);
}
.khscroll ul li figure img{
	max-width:100%;
	height:auto;
}
.hzkh .brandwave{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 10px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #e50012;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	color:#343434;
	display: flex;
    justify-content: center;
	align-items:center;
	}
.btn1 .intxt{
	width:160px;
	height:46px;
	line-height:46px;
	overflow:hidden;
	font-size:15px;
	color:#000;
	padding-left:5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.tjbtn{
	width:100%;
	overflow:hidden;
	display: flex;
    justify-content: center;
	margin-top:30px;
}
.tjbtn button{
	width:200px;
	height:56px;
	border:solid 2px #000;
	text-align:center;
	line-height:56px;
	font-size:16px;
	color:#000;
	background:none;
}
.tjpro{
	width:100%;
	overflow:hidden;
	margin-top:95px;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:url(../images/link.png) no-repeat left 4.5px;
	font-size:16px;
	color:#383838;
	line-height:30px;
	padding-left:34px;
	margin-top:91px;
	}
.linknr{
	font-size:16px;
	color:#383838;
	line-height:30px;
}
.link a{
	font-size:16px;
	color:#383838;
	margin-right:10px;
	}
.link img{
	margin-right:18px;
	}
/* footer
-------------------------------------------------------------- */
.footer{
	background:#fff;
	padding:43px 0 46px 0;
	border-top:solid 2px #e6e6e6;
	position:relative;
}
.footernr{
	position:relative;
}
.footernr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.footernr ul li{
	line-height:30px;
	margin:5px 44px;
}
.footernr ul li a{
	font-size:16px;
	color:#1c1c1c;
}
.footernr dl{
	width:100%;
	overflow:hidden;
	margin-top:56px;
	}
.footernr dl dt,.footernr dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr dl dt img{
	max-width:100%;
	height:auto;
	border:solid 1px #ccc;
	}
.footernr dl dd{
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:center;
	margin-top:4px;
	}
.bot{
	margin-top:34px;
}
.bot,.bot p{
	width:100%;
	overflow:hidden;
	}
.bot p{
	text-align:center;
	font-size:15px;
	color:#000;
	line-height:30px;
	}
.bot p a{
	font-size:15px;
	color:#000;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:326px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:80px;
}
@media(min-width:1921px) {
	.banner_n{
		height:435px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:285px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:272px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:245px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:231px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:217px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:196px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:174px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:168px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:130px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:109px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:92px;
	}
}
/* search_n
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:200px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:scale(1.05);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:0;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:60px;
	height:60px;
    position: relative;
    cursor: pointer;
	background:#177ab3;
	margin:1px 0;
}
.side ul li:last-child{
	background:#f39438;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
	background:#f2f2f2;
	border-radius:5px;
    width:300px;
	overflow:hidden;
	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 .ewm-box p{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
.side ul li .ewm-box p,.side ul li .ewm-box a{
	font-size:16px;
}
.side ul .sidetel .sideimg{
	background:url(../images/icon13.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon14.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon15.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidetel:hover .ewm-box,.side ul li.sideyx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom:solid 1px #eaeaea;
}
.positionlf{
	font-size: 16px;
	color: #1c1c1c;
	line-height: 30px;
	padding: 15px 0;
}
.positionnr a {
	font-size: 16px;
	color: #1c1c1c;
}
.position a:hover {
	color: #177ab3;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n ul{
	width:100%;
	overflow: hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:52px;
	font-size:16px;
	color:#333;
	padding:15px 0;
	line-height:30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu_n ul li:last-child{
	margin-right:0;
}
.menu_n ul li a{
	font-size:16px;
	color:#333;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#177ab3;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #1c1c1c;
    font-size: 45px;
    line-height: 55px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* about_n
-------------------------------------------------------------- */
.nabout{
	margin-top:108px;
	margin-bottom:108px;
}
.naboutimg{
	width:43.4%;
	overflow:hidden;
}
.naboutimg img{
	max-width:100%;
	height:auto;
}
.naboutrt{
	width:48.1%;
	overflow:hidden;
}
.naboutnr,.naboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
}
.naboutnr{
	margin-top:42px;
}
.naboutlist{
	width:100%;
	overflow:hidden;
	background:#177ab3;
	padding-top:136px;
	padding-bottom:142px;
	position:relative;
}
.naboutlist .brandwave{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.naboutlist ul{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.naboutlist ul li,.naboutlist ul li dl{
	display:flex;
}
.naboutlist ul li{
	padding:0;
	justify-content:center;
}
.naboutlist ul li dl,.naboutlist ul li dl dt,.naboutlist ul li dl dd{
	overflow:hidden;
}
.naboutlist ul li dl dd .naboutnum,.naboutlist ul li dl dd p{
	width:100%;
	overflow:hidden;
}
.naboutlist ul li dl dd .naboutnum{
	font-size:30px;
	color:#fff;
}
.naboutlist ul li dl dd .naboutnum .timer{
	font-size:108px;
	color:#fff;
	font-family:myThreeFont;
	line-height:90px;
	margin-right:14px;
}
.naboutlist ul li dl dt{
	margin-right:30px;
}
.naboutlist ul li dl dt img{
	max-width:100%;
	height:auto;
}
.naboutlist ul li dl dd p{
	font-size:18px;
	color:#fff;
	line-height:30px;
}
/* gssp
-------------------------------------------------------------- */
.gssp{
	width:100%;
	overflow:hidden;
	padding-top:130px;
	padding-bottom:130px;
	position:relative;
}
.gsspimg img{
	width:100%;
	height:auto;
}
.gsspnr,.gsspimg{
	width:100%;
	overflow:hidden;
}
.gsspnr{
	margin-top:55px;
	position:relative;
}
.gsspimg{
	position:relative;
	border-radius:10px;
}
.gsspnr .swiper-container{
	width:100%;
}
.gsspnr .swiper-slide {
	transform:scale(0.7);
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.4;
}
.gsspnr .swiper-slide-active{
	transform:scale(1);
	opacity:1;
}
.gsspnr .swiper-button-prev,.gsspnr .swiper-button-next{
	position:absolute;
	top:50%;
	margin-top:-28px;
	width:56px;
	height:56px;
	border-radius:100%;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gsspnr .swiper-button-prev{
	background:#dedede url(../images/prev.png) no-repeat center;
	left:19.8%;
}
.gsspnr .swiper-button-next{
	background:#dedede url(../images/next.png) no-repeat center;
	right:19.8%;
}
.gsspnr .swiper-button-prev:hover,.gsspnr .swiper-button-next:hover{
	background-color:#017ac9;
}
.about_n{
	margin-top:104px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
	}
.about_gh{
	width:100%;
	overflow:hidden;
}
.aboutlf_n{
	width:31.3%;
	overflow:hidden;
	margin-left:7.9%;
}
.aboutlf_wh h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#0b0b0b;
	line-height:35px;
	font-weight:normal;
	margin-top:82px;
}
.aboutlf_n{
	padding-top:7px;
}
.aboutlf_n h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#1c1c1c;
	line-height:46px;
}
.aboutimg_n{
	width:43.4%;
	height:480px;
	overflow:hidden;
}
.aboutimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
.aboutlf_n ul,.aboutlf_n ul li{
	width:100%;
	overflow:hidden;
}
.aboutlf_n ul{
	margin-top:56px;
}
.aboutlf_n ul li{
	border-bottom:solid 1px #e4e4e4;
	padding:12px 0;
	margin-top:8px;
}
.aboutlf_n ul li .aboutnum,.aboutlf_wh ul li .aboutnum{
	font-size:16px;
	color:#0b0b0b;
}
.aboutlf_wh ul{
	margin-top:86px;
}
.aboutlf_n ul li .timer,.aboutlf_wh ul li .timer{
	font-size:50px;
	color:#0b0b0b;
	line-height:50px;
	font-family:Arial;
	margin-right:5px;
}
.aboutlf_n ul li p,.aboutlf_wh ul li p{
	color:#2c2c2c;
}
.aboutlf_wh ul li font{
	font-size: 30px;
    font-weight: bold;
}
.aboutlf_wh{
	width:52%;
	overflow:hidden;
}
.aboutlf_wh h3,.aboutlf_hh h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#1c1c1c;
	line-height:46px;
}
.aboutjs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#929292;
	line-height:30px;
	margin-top:43px;
}
.aboutjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	}
.aboutlf_wh ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutlf_wh ul li{
	overflow:hidden;
}
.aboutlf_hh{
	width:48.1%;
	overflow:hidden;
}
.ywjs_hh{
	width:100%;
	overflow:hidden;
	background:#177ab3;
	padding:72px 0 140px 0;
	margin-top:120px;
}
.ywjsnr_hh{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:28px;
}
.ywjs_hh .tit h3{
	color:#fff;
}
.pro_hh{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:78px;
	padding-bottom:108px;
}
.pro_hh p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	margin-top:12px;
}
.pro_hh ul,.pro_hh ul li{
	width:100%;
	overflow:hidden;
}
.pro_hh ul{
	margin-top:24px;
}
.pro_hh ul li{
	display:flex;
	height:138px;
	background:#fff;
	padding:0 54px;
	align-items:center;
	margin:24px 0;
}
.pro_hh ul li .num{
	width:3.4%;
	font-size:30px;
	color:#177ab3;
	font-weight:bold;
	line-height:30px;
	font-family:Arial;
}
.pro_hh ul li .projs_hh{
	font-size:20px;
	color:#1c1c1c;
	font-weight:bold;
	line-height:30px;
}
.gsyg_n{
	width:100%;
	background:#177ab3;
	padding-bottom:180px;
	margin-top:168px;
}
.gsyg_n .gsygen_n{
	width:100%;
	font-size:100px;
	line-height:100px;
	color:#005382;
	font-weight:900;
	font-family:Arial;
	position:absolute;
	left:0;
	top:-70px;
	z-index:9;
}
.gsygnr_n{
	padding-top:46px;
	position:relative;
}
.gsygnr_n .ntit h3{
	color:#fff;
}
.gsyglist_n,.gsygbox_n,.gsygbox_n .gsygimg_n,.gsygbox_n .gsygtext_n,.gsygbox_n .gsygtext_n h5,.gsygbox_n .gsygtext_n p{
	width:100%;
	overflow:hidden;
}
.gsyglist_n{
	position:relative;
	margin-top:50px;
	padding-top:20px;
}
.gsyglist_n::before{
	content:"";
	width:1px;
	height:168px;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.gsyglist_n .swiper-slide:nth-child(2n+1){
	margin-top:276px;
}
.gsygbox_n{
	padding-left:60px;
	position:relative;
}
.gsygbox_n .gsygimg_n img{
	width:100%;
	height:auto;
}
.gsygbox_n .gsygtext_n{
	position:absolute;
	left:0;
	bottom:60px;
	z-index:9;
}
.gsygbox_n .gsygtext_n h5{
	font-size:40px;
	color:#fff;
	line-height:50px;
	margin-bottom:5px;
}
.gsygbox_n .gsygtext_n p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
}
.teamnr_n{
	padding:0;
	margin-top:20px;
}
.teamnr_n ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.teamnr_n ul li{
	width:32.5%;
	overflow:hidden;
	box-shadow:0px 0px 26px rgba(0,0,0,0.08);
	margin:26px 0;
}
.teamnr_n ul li .teamimg_n,.teamnr_n ul li .teamtext_n,.teamnr_n ul li .teamtext_n h5,.teamnr_n ul li .teamtext_n p{
	width:100%;
	overflow:hidden;
}
.teamnr_n ul li .teamimg_n{
	height:388px;
}
.teamnr_n ul li .teamimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.teamnr_n ul li .teamtext_n{
	padding:0 40px;
	height:200px;
}
.teamnr_n ul li .teamtext_n h5{
	font-size:26px;
	color:#131314;
	line-height:36px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:20px;
}
.teamnr_n ul li .teamtext_n p{
	font-size:16px;
	color:#5f5f60;
	line-height:28px;
}
.aboutimglist,.aboutimglist ul{
	width:100%;
	overflow:hidden;
}
.aboutimglist{
	margin-top:150px;
	margin-bottom:40px;
}
.aboutimglist ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutimglist ul li{
	width:24%;
}
.aboutimglist ul li img{
	max-width:100%;
	height:auto;
}
/* company
-------------------------------------------------------------- */
.company{
	margin-bottom:60px;
}
.companylist{
	width:100%;
	overflow:hidden;
	padding:70px 0;
	border-bottom:solid 1px #e0e0e0;
}
.companylist:last-child{
	border-bottom:none;
}
.companylist h3{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#1c1c1c;
	line-height:42px;
	margin-bottom:30px;
}
.companyimg{
	width:40%;
	overflow:hidden;
}
.companyimg img{
	max-width:100%;
	height:auto;
}
.companyrt{
	width:55%;
	overflow:hidden;
}
.companynr,.companynr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:30px;
}
.companytel{
	margin-top:15px;
}
.companytel,.companytel p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3d3d3d;
	line-height:27px;
}
.companytel p a{
	font-size:16px;
	color:#3d3d3d;
}
.companybtn{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:43px;
}
.companybtn a{
	display:block;
	width:200px;
	height:56px;
	line-height:56px;
	text-align:center;
	font-size:16px;
	color:#000;
	border:solid 2px #000;
	margin-right:15px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.companybtn a:hover{
	background:#ececec;
}
/* team_gh
-------------------------------------------------------------- */
.team_gh{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-top:112px;
}
.team_ghlf,.team_ghrt{
	width:43.5%;
	overflow:hidden;
}
.team_ghbox{
	width:100%;
	overflow:hidden;
	position:relative;
}
.team_ghbox:nth-child(2){
	margin-top:190px;
}
.team_ghbox .team_ghimg{
	width:91.4%;
	overflow:hidden;
	float:right;
}
.team_ghbox .team_ghimg img{
	max-width:100%;
	height:auto;
}
.team_ghbox .team_ghtext{
	width:38%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:38px;
	z-index:9;
}
.team_ghbox .team_ghtext .num,.team_ghbox .team_ghtext h5,.team_ghbox .team_ghtext p{
	width:100%;
	overflow:hidden;
}
.team_ghbox .team_ghtext .num,.team_ghbox .team_ghtext .num .timer{
	font-size:68px;
	color:#f5861c;
	line-height:68px;
	font-weight:bold;
}
.team_ghbox .team_ghtext h5{
	font-size:32px;
	color:#fff;
	line-height:42px;
	margin-top:20px;
	margin-bottom:12px;
}
.team_ghbox .team_ghtext p{
	font-size:16px;
	color:#fff;
}
.pro_gh{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
}
/* gsfz
-------------------------------------------------------------- */
.nbg{
	background:#f3f3f3;
}
.gsfz,.gsfzimg,.gsfzjs{
	width:100%;
	overflow:hidden;
}
.gsfz{
	padding-top:88px;
	padding-bottom:60px;
}
.gsfzimg{
	margin-top:40px;
}
.gsfzimg img{
	width:100%;
	height:auto;
}
.gsfzjs{
	font-size:20px;
	color:#1c1c1c;
	line-height:30px;
	margin-top:60px;
}
.gsfz hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #1c1c1c;
	margin-top:40px;
}
.gsfzlist{
	width:100%;
	margin-top:45px;
}
.gsfzlist dl{
	width:90%;
	padding:0;
	height:456px;
	box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -moz-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -webkit-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
	margin:66px 0;
	background:#fff;
	}
.gsfzlist dl:nth-child(2n+1){
	margin-left:10%;
}
.gsfzlist dl:nth-child(2n){
	margin-right:10%;
}
.gsfzlist dl dt .gsfzen{
	overflow:hidden;
	font-size:108px;
	line-height:108px;
	font-family:myThreeFont;
	color:#dddddd;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:-43px;
	left:100px;
}
.gsfzlist dl dt{
	width:62%;
	padding:106px 100px 0 100px;
	position:relative;
	}
.gsfzlist dl:nth-child(2n+1) dt{
	float:left;
	}
.gsfzlist dl:nth-child(2n+1) dd{
	float:right;
	}
.gsfzlist dl:nth-child(2n) dt{
	float:right;
	}
.gsfzlist dl:nth-child(2n) dd{
	float:left;
	}
.gsfzlist dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:32px;
    color: #1c1c1c;
	font-weight:normal;
	line-height:42px;
}
.gsfzlist dl dt .gsfzms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	font-weight:normal;
	margin-top:37px;
}
.gsfzlist dl dt .gsfzms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	font-weight:normal;
	}
.gsfzlist dl dd{
	width:38%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.gsfzlist dl dd img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.gsfzlist dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
	}
.nglfzbg{
	width:100%;
	height:382px;
	overflow:hidden;
	background:url(../images/glfzbg.jpg) no-repeat top center;
	background-size:cover;
}
.nglfzbg_nr{
	height:100%;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.nglfzbg_nr::before{
	content:"";
	width:0;
	height:0;
	border-top: 20px solid #f39438;
	border-right: 20px solid transparent;
	border-bottom: 0 solid transparent;
	position:absolute;
	left:0;
	top:82px;
}
.nglfzbg_nr::after{
	content:"";
	width:0;
	height:0;
	border-bottom: 20px solid #f39438;
	border-left: 20px solid transparent;
	border-top: 0 solid transparent;
	position:absolute;
	right:0;
	bottom:70px;
}
.nglfzbg_nr p{
	width:64.4%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:35px;
	text-align:center;
}
.nglrz{
	width:100%;
	overflow:hidden;
	margin-top:104px;
	margin-bottom:104px;
}
.nglrz ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.nglrz ul li,.glrznr_n ul li{
	width:23.875%;
	overflow:hidden;
	margin:20px 1.5% 20px 0;
	box-shadow:0px 0px 21px rgba(0, 0, 0, 0.05);
}
.nglrz ul li:nth-child(4n),.glrznr_n ul li:nth-child(4n){
	margin-right:0;
}
.nglrz ul li img,.glrznr_n ul li img{
	max-width:100%;
	height:auto;
}
.nglrz ul li:hover img,.glrznr_n ul li:hover img{
	transform:scale(1.02);
}
.nglrzmore{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.nglrzmore a{
	display:block;
	font-size:16px;
	color:#000;
	width:200px;
	height:58px;
	border:solid 2px #000;
	text-align:center;
	line-height:58px;
	margin:auto;
}
/* glrz_n
-------------------------------------------------------------- */
.glrz_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
}
.glrznr_n,.glrznr_n ul{
	width:100%;
}
.glrznr_n ul{
	display:flex;
	flex-wrap:wrap;
}
/* nzlgl
-------------------------------------------------------------- */
.nzlgl{
	margin-top:76px;
	margin-bottom:76px;
}
.nzlglnr{
	width:100%;
	overflow:hidden;
}
.nzlglnr img{
	max-width:100%;
	height:auto;
}
/* nglfz
-------------------------------------------------------------- */
.nglfz{
	margin-top:60px;
	margin-bottom:60px;
}
.nglfz h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#1c1c1c;
	line-height:34px;
	font-weight:normal;
	margin-top:15px;
}
.nglfz hr{
	width:100%;
	border:none;
	border-bottom:solid 2px #000;
	margin-top:48px;
}
.nglfzjs{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1c1c1c;
	line-height:30px;
	margin-top:52px;
}
.nglfz ul{
	width:100%;
}
.nglfz ul li{
	width:100%;
	overflow:hidden;
	min-height:92px;
	box-shadow:0px 0px 21px rgba(0,0,0,0.05);
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 45px 0 58px;
	margin:32px 0;
	border-radius:10px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.nglfz ul li .nglfznr{
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
}
.nglfz ul li .nglfznum{
	font-size:50px;
	color:#e8e8e8;
	font-family:Arial;
	font-weight:900;
}
.nglfz ul li:hover{
	background:#187ab3;
}
.nglfz ul li:hover .nglfznr,.nglfz ul li:hover .nglfznum{
	color:#fff;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	padding-top:108px;
	padding-bottom:125px;
	}
.honortit_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.honornr_n{
	width:100%;
	margin-top:28px;
	}
.honornr_n .swiper-slide{
	padding:15px;
}
.honorimg_n{
	width:100%;
	overflow:hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
.honorimg_n img{
	width:100%;
	height:auto;
	}
.honortit_n .swiper-button{
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	}
.honortit_n .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #929294;
	border-radius:50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
.honortit_n .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	}
.honortit_n .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh3.png) no-repeat center;
	}
.honortit_n .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:25px;
	}
.honortit_n .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth3.png) no-repeat center;
	}
.honortit_n .swiper-button div:hover{
	border:solid 1px #177ab3;
}
.hj_n{
	margin-top:102px;
	margin-bottom:100px;
}
.hjnr_n{
	margin-top:38px;
}
/* wh_yj
-------------------------------------------------------------- */
.wh_yj{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:108px;
	padding-bottom:116px;
}
.wh_yjnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:42px;
}
.wh_yjnr ul li{
	width:28%;
	overflow:hidden;
}
.wh_yjnr ul li .wh_yjimg,.wh_yjnr ul li .wh_yjtext,.wh_yjnr ul li .wh_yjtext h5,.wh_yjnr ul li .wh_yjtext p{
	width:100%;
	overflow:hidden;
}
.wh_yjnr ul li .wh_yjimg img{
	width:100%;
	height:auto;
}
.wh_yjnr ul li:hover .wh_yjimg img,.wh_jgnlnr ul li:hover .wh_jgnlimg img,.honorimg_n:hover img,.gsygbox_n:hover .gsygimg_n img,.aboutimg_n:hover img{
	transform:scale(1.03);
}
.wh_yjnr ul li .wh_yjtext h5{
	font-size:20px;
	color:#1c1c1c;
	line-height:30px;
	text-align:center;
	margin-top:26px;
}
.wh_yjnr ul li .wh_yjtext p{
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	text-align:center;
	margin-top:6px;
}
.wh_yj .nglrzmore{
	margin-top:85px;
}
/* wh_jgnl
-------------------------------------------------------------- */
.wh_jgnl{
	margin-top:108px;
	margin-bottom:140px;
}
.wh_jgnltit{
	margin-bottom:30px;
}
.wh_jgnlnr{
	width:100%;
	overflow:hidden;
}
.wh_jgnlnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}
.wh_jgnlnr ul li{
	width:28%;
	overflow:hidden;
}
.wh_jgnlnr ul li .wh_jgnlimg,.wh_jgnlnr ul li h5{
	width:100%;
	overflow:hidden;
}
.wh_jgnlnr ul li .wh_jgnlimg img{
	width:100%;
	height:auto;
}
.wh_jgnlnr ul li h5{
	font-size:20px;
	color:#1c1c1c;
	line-height:30px;
	text-align:center;
	margin-top:10px;
}
.wh_jgnlnr .nglrzmore{
	margin-top:85px;
}
.sb_hh{
	margin-top:0;
}
/* yj_n
-------------------------------------------------------------- */
.yj_n{
	margin-top:60px;
	margin-bottom:60px;
}
.yjnr_n,.yjnr_n ul{
	width:100%;
	overflow:hidden;
}
.yjnr_n{
	margin-top:30px;
}
.yjnr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.yjnr_n ul li{
	width:32%;
	overflow:hidden;
	margin:15px 2% 15px 0;
}
.yjnr_n ul li:nth-child(3n){
	margin-right:0;
}
.yjnr_n ul li .wh_yjimg,.yjnr_n ul li .wh_yjtext,.yjnr_n ul li .wh_yjtext h5,.yjnr_n ul li .wh_yjtext p{
	width:100%;
	overflow:hidden;
}
.yjnr_n ul li .wh_yjimg{
	height:384px;
	position:relative;
}
.yjnr_n ul li .wh_yjimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yjnr_n ul li:hover .wh_yjimg img{
	transform: translate(-50%, -50%) scale(1.03);
}
.yjnr_n ul li .wh_yjtext h5{
	font-size:20px;
	color:#1c1c1c;
	line-height:30px;
	text-align:center;
	margin-top:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.yjnr_n ul li .wh_yjtext p{
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	text-align:center;
	margin-top:6px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/* hxjs_n
-------------------------------------------------------------- */
.hxjs_n{
	margin-top:100px;
	margin-bottom:100px;
}
.hxjsnr_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:45px;
}
.hxjsnr_n dl{
	width:48%;
	overflow:hidden;
}
.hxjsnr_n dl dt,.hxjsnr_n dl dd,.hxjsnr_n dl dd h5,.hxjsnr_n dl dd p{
	width:100%;
	overflow:hidden;
}
.hxjsnr_n dl dt{
	height:430px;
}
.hxjsnr_n dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.hxjsnr_n dl dd h5{
	font-size:30px;
	color:#0b0b0b;
	line-height:40px;
	font-weight:normal;
	margin-top:32px;
	margin-bottom:15px;
}
.hxjsnr_n dl dd p{
	font-size:16px;
	color:#777777;
}

/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pronr_n{
	width:100%;
	overflow:hidden;
	}
.npro_jj,.npro_jj p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
}
.npro_jj{
	margin-top:25px;
}
.nprolf{
	width:50%;
	border: solid 1px #eaeaea;
}
.nprolf img{
	max-width:100%;
	width:100%;
	height:auto;
}
.nprort{
	width:46%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr h4{
    color:#343434;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	max-width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:5px 10px;
	font-size:16px;
}

/*产品展示结束*/
	
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
}
.casenr_n{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.casenr_n dl{
	width:32%;
	overflow:hidden;
	margin:20px 2% 20px 0;
}
.casenr_n dl:nth-child(3n){
	margin-right:0;
}
.casenr_n dl dt,.casenr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.casenr_n dl dt{
	height:300px;
	border-radius:10px;
}
.casenr_n dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.casenr_n dl:hover dt img{
	transform:scale(1.03);
}
.casenr_n dl dd{
	font-size:16px;
	line-height:30px;
	color:#333;
	margin-top:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.casenr_n dl:hover dd{
	color:#177ab3;
}

/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.news_n .newsnr_n{
	width: 100%;
	overflow:hidden;
}
.newsnr_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	}
.newsnr_n ul li{
	width:32%;
	overflow:hidden;
	margin:20px 2% 20px 0;
	}
.newsnr_n ul li:nth-child(3n){
	margin-right:0;
}
.news_bk,.news_bk dl{
	width: 100%;
    overflow: hidden;
}
.news_bk{
	border-top:solid 2px #000;
}
.news_bk dl{
	min-height:66px;
	display:flex;
	border-bottom:solid 1px #dcdcdc;
}
.news_bk dl dt{
	width:13%;
	overflow:hidden;
	background:#f7f7f7;
	font-size:17px;
	color:#000;
	font-weight:bold;
	padding-left:20px;
}
.news_bk dl dd{
	width:87%;
	overflow:hidden;
	padding:0 38px;
    font-size: 16px;
    color: #181818;
}
.news_bk dl dt,.news_bk dl dd{
	display:flex;
	align-items:center;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
	line-height:26px;
    color: #181818;
	font-weight:normal;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr{
    width: 67.2%;
    overflow: hidden;
	margin:40px auto 46px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr .line{
	width:100%;
	height:22px;
	background:#177ab3;
	display:flex;
	justify-content:flex-end;
	margin:34px 0;
}
.news_n .fbnr .line img{
	max-width:100%;
	height:auto;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.fhlist{
	width: 100%;
    overflow: hidden;
	margin-top:60px;
}
.fhlist a{
	display:block;
	font-size:16px;
	color:#000;
	width:200px;
	height:56px;
	line-height:56px;
	border:solid 2px #000;
	text-align:center;
	margin:auto;
}
.tjnews,.tjnews ul{
	width: 100%;
    overflow: hidden;
}
.tjnews{
	margin-top:82px;
}
.tjnews ul{
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
.tjnews ul li{
	width:32%;
	overflow:hidden;
}
/* yw_n
-------------------------------------------------------------- */
.yw_n{
	margin-top:60px;
	margin-bottom:60px;
}
.yw_pro{
	width:100%;
	overflow:hidden;
}
.ywimg_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.ywimg_n img{
	width:100%;
	height:auto;
}
.yw_promenu,.yw_promenu ul{
	width:100%;
	overflow:hidden;
}
.yw_promenu ul li{
	padding:0;
	overflow:hidden;
	height:58px;
	border:solid 1px #000;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top:5px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yw_promenu ul li:nth-child(2n),.yw_promenu ul li:nth-child(3n),.glrz_n .yw_promenu ul li:nth-child(5n){
	border-left:none;
}
.yw_promenu ul li a{
	font-size:18px;
	color:#000;
	display:block;
}
.yw_promenu ul li:hover,.yw_promenu ul li.active{
	background:#000;
}
.yw_promenu ul li:hover a,.yw_promenu ul li.active a{
	color:#fff;
}
.yw_pronr{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:12px;
}
.yw_pronr dl{
	width:31%;
	overflow:hidden;
	margin:26px 3.5% 26px 0;
}
.yw_pronr dl:nth-child(3n){
	margin-right:0;
}
.yw_pronr dl dt,.yw_pronr dl dd{
	width:100%;
	overflow:hidden;
}
.yw_pronr dl dt{
	position:relative;
	height:371px;
}
.yw_pronr dl dd{
	font-size:20px;
	color:#1c1c1c;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	margin-top:20px;
	text-overflow:ellipsis;
white-space:nowrap;
}
.yw_pronr dl dt 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;
}
.yw_pronr dl:hover dt img{
	-webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
	}
.yw_n h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:40px;
	color:#1c1c1c;
	line-height:50px;
	margin-bottom:30px;
}
.yw_n .ywpic_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:38px;
}
.yw_n .ywpic_n img{
	max-width:100%;
	height:auto;
}
/* contact_n
-------------------------------------------------------------- */
.contactbg{
	background: #f4f5f7;
}
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactnr_nr{
	width:100%;
	overflow:hidden;
}
.contacttit_n,.contactcont_n{
	padding:0;
}
.contactcont_n h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:40px;
	color:#333;
}
.contacttit_n span{
	display:block;
	width:1px;
	height:76px;
	background:#a4a4a4;
	margin-top:30px;
}
.contacttit_n dl{
	overflow:hidden;
	float:left;
	margin-top:56px;
}
.contacttit_n dl dt,.contacttit_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.contacttit_n dl dt img{
	max-width:100%;
	height:auto;
	border:solid 1px #ccc;
}
.contacttit_n dl dd{
	font-size:15px;
	color:#000;
	line-height:30px;
	margin-top:4px;
}
.contactcont_n ul,.contactcont_n ul li{
	width:100%;
	overflow:hidden;
}
.contactcont_n ul li{
	display:flex;
	flex-wrap:wrap;
	padding:45px 0;
	border-bottom: 1px solid #d0d3d6;
}
.contactcont_n ul li:first-child{
	padding-top:0;
}
.contactrt_n{
	margin-left:38px;
}
.contactrt_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#0b0b0b;
	line-height:32px;
	font-weight:normal;
	margin-bottom:16px;
}
.contactrt_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#5c5c5c;
}
.contactrt_n p a{
	font-size:16px;
	color:#5c5c5c;
}
.map{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:90px;
	margin-bottom:100px;
	}
.map img{
	width:100%;
	height:auto;
	}
.message_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.message_n hr{
	width:100%;
	border:none;
	border-bottom:solid 2px #000;
	margin-top:36px;
	margin-bottom:30px;
}
.message_n h4{
    width:100%;
    font-size:22px;
    line-height:32px;
    color:#1c1c1c;
	margin-bottom:10px;
}
.message_n .messagenr_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr_n dl{
	width:49%;
	overflow:hidden;
	margin:25px 0;
	display:flex;
	align-items:center;
}
.messagenr_n dl:last-child{
	width:100%;
}
.messagenr_n dl dt{
	width:13%;
	overflow:hidden;
	font-size:16px;
	color:#1c1c1c;
	font-weight:bold;
}
.messagenr_n dl dd{
	width:87%;
	overflow:hidden;
}
.messagenr_n dl dd input{
	width:100%;
	height:46px;
	overflow:hidden;
	line-height:46px;
	padding:0 15px;
	background:none;
	border: 1px solid #dcdcdc;
	font-size:18px;
}
.messagenr_n dl dd textarea{
	width:100%;
	height:205px;
	overflow:hidden;
	line-height:30px;
	padding:15px;
	background:none;
	border: 1px solid #dcdcdc;
	font-size:18px;
}
.messagenr_n dl:last-child dt{
	width:6.3%;
}
.messagenr_n dl:last-child dd{
	width:93.7%;
}
.yzmbtn .yzminput{
	border: 1px solid #d0d3d6;
	background:none;
}
.message_n .btn1{
	margin-top:0;
}

/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;margin-top:40px;font-size:16px;color:#1e1e1e;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{
	display:block;
	width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 50%;
	border: 1px solid #dadada;
	float: left;
	margin:5px 8px;
	font-size:16px;
	color:#1e1e1e;
	}
.pages ul a:hover,.pages ul a.page-num-current{ 
	background:#177ab3;
	border-color:#177ab3;
	color:#fff;
}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:15px;
	color:#000;
	border-top:solid 1px #e0e0e0;
	padding-top:15px;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:15px;
	color:#000;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#005bac;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2,.side,.logojs,.tel,.side,.search,.topyx{
		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: #177ab3;
	  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: #177ab3;
	  -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: #177ab3;
	  -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:90px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background: #177ab3;
	  -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:0;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
		  -ms-transform: rotate(-45deg) translate(-7px, 6px);
			  transform: rotate(-45deg) translate(-7px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
		  -ms-transform: rotate(45deg) translate(-7px, -7px);
			  transform: rotate(45deg) translate(-7px, -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: 1921px) and (max-width: 2560px) {
	.about .aboutimg{
		width:52%;
	}
}


@media(max-width:1920px) {
	.casenr .swiper-button {
		margin-right: -600px;
	}
}
@media(max-width:1860px) {
	.casenr .swiper-button {
		margin-right: -560px;
	}
}
@media(max-width:1768px) {
	.cont,.cont1{
		width:88%;
	}
	.about .aboutlf {
		width: 33%;
	}
	.aboutrt {
		margin-left: 70px;
	}
	.about .abouten{
		font-size:158px;
	}
	.newslist .newsimg{
		height:268px;
	}
	.ywjs{
		padding-left:6%;
	}
	.ywjs .tit_i,.ywjs hr{
		left:6%;
	}
	.ywjslist .ywjsen {
		font-size: 100px;
		line-height: 84px;
	}
	.caselist .casebot{
		height:170px;
	}
	.casenr .swiper-button{
		bottom:55px;
	}
	.caselist .casebot {
		width: 72%;
	}
	.casenr .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.caselist .casebot .casebotlf h5{
		font-size:22px;
		line-height:32px;
	}
	.caselist .casebot .casebotlf {
		padding: 40px 0 0 40px;
	}
	.aboutlf_wh{
		width: 35%;
	}
	.caselist .casebot .casebotlf {
		width: 72%;
	}
	.cloud-product-ul li.active .normal-inner{
		padding: 0 130px;
	}
	.wh_yjnr ul li,.wh_jgnlnr ul li{
		width:30%;
	}
	.yjnr_n ul li .wh_yjimg{
		height:373px;
	}
	.aboutimg_n {
		width:44.6%;
	}
	.aboutlf_n{
		width:32.5%;
	}
	.casenr_n dl dt{
		height:268px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 378px;
	}
	.team_ghbox .team_ghtext {
		width:42%;
	}
	.team_ghbox .team_ghtext .num, .team_ghbox .team_ghtext .num .timer{
		font-size:60px;
		line-height:60px;
	}
	.team_ghbox .team_ghtext h5{
		font-size:30px;
		line-height:40px;
	}
	.hxjsnr_n dl dt {
		height: 416px;
	}
	.yw_pronr dl dt{
		height:361px;
	}
	.footernr .footerlf {
		padding-right: 80px;
	}
	.footernr .footerin {
		padding-left: 80px;
	}
}
@media(max-width:1680px) {
	.header .navbar_nav li{
		padding:0 50px;
	}
	.about .abouten{
		font-size:148px;
	}
	.ywjslist .ywjsen {
		font-size: 90px;
		line-height: 74px;
	}
	.newslist .newsimg{
		height:255px;
	}
	.casenr .swiper-button {
		margin-right: -520px;
	}
	.casenr_n dl dt{
		height:255px;
	}
	.aboutimg_n {
		width:46.7%;
	}
	.aboutlf_n{
		width:34.6%;
	}
	.teamnr_n ul li .teamimg_n {
		height: 359px;
	}
	.hxjsnr_n dl dt {
		height: 395px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:354px;
	}
	.companylist h3{
		font-size:30px;
		line-height:40px;
	}
	.companyimg {
		width: 43%;
	}
	.companyrt {
		width: 52%;
	}
	.companybtn{
		margin-top:30px;
	}
	.yw_pronr dl dt{
		height:343px;
	}
	.gsfzlist dl dt{
		padding: 90px 80px 0 80px;
	}
	.gsfzlist dl dt .gsfzms{
		margin-top:30px;
	}
	.gsfzlist dl dt .gsfzen{
		left:80px;
	}
}
@media(max-width:1600px) {
	.header .nav{
		margin-right:50px;
	}
	.header .navbar_nav li {
		padding: 0 40px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.about .abouten{
		font-size:140px;
	}
	.cloud-product-ul li .normal-inner h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.cloud-product-ul li.active .normal-inner h4{
		font-size:26px;
		line-height:36px;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 100px;
	}
	.newslist .newsimg{
		height:243px;
	}
	.casenr .swiper-button {
		margin-right: -480px;
		bottom: 45px;
	}
	.caselist .casebot {
		height: 150px;
	}
	.caselist .casebot .casebotlf {
		padding: 30px 0 0 30px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size: 100px;
	}
	.aboutimg_n {
		width:48.9%;
	}
	.aboutlf_n{
		width:36.8%;
	}
	.aboutlf_n h4{
		font-size:32px;
		line-height:42px;
	}
	.team_ghbox .team_ghtext .num, .team_ghbox .team_ghtext .num .timer {
        font-size: 50px;
        line-height: 50px;
    }
	.team_ghbox .team_ghtext h5 {
        font-size:25px;
        line-height:35px;
		margin-top:10px;
		margin-bottom:10px;
    }
	.team_ghbox .team_ghtext p{
		font-size: 15px;
	}
	.team_ghbox .team_ghtext{
		width:46%;
		bottom:30px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:337px;
	}
	.contactcont_n h4{
		font-size: 26px;
		line-height: 36px;
	}
	.ywlynr_n dl dt {
		padding: 70px 50px 0 50px;
	}
	.ywlynr_n dl dt .ywlynum_n{
		left:50px;
	}
	.ywlynr_n dl dt .ywlynum_n {
		font-size: 96px;
		line-height: 96px;
	}
	.casenr_n dl dt{
		height:243px;
	}
	.nprort h1{
		font-size:24px;
		line-height:34px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 342px;
	}
	.hxjsnr_n dl dt {
		height: 376px;
	}
	.aboutlf_wh h3,.aboutlf_hh h3{
		font-size:32px;
		line-height:42px;
	}
	.gsyg_n .gsygen_n{
		font-size:90px;
		line-height:90px;
		top:-65px;
	}
	.pro_hh ul li{
		padding:0 40px;
	}
	.yw_pronr dl dt{
		height:326px;
	}
}
@media(max-width:1440px) {
	.topyx {
		margin-left: 40px;
	}
	.header .nav {
		margin-right: 30px;
	}
	.header .navbar_nav li {
		padding: 0 35px;
	}
	.about .abouten{
		font-size:130px;
		line-height:130px;
		top:155px;
	}
	.about .aboutlf h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.ywjslist .ywjsen {
		font-size:80px;
		line-height:64px;
	}
	.newslist .newsimg{
		height:218px;
	}
	.casenr .swiper-button {
		margin-right: -450px;
		bottom:50px;
	}
	.casenr .swiper-button div {
		width: 50px;
		height: 50px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:304px;
	}
	.team_ghbox .team_ghtext .num, .team_ghbox .team_ghtext .num .timer {
        font-size:45px;
        line-height:45px;
    }
	.team_ghbox .team_ghtext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.team_ghbox .team_ghtext p {
		font-size:14px;
		line-height:24px;
	}
	.team_ghbox .team_ghtext {
        width:45%;
    }
	.casenr_n dl dt{
		height:218px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:90px;
		line-height:80px;
	}
	.aboutlf_n ul li .timer, .aboutlf_wh ul li .timer{
		font-size: 45px;
		line-height: 45px;
	}
	.about .aboutlf h5{
		margin-top:40px;
	}
	.aboutlist {
		margin-top: 60px;
	}
	.cloud-product-ul li .normal-inner h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.cloud-product-ul li.active .normal-inner h4{
		font-size:24px;
		line-height:34px;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 80px;
	}
	.khscroll ul li{
		width:262px;
		height: 100px;
	}
	.naboutrt {
		width:52%;
	}
	.gsfzlist dl dt{
		padding: 80px 60px 0 60px;
	}
	.gsfzlist dl dt .gsfzen{
		font-size:98px;
		line-height:98px;
		left:60px;
	}
	.aboutimg_n {
		width:50%;
	}
	.aboutlf_n{
		width:43%;
		margin-left:7%;
	}
	.gsyg_n .gsygen_n{
		font-size:80px;
		line-height:80px;
		top:-57px;
	}
	.wh_yjnr ul li,.wh_jgnlnr ul li{
		width:31%;
	}
	.hxjsnr_n dl dt {
		height: 339px;
	}
	.hxjsnr_n dl dd h5{
		font-size:26px;
		line-height:36px;
	}
	.pro_hh ul li .num {
		width: 5%;
	}
	.nglfz ul li{
		padding:0 40px;
	}
	.nglfzbg_nr p{
		width:75%;
	}
	.companyimg {
        width:45%;
    }
	.teamnr_n ul li .teamimg_n {
		height: 308px;
	}
	.teamnr_n ul li .teamtext_n {
		padding: 0 30px;
	}
	.teamnr_n ul li .teamtext_n h5{
		font-size:24px;
		line-height:34px;
	}
	.news_bk dl dd{
		padding: 0 30px;
	}
	.yw_pronr dl dt{
		height:294px;
	}
	.yw_n h1{
		font-size:36px;
		line-height:46px;
	}
	.card-img-150{
		height:159px;
	}
	.messagenr_n dl dt{
	    width: 15%;
	}
	.messagenr_n dl dd{
	    width: 85%;
	}
	.messagenr_n dl:last-child dt {
        width: 7.5%;
    }
    .messagenr_n dl:last-child dd {
        width: 92.5%;
    }
	.footernr .footerlf {
		padding-right: 60px;
	}
	.footernr .footerin {
		padding-left: 60px;
	}
}
@media(max-width:1360px) {
	.topyx {
		margin-left: 30px;
	}
	.header .nav {
		margin-right: 20px;
	}
	.header .navbar_nav li {
		padding: 0 30px;
	}
	.about .abouten{
		font-size:120px;
	}
	.newslist .newsimg{
		height:206px;
	}
	.ywjs .tit_i{
		top:20%;
	}
	.ywjslist .ywjsen {
        font-size: 70px;
        line-height: 64px;
    }
	.casenr .swiper-button {
		margin-right: -420px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:80px;
		line-height:70px;
	}
	.naboutnr {
		margin-top:30px;
	}
	.team_ghbox .team_ghtext {
        width:48%;
    }
	.casenr_n dl dt{
		height:206px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 291px;
	}
	.team_ghlf, .team_ghrt {
		width: 45%;
	}
	.hxjsnr_n dl dt {
		height: 320px;
	}
	.aboutlf_wh h3,.aboutlf_hh h3{
		font-size:28px;
		line-height:38px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:287px;
	}
	.yw_pronr dl dt{
		height:277px;
	}
}
@media(max-width:1300px) {
	.caselist .casebot .casebotlf h5 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom:10px;
	}
	.caselist .casebot .casebotlf p{
		font-size:15px;
		line-height:25px;
	}
	.caselist .casebot .casebotlf {
		padding: 20px 0 0 20px;
	}
	.caselist .casebot {
		height: 140px;
	}
	.casenr .swiper-button{
		margin-right: -390px;
		bottom:47.5px;
	}
	.casenr .swiper-button div {
		width: 45px;
		height: 45px;
	}
	.newslist .newsimg{
		height:197px;
	}
	.team_ghlf, .team_ghrt {
		width: 47%;
	}
}
@media(max-width:1280px) {
	.header .navbar_nav li {
		padding: 0 25px;
	}
	.topyx,.topsearch{
        margin-left:15px;
    }
	.tit .titen{
		font-size:18px;
	}
	.tit h3,.tit h3 a{
		font-size:35px;
		line-height:45px;
	}
	.tit_i h3,.tit_i h3 a{
		font-size:40px;
		line-height:50px;
	}
	.about .more,.aboutlist{
		margin-top:40px;
	}
	.aboutlist ul li .aboutnum .timer {
		font-size: 45px;
		line-height: 45px;
	}
	.about .abouten{
		font-size:110px;
	}
	.ywjs .tit_i {
        top: 16%;
    }
	.ywjslist .ywjsen {
        font-size:60px;
        line-height:54px;
    }
	.ywjs hr{
		height:120px;
	}
	.ywjslist .ywjstit span{
		font-size:24px;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 60px;
	}
	.khscroll ul li{
		width:242px;
	}
	.newsmenu ul li{
		margin-left:30px;
	}
	.newslist .newsimg{
		height:194px;
	}
	.ntit h3{
		font-size: 40px;
		line-height: 50px;
	}
	.naboutimg {
		width: 45%;
	}
	.team_ghbox .team_ghtext .num, .team_ghbox .team_ghtext .num .timer {
        font-size:40px;
        line-height:40px;
    }
	.team_ghbox .team_ghtext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.team_ghbox .team_ghtext .num, .team_ghbox .team_ghtext .num .timer {
        font-size:35px;
        line-height:35px;
    }
	.team_ghbox .team_ghtext h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.gsyg_n .gsygen_n{
		font-size:70px;
		line-height:70px;
		top:-50px;
	}
	.aboutlf_n ul li .timer, .aboutlf_wh ul li .timer{
		font-size: 40px;
		line-height: 40px;
	}
	.naboutlist ul li dl dt {
		margin-right:20px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:70px;
		line-height:60px;
		margin-right:10px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:270px;
	}
	.nglfz ul li .nglfznum{
		font-size:45px;
	}
	.gsfzlist dl dt{
		padding:70px 40px 0 40px;
	}
	.gsfzlist dl dt .gsfzen{
		font-size:88px;
		line-height:88px;
		left:40px;
	}
	.gsfzlist dl dt .gsfzms {
        margin-top: 20px;
    }
	.gsfzlist dl dt h5{
		font-size:30px;
		line-height:40px;
	}
	.gsspnr .swiper-button-prev{
		left:19%;
	}
	.gsspnr .swiper-button-next{
		right:19%;
	}
	.nglfz h5{
		font-size:22px;
		line-height:32px;
	}
	.aboutlf_n h4 {
        font-size: 30px;
        line-height: 40px;
    }
	.nglfzbg_nr p{
		font-size:18px;
	}
	.ywlynr_n dl dt {
		padding: 70px 40px 0 40px;
	}
	.ywlynr_n dl dt .ywlynum_n{
		left:40px;
	}
	.ywlynr_n dl dt .ywlynum_n {
		font-size: 86px;
		line-height: 86px;
	}
	.hxjsnr_n dl dd h5{
		font-size:24px;
		line-height:34px;
		margin-top:20px;
	}
	.wh_yjnr ul li, .wh_jgnlnr ul li {
        width: 32%;
    }
	.casenr_n dl dt{
		height:194px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 274px;
	}
	.teamnr_n ul li .teamtext_n {
		padding: 0 20px;
	}
	.hxjsnr_n dl dt {
		height: 301px;
	}
	.yw_pronr dl dt{
		height:261px;
	}
	.yw_pronr dl dd{
		font-size:18px;
		margin-top:10px;
	}
	.yw_n h1{
		font-size:32px;
		line-height:42px;
	}
	.messagenr_n dl dt{
	    width: 18%;
	}
	.messagenr_n dl dd{
	    width: 82%;
	}
	.messagenr_n dl:last-child dt {
        width: 9%;
    }
    .messagenr_n dl:last-child dd {
        width: 91%;
    }
	.footernr .footerlf {
		padding-right: 40px;
	}
	.footernr .footerin {
		padding-left: 40px;
	}
	.footernr ul li{
		margin: 5px 36px;
	}
}
@media(max-width:1200px) {
	.header .navbar_nav li {
		padding: 0 20px;
	}
	.casenr .swiper-button {
		margin-right: -370px;
	}
	.newslist .newsimg{
		height:182px;
	}
	.team_ghbox .team_ghtext{
		bottom:15px;
	}
	.team_ghbox .team_ghtext h5 {
        font-size:18px;
        line-height:28px;
		margin-top:5px;
		margin-bottom:5px;
    }
	.team_ghbox .team_ghtext p {
        font-size: 12px;
        line-height: 22px;
    }
	.team_ghbox .team_ghtext .num, .team_ghbox .team_ghtext .num .timer {
        font-size: 30px;
        line-height: 30px;
    }
	.footernr .footerlf {
		padding-right: 20px;
	}
	.footernr .footerin {
		padding-left: 20px;
	}
	
}
@media(max-width:1152px) {
	.topyx {
		margin-left: 20px;
	}
	.header .nav {
		margin-right: 0;
	}
	.header .navbar_nav li {
		padding: 0 15px;
	}
	.about .abouten{
		font-size:100px;
	}
	.ywjslist .ywjsen {
        font-size:50px;
        line-height:44px;
    }
	.caselist .casebot .casebotlf h5 {
		font-size: 18px;
	}
	.caselist .casebot .casebotlf p {
		font-size: 14px;
		line-height: 24px;
	}
	.casenr .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.casenr .swiper-button {
		bottom: 45px;
	}
	.casenr .swiper-button .swiper-button-next {
		margin-left: 5px;
	}
	.casenr .swiper-button {
		margin-right: -350px;
	}
	.caselist .casebot {
		height: 130px;
	}
	.newslist .newsimg{
		height:175px;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 40px;
	}
	.casenr_n dl dt{
		height:175px;
	}
	.gsfzlist dl dt{
		padding:60px 30px 0 30px;
	}
	.gsfzlist dl dt .gsfzms p{
		line-height:26px;
	}
	.gsfzlist dl dt .gsfzen{
		font-size:78px;
		line-height:78px;
		left:30px;
	}
	.team_ghbox .team_ghtext {
        width:50%;
    }
	.nglfzbg_nr p {
        width: 80%;
    }
	.teamnr_n ul li .teamimg_n {
		height: 246px;
	}
	.hxjsnr_n dl dt {
		height: 271px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:243px;
	}
	.pro_hh ul li {
        padding: 0 30px;
    }
	.yw_pronr dl dt{
		height:235px;
	}
	.footernr ul li {
        margin:5px 25px;
    }
	.footernr .footerlf {
		padding-right: 15px;
	}
	.footernr .footerin {
		padding-left: 15px;
	}
	.footernr .footerin {
		width: 38%;
	}
	.footernr .footerrt {
		width: 10%;
	}
}
@media(max-width:1080px) {
	.header .navbar_nav li {
		padding: 0 12px;
	}
	.casenr .swiper-button {
		margin-right: -330px;
	}
}
@media(max-width:1024px) {
	.casenr .swiper-button {
		margin-right: -315px;
	}
	.newslist .newsimg{
		height:155px;
	}
	.casenr_n dl dt{
		height:155px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 219px;
	}
	.hxjsnr_n dl dt {
		height: 241px;
	}
	.yjnr_n ul li .wh_yjimg{
		height:216px;
	}
	.yw_pronr dl dt{
		height:209px;
	}
	.footernr ul li {
        margin:5px 20px;
    }
}

@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.header .nav{
		display:none;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.banner_menu{
		display:none;
	}
	.language{
		line-height:60px;
	}
	.language a > img {
		width:20px;
		margin-right: 3px;
	}
	.language a i {
		margin-left: 5px;
	}
	.language .languagenr{
		left: inherit;
		top: 45px;
		right: 0;
	}
	.topsearch {
		margin-left: 10px;
	}
	.search_box{
		top:60px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.about .aboutlf,.about .aboutimg{
		width:100%;
	}
	.about .aboutimg{
		position:inherit;
		top:0;
		margin-top:30px;
	}
	.aboutnr{
		margin-top:40px;
	}
	.about .aboutlf{
		padding-top:0;
	}
	.aboutrt{
		display:none;
	}
	.about .aboutlf h5,.about .more, .aboutlist {
		margin-top: 30px;
	}
	.about {
		padding-top:60px;
		padding-bottom: 60px;
	}
	.about .abouten,.about .aboutbg{
		display:none;
	}
	.aboutmenu ul li {
		margin-left: 30px;
	}
	.ywjs .tit_i {
        top: 40px;
    }
	.ywjs{
		padding-bottom:60px;
	}
	.cxfz{
		padding-top:60px;
		padding-bottom:60px;
	}
	.cxfznr,.cxfzmenu{
		margin-top:40px;
	}
	.aboutlf_wh, .aboutlf_n,.aboutimg_n,.aboutlf_hh{
		width: 100%;
	}
	.aboutlf_wh ul,.aboutlf_n h4, .aboutlf_wh h4{
		margin-top:30px;
	}
	.aboutlf_wh,.aboutlf_hh,.aboutjs_n{
		margin-top:30px;
	}
	.aboutimg_n{
		height:auto;
	}
	.aboutlf_n{
        margin-left:0;
		padding-top:0;
    }
	.about_n {
		margin-top:60px;
	}
	.aboutlf_n ul{
		margin-top: 40px;
	}
	.aboutimglist {
		margin-top: 60px;
		margin-bottom:0;
	}
	.naboutimg,.naboutrt{
		width:100%;
	}
	.naboutrt{
		margin-top:30px;
	}
	.nabout {
		margin-top:60px;
		margin-bottom:60px;
	}
	.company {
		margin-bottom:0;
	}
	.gsyg_n{
		margin-top: 100px;
	}
	.ywlynr_n dl{
		width:100%;
		height:auto;
		margin: 40px 0;
	}
	.ywlynr_n dl:nth-child(2n+1) {
		margin-left: 0;
	}
	.ywlynr_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.ywlynr_n dl dt,.ywlynr_n dl dd{
		width:100%;
		float:none !important;
	}
	.ywlynr_n dl dd{
		text-align:center;
		height: auto;
	}
	.ywlynr_n dl dd img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.ywlynr_n dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.1);
		transform: translate(0, 0) scale(1.1);
	}
	.ywlynr_n dl:before {
		font-size: 60px;
		line-height: 60px;
		top: -30px;
	}
	.ywlynr_n dl dt h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.ywlynr_n dl dt h5 {
		font-size: 22px;
		line-height:32px;
	}
	.ywlynr_n dl dt .ywlyms_n p {
		font-size: 15px;
		line-height:25px;
	}
	.ywlynr_n dl dt,.ywlynr_n dl:nth-child(8) dt{
		padding: 50px 30px 40px 30px;
	}
	.ywlynr_n dl:nth-child(2n+1) dt .ywlynum_n{
		left:30px;
	}
	.ywlynr_n dl:nth-child(2n) dt .ywlynum_n{
		right:40px;
	}
	.ywlynr_n dl dt .ywlynum_n {
		font-size: 70px;
		line-height: 70px;
		top: -35px;
	}
	.ywlynr_n dl dt .ywlyms_n {
		margin-top: 10px;
	}
	.ywlynr_n dl dt .ywlynum_n{
		left:30px;
	}
	.companyimg,.companyrt{
		width:100%;
	}
	.companyrt{
		margin-top:20px;
	}
	.companylist{
		padding:50px 0;
	}
	.honornr_n {
		margin-top: 30px;
	}
	.gsfzlist dl{
		width:100%;
		height:auto;
		margin: 40px 0;
	}
	.gsfzlist dl:nth-child(2n+1) {
		margin-left: 0;
	}
	.gsfzlist dl:nth-child(2n) {
		margin-right: 0;
	}
	.gsfzlist dl dt,.gsfzlist dl dd{
		width:100%;
		float:none !important;
	}
	.gsfzlist dl dd{
		text-align:center;
		height: auto;
	}
	.gsfzlist dl dd img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.gsfzlist dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.03);
		transform: translate(0, 0) scale(1.03);
	}
	.gsfzlist dl dt h5 {
		font-size: 26px;
		line-height:36px;
	}
	.gsfzlist dl dt{
		padding: 50px 30px 40px 30px;
	}
	.gsfzlist dl dt .gsfzen{
		font-size:60px;
        line-height:60px;
		left:30px;
		top:-30px;
	}
	.gsfzlist dl dt .gsfzms{
		margin-top:20px;
	}
	.footernr .footerlf,.footernr .footerin,.footernr .footerrt{
		width:100%;
		padding:0;
	}
	.footernr .footerlf{
		border:none;
	}
	.botlogo{
		margin-bottom:30px;
	}
	.footernr .footerin,.footernr .footerrt{
		margin-top:30px;
	}
	.footernr .boticon{
		position:inherit;
		margin-top:20px;
	}
	.footer {
		padding: 40px 0 30px 0;
	}
}
@media(max-width:991px) {
	.banner .img .bannertext{
		width:39.3%;
	}
	.banner .swiper-pagination{
		bottom:20px;
	}
	.ywjslist .ywjsen {
        font-size: 40px;
        line-height: 34px;
    }
	.cloud-product-ul li .normal-inner h4 {
		font-size: 18px;
	}
	.cloud-product-ul li.active .normal-inner h4{
		font-size:22px;
		line-height:32px;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 30px;
	}
	.casenr .swiper-button {
		margin-right: 0;
		right: 2%;
	}
	.caselist .casebot .casebotlf {
		width: 80%;
	}
	.case {
		padding-top: 60px;
	}
	.casenr {
		margin-top: 30px;
	}
	.casenr .swiper-container{
		width:100%;
		left:0;
	}
	.cxfzmenu ul li a {
		font-size:18px;
		line-height:28px;
	}
	.news {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.news .swiper-button {
		margin-top: 40px;
	}
	.khscroll ul li{
		width:222px;
		height: 90px;
	}
	.hzkh{
		padding-top:60px;
		padding-bottom: 150px;
	}
	.hzkhnr{
		margin-top:30px;
	}
	.positionlf,.menu_n{
		width:100%;
	}
	.newsmenu ul li{
		margin-left:20px;
	}
	.ywjs_hh{
		padding: 60px 0;
		margin-top:60px;
	}
	.pro_hh{
		padding-top:60px;
		padding-bottom:60px;
	}
	.pro_hh ul li {
        padding: 0 20px;
    }
	.naboutlist ul li dl dt {
		margin-right:10px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:60px;
		line-height:50px;
		margin-right:5px;
	}
	.naboutlist ul li dl dd .naboutnum {
		font-size:22px;
	}
	.naboutlist ul li dl dd p{
		font-size:17px;
	}
	.companylist h3 {
        font-size:26px;
        line-height:36px;
    }
	.pro_hh ul li .num {
        width: 6%;
    }
	.team_ghlf, .team_ghrt {
		width:100%;
	}
	.team_gh{
		margin-top:20px;
	}
	.team_ghbox{
		margin-top:30px !important;
	}
	.gsyg_n .gsygen_n{
		font-size:60px;
		line-height:60px;
		top:-42px;
	}
	.nglfzbg_nr p {
        width:100%;
    }
	.nzlgl{
		margin-top:60px;
		margin-bottom:60px;
	}
	.gsfz {
		padding-top:60px;
	}
	.gsfzjs{
		margin-top:30px;
	}
	.gsspnr .swiper-button-prev, .gsspnr .swiper-button-next{
		width:40px;
		height:40px;
		margin-top:-20px;
	}
	.gssp{
		padding-top:60px;
		padding-bottom:60px;
	}
	.gsspnr{
		margin-top:30px;
	}
	.nglfz ul li .nglfznum{
		font-size:40px;
	}
	.nglfz ul li {
        padding: 0 30px;
    }
	.nglfzbg{
		height:auto;
	}
	.nglfzbg_nr{
		padding:60px 0;
	}
	.nglfzbg_nr::before{
		top:30px;
	}
	.nglfzbg_nr::after{
		bottom:30px;
	}
	.nglfz hr,.nglfzjs{
		margin-top:30px;
	}
	.menu_n ul {
		justify-content: left;
	}
	.menu_n ul li {
		width: 33.3333333333333333333333%;
		margin-right: 0;
		text-align:center;
		padding: 10px 0;
	}
	.naboutlist{
		padding-top:100px;
		padding-bottom:100px;
	}
	.wh_yjnr ul li .wh_yjtext h5,.wh_jgnlnr ul li h5,.yjnr_n ul li .wh_yjtext h5{
		font-size:18px;
	}
	.wh_yjnr ul li .wh_yjtext p,.yjnr_n ul li .wh_yjtext p{
		font-size:15px;
		line-height:25px;
	}
	.yjnr_n ul li{
		width:49%;
	}
	.yjnr_n ul li:nth-child(3n){
		margin-right:2%;
	}
	.yjnr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.yjnr_n ul li .wh_yjimg {
        height:320px;
    }
	.yjnr_n ul li .wh_yjtext h5{
		margin-top:10px;
		font-size:16px;
	}
	.yjnr_n ul li .wh_yjtext p{
		font-size:14px;
	}
	.nglrz{
		margin-top:60px;
		margin-bottom:60px;
	}
	.wh_jgnlnr ul{
		margin-top:40px;
	}
	.nglrzmore{
		margin-top:30px;
	}
	.gsyglist_n .swiper-slide:nth-child(2n+1) {
		margin-top:0;
	}
	.gsyg_n{
		padding-bottom:60px;
	}
	.gsygbox_n .gsygtext_n h5{
		font-size: 35px;
		line-height: 45px;
	}
	.newsnr_n ul li {
		width: 49%;
	}
	.newsnr_n ul li:nth-child(2n) {
		margin-right: 0;
	}
	.newsnr_n ul li:nth-child(2n+1) {
		margin-right:2%;
	}
	.newslist .newsimg {
		height: 200px;
	}
	.news_n .fbnr{
		width:100%;
		margin:0;
	}
	.news_bk dl dd{
		padding: 0 20px;
	}
	.news_bk dl dt{
		padding-left:10px;
	}
	.news_bk dl dt{
		font-size:16px;
	}
	.fhlist{
		margin-top:40px;
	}
	.tjnews {
		margin-top:60px;
	}
	.casenr_n dl{
		width:49%;
	}
	.casenr_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.casenr_n dl:nth-child(2n+1) {
		margin-right: 2%;
	}
	.casenr_n dl dt {
		height: 230px;
	}
	.hxjsnr_n dl dt {
		height: 233px;
	}
	.nprort h1{
		font-size:22px;
		line-height:32px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.teamnr_n ul li{
		width:100%;
	}
	.teamnr_n ul li .teamtext_n{
		height:auto;
		padding-bottom:20px;
	}
	.teamnr_n ul li .teamtext_n h5{
		margin-top:20px;
		margin-bottom:10px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 388px;
	}
	.honor_n{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.wh_yj{
		padding-top:60px;
		padding-bottom:60px;
	}
	.wh_jgnl {
		margin-top:60px;
		margin-bottom:60px;
	}
	.wh_yj .nglrzmore,.wh_jgnl .nglrzmore{
		margin-top:40px;
	}
	.sb_hh{
		margin-top:0;
	}
	.hj_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.hxjs_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.honortit_n .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.honortit_n .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.glrz_n .yw_promenu ul li:nth-child(4){
		border-left:solid 1px #000;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.contacttit_n,.messagetit_n{
		margin-bottom:30px;
	}
	.yw_pronr dl{
		width:49%;
		margin:15px 2% 15px 0;
	}
	.yw_pronr dl:nth-child(3n){
		margin-right:2%;
	}
	.yw_pronr dl:nth-child(2n){
		margin-right:0;
	}
	.yw_pronr dl dt{
        height:320px;
    }
	.yw_n h1{
		font-size:28px;
		line-height:38px;
	}
	.tjpro .yw_pronr dl:last-child{
		display:none;
	}
	.pages ul a{
		width:35px;
		height:35px;
		line-height:33px;
	}
	.yw_promenu ul li a{
		font-size:16px;
	}
	.wh_jgnl .yw_promenu ul li:nth-child(2n+1){
		border-left:solid 1px #000;
	}
	.wh_jgnl .yw_promenu ul li:nth-child(2n){
		border-left:none;
	}
	.messagecont_n ul li input{
		height:60px;
		line-height:60px;
		font-size:16px;
	}
	.messagecont_n ul li textarea {
		height: 160px;
		font-size: 16px;
	}
	.messagenr_n dl{
		width:100%;
	}
	.messagenr_n dl dt,.messagenr_n dl:last-child dt{
		width:10%;
	}
	.messagenr_n dl dd,.messagenr_n dl:last-child dd{
		width:90%;
	}
	.contacttit_n dl{
		margin-top:40px;
	}
	.map{
		margin-top:60px;
		margin-bottom:60px;
	}
	.botnr {
		padding: 20px 0;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.footernr ul li{
		width:33.3333333333333333333333333%;
		margin: 5px 0;
		text-align:center;
	}
	.footer {
        padding:30px 0;
    }
	.footernr dl{
		margin-top:30px;
	}
	.bot {
		margin-top: 20px;
	}
}
@media(max-width:860px) {
	.menu_n ul li {
		width: 50%;
	}
	.casenr_n dl dt {
		height: 200px;
	}
	.hxjsnr_n dl dt {
		height: 202px;
	}
	.naboutlist ul li dl dt {
		margin-right:5px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:50px;
		line-height:40px;
		margin-right:2px;
	}
	.naboutlist ul li dl dd .naboutnum {
		font-size:20px;
	}
	.naboutlist ul li dl dd p{
		font-size:16px;
	}
	.yjnr_n ul li .wh_yjimg {
        height:278px;
    }
	.yw_pronr dl dt{
        height:277px;
    }
	
}
@media(max-width:820px) {
	.casenr_n dl dt {
		height: 190px;
	}
	.hxjsnr_n dl dt {
		height: 193px;
	}
	.gsyg_n .gsygen_n {
        font-size: 50px;
        line-height: 50px;
        top: -35px;
    }
	.yjnr_n ul li .wh_yjimg {
        height:265px;
    }
	.yw_pronr dl dt{
        height:264px;
    }
}
@media(max-width:768px) {
	.tit .titen{
		font-size:16px;
	}
	.tit h3,.tit h3 a{
		font-size:30px;
		line-height:40px;
	}
	.tit_i h3, .tit_i h3 a {
        font-size: 35px;
        line-height: 45px;
    }
	.tit_i .titen{
		font-size:18px;
	}
	.ywjslist .ywjsen {
        font-size:30px;
        line-height:28px;
    }
	.yw_promenu ul li a{
		font-size:16px;
	}
	.khscroll ul li{
		width:200px;
		height: 80px;
	}
	.cxfzmenu ul li a {
		font-size:16px;
		line-height:26px;
	}
	.ntit h3 {
        font-size: 35px;
        line-height: 45px;
    }
	.pro_hh ul li .num {
        width:8%;
    }
	.ywlynr_n dl dt h5 {
		font-size: 20px;
		line-height:30px;
	}
	.aboutlf_n h4, .aboutlf_wh h4{
		font-size:22px;
		line-height:32px;
	}
	.newslist .newsimg {
		height: 178px;
	}
	.yjnr_n ul li .wh_yjimg {
        height:248px;
    }
	.casenr_n dl dt {
		height: 178px;
	}
	.casenr_n dl dd{
		font-size:15px;
	}
	.hxjsnr_n dl dt {
		height: 180px;
	}
	.yzmbtn .btn1 input {
		width: 50%;
	}
	.gsyg_n .gsygen_n {
        font-size:40px;
        line-height:40px;
        top:-28px;
    }
	.news_bk dl dt{
		padding:0 5px;
		justify-content:center;
	}
	.news_bk dl dt{
		width: 18%;
	}
	.news_bk dl dd{
		width: 82%;
	}
	.nglfz h5{
		font-size:20px;
		line-height:30px;
	}
	.nglfzjs{
		font-size:18px;
	}
	.aboutlf_wh h3,.aboutlf_hh h3{
        font-size:24px;
        line-height:34px;
    }
	.gsygbox_n .gsygtext_n h5{
		font-size:30px;
		line-height:40px;
	}
	.gsygbox_n .gsygtext_n p{
		font-size:18px;
	}
	.yw_pronr dl dt{
        height:248px;
    }
	.messagenr_n dl dt,.messagenr_n dl:last-child dt{
		width:14%;
	}
	.messagenr_n dl dd,.messagenr_n dl:last-child dd{
		width:86%;
	}
}
@media(max-width:767px) {
	.aboutmenu{
		width:100%;
	}
	.aboutmenu ul{
		justify-content: left;
	}
	.aboutmenu ul li{
		width:50%;
		text-align:center;
		margin-left:0;
	}
	.aboutimglist ul li{
		width:49%;
		margin:10px 0;
	}
	.yyly .tit{
		top:50px;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:100%;
	}
	.cloud-product-ul li{
		height:688px;
	}
	.cloud-product-ul li .normal-inner{
		bottom:100px;
	}
	.cloud-product-ul li.active .normal-inner{
		bottom:40px;
	}
	.newsmenu{
		width:100%;
	}
	.newsmenu ul{
		justify-content:left;
	}
	.newsmenu ul li{
		margin-left:0;
		margin-right:10px;
	}
	.more a,.newsmenu ul li{
		width: 150px;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
	}
	.more a i,.newsmenu ul li i{
		margin-right: 20px;
	}
	.more a:hover i,.newsmenu ul li:hover i{
		margin-right:30px;
	}
	.tjnews ul{
		flex-wrap:wrap;
	}
	.tjnews ul li{
		width:100%;
		margin:10px 0;
	}
	.naboutlist{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.naboutlist ul li{
		margin:10px 0;
	}
	.naboutlist ul li dl dt img{
		height:40px;
	}
	.nglrz ul li, .glrznr_n ul li{
		width:49%;
		margin:15px 2% 15px 0;
	}
	.nglrz ul li:nth-child(4n), .glrznr_n ul li:nth-child(4n){
		margin-right:2%;
	}
	.nglrz ul li:nth-child(2n), .glrznr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.nglrzmore a {
		width:150px;
		height:48px;
		line-height:48px;
	}
	.messagecont_n ul li{
		width:100%;
	}
	.contactcont_n h4{
		font-size: 24px;
		line-height: 34px;
	}
	.hxjsnr_n dl{
		width:100%;
		margin:15px 0;
	}
	.hxjsnr_n{
		margin-top:30px;
	}
	.hxjsnr_n dl dt {
		height: 376px;
	}
	.wh_yjnr ul li, .wh_jgnlnr ul li{
		width:100%;
		margin-bottom:20px;
	}
	.wh_yjnr ul li .wh_yjtext h5{
		margin-top:16px;
	}
	.wh_jgnl .yw_promenu ul li:nth-child(3n), .yj_n .yw_promenu ul li:nth-child(3n),.yw_promenu ul li:nth-child(3n){
		border: solid 1px #000;
	}
	.glrz_n .yw_promenu ul li:nth-child(5n){
		border-left:solid 1px #000;
	}
	.glrz_n .yw_promenu ul li:nth-child(2n){
		border-left:none;
	}
	.wh_jgnl .yw_promenu ul li:nth-child(2n){
        border-left:solid 1px #000;
    }
	.contactlf_n img{
		width:50px;
	}
	.contactrt_n {
		margin-left: 10px;
	}
	.contactrt_n span{
		font-size:18px;
	}
	.contactrt_n p,.contactrt_n p a{
		font-size:20px;
		line-height:30px;
	}
	.footerin ul li:first-child{
		margin-bottom:20px;
	}
	.footerin ul li:first-child p{
		width:33.33333333333333333333333%;
		float:left;
	}
}
@media(max-width:640px) {
	.banner .swiper-pagination {
		bottom: 10px;
		left:4%;
	}
	.banner .img .bannertext{
		left:6%;
	}
	.swiper-pagination-bullet{
		width:15px;
		height:5px;
	}
	.swiper-pagination-bullet-active{
		width:25px;
	}
	.mouse {
		width: 18px;
		height: 30px;
	}
	.shubiao{
		bottom:10px;
		margin-left: -9px;
	}
	.tit h3, .tit h3 a {
        font-size: 26px;
        line-height: 36px;
    }
	.tit_i h3, .tit_i h3 a {
        font-size: 30px;
        line-height: 40px;
    }
	.tit_i .titen{
		font-size:16px;
		line-height:26px;
	}
	.cloud-product-ul li{
		height:574px;
	}
	.cloud-product-ul li.active .normal-inner .yylymore {
		margin-top: 30px;
	}
	.cloud-product-ul li .yylyicon{
		margin-bottom:20px;
	}
	.cloud-product-ul li .yylyicon img{
		width:50px;
	}
	.cloud-product-ul li.active .normal-inner h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 20px;
	}
	.cloud-product-ul li .normal-inner {
		bottom: 80px;
	}
	.ywjslist .ywjsimg {
		width: 100%;
		float:none;
	}
	.ywjs .more{
		margin-top:40px;
	}
	.ywjs .tit_i{
		position:inherit;
		top:0;
		left:0;
	}
	.ywjs{
		padding-top:60px;
		padding-right:6%;
	}
	.ywjs .cont{
		width:100%;
	}
	.ywjs hr{
		display:none;
	}
	.ywjsnr{
		margin-top:30px;
	}
	.ywjsnr .swiper-button{
		height: auto;
        position: inherit;
        width: auto;
        float: right;
	}
	.ywjsnr .swiper-button .swiper-button-next{
		margin-left:20px;
	}
	.ywjslist .ywjstit,.ywjslist .ywjsen{
		position:inherit;
		bottom:0;
	}
	.ywjslist .ywjsen {
        font-size:20px;
        line-height:25px;
		margin-top:10px;
    }
	.ywjslist .ywjstit{
		width:100%;
		overflow:hidden;
		margin-top:10px;
	}
	.ywjslist .ywjstit span{
		font-size:20px;
		padding-bottom:0;
	}
	.yjnr_n ul li .wh_yjtext h5{
        font-size: 15px;
    }
	.newsmenu {
		display: none;
	}
	.ntit h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.cxfzmenu ul li{
		width:100%;
		margin-top:10px;
	}
	.gsspnr{
		padding:0 6%;
	}
	.gsspnr .swiper-button-prev, .gsspnr .swiper-button-next {
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
	.gsspnr .swiper-button-prev{
		left:0;
	}
	.gsspnr .swiper-button-next{
		right:0;
	}
	.gsfzlist dl dt .gsfzen{
		font-size:50px;
        line-height:50px;
	}
	.nglfz ul li .nglfznum{
		display:none;
	}
	.nglfz ul li .nglfznr{
		width:100%;
	}
	.nglfz ul li {
        padding:0 20px;
    }
	.menu_n ul li {
        width:100%;
		padding:5px 0;
    }
	.pro_hh ul li{
		flex-wrap:wrap;
		height:auto;
		padding:30px 20px;
	}
	.pro_hh ul li .num {
        width:100%;
		margin-bottom:10px;
    }
	.pro_hh ul li .projs_hh{
		font-size:18px;
	}
	.gsyg_n .gsygen_n {
        font-size:30px;
        line-height:30px;
        top:-21px;
    }
	.companylist h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.companybtn a{
		width:140px;
		height:46px;
		line-height:46px;
		margin-right:10px;
	}
	.aboutlf_wh h3,.aboutlf_hh h3{
        font-size:22px;
        line-height:32px;
    }
	.team_ghbox .team_ghimg{
		width:100%;
	}
	.team_ghbox .team_ghtext{
		width:100%;
		position:inherit;
		bottom:0;
		padding-top:20px;
	}
	.team_ghbox .team_ghtext h5{
		margin:10px 0;
	}
	.newsnr_n ul li {
		width: 100%;
	}
	.newsnr_n ul li:nth-child(2n+1) {
		margin-right:0;
	}
	.newslist .newsbot {
		padding: 0 10px;
	}
	.caselist .casebot .casebotlf h5 {
		margin-bottom: 5px;
	}
	.caselist .casebot .casebotlf {
		padding: 10px 0 0 20px;
	}
	.caselist .casebot {
		height: 100px;
	}
	.casenr .swiper-button{
		bottom:35px;
	}
	.casenr .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.gsygbox_n .gsygtext_n h5{
		font-size:25px;
		line-height:35px;
	}
	.gsygbox_n .gsygtext_n p{
		font-size:16px;
	}
	.gsyglist_n{
		margin-top:30px;
	}
	.ywlynr_n dl dt,.ywlynr_n dl:nth-child(8) dt{
		padding: 50px 20px 40px 20px;
	}
	.ywlynr_n dl:nth-child(2n+1) dt .ywlynum_n{
		left:20px;
	}
	.yjnr_n ul li .wh_yjimg {
        height:206px;
    }
	.yw_pronr dl dt{
        height:206px;
    }
	.yw_pronr dl dd{
		font-size:16px;
	}
	.casenr_n dl dt {
		height: 148px;
	}
	.casenr_n dl dd{
		font-size:14px;
	}
	.teamnr_n ul li .teamtext_n h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.hxjsnr_n dl dt {
		height: 314px;
	}
	.hxjsnr_n dl dd h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.news_bk dl dd {
        padding: 0 10px;
    }
	.yw_n h1{
		font-size:26px;
		line-height:36px;
	}
	.wh_yjnr ul li .wh_yjtext h5, .wh_jgnlnr ul li h5, .yjnr_n ul li .wh_yjtext h5 {
        font-size: 16px;
    }
	.message dl{
		width:100%;
	}
	.card-img-150{
		height:140px;
	}
	.card-body h5 a, .card-body h5 span {
		font-size: 15px;
	}
	.card-body h5{
		margin-top:5px;
	}
	.messagenr_n dl dt,.messagenr_n dl:last-child dt{
		width:20%;
	}
	.messagenr_n dl dd,.messagenr_n dl:last-child dd{
		width:80%;
	}
	.contactlf_n,.contactrt_n {
		width:100%;
	}
	.contactrt_n {
		margin-left:0;
		margin-top:10px;
	}
	.contactcont_n ul li {
		padding: 20px 0;
	}
	.footernr ul li{
		width:50%;
	}
}
@media(max-width:540px) {
	.cloud-product-ul li{
		height:484px;
	}
	.aboutmenu ul li{
		width:100%;
	}
	.tit h3, .tit h3 a {
        font-size: 22px;
        line-height: 32px;
    }
	.casenr_n dl dt {
		height: 125px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 355px;
	}
	.hxjsnr_n dl dt {
		height: 265px;
	}
	.card-img-150{
		height:116px;
	}
	.yjnr_n ul li .wh_yjimg,.yw_pronr dl dt{
        height:174px;
    }
	.yw_n h1 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media(max-width:500px) {
	.caselist .casebot .casebotlf {
		width: 76%;
	}
	.yzmbtn .btn1 img{
		width: 50%;
	}
	.messagenr_n dl dt,.messagenr_n dl:last-child dt{
		width:22%;
	}
	.messagenr_n dl dd,.messagenr_n dl:last-child dd{
		width:78%;
	}
}
@media(max-width:425px) {
	.banner .swiper-pagination {
		bottom: 5px;
	}
	.aboutlist ul li .aboutnum .timer {
		font-size: 40px;
		line-height: 40px;
	}
	.cxfzmenu ul li a {
        font-size: 16px;
    }
	.caselist .casebot .casebotlf h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.caselist .casebot .casebotlf p {
		font-size: 13px;
		line-height: 23px;
	}
	.caselist .casebot .casebotlf {
		width: 72%;
	}
	.gsfzlist dl dt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.gsfzlist dl dt .gsfzen {
        font-size:45px;
        line-height:45px;
		left:20px;
		top:-25px;
    }
	.gsfzlist dl dt {
        padding: 50px 20px 40px 20px;
    }
	.companylist h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.gsyg_n .gsygen_n {
        font-size:25px;
        line-height:25px;
        top:-17px;
    }
	.casenr_n dl dt {
		height: 98px;
	}
	.teamnr_n ul li .teamimg_n {
		height: 280px;
	}
	.naboutlist ul li dl dt img{
		height:30px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:40px;
		line-height:30px;
	}
	.naboutlist ul li dl dd .naboutnum {
		font-size:18px;
	}
	.naboutlist ul li dl dd p{
		font-size:14px;
		line-height:25px;
	}
	.yjnr_n ul li .wh_yjimg,.yw_pronr dl dt{
        height:137px;
    }
	.hxjsnr_n dl dt {
		height: 208px;
	}
	.card-body h5 a, .card-body h5 span {
		font-size: 14px;
	}
	.card-img-150{
		height:89px;
	}
	.yw_pronr dl dd {
        font-size:15px;
		line-height:25px;
    }
	.yjnr_n ul li .wh_yjtext h5{
        font-size: 14px;
    }
	.contactrt_n p, .contactrt_n p a {
		font-size: 18px;
	}
	.contactcont_n h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.footernr ul li{
		width:100%;
		margin:0;
	}
}
@media(max-width:424px){
	.messagenr_n dl{
		flex-wrap:wrap;
		margin:15px 0;
	}
	.messagenr_n dl dt,.messagenr_n dl dd{
		width:100% !important;
	}
	.messagenr_n dl dt{
		line-height:30px;
		margin-bottom:5px;
	}
	.btn1 .intxt {
		width:100px;
	}
}
@media(max-width:375px){
	.aboutlist ul li .aboutnum .timer {
		font-size: 35px;
		line-height: 35px;
	}
	.caselist .casebot .casebotlf {
		width: 70%;
		padding: 10px 0 0 15px;
	}
	.casenr_n dl dt {
		height: 87px;
	}
	.naboutlist ul li dl dd .naboutnum .timer {
		font-size:35px;
		line-height:25px;
	}
	.naboutlist ul li dl dd .naboutnum {
		font-size:16px;
	}
	.naboutlist ul li dl dd p {
        font-size:12px;
    }
	.naboutlist ul li dl dt img {
        height: 25px;
    }
	.gsyg_n .gsygen_n {
        font-size:22px;
        line-height:22px;
        top:-15px;
    }
	.teamnr_n ul li .teamimg_n {
		height: 247px;
	}
	.hxjsnr_n dl dt {
		height: 184px;
	}
	.yjnr_n ul li .wh_yjimg,.yw_pronr dl dt{
        height:121px;
    }
	.yw_pronr dl dd {
        font-size:14px;
    }
}
@media(max-width:320px) {
	.teamnr_n ul li .teamimg_n {
		height: 210px;
	}
	.hxjsnr_n dl dt {
		height: 157px;
	}
	.yjnr_n ul li .wh_yjimg,.yw_pronr dl dt{
        height:103px;
    }
	
}
@media(max-width:319px) {
	.contactrt_n p, .contactrt_n p a {
		font-size: 16px;
	}
}