@charset "utf-8";



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

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

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

/* 全局样式

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

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

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

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



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	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:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#fff;
	margin:0 12px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(3,88,181,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:#0358b5;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	padding:40.5px 0;
	margin-right:60px;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:5px;
	background-color:#0358b5;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

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

  pointer-events: none;

}



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

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

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

.submenu li {

  opacity: 0;



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

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

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

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

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

}



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

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

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

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

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


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

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:100px;
	margin:0 43px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:hover,.nav .menu > li.active a{
	font-weight:bold;
}
.nav .menu > li a:after{
	content:"";
	width:0px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}


.nav .menu > li .submenu{

	width:180px;
	left:50%;
	margin-left:-90px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	border-top:solid 1px #ddd;
}
.nav .menu > li .submenu li:first-child{
	border-top:none;
}

.nav .menu > li .submenu li a{

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

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

	background:#033faf;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	font-weight:normal;
	}

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .bannertext{
	width:76.7%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-38.35%;
	bottom:74px;
	z-index:990;
	}
.banner .img .bannerfont{
	position:absolute;
	z-index:990;
	opacity: 0;
}
.banner .img .bannerfont1{
	width:74%;
	left:50%;
	margin-left:-37%;
	top:43%;
}
.banner .img .bannerfont2{
	width:70%;
	left:50%;
	margin-left:-35%;
	top:31%;
}
.banner .img .bannerfont3{
	width:77%;
	left:50%;
	margin-left:-38.5%;
	top:50%;
}
.banner .img .bannertext img,.banner .img .bannerfont img{
	max-width:100%;
	height:auto;
	}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

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

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

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

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

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

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

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

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

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

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

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	font-size:18px;
	font-family:Arial;
	float:left;
	position:relative;
}
.swiper-pagination-fraction .swiper-pagination-current{
	font-size:50px;
	color:#fff;
	font-weight:normal;
	font-family:Arial;
	}

.swiper-pagination-fraction span::before{
	content:"0";
	}
.swiper-pagination-fraction span:first-child::after{
	content:"/";
	font-size:18px;
	color:#fff;
	margin-left:5px;
	}
.swiper-pagination-fraction span:first-child{
	padding-right:5px;
	}
.swiper-pagination-fraction span:last-child{
	margin-top:10px;
	}

.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: 10px;
	height:10px;
	display: inline-block;
	margin:0 15px;
	border:solid 2px #fff;
	outline:none;
	border-radius:50%;
}

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

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}



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

.swiper-scrollbar-lock {
	display: none
}

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

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

.swiper-slide-zoomed {
	cursor: move
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
	overflow: visible
}

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

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

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

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

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

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

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

.swiper-container-flip {
	overflow: visible
}

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

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

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

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

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

/*banner*/

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

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:69px;
	color:#272631;
	line-height:79px;
	font-family: Arial;
	font-weight:bold;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#272631;
	line-height:50px;
	}
.tit h3 a{
	font-size:40px;
	color:#272631;
	}
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	width:200px;
	height:56px;
	line-height:56px;
	display:block;
	background:#033faf;
	font-size:16px;
	color:#fff;
	padding-left:24px;
	}
.more a i{
	float:right;
	margin-right:22px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a:hover i{
	margin-right:32px;
}
.more .morelf{
	width:79%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	text-align:center;
	}
.more .morert{
	width:21%;
	height:100%;
	overflow:hidden;
	border-left:solid 1px rgba(255,255,255,0.4);
	background:url(../images/icon7.png) no-repeat center;
	}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:144px;
	padding-bottom:94px;
	}
.about .aboutlf{
	width:33%;
	overflow:hidden;
	}
.about .aboutrt{
	width:51%;
	overflow:hidden;
	padding-right:1%;
	padding-bottom:14px;
	position:relative;
	}
.about .aboutrt::after{
	content:"";
	width:90px;
	height:90px;
	background:#033faf;
	position:absolute;
	right:0;
	bottom:0;
	z-index:0;
	display:none;
}
.about .aboutrt .aboutimg{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
	}
.about .aboutrt .aboutimg img{
	width:100%;
	height:auto;
	}
.aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#605d6e;
	line-height:30px;
	margin-top:26px;
}
.aboutlf .aboutjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#605d6e;
	line-height:30px;
	text-indent:2em;
}
.about .more a{
	margin-top:54px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:107px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	text-align:center;
	position:relative;
}
.aboutlist ul li:after{
	content:"";
	width:1px;
	height:100px;
	background:#a4a4a4;
	position:absolute;
	top:10px;
	right:0;
	}
.aboutlist ul li:last-child:after{
	display:none;
	}
.aboutlist ul li dl{
	display:inline-block;
	text-align:left;
}
.aboutlist ul li:first-child dl{
	float:left;
}
.aboutlist ul li:last-child dl{
	float:right;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:15px;
	color:#605d6e;
	font-weight:normal;
	}
.aboutlist ul li dl dd{
	font-size:15px;
	color:#605d6e;
	line-height:32px;
	margin-top:7px;
}
.aboutlist ul li dl dt .counter{
	color:#272631;
	font-size:90px;
	line-height:90px;
	font-family: myOneFont;
}
.aboutlist ul li:hover dl dt .counter{
	color:#033faf;
}
.aboutlist ul li dl dd img{
	margin-right:5px;
}
/* wlcy
-------------------------------------------------------------- */
.wlcy{
	width:100%;
	overflow:hidden;
	background:url(../images/wlcybg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:104px;
	padding-bottom:80px;
}
.wlcy .tit{
	text-align:center;
}
.wlcy .tit p,.wlcy .tit h3,.wlcy .tit h3 a{
	color:#fff;
}
.wlcynr{
	width:100%;
	overflow:hidden;
	margin-top:54px;
}
.wlcylist{
	width:100%;
	height:448px;
	overflow:hidden;
	position:relative;
}
.wlcylist img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.wlcylist .wlcybg{
	width:100%;
	height:100%;
	background:rgba(250,97,0,0.6);
	position:absolute;
	left:0;
	top:0;
	padding:90px 70px 0 70px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.wlcylist:hover .wlcybg{
	opacity:1;
}
.wlcylist .wlcybg h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-bottom:23px;
}
.wlcylist .wlcybg p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.wlcylist .wlcymore{
	color:#fff;
	font-size:16px;
	margin-top:115px;
}
.wlcylist .wlcymore span{
	color:#fff;
	font-size:16px;
	margin-left:25px;
}
.wlcytit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.wlcy .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:42px;
}
.wlcy .swiper-button div{
	width:38px;
	height:38px;
	display:inline-block;
	border:solid 1px #fff;
	border-radius:50%;
	margin:0 10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.wlcy .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.wlcy .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
}
.wlcy .swiper-button div:hover{
	background-color:#fa6100;
	border:solid 1px #fa6100;
}
/* hxys
-------------------------------------------------------------- */
.hxysbg{
	width:100%;
	overflow:hidden;
	background:url(../images/hxysbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:158px;
}
.hxys{
	margin-top:66px;
}
.hxys .tit,.gxwl_n .tit,.zlbj_n .tit{
	width:100%;
	text-align:center;
}
.hxysjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#272631;
	line-height:30px;
	margin-top:42px;
}
.hxysnr,.hxysnr ul{
	width:100%;
}
.hxysnr{
	margin-top:70px;
}
.hxysnr ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hxysnr ul li{
	width:24%;
	height:470px;
	background:#fff;
	padding:64px 38px 0 38px;
	border-radius:8px;
	position:relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.hxysnr ul li:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.hxysnr ul li .hxysicon,.hxysnr ul li h5,.hxysnr ul li p{
	width:100%;
	overflow:hidden;
}
.hxysnr ul li h5{
	font-size:22px;
	color:#272631;
	line-height:32px;
	font-weight:normal;
	margin:80px 0 10px 0;
}
.hxysnr ul li p{
	font-size:16px;
	color:#969699;
}
.hxysnr ul li .hxysmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#272631;
	line-height:30px;
	position:absolute;
	left: 0;
    bottom: 60px;
    padding: 0 38px;
}
.hxysnr ul li .hxysmore span{
	font-size:16px;
	color:#272631;
	margin-left:14px;
}
.hxysnr ul li:hover .hxysmore,.hxysnr ul li:hover .hxysmore span{
	color:#033faf;
}
/* hxys_n
-------------------------------------------------------------- */
.hxys_n{
	width:100%;
	overflow:hidden;
	padding:80px 0;
}
.gxwlnr_n,.gxwlnr_n ul{
	width:100%;
}
.gxwlnr_n{
	margin-top:50px;
}
.gxwlnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gxwlnr_n ul li{
	width:32%;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.gxwlnr_n ul li .gxwlimg,.gxwlnr_n ul li .gxwltext,.gxwlnr_n ul li h5,.gxwlnr_n ul li p,.gxwlnr_n ul li .gxwlmore{
	width:100%;
	overflow:hidden;
}
.gxwlnr_n ul li .gxwlimg img{
	width:100%;
	height:auto;
}
.gxwlnr_n ul li .gxwltext{
	padding:20px;
}
.gxwlnr_n ul li h5{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-bottom:10px;
}
.gxwlnr_n ul li p{
	font-size:16px;
}
.gxwlnr_n ul li .gxwlmore{
	margin-top:10px;
	line-height:30px;
}
.gxwlnr_n ul li .gxwlmore a{
	font-size:16px;
	color:#033faf;
}
.car_n{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-top:80px;
}
.carlf,.carrt{
	width:48%;
	overflow:hidden;
}
.carrt,.zlbjlf_n{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	border-radius:10px;
}
.carrt img{
	width:100%;
	height:auto;
}
.carlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:22px;
	margin-bottom:25px;
}
.carlf dl,.carlf dl dt,.carlf dl dd,.carlf .carmore{
	width:100%;
	overflow:hidden;
}
.carlf dl{
	margin-top:10px;
	background:url(../images/icon21.png) no-repeat left 7px;
	padding-left:26px;
}
.carlf dl dt{
	font-size:18px;
	color:#333;
	line-height:30px;
}
.carlf dl dd{
	font-size:16px;
}
.carlf .carmore{
	line-height:30px;
	margin-top:18px;
}
.carlf .carmore a{
	font-size:16px;
	color: #033faf;
}
.zlbj_n{
	margin-top:80px;
}
.zlbjnr_n{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-top:50px;
}
.zlbjlf_n{
	width:48%;
	overflow:hidden;
}
.zlbjlf_n img{
	width:100%;
	height:auto;
}
.zlbjrt_n{
	width:48%;
}
.zlbjrt_n h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-bottom:18px;
}
.zlbjrt_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
}
.zlbjrt_n dl{
	width:50%;
	overflow:hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	padding:20px;
	border-radius:10px;
	margin-top:28px;
}
.zlbjrt_n dl dt,.zlbjrt_n dl dd{
	width:100%;
	overflow:hidden;
}
.zlbjrt_n dl dt{
	font-size:26px;
	color:#033faf;
	line-height:36px;
}
.zlbjrt_n dl dd{
	font-size:16px;
}
.qdcx_n{
	margin-top:80px;
}
.qdcx_n .tit{
	width:100%;
	text-align:center;
}
.qdcxnr_n,.qdcxnr_n ul{
	width:100%;
}
.qdcxnr_n{
	margin-top:50px;
}
.qdcxnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.qdcxnr_n ul li{
	width:32%;
	overflow:hidden;
	padding:20px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	border-radius:10px;
}
.qdcxnr_n ul li .qdcxicon_n,.qdcxnr_n ul li h5,.qdcxnr_n ul li .qdcxms_n,.qdcxnr_n ul li p{
	width:100%;
	overflow:hidden;
}
.qdcxnr_n ul li h5{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin:10px 0;
}
.qdcxnr_n ul li .qdcxms_n{
	font-size:16px;
	margin-bottom:5px;
}
.qdcxnr_n ul li p{
	line-height:30px;
	padding-left:15px;
	background:url(../images/icon20.png) no-repeat left center;
}
/* news
-------------------------------------------------------------- */
.news{
	padding-top:110px;
	padding-bottom:78px;
}
.newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .tit,.newstit .newstitrt{
	padding:0;
}
.newstit .newstitrt{
	text-align:right;
	padding-top:40px;
}
.newstit .newstitrt ul{
	display:inline-block;
}
.newstit .newstitrt ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding-bottom:20px;
	margin-left:96px;
	position:relative;
}
.newstit .newstitrt ul li a{
	font-size:18px;
	color:#272631;
}
.newstit .newstitrt ul li::after{
	content: "";
    width: 0px;
    height: 2px;
    background: #033faf;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.newstit .newstitrt ul li:hover::after{
	width:100%;
}
.newstit .newstitrt ul li:hover a{
	color:#033faf;
	font-weight:bold;
}
.newsnr{
	width:100%;
	overflow:hidden;
	padding-top:18px;
	margin-top:56px;
}
.newsnr .newslf,.newsnr .newsrt{
	width:49%;
	}
.newsnr .newslf{
	border:solid 1px #e7e7e7;
	position:relative;
}
.newsnr .newslf .newsdate{
	width:96px;
	height:96px;
	background:#033faf;
	padding-top:10px;
	position:absolute;
	left:20px;
	top:-18px;
	z-index:9;
}
.newsnr .newslf .newsdate .day,.newsnr .newslf .newsdate .year{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.newsnr .newslf .newsdate .day{
	font-size:50px;
	color:#fff;
	line-height:50px;
	font-family:Arial;
}
.newsnr .newslf .newsdate .year{
	font-size:16px;
	color:#fff;
	font-family:Arial;
}
.newslf .newsimg,.newslf .newsjs,.newslf .newsjs,.newslf .newsjs h5,.newslf .newsjs p{
	width:100%;
	overflow:hidden;
}
.newslf .newsimg{
	position:relative;
	height:538px;
}
.newslf .newsjs{
	padding:28px 38px;
}
.newslf .newsjs h5{
	font-size:20px;
	color:#272631;
	line-height:30px;
	margin-bottom:12px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newslf .newsjs p{
	font-size:16px;
	color:#969699;
	height:50px;
}
.newslf .newsimg 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;
}
.newslf:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsnr .newsrt ul,.newsnr .newsrt ul li,.newsnr .newsrt ul li h5,.newsnr .newsrt ul li p{
	width:100%;
	overflow:hidden;
}
.newsnr .newsrt ul li{
	border:solid 1px #e7e7e7;
	padding:36px 40px;
	margin-bottom:20px;
	position:relative;
}
.newsnr .newsrt ul li::before{
	content:"";
	width:0;
	height:2px;
	background:linear-gradient(to right,#0f48b2,#f8680d);
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	z-index:9;
}
.newsnr .newsrt ul li:hover::before{
	width:100%;
}
.newsnr .newsrt ul li h5{
	font-size:20px;
	color:#272631;
	font-weight:normal;
	line-height:30px;
	margin-bottom:12px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newsnr .newsrt ul li p{
	font-size:16px;
	color:#969699;
	height:50px;
}
.newslist .newslf .newslf_img img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newslist .newslf:hover .newslf_img img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newslf:hover .newsjs h5,.newsnr .newsrt ul li:hover h5{
	color:#033faf;
}

/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.gssl .tit{
	width:100%;
	text-align:center;
	position:absolute;
	top:87px;
	left:0;
	z-index:99;
}
.gssl .tit p,.gssl .tit h3,.gssl .tit h3 a{
	color:#fff;
}
.gsslnr{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li .normal-inner,.cloud-product-ul li .normal-inner .yylyicon,.cloud-product-ul li .normal-inner h4,.cloud-product-ul li .normal-inner .gsslen{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .normal-inner{
	position:absolute;
	bottom:130px;
	padding:0 0 0 50px;
	z-index:99;
	}
.cloud-product-ul li .normal-inner h4{
	font-size:32px;
	color:#fff;
	line-height:42px;
	}
.cloud-product-ul li .gsslimg{
	text-align:center;
	width:100%;
	height:100%;
	}
.cloud-product-ul li .gsslimg img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
.cloud-product-ul li .gsslbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.cloud-product-ul li.active .gsslbg{
	display:none;
}
.cloud-product-ul li .normal-inner .gsslen{
	color:#fff;
	line-height:25px;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:5px;
	}
.cloud-product-ul li .normal-inner span{
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	margin:42px 0 0 0;
	}
.active-inner-item {
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.cloud-product-ul li.active {
    z-index: 9;
    width: 25%;
}
.cloud-product-ul li.active .active-inner-item{
	display:block;
	}
.cloud-product-ul li.active .normal-inner{
	display:none;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	height:100%;
	height:960px;
	position: relative;
	background:#fff;
	width: 18.75%;
	float: left;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li .ourslicon{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .ourslicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .ourslmore{
	width:100%;
	overflow:hidden;
	border-top:solid 2px rgba(255,255,255,0.4);
	padding-top:32px;
	position:absolute;
	left:0;
	bottom:48px;
	}
.cloud-product-ul li .ourslmore a{
	width:130px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	background:url(../images/icon7.png) no-repeat 100px 10.5px;
	border-bottom:solid 3px #fff;
	padding-bottom:6px;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr{
	width:100%;
	overflow:hidden;
	background:rgba(3,63,175,0.79);
	padding:32px 35px 57px 35px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	}
.active-inner-item .oursl_nr .yylylf{
	width:80%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr .yylyrt{
	width:20%;
	overflow:hidden;
	padding-top:115px;
	}
.active-inner-item .oursl_nr .yylyrt .yylymore{
	width:90px;
	height:90px;
	background:#fff url(../images/icon9.png) no-repeat center;
	border-radius:50%;
	float:right;
	}
.active-inner-item .oursl_nr h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	}
.active-inner-item .oursl_nr .gsslen{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:25px;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:2px;
	}
.active-inner-item .oursl_nr .gssljs,.active-inner-item .oursl_nr .gssljs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.active-inner-item .oursl_nr .gssljs{
	margin-top:30px;
}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.hzkh img{
	max-width:100%;
	height:auto;
}
/* customer
-------------------------------------------------------------- */
.customer{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	position:relative;
	padding-top:80px;
	padding-bottom:176px;
	}
.customer .customerimg{
	width:64.2%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	top:100px;
	right:0;
	z-index:0;
}
.customer .customerimg img{
	max-width:100%;
	height:auto;
}
.customernr{
	width:34.3%;
	overflow:hidden;
	position:relative;
	z-index:9;
	margin-top:54px;
}
.customernr dl,.customernr dl dt,.customernr dl dd,.customernr dl dd p{
	width:100%;
	overflow:hidden;
}
.customernr dl dd p span{
	font-size:16px;
	color:#033faf;
}
.customernr dl{
	margin-top:30px;
}
.customernr dl dt{
	font-size:23px;
	color:#272631;
	line-height:33px;
	font-weight:normal;
	margin-bottom:5px;
}
.customernr dl dd,.customernr dl dd p{
	font-size:16px;
	line-height:30px;
	color:#919194;
}
/* area_n
-------------------------------------------------------------- */
.area_n{
	width:100%;
	height:1140px;
	overflow:hidden;
	background:url(../images/mapbg.jpg) no-repeat center 138px;
	padding-top:124px;
	position:relative;
}
.areajs_n{
	width:30%;
	overflow:hidden;
	font-size:16px;
	color:#807f83;
	line-height:28px;
	margin-top:110px;
}
.mark{
	overflow:hidden;
	background:none;
	position:absolute;
	right:50%;
	padding:0;
	margin-right: -575px;
    top: 470px;
}
.mark .markimg,.mark p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.mark .markimg img{
	max-width:100%;
	height:auto;
}
.mark p{
	font-size:16px;
	color:#292929;
	line-height:30px;
}
#plusDiv1{
	width: 58px;
    height: 58px;
    outline: none;
    background-color: rgba(13, 70, 177, 0.2);
    box-shadow: 1px 1px 8px 0 rgba(13, 70, 177, 0.2);
    border-radius: 100%;
    transform-origin: 0 0;
	position:absolute;
	top:262px;
	right:50%;
	margin-right: -510px;
	}
#plusDiv2{
	width: 30px;
    height: 30px;
    outline: none;
    background-color: rgba(13, 70, 177, 0.2);
    box-shadow: 1px 1px 8px 0 rgba(13, 70, 177, 0.2);
    border-radius: 100%;
    transform-origin: 0 0;
	position:absolute;
	}
#plusDiv3{
	width: 40px;
    height: 40px;
    outline: none;
    background-color: rgba(13, 70, 177, 0.2);
    box-shadow: 1px 1px 8px 0 rgba(13, 70, 177, 0.2);
    border-radius: 100%;
    transform-origin: 0 0;
	position:absolute;
	}
#plusDiv4{
	width: 50px;
    height: 50px;
    outline: none;
    background-color: rgba(13, 70, 177, 0.2);
    box-shadow: 1px 1px 8px 0 rgba(13, 70, 177, 0.2);
    border-radius: 100%;
    transform-origin: 0 0;
	position:absolute;
	}
#plusDiv1::before,#plusDiv2::before,#plusDiv3::before,#plusDiv4::before{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background: #0d46b1;
    position: absolute;
}
#plusDiv1::before{
    margin: 24px;
}
#plusDiv2::before{
    margin: 10px;
}
#plusDiv3::before{
    margin: 15px;
}
#plusDiv4::before{
    margin: 20px;
}
.plusDiv2{
	top:360px;
	right:50%;
	margin-right:-370px;
}
.plusDiv3{
	top:438px;
	right:50%;
	margin-right:-398px;
}
.plusDiv4{
	top:438px;
	right:50%;
	margin-right:-354px;
}
.plusDiv5{
	top:466px;
	right:50%;
	margin-right:-370px;
}
.plusDiv6{
	top:454px;
	right:50%;
	margin-right:-318px;
}
.plusDiv7{
	top:590px;
	right:50%;
	margin-right:-480px;
}
.plusDiv8{
	top:606px;
	right:50%;
	margin-right:-450px;
}
.plusDiv9{
	top:314px;
	right:50%;
	margin-right:-195px;
}
.plusDiv10{
	top:414px;
	right:50%;
	margin-right:-60px;
}
.plusDiv11{
	top:410px;
	right:50%;
	margin-right:-22px;
}
.plusDiv12{
	top:400px;
	right:50%;
	margin-right:12px;
}
.plusDiv13{
	top:450px;
	right:50%;
	margin-right:-66px;
}
#plusDiv3{
	top:320px;
	right:50%;
	margin-right:-155px;
}
#plusDiv4{
	top:460px;
	right:50%;
	margin-right:68px;
}
#plusDiv1::after,#plusDiv2::after,#plusDiv3::after,#plusDiv4::after{
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 200%;
    width: 200%;
    position: absolute;
    margin: -50% 0 0 -50%;
    box-shadow: 0 0 6px 2px rgba(13, 70, 177, 0.2);
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
}
.wapmap{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	display:none;
}
.wapmap img{
	max-width:100%;
	height:auto;
}
@keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:160px;
	padding-bottom:188px;
	}
.contactlf{
	overflow:hidden;
	padding:0;
	}
.contacten{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#333333;
	line-height:50px;
	text-transform:uppercase;
	font-family:Arial;
	margin-top:20px;
	margin-bottom:74px;
	}
.contactlf dl,.contactlf dl dt,.contactlf dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlf dl dt,.contactlf dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	font-weight:normal;
	}
.contactlf dl{
	margin-top:30px;
	}

/* zx
-------------------------------------------------------------- */
.zx{
	width:100%;
	overflow:hidden;
	background:url(../images/linkbg.jpg) no-repeat top center;
	background-size:cover;
	}
.zx .cont{
	display:flex;
	justify-content:center;
}
.zx .zxnr{
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:115px;
}
.zx .zxbtn{
	overflow:hidden;
	margin-left:35px;
}
.zx .zxbtn a{
	display:block;
	width:212px;
	height:56px;
	line-height:56px;
	background:#fff url(../images/icon7.png) no-repeat 90% center;
	font-size:16px;
	color:#0233a4;
	padding-left:22px;
	margin-top:29.5px;
}
/* link
-------------------------------------------------------------- */
.link{
	width: 100%;
	overflow: hidden;
	background: #1f262e;
	padding:20px 0;
}
.linknr{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:right;
}
.linknr a{
	font-size:16px;
	color:#fff;
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #1f262e;
	padding:65px 6.8% 0 6.8%;
}
.botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.botlogo img{
	max-width: 100%;
	height:auto;
	}
.footer .footerlf{
	width:25.4%;
	overflow:hidden;
	padding-right:80px;
	}
.footer .footerlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6c737b;
	line-height:38px;
	}
.footer .footerlf p a{
	font-size:16px;
	color:#6c737b;
}
.footer .footerlf p a{
	font-size:25px;
	color:#2063b6;
	font-weight:bold;
	}
.footer .footerrt{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.footerrt dl{
	overflow:hidden;
	float:left;
}
.footerrt dl dt,.footerrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footerrt dl dt img{
	max-width:100%;
	height:auto;
	}
.footerrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:5px;
	}
.footerrt .return{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.footerrt .return a{
	float:right;
}
.footer .footernav{
	width:74.6%;
	overflow:hidden;
}
.footernav ul{
	width:100%;
	overflow:hidden;
	display:flex;
}
.footernav ul li{
	overflow:hidden;
	padding-right:10px;
}
.footernav ul li h4{
	width:100%;
	overflow:hidden;
	height:60px;
	font-size:16px;
	color:#fff;
	line-height:30px;
	position:relative;
}
.footernav ul li h4 a{
	font-size:16px;
	color:#fff;
}
.footernav ul li p{
	width:100%;
	overflow:hidden;
	color:#6c737b;
	line-height:30px;
	font-size:16px;
	margin-top:2px;
	}
.footernav ul li p a{
	color:#6c737b;
	font-size:16px;
	}
.footernav ul li p a:hover,.bot a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-top:solid 1px rgba(255,255,255,0.1);
	padding:18px 0;
	margin-top:55px;
	position:relative;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	color:#6c737b;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	color:#6c737b;
	}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right: 10px;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:60px;
	height:60px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border-bottom:solid 1px #ddd;
	box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-webkit-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-moz-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
}
.side ul li:last-child{
	border-bottom:none;
}
.side ul li:last-child,.side ul li:hover{
	background:#033faf;
}
.side ul li:last-child p{
	color:#fff;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 150px;
	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 .sidetel .sideimg{
	background:url(../images/icon9.png) no-repeat center;
}
.side ul .sidetel:hover .sideimg{
	background:url(../images/iconh9.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon8.png) no-repeat center;
}
.side ul .sidezx:hover .sideimg{
	background:url(../images/iconh8.png) no-repeat center;
}
.side ul .sidely .sideimg{
	background:url(../images/icon10.png) no-repeat center;
}
.side ul .sidely:hover .sideimg{
	background:url(../images/iconh10.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon11.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidezx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:169px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	position:absolute;
	left:0;
	bottom:24px;
}
.positionnr{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	background: url(../images/icon6.png) no-repeat left 6.5px;
	padding-left:30px;
}
.positionnr a {
	font-size: 15px;
	color: #fff;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #dfdfdf;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:80px;
	font-size:16px;
	color:#272631;
	line-height:80px;
	position:relative;
}
.menu_n ul li::after{
	content: "";
    width: 0px;
    height: 2px;
    background: #033faf;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.menu_n ul li a{
	font-size:16px;
	color:#272631;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	width:100%;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#033faf;
	font-weight:bold;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #004b96;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#004b96;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #272631;
    font-size: 36px;
    line-height: 46px;
	font-weight:normal;
	margin-bottom:22px;
	}
.ntit span{
    width: 60px;
	height:1px;
    overflow: hidden;
	display:block;
	background:#033faf;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:44px;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.about_n .aboutlist{
	margin-top:54px;
}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-radius:20px;
	margin-top:84px;
	}
.aboutimg_n img,.aboutimg_n video{
	width:100%;
	height:auto;
	}
/* fzlc
-------------------------------------------------------------- */
.fzlc_n{
	width:100%;
	max-width:1920px;
	margin:auto;
	height:1020px;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	padding-top:78px;
}
.fzlcbg_n{
	width:95.1%;
	height:811px;
	overflow:hidden;
	background:url(../images/fzlcbg2.png) no-repeat center bottom;
	position:absolute;
	left:0;
	bottom:0;
}
.fzlc_n .ntit{
	position:absolute;
	left:11.6%;
	top:79px;
	z-index:99;
}
.fzlclist_n,.fzlctit_n,.fzlcjs_n{
	width:100%;
}
.fzlcnr_n{
	position:relative;
}
.fzlcnr_n .fzlclist_n{
	width:274px;
	height:170px;
	background:#fff;
	float:left;
	box-shadow:6px 0px 13px rgba(0,0,0,0.14);
	border-radius:10px;
	padding:20px 22px 0 22px;
	position:relative;
}
.fzlcnr_n .fzlclist_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#de5413;
	line-height:32px;
	font-weight:normal;
}
.fzlcnr_n .fzlclist_n h5 span{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#de5413;
	font-family:Arial;
	font-weight:bold;
}
.fzlcnr_n .fzlclist_n::before{
	content:"";
	width:1px;
	height:110px;
	background:#181818;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
}
.fzlcnr_n .fzlctop_n::before{
	bottom:-110px;
}
.fzlcnr_n .fzlclist_n::after{
	content:"";
	width:10px;
	height:10px;
	background:#181818;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-5px;
}
.fzlcnr_n .fzlctop_n::after{
	bottom:-110px;
}
.fzlcnr_n .fzlctop_n:first-child{
	left:0;
	top:200px;
}
.fzlcnr_n ul{
	width:100%;
	float:left;
}
.fzlcnr_n ul li{
	width:274px;
	height:172px;
	background:#fff;
	float:left;
	box-shadow:6px 0px 13px rgba(0,0,0,0.14);
	border-radius:10px;
	padding:0 22px;
	margin-right:30px;
	position:relative;
	z-index:100;
	display:flex;
	justify-content:center;
	align-items:center;
}
.fzlcnr_n ul li div{
	overflow:hidden;
	font-size:20px;
	color:#272631;
	line-height:30px;
}
.fzlcnr_n ul:first-child li:nth-child(4){
	margin-top:-67px;
}
.fzlcnr_n ul:first-child li:nth-child(3){
	margin-top:-22px;
}
.fzlcnr_n ul:first-child li:nth-child(2){
	margin-top:42px;
}
.fzlcnr_n ul:first-child li:first-child{
	margin-top:128px;
}
.fzlcnr_n ul li::before{
	content:"";
	width:1px;
	height:110px;
	background:#181818;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
}
.fzlcnr_n ul:first-child li::before{
	bottom:-110px;
}
.fzlcnr_n ul:last-child li::before{
	top:-110px;
}
.fzlcnr_n ul li::after{
	content:"";
	width:10px;
	height:10px;
	background:#181818;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-5px;
}
.fzlcnr_n ul:first-child li::after{
	bottom:-110px;
}
.fzlcnr_n ul:last-child li::after{
	top:-110px;
}
.fzlcnr_n ul:last-child{
	margin-top:8px;
	padding-left:14%;
}
.fzlcnr_n ul:last-child li:nth-child(4){
	margin-top:-8px;
}
.fzlcnr_n ul:last-child li:nth-child(3){
	margin-top:55px;
}
.fzlcnr_n ul:last-child li:nth-child(2){
	margin-top:157px;
}
.fzlcnr_n ul:last-child li:first-child{
	margin-top:294px;
}
/* dsj_n
-------------------------------------------------------------- */
.dsj_n{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:30px;
}
.dsjnr_n{
	width:100%;
	overflow:hidden;
	padding:0 11.6%;
	margin-top:84px;
	position:relative;
}
.dsjnr_n::after{
	content:"";
	width:100%;
	height:2px;
	background:#e1e1e1;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
}
.dsjnr_n .swiper-container{
	overflow:hidden;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n{
	margin-top:180px;
	padding-top:40px;
}
.dsjlist_n{
	width:100%;
	height:180px;
	position:relative;
}
.dsjlist_n h5,.dsjlist_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n .swiper-slide .dsjlist_n::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #033faf;
    border-radius: 16px;
    position: absolute;
    left: 0;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::before{
	bottom: -8px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::before{
	top: -8px;
}
.dsjnr_n .swiper-slide .dsjlist_n::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #033faf;
    border-radius: 6px;
    position: absolute;
    left: 5px;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::after{
	bottom: -3px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::after{
	top: -3px;
}
.dsjlist_n h5{
	font-size:24px;
	color:#1f1f1f;
	font-weight:normal;
	line-height:34px;
	margin-bottom:8px;
}
.dsjlist_n h5 span{
	font-size:35px;
	color:#1f1f1f;
	font-family:Arial;
	font-weight:bold;
	margin-right:10px;
}
.dsjlist_n p{
	font-size:14px;
	color:#1f1f1f;
}

.dsjnr_n dl,.dsjnr_n dl dt,.dsjnr_n dl dd,.dsjyear_n,.dsjyear_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dt{
	font-size:22px;
	font-family:Arial;
	line-height:32px;
	color:#bbbbbb;
	margin-bottom:7px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n .swiper-slide-active dl dt,.dsjnr_n dl:hover dt{
	color:#de5413;
}
.dsjnr_n dl dd .dsjjs_n,.dsjnr_n dl dd p{
	font-size:16px;
	color:#bbbbbb;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjjs_n,.dsjnr_n dl:hover dd p,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n p{
	color:#181818;
}
.dsjnr_n dl dd .dsjjs_n{
	padding-right:60px;
	min-height: 125px;
}
.dsjnr_n dl dd .dsjbg_n,.dsjnr_n dl dd .dsjjs_n{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dd .dsjbg_n img{
	width:100%;
	height:auto;
	opacity:0.2;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjbg_n img,.dsjnr_n .swiper-slide-active dl dd .dsjbg_n img{
	opacity:1;
}
.dsj_n .swiper-button{
	overflow:hidden;
	position:absolute;
	right:11.6%;
	top:50px;
	z-index:90;
	display:none;
}
.dsj_n .swiper-button div{
	width:52px;
	height:52px;
	float:left;
}
.dsj_n .swiper-button .swiper-button-prev{
	background:#033faf url(../images/prev3.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-next{
	margin-left:32px;
	background:#033faf url(../images/next3.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-disabled{
	opacity:0.6;
}
/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	overflow:hidden;
	background-size:cover;
	padding-top:80px;
	padding-bottom:100px;
}
.qywhnr_n .ntit{
	margin-bottom:30px;
}
.qywhrq_n{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.qywhlist_n{
	width:49%;
	overflow:hidden;
}
.qywhlist_n dl{
	width:100%;
	overflow:hidden;
	margin:50px 0;
	position:relative;
}
.qywhlist_n dl dt{
	width:20%;
	overflow:hidden;
	float:left;
}
.qywhlist_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#272631;
	font-weight:normal;
	line-height:40px;
	padding-left:16px;
	position:relative;
}
.qywhlist_n dl dt h5::before{
	content:"";
	width:6px;
	height:30px;
	background:#033faf;
	position:absolute;
	left:0;
	top:5px;
}
.qywhlist_n dl dd{
	width:80%;
	overflow:hidden;
	float:right;
}
.qywhlist_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#033faf;
	line-height:40px;
}
.qywhimg_n{
	width:50%;
	overflow:hidden;
	text-align:right;
}
.qywhimg_n img{
	max-width:100%;
	height:auto;
}
.qywh2_n{
	width:100%;
	overflow:hidden;
	background:url(../images/qywhbg2.jpg) no-repeat top center;
	background-size:cover;
	padding:228px 0 226px 0;
}
.qywh2_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.qywh2_n ul li{
	width:23.5%;
	height:506px;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	padding-top:108px;
}
.qywh2_n ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#272631;
	line-height:40px;
	font-weight:normal;
}
.qywhnr2_n{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	margin-top:24px;
}
.qywhnr2_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6b6a6f;
}
.qywhnr2_n p span{
	color:#033faf;
	font-size:16px;
}
.qywhnr2_n h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#6b6a6f;
	font-weight:normal;
	line-height:30px;
	margin-bottom:8px;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:148px;
	position:relative;
	}
.honor_n::after{
	content:"";
	width:100%;
	height:374px;
	background:#033faf;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.honornr_n{
	position:relative;
	z-index:9;
}
.honornr_n .honorimg_n{
	width:100%;
	margin-top:36px;
	position:relative;
}
.honornr_n .honorimg_n .swiper-button-prev,.honornr_n .honorimg_n .swiper-button-next{
	position:absolute;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 2px #033faf;
	top:50%;
	margin-top:-20px;
	z-index:99;
}
.honornr_n .honorimg_n .swiper-button-prev{
	left:-50px;
	background:url(../images/prev2.png) no-repeat center;
}
.honornr_n .honorimg_n .swiper-button-next{
	right:-50px;
	background:url(../images/next2.png) no-repeat center;
}
.honornr_n .honorimg_n .swiper-slide{
	width:100%;
	overflow:hidden;
	text-align:center;
	height:501px;
	position:relative;
}
.honornr_n .honorimg_n .swiper-slide img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height:auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.honornr_n .honorimg_n .swiper-slide:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.honornr_n .tit p,.honornr_n .tit h3{
	text-align:center;
	}
.honorlist_n{
	width:100%;
	margin-top:78px;
	position:relative;
	}
.honorlist_n .swiper-slide{
	padding:0 10px;
	}
.honorlist_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.honorlist_n .swiper-slide .honorimg_n img{
	max-width:100%;
	height:auto;
	}
.honorlist_n .swiper-button{
	overflow:hidden;
	}
.honorlist_n .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15.5px;
	}
.honorlist_n .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-36px;
	}
.honorlist_n .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-36px;
	}
/* ldsc_n
-------------------------------------------------------------- */
.ldsc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.ldscnr_n{
	width:100%;
	overflow:hidden;
}
.ldscnr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:20px 2% 20px 0;
}
.ldscnr_n dl:nth-child(3n){
	margin-right:0;
}
.ldscnr_n dl dt,.ldscnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.ldscnr_n dl dt{
	position:relative;
	height:354px;
}
.ldscnr_n 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;
}
.ldscnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.ldscnr_n dl dd{
	font-size:16px;
	color:#272631;
	line-height:30px;
	margin-top:14px;
}
.ldscnr_n dl:hover dd{
	color:#033faf;
}
/* cz_n
-------------------------------------------------------------- */
.cz_n{
	margin-top:60px;
	margin-bottom:60px;
}
.cznr_n,.cznr_n ul,.czmenu,.czmenu ul{
	width:100%;
	overflow:hidden;
}
.czmenu{
	margin-bottom:20px;
}
.czmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding-bottom:7px;
	margin-right:72px;
	position:relative;
}
.czmenu ul li::after{
	content:"";
	width:6px;
	height:6px;
	background:#033faf;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.czmenu ul li a{
	font-size:16px;
	color:#272631;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.czmenu ul li:hover a,.czmenu ul li.active a{
	color:#033faf;
	font-weight:bold;
}
.czmenu ul li:hover::after,.czmenu ul li.active::after{
	opacity:1;
}
.cznr_n ul li{
	width:32%;
	overflow:hidden;
	height:354px;
	float:left;
	margin:20px 2% 20px 0;
	position:relative;
}
.cznr_n ul li:nth-child(3n){
	margin-right:0;
}
.cznr_n ul li 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;
}
.cznr_n ul li:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
/* fwtd_n
-------------------------------------------------------------- */
.tdbg{
	background:#f8f8f8;
}
.fwtd_n{
	margin-top:70px;
	margin-bottom:45px;
}
.fwtdnr_n,.fwtdlist_n,.fwtdrt ul,.fwtdrt ul li{
	width:100%;
	overflow:hidden;
}
.fwtdnr_n{
	margin-top:10px;
}
.fwtdlf{
	width:16.5%;
	overflow:hidden;
	padding-top:16px;
}
.fwtdrt{
	width:74%;
	overflow:hidden;
}
.fwtdtit{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#272631;
	line-height:30px;
	font-weight:bold;
}
.fwtdrt ul li{
	background:#fff;
	border-radius:10px;
	min-height:90px;
	margin-bottom:20px;
}
.fwtdrt ul li .fwtd_num{
	width:15%;
	overflow:hidden;
	text-align:center;
	font-size:79px;
	font-family:Arial;
	font-weight:bold;
	line-height:90px;
	background: linear-gradient(to top, rgba(228,228,228,0), #e4e4e4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; 
}
.fwtdrt ul li .fwtd_js{
	width:85%;
	height:90px;
	overflow:hidden;
	font-size:16px;
	color:#272631;
	display:flex;
	align-items:center;
}
.fwtdrt ul li .fwtd_js p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#272631;
	line-height:30px;
}
.fwtdrt ul li .fwtd_js span{
	font-size:16px;
	color:#0d46b1;
	font-weight:bold;
}
.fwtdlist_n{
	margin:80px 0;
}
/* zzjg_n
-------------------------------------------------------------- */
.zzjg_n{
	width:100%;
	overflow:hidden;
}
.zzjgnr_n{
	position:relative;
	padding:148px 0;
}
.zzjgnr_n .ntit{
	position:absolute;
	left:0;
	top:98px;
}
.zzjgimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.zzjgimg_n img{
	width:100%;
	height:auto;
}
/* gjyw_n
-------------------------------------------------------------- */
.gjyw_n{
	margin-top:60px;
	margin-bottom:80px;
}
.gjywnr_n,.gnywnr_n{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.gjyw_n .gjywlf_n{
	overflow:hidden;
	padding:76px 130px 0 0;
}
.gjyw_n .gjywlf_n div,.gnywnr_n div{
	padding:0;
}
.gjyw_n .gjywlf_n h5,.gnywnr_n h5,.carlist h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#272631;
	line-height:32px;
	font-weight:normal;
	padding-left:16px;
	position:relative;
	margin-bottom:5px;
}
.gjyw_n .gjywlf_n h5::before,.gnywnr_n h5::before,.carlist h5::before{
	content:"";
	width:6px;
	height:22px;
	background:#033faf;
	position:absolute;
	left:0;
	top:6.5px;
}
.gjyw_n .gjywlf_n p,.gnywnr_n p,.carlist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#807f83;
}
.gjyw_n .gjywrt_n,.gnywrt_n{
	overflow:hidden;
	padding:0;
	border-radius:30px 0 0 0;
}
.gjyw_n .gjywrt_n img,.gnywrt_n img{
	width:100%;
	height:auto;
}
.gnywnr_n .gnywlf_n{
	overflow:hidden;
	padding:60px 80px 0 0;
}
.carlist{
	width:100%;
	overflow:hidden;
	margin-top:52px;
}
.carlist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#807f83;
	margin-top:12px;
}
.carlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:24px;
}
.carlist ul li{
	width:24.3%;
	overflow:hidden;
}
.carlist ul li img{
	max-width:100%;
	height:auto;
	 transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.carlist ul li:hover img{
	transform:scale(1.1);
	}
.carlist dl,.carlist dl dt,.carlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.carlist dl dd{
	font-size:18px;
	line-height:30px;
	color:#272631;
	margin-top:8px;
}
/* hypt_n
-------------------------------------------------------------- */
.ptbg{
	background:#f3f3f3;
}
.hypt_n{
	margin-top:80px;
	margin-bottom:60px;
	padding-top:22px;
}
.hypttop{
	padding:0;
	background:#fff;
	height:526px;
	margin-bottom:28px;
}
.hypttop .hyptlf{
	padding:0;
}
.hyptlf .hyptimg{
	width:95.6%;
	height:480px;
	overflow:hidden;
	margin:-22px 0 0 4.4%;
	position:relative;
}
.hyptlf .hyptimg 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;
}
.hyptlf .hyptimg:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	-webkit-transform:translate(-50%, -50%) scale(1.1);
	-moz-transform:translate(-50%, -50%) scale(1.1);
}
.hypttop .hyptnr{
	overflow:hidden;
	padding:142px 70px 0 60px;
}
.hypttop .hyptnr h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#272631;
	line-height:35px;
	font-weight:normal;
}
.hyptjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#807f83;
	margin-top:20px;
}
.hyptjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#807f83;
}
.hyptlist{
	padding:0;
}
.hyptlist dl{
	width:92%;
	padding:0;
	height:552px;
	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:69px 0;
	background:#fff;
	position:relative;
	}
.hyptlist dl:nth-child(2n+1){
	float:right;
}
.hyptlist dl:nth-child(2n){
	float:left;
}
.hyptlist dl dt .casenum{
	overflow:hidden;
	font-size:100px;
	line-height:100px;
	font-family: myOneFont;
	color:#6b6b6b;
	font-weight:bold;
	position:absolute;
	top:-50px;
}
.hyptlist dl:first-child dt .casenum:before,.hyptlist dl:nth-child(2) dt .casenum:before,.hyptlist dl:nth-child(3) dt .casenum:before,.hyptlist dl:nth-child(4) dt .casenum:before
,.hyptlist dl:nth-child(5) dt .casenum:before,.hyptlist dl:nth-child(6) dt .casenum:before,.hyptlist dl:nth-child(7) dt .casenum:before,.hyptlist dl:nth-child(8) dt .casenum:before
,.hyptlist dl:nth-child(9) dt .casenum:before{
	content:"0";
}
.hyptlist dl dt{
	width:58%;
	overflow:hidden;
	padding:162px 100px 0 100px;
	}
.hyptlist dl:nth-child(2n+1) dt .casenum{
	left:80px;
	}
.hyptlist dl:nth-child(2n) dt .casenum{
	right:80px;
	}
.hyptlist dl:nth-child(2n+1) dt{
	float:left;
	}
.hyptlist dl:nth-child(2n+1) dd{
	float:right;
	}
.hyptlist dl:nth-child(2n) dt{
	float:right;
	}
.hyptlist dl:nth-child(2n) dd{
	float:left;
	}
.hyptlist dl dd{
	width:42%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.hyptlist 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;
}
.hyptlist dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
	}
.hyptlist dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#272631;
	font-weight:normal;
	line-height:35px;
	}
.hyptlist dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#272631;
	font-weight:normal;
	line-height:30px;
	margin-bottom:10px;
	}
.hyptlist dl dt .casems{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.hyptlist dl dt .casems p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#807f83;
	line-height:30px;
	font-weight:normal;
	}
.hyptlist dl:nth-child(8){
	height:auto;
}
.hyptlist dl:nth-child(8) dd{
	display:none;
}
.hyptlist dl:nth-child(8) dt{
	width:100%;
	padding:62px 70px 50px 70px;
}
/* data_n
-------------------------------------------------------------- */
.data_n{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
}
.content-wrapper {
		display: flex;
		flex-wrap: wrap;
		padding: 20px;
	}
	
.features-section, .stats-section {
	flex: 1;
	min-width: 300px;
	padding: 15px;
}

.features-section {
	border-right: 1px solid #eee;
}

.section-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #222;
	line-height:30px;
}

.feature-list {
	list-style-type: none;
}

.feature-item {
	padding: 12px 0;
	border-bottom: 1px dashed #eee;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
}

.feature-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 16px;
	height: 16px;
	background-color: #033faf;
	border-radius: 50%;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.stat-card {
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.stat-card:hover {
	transform: translateY(-5px);
}

.stat-value {
	font-size: 28px;
	font-weight: bold;
	color: #033faf;
	margin: 10px 0;
}

.stat-label {
	font-size: 14px;
	color: #666;
}

.contact-section {
	padding:15px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 16px;
	line-height:30px;
	border-top: 1px solid #eee;
	margin-top:40px;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.features-section, .stats-section {
		flex: 100%;
		min-width: auto;
	}
	
	.features-section {
		border-right: none;
		border-bottom: 1px solid #eee;
	}
	
	.stats-grid {
		grid-template-columns: 1fr;
	}
	
	.feature-item {
		padding-left: 25px;
	}
	
	.feature-item:before {
		width: 12px;
		height: 12px;
		top: 18px;
	}
}

@media (max-width: 480px) {
	
	.page-title {
		font-size: 20px;
		padding: 15px;
	}
	
	.content-wrapper {
		padding: 10px;
	}
	
	.feature-item {
		font-size: 15px;
		padding: 10px 0 10px 25px;
	}
	
	.stat-value {
		font-size: 24px;
	}
}

/* 兼容旧版浏览器 */
.no-flexbox .content-wrapper {
	display: block;
	overflow: hidden;
}

.no-flexbox .features-section, 
.no-flexbox .stats-section {
	float: left;
	width: 50%;
}

.no-flexbox .stats-grid {
	display: block;
}

.no-flexbox .stat-card {
	float: left;
	width: 48%;
	margin: 1%;
}

@media (max-width: 768px) {
	.no-flexbox .features-section, 
	.no-flexbox .stats-section {
		width: 100%;
		float: none;
	}
	
	.no-flexbox .stat-card {
		width: 98%;
		margin: 1%;
	}
}
/* aqxs_n
-------------------------------------------------------------- */
.aqxs_n{
	margin-top:60px;
	margin-bottom:60px;
}
.aqxsnr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.aqxsnr_n dl{
	width:49%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 2% 20px 0;
}
.aqxsnr_n dl:nth-child(2n){
	margin-right:0;
}
.aqxsnr_n dl dt,.aqxsnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.aqxsnr_n dl dt{
	text-align:center;
}
.aqxsnr_n dl dt img{
	max-width:100%;
	height:auto;
}
.aqxsnr_n dl dd{
	height:58px;
	font-size:16px;
	color:#272631;
	line-height:25px;
	padding:0 34px;
	margin-top:10px;
}
.aqxsimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.aqxsimg_n img{
	max-width:100%;
	height:auto;
}
/* customer_n
-------------------------------------------------------------- */
.customer_n{
	margin-top:60px;
	margin-bottom:60px;
}
.customernr_n,.customernr_n ul{
	width:100%;
	overflow:hidden;
}
.customernr_n ul li{
	width:23.5%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:15px 2% 15px 0;
	text-align:center;
	border:solid 5px #ececec;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.customernr_n ul li img{
	max-width:100%;
	height:auto;
}
.customernr_n ul li:nth-child(4n){
	margin-right:0;
}
.customernr_n ul li:hover{
	border:solid 5px #033faf;
}
/* software_n
-------------------------------------------------------------- */
.software_n,.hardware_n{
	margin-top:60px;
	margin-bottom:60px;
}
.softwarenr_n{
	margin-top:50px;
}
.softwarenr_n,.softwarenr_n ul{
	width:100%;
	overflow:hidden;
}
.softwarenr_n ul li{
	width:49%;
	overflow:hidden;
	text-align:center;
	float:left;
	margin:15px 2% 15px 0;
}
.softwarenr_n ul li:nth-child(2n){
	margin-right:0;
}
.softwarenr_n ul li img{
	max-width:100%;
	height:auto;
}
/* hardware_n
-------------------------------------------------------------- */
.hardware_n .hardwarelf_n{
	overflow:hidden;
	padding:0 120px 0 0;
}
.hardware_n .hardwarert_n{
	overflow:hidden;
	padding:0;
	border-radius:30px 0 0 0;
}
.hardware_n .hardwarert_n img{
	width:100%;
	height:auto;
}
.hardwarenr{
	margin-top:42px;
}
.hardwarenr,.hardwarenr p{
	width:100%;
	overflow:hidden;
}
.hardwarenr p{
	font-size:16px;
	line-height:30px;
	color:#7a7a7e;
}
.hardware_n ul{
	width:100%;
	overflow:hidden;
	margin-top:70px;
}
.hardware_n ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
}
.hardware_n ul li:nth-child(3n){
	margin-right:0;
}
.hardware_n ul li img{
	width:100%;
	height:auto;
}
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
}
.contactimg_n{
	width:100%;
	overflow:hidden;
	border-radius:20px 20px 0 0;
	margin-top:48px;
}
.contactimg_n img{
	width:100%;
	height:auto;
}
.contactnr_n{
	width:100%;
	overflow:hidden;
	background:#fff;
	display:flex;
	justify-content:space-between;
	padding:65px 0 79px 0;
	border-radius:0 0 20px 20px;
}
.contactnr_n dl{
	overflow:hidden;
}
.contactnr_n dl dt,.contactnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.contactnr_n dl dt{
	font-size:16px;
	color:#7e7e7e;
	line-height:30px;
	font-weight:normal;
}
.contactnr_n dl dd{
	font-size:25px;
	color:#313131;
	line-height:35px;
	font-weight:bold;
}
.contactnr_n dl dd a{
	font-size:25px;
	color:#313131;
}
/* nmessage
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:76px;
	}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:16px;
	line-height:30px;
	padding-bottom:6px;
	font-weight:normal;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#000;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon12.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon13.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon14.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon15.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon16.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #0e47b2;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.map_n{
	padding-top:56px;
}
.mapimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:0;
	margin-top:50px;
	box-shadow:0px 0px 20px rgba(4,0,0,0.1);
	margin-bottom:80px;
}
.mapimg_n img{
	width:100%;
	height:auto;
}
/* nnews
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.newslist_n{
	width:100%;
	overflow:hidden;
	padding:35px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n .newsimg_n{
	width:21%;
	overflow:hidden;
	height:225px;
	position:relative;
}
.newslist_n .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newslist_n .newsrt_n{
	width:79%;
	overflow:hidden;
	padding:0 240px 0 48px;
	background:url(../images/icon17.png) no-repeat center right;
}
.newslist_n .newsrt_n .newsdate_n{
	width:100%;
	overflow:hidden;
	color: #0e47b2;
    font-size: 16px;
	line-height:30px;
	margin-top:32px;
}
.newslist_n .newsrt_n h5{
	width:100%;
	overflow:hidden;
    font-size: 22px;
	line-height:32px;
	color:#272631;
	font-weight:normal;
	margin-top:14px;
}
.newslist_n .newsrt_n .newsms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#807f83;
	line-height:30px;
	margin-top:10px;
}
.newslist_n:hover{
	background:#0e47b2;
}
.newslist_n:hover .newsrt_n h5,.newslist_n:hover .newsrt_n .newsms_n,.newslist_n:hover .newsrt_n .newsdate_n{
	color:#fff;
}
.newslist_n:hover .newsrt_n{
	background:url(../images/iconh17.png) no-repeat center right;
}
.newsinfo_n{
	margin-top:60px;
	margin-bottom:60px;
}
.newsinfo_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #ececec;
	padding-bottom:24px;
	}
.newsinfo_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	color:#272631;
	line-height:30px;
	}
.newsinfo_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    color: #807f83;
}
.newsinfo_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #807f83;
}
.newsinfo_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}

/* job_n
-------------------------------------------------------------- */
.job_n{
	margin-top:60px;
	margin-bottom:60px;
}
.job-list {
		border-radius: 4px;
		overflow: hidden;
	}
	.job-header {
		display: flex;
		font-weight: bold;
		background-color: #f9f9f9;
		padding: 15px 10px;
		border-bottom: 1px solid #eee;
	}
	.job-row {
		display: flex;
		border-bottom: 1px solid #eee;
		padding: 12px 10px;
		flex-wrap: wrap;
	}
	.job-cell {
		flex: 1;
		padding: 5px;
		min-width: 120px;
		word-break: break-word;
		font-size:16px;
		display:flex;
		align-items:center;
	}
	.detail-link {
		color: #033faf;
		text-decoration: none;
		display: inline-block;
		padding: 5px 10px;
		border: 1px solid #033faf;
		border-radius: 4px;
		transition: all 0.3s;
	}
	.detail-link:hover {
		background-color: #033faf;
		color: white;
	}

	/* 响应式设计 */
	@media (max-width: 991px) {
		.job-header {
			display: none;
		}
		.job-row {
			flex-direction: column;
			padding: 15px;
		}
		.job-cell {
			flex: 0 0 100%;
			padding: 5px 0;
			display: flex;
			align-items:inherit;
		}
		.job-cell::before {
			content: attr(data-label);
			font-weight: bold;
			width: 100px;
			flex-shrink: 0;
		}
		.detail-link {
			align-self: flex-start;
		}
	}

	@media (max-width: 480px) {
		.job-cell::before {
			width: 80px;
		}
	}

/* project
-------------------------------------------------------------- */
.project-list {
		width: 100%;
	}
	
	.project-item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px 0;
		border-bottom: 1px solid #eee;
	}
	
	.project-number {
		font-size: 24px;
		color: #999;
		width: 80px;
		text-align: center;
	}
	
	.project-date {
		color: #999;
		font-size:14px;
		text-align: center;
	}
	
	.project-info {
		flex: 1;
		min-width: 200px;
		padding: 0 15px;
	}
	
	.project-name {
		font-size: 18px;
		line-height:30px;
		margin-bottom: 10px;
	}
	
	.project-status {
		color: #999;
	}
	
	.download-btn {
		padding: 8px 20px;
		background-color: #eee;
		color: #333;
		text-decoration: none;
		border-radius: 4px;
		font-size: 14px;
		transition: all 0.3s;
		margin-left: auto;
	}
	
	.download-btn:hover {
		background-color: #ddd;
	}
	
	/* 响应式设计 */
	@media (max-width: 768px) {
		.project-item {
			flex-direction: column;
			align-items: flex-start;
		}
		
		.project-number, .project-date {
			width: auto;
			text-align: left;
			margin-bottom: 10px;
		}
		
		.project-info {
			width: 100%;
			padding: 0;
			margin-bottom: 10px;
		}
		
		.download-btn {
			margin-left: 0;
			align-self: flex-end;
		}
	}
	
	@media (max-width: 480px) {
		.page-title {
			font-size: 20px;
		}
		
		.tab {
			padding: 8px 15px;
			font-size: 14px;
		}
		
		.project-name {
			font-size: 16px;
		}
	}
	
	/* 兼容旧版浏览器 */
	.no-flexbox .tabs {
		text-align: center;
		font-size: 0;
	}
	
	.no-flexbox .tab {
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	
	.no-flexbox .project-item {
		overflow: hidden;
	}
	
	.no-flexbox .project-number, 
	.no-flexbox .project-date, 
	.no-flexbox .project-info, 
	.no-flexbox .download-btn {
		float: left;
	}
	
	.no-flexbox .project-number {
		width: 10%;
	}
	
	.no-flexbox .project-date {
		width: 15%;
	}
	
	.no-flexbox .project-info {
		width: 60%;
	}
	
	.no-flexbox .download-btn {
		width: 15%;
		margin-left: 0;
	}
	
	@media (max-width: 768px) {
		.no-flexbox .project-number, 
		.no-flexbox .project-date, 
		.no-flexbox .project-info, 
		.no-flexbox .download-btn {
			float: none;
			width: 100%;
		}
	}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#ea5404;
}
.newsbot_n{
	width: 100%;
    overflow: hidden;
	background:#fff;
	border-top:solid 1px #cfdaf0;
	display:flex;
	justify-content:space-between;
	padding:21px 0;
	margin-top:30px;
}
.newsbot_n .newsprev,.newsbot_n .newsnext{
	width:43%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsprev a,.newsbot_n .newsnext a{
	font-size:16px;
	color:#000;
}
.newsbot_n .newsfh{
	width:14%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.newsbot_n .newsfh img{
	margin-right:8px;
}
.newsbot_n .newsnext{
	text-align:right;
}
.newsbot_n a{
	font-size:16px;
	color:#000;
}
.newsbot_n a:hover{
	color:#033faf;
}

.a_txt,.rg{
	display:none;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.top span,.icon2,.side,.logojs,.search_box,.toptel,.side{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #033faf;
	  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: #033faf;
	  -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: #033faf;
	  -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:100px;
			  top:10px;
			  z-index:9999;
	}

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

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


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

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

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


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.honornr_n ul li{
		height:458px;
	}
	.cznr_n ul li{
		height:337px;
	}
	.ldscnr_n dl dt {
		height: 338px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:477px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.honornr_n ul li{
		height:412px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:304px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:414px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.honornr_n ul li{
		height:389px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:287px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:403px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.honornr_n ul li{
		height:366px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:270px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:378px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.honornr_n ul li{
		height:330px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:243px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:339px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.honornr_n ul li{
		height:293px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:216px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:299px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.honornr_n ul li{
		height:284px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:209px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:290px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.honornr_n ul li{
		height:540px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:294px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:367px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.honornr_n ul li{
		height:485px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:265px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:328px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.honornr_n ul li{
		height:454px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:248px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:306px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.honornr_n .honorimg_n .swiper-slide{
		height:252px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.honornr_n ul li{
		height:378px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:206px;
	}
	
}
@media only screen and (min-width: 640px) and (max-width: 640px) {
	.honornr_n .honorimg_n .swiper-slide{
		height:392px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.honornr_n ul li{
		height:319px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:174px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:328px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.honornr_n ul li{
		height:251px;
	}
	.cznr_n ul li,.ldscnr_n dl dt{
		height:137px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:255px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 424px) {
	.honornr_n ul li{
		height:245px;
	}
	.cznr_n ul li{
		height:133px;
	}
	.ldscnr_n dl dt {
		height: 273px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:248px;
	}
}
@media only screen and (min-width: 393px) and (max-width: 413px) {
	.honornr_n ul li{
		height:232px;
	}
	.cznr_n ul li{
		height:127px;
	}
	.ldscnr_n dl dt {
		height: 259px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:235px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 392px) {
	.honornr_n ul li{
		height:222px;
	}
	.cznr_n ul li{
		height:121px;
	}
	.ldscnr_n dl dt {
		height: 247px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:224px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.honornr_n ul li{
		height:189px;
	}
	.cznr_n ul li{
		height:103px;
	}
	.ldscnr_n dl dt {
		height: 211px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:189px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.honornr_n ul li{
		height:165px;
	}
	.cznr_n ul li{
		height:90px;
	}
	.ldscnr_n dl dt {
		height: 184px;
	}
	.honornr_n .honorimg_n .swiper-slide{
		height:163px;
	}
}

@media(max-width:1768px) {
	.wlcylist{
		height:411px;
	}
	.wlcylist .wlcybg{
		padding: 70px 60px 0 60px;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 60px;
	}
	.nav .menu > li a {
		margin: 0 35px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 80px;
		line-height: 80px;
	}
	.active-inner-item .oursl_nr h4,.cloud-product-ul li .normal-inner h4{
		font-size:30px;
		line-height: 40px;
	}
	.active-inner-item .oursl_nr .gsslen,.cloud-product-ul li .normal-inner .gsslen{
		font-size:12px;
		line-height:22px;
	}
	.wlcylist {
		height:390px;
	}
	.wlcylist .wlcymore{
		margin-top:80px;
	}
	.wlcylist .wlcybg {
		padding: 60px 50px 0 50px;
	}
	.hxysnr ul li{
		padding: 60px 30px 0 30px;
	}
	.hxysnr ul li .hxysmore{
		padding:0 30px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a {
		margin: 0 30px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 70px;
		line-height: 70px;
	}
	.about .aboutlf {
		width: 35%;
	}
	.dsjnr_n{
		padding:0 6%;
	}
	.qywhlist_n {
		width: 42%;
	}
	.qywhlist_n dl dt h5,.qywhlist_n dl dd p{
		font-size: 26px;
		line-height: 36px;
	}
	.qywhlist_n dl dt h5::before{
		height:26px;
	}
	.qywhimg_n {
		width: 56%;
	}
	.honor_n::after{
		height:330px;
	}
	.cloud-product-ul li .normal-inner {
		padding: 0 0 0 40px;
	}
	.newsnr .newsrt ul li {
		padding: 36px 30px;
	}
	.newslf .newsjs {
		padding: 28px 30px;
	}
	.customernr {
		width: 36%;
	}
	.menu_n ul li {
		margin-right: 60px;
	}
	.ntit h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.qywh2_n ul li h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.qywhnr2_n {
		padding: 0 35px;
	}
	.fzlcnr_n ul:first-child li:nth-child(4) {
		margin-top: -70px;
	}
	.fzlcnr_n ul:first-child li:nth-child(3) {
		margin-top: -27px;
	}
	.fzlcnr_n ul:first-child li:nth-child(2){
		margin-top:34px;
	}
	.fzlcnr_n ul:first-child li:first-child{
		margin-top:118px;
	}
	.fwtdlf {
		width: 17.3%;
	}
	.fwtdrt {
		width: 77.6%;
	}
	.fwtdrt ul li .fwtd_num{
		font-size:70px;
	}
	.fwtdtit{
		font-size:18px;
	}
	.gjyw_n .gjywlf_n {
		padding: 70px 100px 0 0;
	}
	.hypttop .hyptnr {
		padding: 100px 60px 0 60px;
	}
	.aqxsnr_n dl dd {
		padding: 0 30px;
	}
	.hardware_n .hardwarelf_n {
		padding: 0 100px 0 0;
	}
	.newsinfo_n h1{
		font-size:26px;
		line-height:36px;
	}
	.newslist_n .newsrt_n {
		padding: 0 200px 0 48px;
	}
	.contactnr_n{
		padding: 60px 0;
	}
	.contactnr_n dl dd,.contactnr_n dl dd a{
		font-size: 22px;
		line-height:32px;
	}
	.footer {
		padding: 65px 6% 0 6%;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a {
		margin: 0 25px;
	}
	.nav {
		margin-right: 30px;
	}
	.menu_n ul li {
		margin-right: 40px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 60px;
		line-height: 60px;
	}
	.about .aboutlf {
		width: 38%;
	}
	.tit p {
		font-size: 60px;
		line-height:70px;
	}
	.cloud-product-ul li .normal-inner {
		padding: 0 0 0 30px;
	}
	.active-inner-item .oursl_nr h4, .cloud-product-ul li .normal-inner h4 {
		font-size: 25px;
		line-height: 35px;
	}
	.active-inner-item .oursl_nr .gsslen, .cloud-product-ul li .normal-inner .gsslen {
		font-size: 10px;
		line-height: 20px;
	}
	.active-inner-item .oursl_nr .gssljs, .active-inner-item .oursl_nr .gssljs p {
		font-size: 15px;
	}
	.wlcylist {
		height:333px;
	}
	.wlcylist .wlcymore{
		margin-top:50px;
	}
	.wlcylist .wlcybg {
		padding: 50px 40px 0 40px;
	}
	.hxysnr ul li h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.hxysnr ul li{
		padding: 60px 25px 0 25px;
	}
	.hxysnr ul li .hxysmore{
		padding:0 25px;
	}
	.qywhlist_n dl dt h5,.qywhlist_n dl dd p{
		font-size: 24px;
		line-height: 34px;
	}
	.qywhlist_n {
		width: 44%;
	}
	.qywhimg_n {
		width: 55%;
	}
	.qywhnr2_n {
		padding: 0 30px;
	}
	.fzlcnr_n ul li{
		width:23%;
		height:160px;
		margin-right:2%;
	}
	.fzlcnr_n ul:last-child li{
		width: 26.7%;
	}
	.fzlcnr_n ul li::before{
		height:100px;
	}
	.fzlcnr_n ul:first-child li::before {
		bottom: -100px;
	}
	.fzlcnr_n ul:last-child li::before {
		top: -100px;
	}
	.fzlcnr_n ul:first-child li:nth-child(3) {
		margin-top: -30px;
	}
	.fzlcnr_n ul:first-child li:nth-child(2) {
		margin-top: 26px;
	}
	.fzlcnr_n ul:first-child li:first-child {
		margin-top: 108px;
	}
	.fzlcnr_n ul:last-child li:nth-child(3) {
		margin-top: 64px;
	}
	.fzlcnr_n ul:last-child li:nth-child(2) {
		margin-top: 155px;
	}
	.fzlcnr_n ul:last-child li:first-child {
		margin-top: 288px;
	}
	.gjyw_n .gjywlf_n {
		padding: 40px 80px 0 0;
	}
	.gnywnr_n .gnywlf_n {
		padding: 40px 60px 0 0;
	}
	.hardware_n .hardwarelf_n {
		padding: 0 80px 0 0;
	}
	.newslist_n .newsrt_n {
		padding: 0 160px 0 48px;
	}
	.footernav ul li h4,.footernav ul li h4 a{
		font-size:16px;
	}
	.footernav ul li p a {
		font-size: 15px;
	}
	.footer .footerlf{
		padding-right:50px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		margin: 0 20px;
	}
	.active-inner-item .oursl_nr{
		padding: 30px 30px 50px 30px;
	}
	.active-inner-item .oursl_nr h4, .cloud-product-ul li .normal-inner h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.active-inner-item .oursl_nr .gssljs {
		margin-top: 20px;
	}
	.wlcylist {
		height:313px;
	}
	.wlcylist .wlcybg p{
		font-size:15px;
		line-height:25px;
	}
	.wlcylist .wlcymore {
		margin-top: 40px;
	}
	.wlcylist .wlcybg h5{
		font-size:26px;
		line-height:36px;
	}
	.hxysnr ul li p {
		font-size: 15px;
	}
	.menu_n ul li {
		margin-right:30px;
	}
	.qywhlist_n dl dt h5,.qywhlist_n dl dd p{
		font-size: 22px;
		line-height: 32px;
	}
	.honor_n::after{
		height:300px;
	}
	.fzlcnr_n ul:first-child li:first-child {
		margin-top: 100px;
	}
	.fzlcnr_n ul:last-child li:nth-child(3) {
		margin-top: 75px;
	}
	.fzlcnr_n ul:last-child li:nth-child(2) {
		margin-top: 164px;
	}
	.hardware_n .hardwarelf_n {
		padding: 0 40px 0 0;
	}
	.newslist_n .newsrt_n {
		padding: 0 100px 0 48px;
	}
}

@media(max-width:1280px) {
	.nav {
		margin-right: 20px;
	}
	.about .aboutlf {
		width: 40%;
	}
	.newsnr .newsrt ul li {
		padding: 36px 25px;
	}
	.newslf .newsjs {
		padding: 28px 25px;
	}
	.newstit .newstitrt ul li {
		margin-left: 80px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 50px;
		line-height: 50px;
	}
	.aboutlist ul li dl dt,.aboutlist ul li dl dd{
		font-size:14px;
	}
	.menu_n ul li {
		margin-right:20px;
	}
	.dsj_n .swiper-button{
		display:block;
	}
	.wlcylist .wlcybg {
		padding: 40px 30px 0 30px;
	}
	.wlcylist {
		height: 294px;
	}
	.zx .zxnr {
		font-size: 22px;
	}
	.hxysnr ul li{
		padding: 60px 20px 0 20px;
	}
	.hxysnr ul li .hxysmore{
		padding:0 20px;
		bottom:40px;
	}
	.qywh2_n ul li h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.qywhnr2_n h5{
		font-size:16px;
	}
	.qywhnr2_n p{
		font-size:14px;
	}
	.qywhnr2_n {
		padding: 0 25px;
	}
	.fzlc_n .ntit {
		top: 60px;
	}
	.fzlcnr_n ul:first-child li:nth-child(4) {
		margin-top: -66px;
	}
	.fzlcnr_n ul:first-child li:first-child {
		margin-top: 92px;
	}
	.fzlcnr_n ul:last-child li:nth-child(2) {
		margin-top: 172px;
	}
	.fzlcnr_n ul:last-child li:nth-child(3) {
		margin-top: 88px;
	}
	.fzlcnr_n ul li div{
		font-size: 18px;
	}
	.fwtdrt ul li .fwtd_num {
		font-size: 60px;
	}
	.gjyw_n .gjywlf_n {
		 padding: 30px 40px 0 0;
	}
	.gjyw_n .gjywlf_n h5,.gnywnr_n h5,.carlist h5{
		font-size: 20px;
		line-height: 30px;
	}
	.gjyw_n .gjywlf_n h5::before,.gnywnr_n h5::before{
		height:19px;
	}
	.gnywnr_n .gnywlf_n {
		padding: 30px 40px 0 0;
	}
	.newsinfo_n h1{
		font-size:24px;
		line-height:34px;
	}
	.newslist_n .newsrt_n .newsdate_n {
		margin-top: 20px;
	}
	.contactnr_n dl dd, .contactnr_n dl dd a {
        font-size: 20px;
        line-height: 30px;
    }
	.areajs_n {
		width: 38%;
	}
	.area_n {
		height: 994px;
		background-size: 1600px;
	}
	.mark {
		margin-right: -490px;
		top: 405px;
	}
	#plusDiv1 {
		top: 240px;
		margin-right: -430px;
	}
	.plusDiv2 {
		top: 310px;
		margin-right: -310px;
	}
	.plusDiv3 {
		top: 388px;
		margin-right: -338px;
	}
	.plusDiv4 {
		top: 388px;
		margin-right: -294px;
	}
	.plusDiv5 {
		top: 416px;
		margin-right: -310px;
	}
	.plusDiv6 {
		top: 404px;
		margin-right: -258px;
	}
	.plusDiv7 {
		top: 510px;
		margin-right: -405px;
	}
	.plusDiv8 {
		top: 526px;
		margin-right: -385px;
	}
	.plusDiv9 {
		top: 274px;
		right: 50%;
		margin-right: -175px;
	}
	#plusDiv3 {
		top: 280px;
		margin-right: -135px;
	}
	.plusDiv10 {
		top: 367px;
		right: 50%;
		margin-right: -51px;
	}
	.plusDiv11 {
		top: 353px;
		margin-right: 3px;
	}
	.plusDiv12 {
		top: 363px;
		margin-right: -24px;
	}
	.plusDiv13 {
		top: 403px;
		margin-right: -57px;
	}
	#plusDiv4 {
		top: 413px;
		margin-right: 59px;
	}
	.ldscnr_n dl dd{
		font-size:14px;
		line-height:25px;
		margin-top:10px;
	}
	.footer {
		padding: 65px 4% 0 4%;
	}
	.footer .footerlf p a{
		font-size: 22px;
	}
	.footer .footerlf{
		padding-right:20px;
	}
}
@media(max-width:1200px) {
	.nav .menu > li a {
		margin: 0 15px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 10px;
	}
	.about .aboutlf {
		width: 42%;
	}
	.cloud-product-ul li .normal-inner {
		padding: 0 0 0 20px;
	}
	.active-inner-item .oursl_nr .gssljs, .active-inner-item .oursl_nr .gssljs p {
		font-size: 14px;
	}
	.active-inner-item .oursl_nr {
		padding: 30px 20px 50px 20px;
	}
	.wlcylist {
		height: 263px;
	}
	.wlcylist .wlcybg {
		padding: 30px 20px 0 20px;
	}
	.wlcylist .wlcybg h5{
		margin-bottom:20px;
	}
	.wlcylist .wlcymore {
		margin-top: 30px;
	}
	.wlcylist .wlcybg h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.hxysnr ul li p {
        font-size: 14px;
    }
	.hxysnr ul li h5{
		margin:60px 0 10px 0;
	}
	.hxysnr ul li .hxysmore{
		margin-top:40px;
	}
	.honor_n::after{
		height:280px;
	}
	.qywhlist_n dl dt{
		width: 22%;
	}
	.qywhlist_n dl dd{
		width: 78%;
	}
	.fzlcnr_n ul:first-child li:nth-child(4) {
		margin-top: -62px;
	}
	.fzlcnr_n ul:first-child li:nth-child(3) {
		margin-top: -26px;
	}
	.fzlcnr_n ul:first-child li:nth-child(2) {
		margin-top: 22px;
	}
	.fzlcnr_n ul:first-child li:first-child {
		margin-top: 82px;
	}
	.fzlcnr_n ul:last-child li:nth-child(3) {
		margin-top: 105px;
	}
	.fzlcnr_n ul:last-child li:nth-child(2) {
		margin-top: 182px;
	}
	.fzlcnr_n ul:last-child li:first-child {
		margin-top: 286px;
	}
	.aqxsnr_n dl dd {
		padding: 0 20px;
	}
	.newslist_n .newsrt_n {
		padding: 0 80px 0 40px;
	}
	.contactnr_n dl dd, .contactnr_n dl dd a {
        font-size:18px;
        line-height:28px;
    }
	.footer .footerlf p a{
		font-size: 20px;
	}
	.footer {
		padding: 65px 3% 0 3%;
	}
	.footernav ul li h4, .footernav ul li h4 a {
		font-size: 15px;
	}
	.footernav ul li p a {
		font-size: 14px;
	}
}
@media(max-width:1110px) {
	.nav {
		margin-right: 0;
	}
	.nav .menu > li a {
		margin: 0 10px;
	}
}
@media(max-width:1024px) {
	.fzlcnr_n ul:first-child li:first-child {
		margin-top: 72px;
	}
	.fzlcnr_n ul:last-child li:nth-child(3) {
		margin-top: 122px;
	}
	.fzlcnr_n ul:last-child li:nth-child(2) {
		margin-top: 192px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo img{
		height:50px;
	}
	.language{
		line-height:60px;
	}
	.language a {
		margin: 0 8px;
	}
	.banner .swiper-pagination{
		bottom:20px;
	}
	.about{
		padding-top:80px;
		padding-bottom:80px;
	}
	.about .aboutlf,.about .aboutrt{
		width:100%;
	}
	.about .aboutrt,.customernr{
		margin-top:40px;
	}
	.aboutlist {
		margin-top: 60px;
	}
	.newsnr{
		padding-top:0;
		margin-top:40px;
	}
	.qywhlist_n,.qywhimg_n{
		width:100%;
	}
	.qywhimg_n{
		text-align:center;
		margin-top:20px;
	}
	.qywhlist_n dl dt {
		width: 15%;
	}
	.qywhlist_n dl dd {
		width: 85%;
	}
	.qywhlist_n dl {
		margin: 20px 0;
	}
	.customer{
		padding-top:60px;
		padding-bottom:60px;
	}
	.customernr,.customer .customerimg{
		width: 100%;
	}
	.customer .customerimg{
		position:inherit;
		top:0;
		margin-top:40px;
	}
	.newslf .newsimg{
		height:auto;
	}
	.newslf .newsimg img{
		height:auto;
		object-fit:inherit;
		position:inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	.gssl .tit{
		top:30px;
	}
	.customernr dl {
		margin-top: 15px;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:33.33333333333333333333333%;
	}
	.cloud-product-ul li{
		height:480px;
	}
	.cloud-product-ul li:nth-child(4),.cloud-product-ul li:nth-child(5){
		width:50%;
	}
	.tit p {
		font-size: 50px;
		line-height:60px;
	}
	.tit h3,.tit h3 a {
		font-size: 30px;
		line-height:40px;
	}
	.active-inner-item .oursl_nr .gssljs, .active-inner-item .oursl_nr .gssljs p {
		line-height:25px;
	}
	.active-inner-item .oursl_nr .gssljs {
		margin-top: 10px;
	}
	.active-inner-item .oursl_nr {
		padding: 30px 20px;
	}
	.cloud-product-ul li .normal-inner span {
		margin: 30px 0 0 0;
	}
	.cloud-product-ul li .normal-inner{
		bottom:80px;
	}
	.news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.newsnr .newslf,.newsnr .newsrt{
		width:100%;
	}
	.newsnr .newslf{
		margin-bottom:20px;
	}
	.newslf .newsjs p,.newsnr .newsrt ul li p{
		height:auto;
	}
	.zx .zxbtn a {
		width: 160px;
		padding-left: 10px;
		height:50px;
		line-height:50px;
		margin-top: 32.5px;
	}
	.fwtdlf,.fwtdrt{
		width:100%;
	}
	.fwtdlf{
		margin-bottom:20px;
		padding-top:0;
	}
	.fwtdlist_n {
		margin: 40px 0;
	}
	.hyptlist dl{
		width:100%;
		height:auto;
		margin: 40px 0;
	}
	.hyptlist dl:nth-child(2n+1) {
		margin-left: 0;
	}
	.hyptlist dl:nth-child(2n) {
		margin-right: 0;
	}
	.hyptlist dl dt,.hyptlist dl dd{
		width:100%;
		float:none !important;
	}
	.hyptlist dl dd{
		text-align:center;
		height: auto;
	}
	.hyptlist dl dd img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.hyptlist dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.1);
		transform: translate(0, 0) scale(1.1);
	}
	.hyptlist dl:before {
		font-size: 60px;
		line-height: 60px;
		top: -30px;
	}
	.hyptlist dl dt h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.hyptlist dl dt h5 {
		font-size: 18px;
	}
	.hyptlist dl dt,.hyptlist dl:nth-child(8) dt{
		padding: 50px 40px 40px 40px;
	}
	.hyptlist dl:nth-child(2n+1) dt .casenum{
		left:40px;
	}
	.hyptlist dl:nth-child(2n) dt .casenum{
		right:40px;
	}
	.hyptlist dl dt .casenum {
		font-size: 70px;
		line-height: 70px;
		top: -35px;
	}
	.wapmap{
		display:block;
	}
	.area_n{
		background:none;
		height:auto;
		padding-top:60px;
		padding-bottom:40px;
	}
	#plusDiv1,#plusDiv2,#plusDiv3,#plusDiv4,.mark{
		display:none;
	}
	.areajs_n {
		width: 100%;
		margin-top:40px;
	}
	.contactnr_n{
		flex-wrap:wrap;
		padding: 30px 0;
	}
	.contactnr_n dl{
		width:100%;
	}
	.footer {
		padding: 50px 3% 0 3%;
	}
	.footer .footerlf,.footer .footernav,.footer .footerrt{
		width:100%;
	}
	.footer .footerlf {
        padding-right: 0;
    }
	.footernav ul{
		flex-wrap:wrap;
	}
	.footernav ul li{
		width:33.33333333333333333333333%;
		text-align:center;
		padding:0;
	}
	.footernav ul li h4{
		height:auto;
	}
	.footernav ul li p{
		display:none;
	}
	.footer .footernav{
		margin-top:10px;
		margin-bottom:10px;
	}
	.footernav ul li h4{
		padding-bottom:5px;
	}
	.footerrt dl{
		float:left;
	}
	.botlogo {
		margin-bottom: 20px;
	}
	.footer .footerlf p{
		line-height:30px;
	}
	.bot{
		margin-top:40px;
	}
	.footerrt dl dt img{
		width:100px;
	}
	.footerrt dl dd{
		font-size:13px;
	}
}
@media(max-width:991px) {
	.hxysnr ul li {
		width: 49%;
		margin:8px 0;
	}
	.newstit .newstitrt {
		text-align: left;
	}
	.newstit .newstitrt ul li {
		margin-left:0;
		margin-right:30px;
	}
	.newsnr{
		margin-top:40px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist ul li dl dt,.aboutlist ul li dl dd{
		font-size:14px;
	}
	.aboutlist ul li dl dd img{
		width:20px;
		margin-right:2px;
	}
	.newstit .newstitrt ul li{
		padding-bottom:10px;
	}
	.hxysnr {
		margin-top: 50px;
	}
	.hxysbg{
		padding-bottom: 80px;
	}
	.hxysnr ul li h5{
		margin: 40px 0 10px 0;
	}
	.hxysnr ul li .hxysmore{
		margin-top: 40px;
	}
	.hxysnr ul li {
        padding: 50px 20px 0 20px;
		height:340px;
    }
	.wlcy{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ntit h3 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.honornr_n ul li {
		width: 48%;
		margin:15px 1%;
	}
	.honor_n {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.honor_n::after{
		height:200px;
	}
	.honornr_n .honorimg_n .swiper-button-prev {
		left: -30px;
	}
	.honornr_n .honorimg_n .swiper-button-next {
		right: -30px;
	}
	.qywhlist_n {
		width: 100%;
	}
	.qywh_n {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.qywhlist_n{
		margin-top:0;
	}
	.qywh2_n {
		padding: 60px 0;
	}
	.qywh2_n ul{
		display:inherit;
	}
	.qywh2_n ul li{
		width:48%;
		height: 380px;
		padding-top: 60px;
		margin:10px 1%;
		float:left;
	}
	.fzlcbg_n{
		display:none;
	}
	.fzlc_n{
		padding:40px 6%;
		height:auto;
	}
	.fzlc_n .ntit {
		position: inherit;
		left: 0;
		top: 0;
	}
	.fzlcnr_n{
		width:100%;
		margin-top:20px;
	}
	.fzlcnr_n ul:last-child {
		padding-left:0;
	}
	.fzlcnr_n ul:first-child li::before,.fzlcnr_n ul:first-child li::after,.fzlcnr_n ul:last-child li::before,.fzlcnr_n ul:last-child li::after{
		display:none;
	}
	.fzlcnr_n ul{
		float:none;
	}
	.fzlcnr_n ul:last-child {
		display: inherit;
	}
	.fzlcnr_n ul li,.fzlcnr_n ul:last-child li{
		margin:20px 1% !important;
		width:48%;
	}
	.zzjgnr_n .ntit {
		position: inherit;
		top: 0;
	}
	.zzjgnr_n {
		padding: 60px 0;
	}
	.zzjgimg_n{
		margin-top:30px;
	}
	.ldscnr_n dl,.cznr_n ul li{
		width:49%;
	}
	.ldscnr_n dl:nth-child(2n),.cznr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.ldscnr_n dl:nth-child(2n+1),.cznr_n ul li:nth-child(2n+1){
		margin-right: 2%;
	}
	.czmenu ul li {
		width:25%;
		margin-right: 0;
		text-align:center;
	}
	.gjyw_n {
		margin-bottom: 60px;
	}
	.gjyw_n .gjywlf_n {
		padding: 30px 0 0 0;
	}
	.gjyw_n .gjywrt_n{
		margin-top:30px;
	}
	.gnywnr_n .gnywlf_n {
		padding: 30px 0 0 0;
		margin-bottom:30px;
	}
	.carlist dl dd{
		font-size:16px;
		margin-top:4px;
	}
	.hypttop{
		height:auto;
	}
	.hyptlf .hyptimg {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.hyptlf .hyptimg img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.hyptlf .hyptimg:hover img{
		transform:translate(0, 0) scale(1.1);
	-webkit-transform:translate(0, 0) scale(1.1);
	-moz-transform:translate(0, 0) scale(1.1);
	}
	.hypttop .hyptnr {
		padding: 30px;
	}
	.hypttop .hyptnr h5{
		font-size:22px;
		line-height:32px;
	}
	.aqxsnr_n dl {
		width:100%;
		margin: 20px 0;
	}
	.aqxsnr_n dl dd{
		height:auto;
		padding-bottom:20px;
	}
	.customernr_n ul li{
		width:32%;
	}
	.customernr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.customernr_n ul li:nth-child(3n+1){
		margin-right:2%;
	}
	.hardware_n .hardwarelf_n {
		padding: 0;
		margin-bottom:30px;
	}
	.hardware_n ul {
		margin-top:30px;
	}
	.newsbot_n{
		display:inherit;
	}
	.newsbot_n .newsprev, .newsbot_n .newsnext,.newsbot_n .newsfh{
		width:100%;
		text-align:center;
	}
	.newsinfo_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.newslist_n .newsimg_n {
		width: 30%;
	}
	.newslist_n .newsrt_n{
		width:70%;
		padding:0 0 0 20px;
		background:none;
	}
	.newslist_n .newsrt_n h5,.newslist_n .newsrt_n .newsdate_n {
		margin-top: 10px;
	}
	.nmessage{
		margin-top: 40px;
	}
	.map_n {
		padding-top: 0;
	}
	.position{
		bottom:10px;
	}
	.hxys_n {
		padding:60px 0;
	}
	.car_n,.zlbj_n,.qdcx_n{
		margin-top:60px;
	}
	.carlf, .carrt,.zlbjlf_n,.zlbjrt_n{
		width:100%;
	}
	.carrt,.zlbjrt_n{
		margin-top:30px;
	}
	.footerlf ul li {
		width: 25%;
	}
	.footerlf ul li h4,.footerlf ul li h4 a{
		font-size:16px;
	}
	.footerlf ul li h4{
		padding-bottom:10px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:768px) {
	.qywhlist_n dl dt {
		width: 18%;
	}
	.qywhlist_n dl dd {
		width: 82%;
	}
	.fwtdrt ul li .fwtd_num {
		font-size: 50px;
	}
	.honor_n::after{
		display:none;
	}
	.honornr_n .honorimg_n .swiper-button-prev, .honornr_n .honorimg_n .swiper-button-next {
		width: 30px;
		height: 30px;
	}
}
@media(max-width:767px) {
	.banner .swiper-slide .img > img {
		width: 120%;
		margin-left: -10%;
	}
	.banner .img .bannertext{
		width: 86.7%;
		margin-left: -43.35%;
	}
	.banner .img .bannerfont1{
		width:78%;
		margin-left:-39%;
	}
	.banner .img .bannerfont2{
		width:74%;
		margin-left:-37%;
	}
	.banner .img .bannerfont3{
		width:81%;
		margin-left:-40.5%;
	}
	.aboutlist ul li:first-child dl,.aboutlist ul li:last-child dl{
		float: none;
	}
	.aboutlist ul li{
		margin:5px 0;
	}
	.aboutlist ul li:nth-child(3){
		clear:both;
	}
	.aboutlist {
		margin-top: 40px;
	}
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.aboutlist ul li:nth-child(2):after{
		display:none;
	}
	.cloud-product-ul li, .cloud-product-ul li.active {
		width:50%;
	}
	.cloud-product-ul li:last-child{
		width:100%;
	}
	.hxysnr ul li {
        width:100%;
		height:auto;
    }
	.hxysnr ul li{
		padding:30px 20px;
	}
	.hxysnr ul li .hxysmore{
		position:inherit;
		margin-top:20px;
		padding:0;
	}
	.ntit h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.menu_n ul li {
		margin-right: 0;
		width: 50%;
		text-align: center;
		line-height:40px;
	}
	.carlist ul{
		display:inherit;
	}
	.carlist ul li{
		width:49%;
		float:left;
		margin:10px 2% 10px 0;
	}
	.carlist ul li:nth-child(2n){
		margin-right:0;
	}
	.ldscnr_n dl {
		margin: 15px 2% 15px 0;
	}
	.ldscnr_n dl dd{
		height:50px;
	}
	.gxwlnr_n ul li,.qdcxnr_n ul li{
		width:100%;
		margin:10px 0;
	}
}
@media(max-width:640px) {
	.language a {
		margin: 0 6px;
	}
	.toggle{
		right:90px;
	}
	.banner .img .bannertext{
		bottom:60px;
	}
	.newsnr .newslf .newsdate {
		width: 86px;
		height: 86px;
	}
	.newsnr .newslf .newsdate .day {
		font-size: 40px;
		line-height: 40px;
	}
	.tit p {
		font-size: 40px;
		line-height:50px;
	}
	.tit h3, .tit h3 a {
		font-size: 26px;
		line-height: 36px;
	}
	.more a {
		width: 145px;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
	}
	.ntit h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.zx{
		padding:12.5px 0;
	}
	.zx .zxnr {
		font-size: 20px;
		line-height:30px;
		text-align:center;
	}
	.zx .cont {
		display: inherit;
	}
	.zx .zxbtn a{
		margin:10px auto 0;
	}
	.zx .zxbtn{
		margin-left:0;
	}
	.menu_n ul li{
		width:100%;
	}
	.qywhlist_n dl dt h5,.qywhlist_n dl dd p{
		font-size: 20px;
		line-height: 30px;
	}
	.qywhlist_n dl dt h5::before {
		height: 22px;
	}
	.qywh2_n ul li {
		width: 100%;
		height: auto;
		padding: 30px 0;
		margin: 10px 0;
	}
	.qywhnr2_n{
		margin-top:20px;
	}
	.fzlcnr_n ul li,.fzlcnr_n ul:last-child li{
		width: 100%;
		height: auto;
		padding: 20px;
		margin: 20px 0 !important;
	}
	.fwtdrt ul li .fwtd_num {
		font-size: 40px;
	}
	.hyptlist dl dt,.hyptlist dl:nth-child(8) dt{
		padding: 50px 25px 30px 25px;
	}
	.hyptlist dl:nth-child(2n+1) dt .casenum{
		left:25px;
	}
	.hyptlist dl:nth-child(2n) dt .casenum{
		right:25px;
	}
	.active-inner-item .oursl_nr h4, .cloud-product-ul li .normal-inner h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.honorimg_n .swiper-button{
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	.honornr_n .honorimg_n .swiper-button-prev, .honornr_n .honorimg_n .swiper-button-next{
		display:inline-block;
		position:inherit;
		top:0;
		margin:0 5px;
	}
	.customer_n {
		margin-top: 40px;
	}
	.customernr_n ul li {
		margin: 10px 2% 10px 0;
	}
	.customernr_n ul li{
		width:49%;
	}
	.customernr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.customernr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.newslist_n .newsimg_n,.newslist_n .newsrt_n{
		width: 100%;
	}
	.newslist_n .newsrt_n{
		padding:0;
	}
	.newslist_n{
		padding:30px 0;
	}
	.newslist_n .newsrt_n h5{
		font-size: 20px;
		line-height: 30px;
	}
	.newslist_n .newsrt_n .newsms_n{
		font-size:14px;
		line-height:25px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:240px;
	}
	.czmenu ul li {
		width:50%;
	}
	.position{
		display:none;
	}
	.wapmap img {
		max-width: 150%;
		margin-left: -25%;
	}
	.zlbjrt_n dl {
		width: 100%;
	}
	.footernav ul li {
		width:50%;
	}
}
@media(max-width:540px) {
	.aboutlist ul li dl dt .counter {
        font-size: 30px;
        line-height: 30px;
    }
	.aboutlist ul li dl dt, .aboutlist ul li dl dd {
        font-size: 13px;
    }
}
@media(max-width:500px) {
	.qywhlist_n dl dt {
		width: 22%;
	}
	.qywhlist_n dl dd {
		width: 78%;
	}
	
}
@media(max-width:425px) {
	.banner .swiper-pagination{
		bottom:10px;
	}
	.swiper-pagination-bullet{
		margin:0 10px;
	}
	.banner .img .bannertext{
		bottom:50px;
	}
	.aboutlist ul li dl dt .counter {
        font-size:25px;
        line-height:25px;
    }
	.aboutlist ul li dl dt, .aboutlist ul li dl dd {
        font-size: 12px;
    }
	.newsnr .newslf .newsdate {
		width: 76px;
		height: 76px;
		left:10px;
	}
	.newsnr .newslf .newsdate .day {
		font-size: 30px;
		line-height: 30px;
	}
	.newsnr .newslf .newsdate .year{
		font-size:14px;
	}
	.newslf .newsjs {
		padding: 20px;
	}
	.newsnr .newsrt ul li{
		padding: 30px 20px;
	}
	.active-inner-item .oursl_nr h4, .cloud-product-ul li .normal-inner h4 {
		font-size: 18px;
		line-height:28px;
	}
	.active-inner-item .oursl_nr .gsslen, .cloud-product-ul li .normal-inner .gsslen {
		font-size: 8px;
		line-height:18px;
		margin-top:0;
	}
	.active-inner-item .oursl_nr .gssljs, .active-inner-item .oursl_nr .gssljs p {
		font-size: 13px;
		line-height: 23px;
	}
	.active-inner-item .oursl_nr {
		padding: 20px 10px;
	}
	.zx .zxnr {
		font-size: 18px;
	}
	.honor_n::after{
		height:200px;
	}
	.qywhlist_n dl dt,.qywhlist_n dl dd{
		width:100%;
	}
	.qywhlist_n dl dt{
		position:inherit;
		margin-top:0;
		margin-bottom: 10px;
	}
	.qywhlist_n dl{
		margin-top:30px;
	}
	.fwtdrt ul li .fwtd_num {
		font-size: 30px;
	}
	.carlist dl dd {
		font-size: 14px;
	}
	.newslist_n .newsimg_n{
		height:200px;
	}
}
@media(max-width:424px) {
	.ldscnr_n dl{
		width:100%;
	}
	.ldscnr_n dl {
		margin: 15px 0;
	}
	.ldscnr_n dl dd{
		height:auto;
	}
	.footernav ul li {
		width: 100%;
	}
}
@media(max-width:375px) {
	.aboutlist ul li dl dt .counter {
        font-size:22px;
        line-height:22px;
    }
	.aboutlist ul li dl dt, .aboutlist ul li dl dd {
        font-size: 11px;
    }
	.honor_n::after{
		height:180px;
	}
	.footerlf ul li h4, .footerlf ul li h4 a {
		font-size: 15px;
	}
	
}
@media(max-width:320px) {
	.active-inner-item .oursl_nr .gssljs, .active-inner-item .oursl_nr .gssljs p {
		font-size: 12px;
		line-height: 22px;
	}
	.cloud-product-ul li .normal-inner {
		padding: 0 0 0 10px;
	}
	.zx .zxnr {
		font-size: 16px;
	}
}
@media(max-width:319px) {
	.czmenu ul li a{
		font-size:15px;
	}
	.carlist dl dd {
		font-size: 13px;
	}
}