@charset "utf-8";



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

------------------------------------------------------------------------------------------------------ */
@font-face
{
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF'),
		 url('../font/SOURCEHANSANSCN-REGULAR.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	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:"myFirstFont","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:98%;
	height:100px;
	position: fixed;
	z-index: 999;
	margin:0 1%;
	padding:0 0 0 25px;
	border-radius:0 0 15px 15px;
	top:0;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	overflow:hidden;
	padding:20.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language,.language ul{
	overflow:hidden;
}
.language ul li{
	overflow:hidden;
	float:left;
	line-height:100px;
	margin-left:20px;
}
.language ul li a{
	font-size:15px;
	color:#fff;
}
.language ul li a:hover,.language ul li a.cur{
	border-bottom:solid 1px #fff;
	color:#fff;
}
.icon1{
	height:100%;
	overflow:hidden;
	padding:42px 40px;
	cursor:pointer;
	border-radius:0 0 15px 0;
	margin-left:74px;
	}
.icon1 .iconnr1{
	overflow:hidden;
	}
.icon1 .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:10px;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
}
.icon1 .ewmimg img{
	width:100px;
}
.icon1:hover .ewmimg{
	opacity:1;
}
.icon2{
	overflow:hidden;
	padding:37.5px 0;
	margin-right:20px;
	}
.small{
	background:rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* nav
-------------------------------------------------------------- */
.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;

}

/* Shield

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

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

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

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

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


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:110px;
	margin:0 46px;
	position:relative;
	}

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


.nav .menu > li .submenu{

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

.nav .menu > li .submenu li{

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

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 5px;
	font-size:15px;
	line-height:25px;
	margin:0;
}

.nav .menu > li .submenu li:hover{

	background:#0063c6;

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

/* banner

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

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

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

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

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

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

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

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	bottom:78px;
	right:11.6%;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	border-radius:50%;
	outline:none;
	float:left;
	transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:rgba(255,255,255,0.8) url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-prev:hover{
	background:#0063c6 url(../images/prevh.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:rgba(255,255,255,0.8) url(../images/next.png) no-repeat center;
	margin-left:28px;
	}
.banner .swiper-button .swiper-button-next:hover{
	background:#0063c6 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; 
}
.mouse {
  position: relative;
  width: 32px;
  height: 52px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}

@-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 {
	position: absolute;
	left:11.6%;
	top: inherit;
	bottom:98px;
	right: inherit;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 99;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}
.swiper-pagination-fraction .swiper-pagination-total{
	padding-left:112px;
}
.swiper-pagination-fraction .swiper-pagination-total:after{
	content:"";
	width:104px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:9px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	padding-right:112px;
}
.swiper-pagination-fraction .swiper-pagination-current:after{
	content:"";
	width:104px;
	height:2px;
	background:#e38f0e;
	position:absolute;
	right:0;
	bottom:9px;
}
.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 27px;
	height: 27px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	margin:10px 0;
	background:url(../images/dot.png) no-repeat center;
	outline:none;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background:url(../images/doth.png) no-repeat center;
}

.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 {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.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*/
.scrollnews{
	width:50%;
	height:165px;
	overflow:hidden;
	padding:0 0 0 125px;
	background:#c21b29;
	position:absolute;
	left:0;
	bottom:-14px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	border-radius:0 40px 0 0;
	z-index:99;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:176px; overflow:hidden;  -moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;} 
.scrollnews ul li a{width:75%;overflow:hidden;display:block; text-align:left; float:left;font-size:16px;color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scrollnews ul li span{width:25%;overflow:hidden; display:block; float:left;font-size:16px;color:#fff;text-align:right;}
.scrollnews ul li:hover .spanT{ color:#e0222c;}
.scrollnews_nr{
	width:270px;
	overflow:hidden;
	position:absolute;
	right:12%;
	bottom:68px;
	z-index:99;
	}
.scrollnews_nr img{
	max-width:100%;
	height:auto;
	}
.tnewslf{
	width:10%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	}
.tnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	background:url(../images/icon2.png) no-repeat 60px center;
	margin-top:10px;
	}
.tnewsrt{
	width:35%;
	overflow:hidden;
	font-size:30px;
	line-height:30px;
	color:#fff;
	font-family:Arial;
	padding-left:26px;
	border-left:solid 1px #fff;
	}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:55px;
	color:#161616;
	line-height:65px;
	z-index:1;
	}
.tit h3 a{
	font-size:55px;
	color:#161616;
	position:relative;
	z-index:1;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#0063c6;
	line-height:40px;
	margin-top:8px;
	}
	
/* 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:#f0f0f0;
	padding-top:158px;
	padding-bottom:150px;
	position:relative;
	}
.about .abouten{
	overflow:hidden;
	font-size:269px;
	font-family:Arial;
	line-height:240px;
	color:#f8f8f8;
	font-weight:bold;
	position:absolute;
	left: -385px;
    top: 360px;
	text-transform:uppercase;
	transform:rotate(90deg);
	}
.about .aboutbg{
	width:62%;
	height:608px;
	overflow:hidden;
	background:#0063c6;
	position:absolute;
	right:0;
	top:158px;
	border-radius:20px 0 0 20px;
	z-index:0;
	}
.about .aboutnr{
	position:relative;
	z-index:2;
	}
.aboutnr .aboutlf{
	width:37%;
	overflow:hidden;
	padding-right:114px;
	padding-top:82px;
	}
.aboutnr .aboutlf .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7a7a7a;
	line-height:30px;
	margin-top:50px;
	}
.aboutnr .aboutimg{
	width:63%;
	overflow:hidden;
	border-radius:20px;
	margin-top:46px;
	}
.aboutnr .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about .more{
	margin-top:126px;
	}
.more{
	width:128px;
	line-height:30px;
	overflow:hidden;
	border-bottom:solid 3px #161616;
	background:url(../images/icon3.png) no-repeat right center;
	padding-bottom:7px;
	}
.more a{
	font-size:16px;
	color:#161616;
	}
/* hxys
-------------------------------------------------------------- */
.hxys{
	padding-top:106px;
	}
.hxys .hxystit{
	width:100%;
	overflow:hidden;
	}
.hxysnr{
	width:100%;
	overflow:hidden;
	margin-top:73px;
	}
.hxyslf{
	width:52%;
	overflow:hidden;
	}
.hxysrt{
	width:48%;
	height:618px;
	overflow:hidden;
	border-radius:20px;
	}
.hxysrt img{
	width:100%;
	height:100%;
	object-fit:cover;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li {
	height:618px;
	position: relative;
	background:#fff;
	width: 22%;
	float: left;
	padding:54px 0 0 20px;
	border-radius:20px;
}
.cloud-product-ul li.active{
	padding:54px 45px 0 45px;
}
.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;
	float:left;
	}
.active-inner-item .oursl_nr h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:36px;
	}
.active-inner-item .oursl_nr .ourslms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-top:28px;
	}
.active-inner-item .oursl_nr .ourslms p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	}

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

.cloud-product-ul li.active {
	z-index: 9;
	width: 56%;
}
.cloud-product-ul li:first-child{
	background:#0063c6;
	}
.cloud-product-ul li:nth-child(2){
	background:#e38f0e;
	}
.cloud-product-ul li:nth-child(3){
	background:#4a9f5d;
	}
/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width:100%;
	overflow:hidden;
	margin-top:120px;
	}
.hyyynr{
	width:100%;
	overflow:hidden;
	margin-top:72px;
	}
.hyyynr .hyyylist{
	width:100%;
	overflow:hidden;
	padding:210px 40px 20px 40px;
	}
.hyyynr .hyyylist h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	text-align:center;
	font-weight:normal;
	margin-bottom:25px;
	}
.hyyynr .hyyylist span{
	width:10px;
	height:10px;
	background:#fff;
	display:block;
	border-radius:50%;
	margin:auto;
	}
.hyyynr .hyyylist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:25px;
	}
.hyyynr .hyyylist .hyyymore{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:145px;
	}
.hyyynr .hyyylist .hyyymore img{
	max-width:100%;
	height:auto;
	}
.hyyynr .hyyylist .hyyynum{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:144px;
	}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f2f3f5;
	padding-bottom:84px;
	padding-top:114px;
	position:relative;
	}
.casenr{
	width:100%;
	overflow:hidden;
	margin-top:75px;
	}
.casenr .swiper-slide{
	padding:0 13px;
	}
.casenr .swiper-slide dl,.casenr .swiper-slide dl dt,.casenr .swiper-slide dl dd{
	width:100%;
	overflow:hidden;
	}
.casenr .swiper-slide dl{
	background:#fff;
	padding:45px 24px 32px 24px;
	border-radius:5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.casenr .swiper-slide dl dt{
	border-radius:5px;
	height: 228px;
	}
.casenr .swiper-slide dl dt img{
	width:100%;
	height:100%;
	object-fit: cover;
	}
.casenr .swiper-slide dl dd{
	font-size:20px;
	color:#262626;
	line-height:30px;
	height:60px;
	margin-top:28px;
	}
.casenr .swiper-slide dl:hover{
	background:#0063c6;
	}
.casenr .swiper-slide dl:hover dd{
	color:#fff;
	}
.case .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	}
.case .swiper-button div{
	width:30px;
	height:30px;
	overflow:hidden;
	border:solid 2px #c0c1c2;
	border-radius:50%;
	display:inline-block;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.case .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	}
.case .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh3.png) no-repeat center;
	}
.case .swiper-button .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	margin-left:26px;
	}
.case .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth3.png) no-repeat center;
	margin-left:26px;
	}
.case .swiper-button div:hover{
	border:solid 2px #2c2c2c;
	}
/* news
-------------------------------------------------------------- */
.newsbg{
	width:100%;
	overflow:hidden;
	background:#f2f3f5;
	padding-top:114px;
	}
.news .newslf{
	width:55%;
	overflow:hidden;
	}
.news .newsrt{
	width:36%;
	overflow:hidden;
	padding-top:52px;
	}
.newsnr{
	margin-top:42px;
	}
.newsnr,.newsnr dl{
	width:100%;
	overflow:hidden;
	margin-bottom:66px;
	}
.newsnr dl dt{
	width:37%;
	overflow:hidden;
	float:left;
	border-radius:20px;
	position:relative;
	height:200px;
	}
.newsnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsnr dl dd{
	width:60%;
	overflow:hidden;
	float:right;
	}
.newsnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#1d1d1d;
	line-height:32px;
	font-weight:normal;
	margin-top:14px;
	}
.newsnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#9e9e9e;
	margin-top:14px;
	}
.newsnr dl dd .datemore{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.newsnr dl dd .datemore .newsdate{
	overflow:hidden;
	padding:0;
	font-size:16px;
	color:#9e9e9e;
	line-height:30px;
	}
.newsnr dl dd .datemore .newsmore{
	overflow:hidden;
	padding:0;
	font-size:16px;
	color:#0063c6;
	line-height:30px;
	text-align:right;
	letter-spacing:4px;
	background:url(../images/icon6.png) no-repeat right center;
	padding-right:55px;
	font-weight:bold;
	}
.news .newsrt dl{
	width:100%;
	overflow:hidden;
	background:#0063c6;
	border-radius:20px;
	}
.news .newsrt dl dt{
	position:relative;
	height:313px;
	border-radius:20px;
	}
.news .newsrt dl dt,.news .newsrt dl dd{
	width:100%;
	overflow:hidden;
	}
.news .newsrt dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.news .newsrt dl{
	float:right;
	}
.news .newsrt dl dd{
	padding:46px 50px 50px 50px;
	}
.news .newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	}
.news .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.5);
	margin-top:15px;
	}
.news .newsrt dl dd .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	background:url(../images/icon7.png) no-repeat 100px center;
	margin-top:54px;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:112px;
	padding-bottom:136px;
	}
.prolist{
	width:100%;
	position:relative;
	margin-top:54px;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button div{
	overflow:hidden;
	width:21px;
	height:38px;
	position:absolute;
	top:50%;
	margin-top:-19px;
	}
.prolist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:-50px;
	}
.prolist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:-50px;
	}
.prolist .swiper-slide{
	padding:0 20px;
	}
.prolist dl{
	background:#f7f7f7;
	position:relative;
	padding-bottom:94px;
	}
.prolist dl:hover:before{
	opacity:1;
	}
.prolist dl,.prolist dl dt,.prolist dl dd{
	width:100%;
	overflow:hidden;
	}
.prolist dl dt{
	text-align:center;
}
.prolist dl dt img{
	max-width:100%;
	height:auto;
	}
.prolist dl dd{
	font-size:22px;
	line-height:32px;
	color:#191919;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	padding-bottom:20px;
	z-index:1;
	transition: all .5s ease;
	}
.prolist dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#191919;
	line-height:32px;
	font-weight:normal;
	}
.prolist dl dd span{
	display:block;
	width:36px;
	height:2px;
	background:#191919;
	margin:20px auto 0;
	}
.prolist dl dd .proicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
	display:none;
	}
.prolist dl dd .proicon img{
	max-width:100%;
	height:auto;
	}
.prolist .swiper-button{
	overflow:hidden;
	}
.prolist .swiper-button div{
	overflow:hidden;
	width:60px;
	height:60px;
	border-radius:50%;
	float:left;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-30px;
	}
.prolist dl .probg{
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(top, rgba(0,99,198,0), #0063c6);
    background: -o-linear-gradient(bottom, rgba(0,99,198,0), #0063c6);
    background: -moz-linear-gradient(bottom, rgba(0,99,198,0), #0063c6);
    background: linear-gradient(to bottom, rgba(0,99,198,0), #0063c6);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	transition: all .5s ease;
	opacity:0;
	}
.prolist dl:hover .probg{
	opacity:1;
	}
.prolist dl:hover dd .proicon{
	display:block;
	}
.prolist dl:hover dd h4{
	color:#fff;
	}
.prolist dl:hover dd span{
	background:#fff;
	}
.prolist .swiper-button .swiper-button-prev{
	background:#0063c6 url(../images/prev2.png) no-repeat center;
	left:-100px;
	}
.prolist .swiper-button .swiper-button-next{
	background:#0063c6 url(../images/next2.png) no-repeat center;
	right:-100px;
	}
/* hzhb
-------------------------------------------------------------- */
.hzhbbg{
	width:100%;
	overflow:hidden;
	background:#f2f3f5;
	padding-top:80px;
	padding-bottom:162px;
	}
.hzhbtit,.hzhbnr,.hzhbnr ul{
	width:100%;
	overflow:hidden;
	}
.hzhbnr{
	margin-top:74px;
	}
.hzhbnr ul li{
	overflow:hidden;
	padding:0;
	text-align:center;
	margin:20px 0;
	}
.hzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
/* message
-------------------------------------------------------------- */
.message ::-webkit-input-placeholder {
  color: #fff;
}
.message :-moz-placeholder {
  color: #fff;
}
.message ::-moz-placeholder{
color: #a3a3a3;
}
.message :-ms-input-placeholder {
  color: #fff;
}
.message{
	width:100%;
	overflow:hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:158px;
	padding-bottom:186px;
	}
.message .tit h3,.message .tit h3 a,.message .tit p{
	color:#fff;
	}
.message .messagecont{
	width:50%;
	overflow:hidden;
	}
.messagelist,.messagelist ul,.messagelist ul li{
	width:100%;
	overflow:hidden;
	}
.messagelist ul li{
	border-bottom:solid 1px rgba(255,255,255,0.4);
	padding-bottom:22px;
	margin-top:22px;
	}
.messagelist ul li input{
	width:100%;
	overflow:hidden;
	background-color:transparent;
	line-height:30px;
	color:#fff;
	font-size:16px;
	padding-left:44px;
	background-position:left center;
	background-repeat:no-repeat;
	}
.messagelist ul li:first-child input{
	background-image:url(../images/icon8.png);
	}
.messagelist ul li:nth-child(2) input{
	background-image:url(../images/icon9.png);
	}
.messagelist ul li textarea{
	width:100%;
	overflow:hidden;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:44px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	}
.messagelist ul li:nth-child(3) textarea{
	background-image:url(../images/icon10.png);
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#fff;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #fff;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
.messagelist .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:54px;
}
.messagelist .tjbtn button {
    width: 100%;
    height: 48px;
    background:#e38f0e;
    color: #fff;
	text-align:center;
	font-size:16px;
	border-radius:10px;
}

/* link
-------------------------------------------------------------- */
.link{
	color:#969696;
	line-height:30px;
	padding:30px 0 0 0;
	margin-top:42px;
	}
.link a{
	margin-right:10px;
	color:#969696;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	position:relative;
	background:#f3f3f3 url(../images/line.jpg) no-repeat top center;
}
.footernr{
	padding-top:87px;
	padding-bottom:21px;
	}
.footernr .footerlf{
	width:77%;
	overflow:hidden;
	}
.footernr .footerlf ul,.footernr .footerlf ul li h4,.footernr .footerlf ul li p{
	width:100%;
	overflow:hidden;
	}
.footernr .footerlf ul li{
	width:20%;
	overflow:hidden;
	padding:0;
	float:left;
	}
.footernr .footerlf ul li h4{
	font-size:19px;
	color:#333333;
	line-height:30px;
	padding-bottom:15px;
	}
.footernr .footerlf ul li h4 a{
	font-size:19px;
	color:#333333;
	}
.footernr .footerlf ul li p{
	font-size:16px;
	color:#969696;
	line-height:30px;
	margin-top:10px;
	}
.footernr .footerlf ul li p a{
	font-size:16px;
	color:#969696;
	}
.footernr .footerrt{
	width:23%;
	overflow:hidden;
	}
.footernr .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footernr .footerrt dl dt,.footernr .footerrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerrt dl dd{
	color:#969696;
	line-height:30px;
	font-size:16px;
	margin-top:10px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	}
.bot .botnr{
	padding:15px 0;
	border-top: solid 1px #e9e9e9;
	}
.bot .botnr .botlf,.bot .botnr .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#969696;
	}
.bot .botnr .botlf a,.bot .botnr .botrt a{
	color:#969696;
	}
.bot .botnr .botrt{
	text-align:right;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:141px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon15.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.nmenu {
	overflow: hidden;
}
.nmenu ul {
	overflow: hidden;
	margin: 0;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 50px;
	text-align: center;
}
.nmenu ul li a {
	padding:0 44px;
	font-size: 16px;
	color: #262626;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#163c7e;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
}
/* ys
-------------------------------------------------------------- */
.ys,.ys ul{
	width:100%;
	overflow:hidden;
	}
.ys ul li{
	width:20%;
	height:900px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.ys ul li .ysicon{
	overflow:hidden;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.ys ul li .ysicon img{
	max-width:100%;
	height:auto;
	}
.ys ul li h4{
	width:40px;
	overflow:hidden;
	float:left;
	font-size:37px;
	color:#fff;
	padding-top:20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ysjs{
	width:44px;
	height:200px;
	overflow:hidden;
	background:#fff;
	border-radius:25px;
	margin-top:20px;
	float:left;
	font-size:17px;
	color:#c21b29;
	padding:0 10px;
	text-align:center;
	line-height:18px;
	font-weight:bold;
	padding-top:26px;
	margin-left:20px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys ul li .ystop{
	width:148px;
	overflow:hidden;
	margin:98px auto 0;
	}
.ys ul li .ysms{
	width:20px;
	overflow:hidden;
	color:rgba(255,255,255,0.8);
	font-size:16px;
	margin-top:20px;
	float:left;
	margin-left:24px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys ul li:first-child{
	background:url(../images/ysbg1.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(2){
	background:url(../images/ysbg2.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(3){
	background:url(../images/ysbg3.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(4){
	background:url(../images/ysbg4.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li:nth-child(5){
	background:url(../images/ysbg5.jpg) no-repeat top center;
	background-size:cover;
	}
.ys ul li .ystext{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:415px;
	opacity:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ystext h5,.ys ul li .ystext p{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ys ul li .ystext h5{
	font-size:20px;
	color:#fff;
	line-height:30px;
	}
.ys ul li .ystext p{
	font-size:15px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	}
.ys ul li .line{
	width:1px;
	height:78px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
	bottom:176px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ysrq{
	width:266px;
	height:266px;
	overflow:hidden;
	border:dashed 1px rgba(255,255,255,0.5);
	border-radius:50%;
	padding:25px;
	position:absolute;
	left:50%;
	margin-left:-133px;
	bottom:80px;
	opacity:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ys ul li .ysimg{
	width:216px;
	height:216px;
	overflow:hidden;
	border-radius:50%;
	margin:auto;
	}
.ys ul li:hover .ysicon{
	opacity:1;
	float:left;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys ul li:hover .ysjs,.ys ul li:hover .ysms{
	opacity:0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.ys ul li:hover h4{
	float:right;
	}
.ys ul li:hover .line{
	height:28px;
	bottom:370px;
	}
.ys ul li:hover .ysrq,.ys ul li:hover .ystext{
	opacity:1;
	}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	font-size: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #003198;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	padding-top:60px;
	padding-bottom:80px;
	font-size:16px;
	color:#7a7a7a;
	line-height:30px;
	}
.about_n p{
	overflow:hidden;
	font-size:16px;
	color:#7a7a7a;
	line-height:30px;
	}
.about_n h3{
	overflow:hidden;
	font-size:55px;
	color:#161616;
	line-height:65px;
	}
.about_n h4{
	overflow:hidden;
	font-size:30px;
	color:#0063c6;
	line-height:40px;
	font-weight:normal;
	}
.about_n img{
	margin-left:50px;
	max-width:100%;
	height:auto;
}
/* nqywh
-------------------------------------------------------------- */
.nqywh{
	width:100%;
	overflow:hidden;
	background:#f3f6f8;
	padding-top:86px;
	padding-bottom:138px;
	}
.nqywh h3,.nzlgl h3{
	width:100%;
	overflow:hidden;
	font-size:55px;
	color:#161616;
	line-height:65px;
	text-align:center;
	}
.culture-ul{
	width: 100%;
	padding: 0 3%;
	font-size: 0;
	margin: 102px 0 0 0;
}
.culture-li{
	width: 25%;
	height: 25%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2 !important;
}
.culture-li>img{
	width: 100%;
}
.culture-div{
	width: 106%;
	height: 106%;
	position: absolute;
	left: -3%;
	top: -3%;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	padding: 25% 10%;
}
.culture-li:nth-child(2n + 0){
	z-index: 1 !important;
}
.culture-li:nth-child(2n + 0) .culture-div{
	background: #fdfdfe;
	
}
.fnt36{
	font-size:30px;
	line-height:40px;
	}
.culture-a{
	font-size: 0;
}
.culture-a img{
	height: 100%;
}
.culture-a .img2{
	display: none;
}
.culture-b{
	margin: .6vw 0;
}
.culture-li:hover .culture-a .img1{
	display: none;
}
.culture-li:hover .culture-a .img2{
	display: inline-block;
}
.culture-li:hover .culture-b{
	font-weight: bold;
}
/* nzlgl
-------------------------------------------------------------- */
.nzlgl{
	width:100%;
	overflow:hidden;
	padding-top:118px;
	padding-bottom:100px;
	}
.nzlglnr{
	padding-top:20px;
	}
.nzlglnr p{
	width: 100%;
    overflow: hidden;
	font-size:20px;
	line-height:30px;
    padding: 20px 40px;
    box-shadow: 6px 0px 32px #ececec;
    margin: 40px 0;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.nzlglnr p:hover{
	background:#0063c6;
	color:#fff;
	cursor:pointer;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:95px;
}
.nhonor .tit{
	border-bottom:solid 1px #dddddd;
	padding-bottom:24px;
	}
.nhonorlist{
	margin-top:50px;
	padding-bottom:85px;
	position:relative;
	}
.nhonorlist,.nhonorlist .nhonorimg{
	width:100%;
	overflow:hidden;
	}
.nhonorlist .nhonorimg{
	text-align:center;
	}
.nhonorlist .nhonorimg img{
	max-width:100%;
	height:auto;
	}
.nhonorlist .swiper-slide{
	padding:0 10px;
	}
.nhonorlist .swiper-button{
	width:136px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-68px;
	bottom:0;
	}
.nhonorlist .swiper-button-prev,.nhonorlist .swiper-button-next{
	width:50px;
	height:50px;
	border-radius:50%;
	}
.nhonorlist .swiper-button-prev{
	background:#595959 url(../images/prev3.png) no-repeat center;
	float:left;
}
.nhonorlist .swiper-button-next{
	background:#595959 url(../images/next3.png) no-repeat center;
	float:right;
}
.nhonorlist .swiper-button-prev:hover,.nhonorlist .swiper-button-next:hover{
	background-color:#c21b29;
	}

/* npro
-------------------------------------------------------------- */
.pro_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.pronr_n{
	width:100%;
	overflow:hidden;
	}
.pronr_n dl{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	background:#f7f7f7;
	position:relative;
	padding-bottom:94px;
	}
.pronr_n dl:hover:before{
	opacity:1;
	}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr_n dl dt{
	height:254px;
	position:relative;
}
.pronr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.pronr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr_n dl dd{
	font-size:22px;
	line-height:32px;
	color:#191919;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	padding-bottom:20px;
	z-index:1;
	transition: all .5s ease;
	}
.pronr_n dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#191919;
	line-height:32px;
	font-weight:normal;
	}
.pronr_n dl dd span{
	display:block;
	width:36px;
	height:2px;
	background:#191919;
	margin:20px auto 0;
	}
.pronr_n dl dd .proicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
	display:none;
	}
.pronr_n dl dd .proicon img{
	max-width:100%;
	height:auto;
	}
.pronr_n dl .probg{
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(top, rgba(0,99,198,0), #0063c6);
    background: -o-linear-gradient(bottom, rgba(0,99,198,0), #0063c6);
    background: -moz-linear-gradient(bottom, rgba(0,99,198,0), #0063c6);
    background: linear-gradient(to bottom, rgba(0,99,198,0), #0063c6);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	transition: all .5s ease;
	opacity:0;
	}
.pronr_n dl:hover .probg{
	opacity:1;
	}
.pronr_n dl:hover dd .proicon{
	display:block;
	}
.pronr_n dl:hover dd h4{
	color:#fff;
	}
.pronr_n dl:hover dd span{
	background:#fff;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*

/* hyyy_n
-------------------------------------------------------------- */
.hyyy_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.hyyynr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.hyyynr_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.hyyynr_n img{
	max-width:100%;
	height:auto;
	}

	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	width:31.33333333333%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
}
.newsnr_n ul li .zi{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .zi .timex {
    font-size: 16px;
    color: #333333;
    display: flex;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.newsnr_n ul li .zi .timex span {
    width: 100px;
    height: 38px;
    border: solid 3px #0063c6;
    line-height: 32px;
    text-align: center;
    color: #0063c6;
    margin-right: 16px;
    font-weight: 500;
    border-radius: 20px;
}
.newsnr_n ul li .zi h4 {
    font-size:30px;
    color: #333333;
    line-height:40px;
	font-weight:normal;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.newsnr_n ul li .newsimg_n{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	height:300px;
}
.newsnr_n ul li .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr_n ul li .ck {
	width:100%;
	overflow:hidden;
    margin-top: 3.125vw;
    font-size: 16px;
    color: #000;
	line-height:30px;
	margin-top:30px;
}
.news_n dl{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	padding:20px;
	float:left;
	box-shadow: 0px 0px 10px #e0e1e1;
	border-radius: 6% 10px 6% 10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}

.news_n dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:246px;
	border-radius:20px;
	border-radius: 6% 10px 6% 10px;
	}
.news_n dl dt 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;
	}
.news_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news_n dl dd{
	width:100%;
	overflow:hidden;
	}
.news_n dl dd h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:24px;
	margin-top:20px;
	border-bottom:solid 1px #efefef;
	padding-bottom:14px;
	font-weight:normal;
	}
.news_n dl dd .nnewsjs{
	width:100%;
	overflow:hidden;
	color:#777777;
	margin-top:22px;
	}
.news_n dl dd .nnews_date{
	width:100%;
	overflow:hidden;
	color:#8a8a8a;
	line-height:30px;
	margin-top:18px;
	}
.news_n dl:hover dd h5{
	color:#163c7e;
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	margin-bottom:30px;
}
.menu_n,.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-right:50px;
}
.menu_n ul li a{
	font-size:16px;
}
.menu_n ul li a:hover,.menu_n ul li.active a{
	color:#0063c6;
}
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.case_n dl{
	overflow:hidden;
	padding:0 20px;
	margin:20px 0;
	}
.case_n dl dt,.case_n dl dd{
	width:100%;
	overflow:hidden;
	}
.case_n dl dt{
	position:relative;
	height:278px;
	}
.case_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.case_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.case_n dl dd{
	line-height:30px;
	font-size:20px;
	color:#333;
	margin-top:20px;
	}
.case_n dl:hover dd{
	color:#123d9d;
}
.gallery{
	width:100%;
	overflow:hidden;
	position:relative;
}
	
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:80px;
	position:relative;
	z-index:2;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	background: #0063c6;
	padding:40px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	}
.contactnr_n ul li{
	width:25%;
	overflow:hidden;
	float:left;
	margin:10px 0;
	}
.contactnr_n ul li .icon{
	width:100%;
	overflow:hidden;
}
.contactnr_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	margin-top:20px;
}
.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#fff;
}
.contactnr_n ul li p a{
	font-size:20px;
	color:#fff;
}
.contactnr_n ul li dl{
	overflow:hidden;
	}
.contactnr_n ul li dl dt,.contactnr_n ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.contactnr_n ul li dl dt img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.map{
	width:100%;
	overflow:hidden;
	margin-top:-150px;
	position:relative;
	z-index:1;
	}
.map img{
	width:100%;
	height:auto;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:90px;
	margin-bottom:154px;
}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#343434;
	line-height:45px;
	text-align:center;
	font-weight:normal;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.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/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon22.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon23.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #093682;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* 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:#0063c6;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:12px;float:right;}
.rg a img{vertical-align:top;height:26px;}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.case_n dl dt{
		height:264px;
	}
	.pronr_n dl dt {
		height: 243px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.case_n dl dt{
		height:235px;
	}
	.pronr_n dl dt {
		height: 218px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.case_n dl dt{
		height:221px;
	}
	.pronr_n dl dt {
		height: 206px;
	}
	.newsnr_n ul li .newsimg_n{
		height: 288px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.news .newsrt dl dt{
		height:300px;
	}
	.case_n dl dt{
		height:206px;
	}
	.pronr_n dl dt {
		height: 194px;
	}
	.newsnr_n ul li .newsimg_n{
		height: 271px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.news .newsrt dl dt{
		height:272px;
	}
	.case_n dl dt{
		height:183px;
	}
	.pronr_n dl dt {
		height: 175px;
	}
	.newsnr_n ul li .newsimg_n{
		height: 244px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.news .newsrt dl dt{
		height:240px;
	}
	.case_n dl dt{
		height:160px;
	}
	.pronr_n dl dt {
		height: 155px;
	}
	.newsnr_n ul li .newsimg_n{
		height: 216px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.case_n dl dt{
		height:154px;
	}
	.pronr_n dl dt {
		height: 150px;
	}
	.newsnr_n ul li .newsimg_n{
		height: 210px;
	}
	.news .newsrt dl dt{
		height:234px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.case_n dl dt{
		height:208px;
	}
	.pronr_n dl dt {
		height: 178px;
	}
	.newsnr_n ul li .newsimg_n{
		height:279px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.case_n dl dt{
		height:183px;
	}
	.pronr_n dl dt {
		height: 159px;
	}
	.newsnr_n ul li .newsimg_n{
		height:249px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.pronr_n dl dt {
		height: 203px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.case_n dl dt{
		height:322px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 640px) {
	.pronr_n dl dt {
		height: 414px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.case_n dl dt{
		height:268px;
	}
	.pronr_n dl dt {
		height: 349px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.case_n dl dt{
		height:205px;
	}
	.pronr_n dl dt {
		height: 275px;
	}
	.news .newsrt dl dt{
		height:279px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.case_n dl dt{
		height:178px;
	}
	.pronr_n dl dt {
		height: 242px;
	}
	.newsnr_n ul li .newsimg_n{
		height:253px;
	}
	.news .newsrt dl dt{
		height:246px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.case_n dl dt{
		height:148px;
	}
	.pronr_n dl dt {
		height: 207px;
	}
	.newsnr_n ul li .newsimg_n{
		height:216px;
	}
	.news .newsrt dl dt{
		height:210px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newsnr dl dt{
		height:189px;
	}
	.case_n dl dt{
		height:127px;
	}
	.pronr_n dl dt {
		height:181px;
	}
	.newsnr_n ul li .newsimg_n{
		height:189px;
	}
	.news .newsrt dl dt{
		height:183px;
	}
}

@media(max-width:1680px) {
	.culture-div {
		padding: 15% 10%;
	}
	.about_n h3,.nqywh h3, .nzlgl h3{
		font-size: 50px;
		line-height: 60px;
	}
	.about_n h4{
		font-size:26px;
		line-height:36px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -70px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -70px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav .menu > li {
		margin: 0 35px;
	}
	.banner .swiper-button{
		right:6%;
	}
	.tit h3,.tit h3 a{
		font-size:50px;
		line-height:60px;
	}
	.newsnr_n ul li .zi h4{
		font-size: 26px;
		line-height:36px;
	}
	.culture-div {
		padding: 12%;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a{
		font-size:18px;
	}
	.contactnr_n ul li h4{
		font-size:22px;
		line-height:32px;
	}
	.culture-a {
		height: 60px;
	}
	.about .abouten {
		font-size: 260px;
		top: 350px;
	}
}
@media(max-width:1440px) {
	.nav{
		margin-right:0;
	}
	.nav .menu > li {
		margin: 0 25px;
	}
	.icon1 {
		margin-left: 50px;
	}
	.tit h3,.tit h3 a{
		font-size:45px;
		line-height:55px;
	}
	.tit p{
		font-size:26px;
		line-height:36px;
	}
	.aboutnr .aboutlf {
		padding-right:80px;
	}
	.casenr .swiper-slide dl dd{
		font-size:18px;
	}
	.prolist dl dd h4{
		font-size:20px;
		line-height:30px;
	}
	.active-inner-item .oursl_nr h3,.cloud-product-ul li h4{
		font-size: 24px;
		line-height: 34px;
	}
	.about .abouten {
		font-size: 240px;
		top: 320px;
		left: -345px;
	}
	.newsnr dl dd h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.newsnr_n ul li .zi h4{
		font-size: 22px;
		line-height:32px;
	}
	.about_n h3, .nqywh h3, .nzlgl h3 {
		font-size: 46px;
		line-height: 56px;
	}
	.about_n img{
		float: none !important;
		margin: auto;
		width: 100%;
	}
	.about_n h3{
		margin-top:30px;
	}
	.nprort h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.pronr_n dl dd h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.culture-b {
		margin: 0.4vw 0;
	}
	.fnt36 {
		font-size: 26px;
		line-height: 36px;
	}
	.culture-div {
		padding: 8% 12%;
	}
	.contactnr_n ul li p,.contactnr_n ul li p a{
		font-size:16px;
	}
	.contactnr_n ul li h4{
		font-size:20px;
		line-height:30px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li {
		margin: 0 20px;
	}
	.icon1 {
		margin-left: 20px;
	}
	.active-inner-item .oursl_nr h3,.cloud-product-ul li h4{
		font-size: 22px;
		line-height: 32px;
	}
	.about_n h3, .nqywh h3, .nzlgl h3 {
		font-size: 42px;
		line-height: 52px;
	}
	.about_n h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
		line-height:50px;
	}
	.tit p {
		font-size: 24px;
		line-height: 34px;
	}
	.icon1 {
		margin-left: 30px;
	}
	.fnt36 {
		font-size: 22px;
		line-height: 32px;
	}
	.culture-c,.culture-c p{
		line-height:20px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li {
		margin: 0 15px;
	}
	.language ul li{
		margin-left:10px;
	}
	.icon1 {
		margin-left: 20px;
	}
	.banner .swiper-pagination,.banner .swiper-button{
		bottom:50px;
	}
	.tit h3,.tit h3 a{
		font-size:36px;
		line-height:46px;
	}
	.tit p {
		font-size: 22px;
		line-height: 32px;
	}
	.about .abouten {
		font-size: 230px;
		top: 300px;
		left: -330px;
	}
	.menu_n ul li {
		margin-right: 30px;
	}
	.cloud-product-ul li.active {
		padding: 54px 35px 0 35px;
	}
	.active-inner-item .oursl_nr h3,.cloud-product-ul li h4{
		font-size: 20px;
		line-height: 30px;
	}
	.casenr .swiper-slide dl dd{
		font-size:16px;
	}
	.prolist dl dd h4{
		font-size:18px;
	}
	.aboutnr .aboutlf {
		padding-right:50px;
	}
	.about_n h3, .nqywh h3, .nzlgl h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: -50px;
	}
	.prolist .swiper-button .swiper-button-next {
		right: -50px;
	}
	.culture-a {
		height: auto;
	}
	.culture-li {
		width: 50%;
		height:50%;
	}
	.culture-div {
		padding: 15% 12%;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:16px;
	}
	.case_n dl dd{
		font-size:18px;
	}
	.pronr_n dl dd h4 {
		font-size: 18px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li {
		margin: 0 10px;
	}
	.icon1 {
		margin-left: 10px;
		padding: 42px 20px;
	}
	.language ul li {
		margin-left: 10px;
	}
	.prolist dl dd h4{
		font-size:16px;
	}
	.cloud-product-ul li.active {
		padding: 54px 25px 0 25px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li {
		margin: 0 8px;
	}
	
}
@media(max-width:1023px) {
	.icon1{
		display:none;
	}
	.header{
		height:50px;
		padding: 0 1%;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:30px;
	}
	.language ul li {
		line-height: 50px;
	}
	.language ul li:first-child{
		display:none;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		display:none;
	}
	.banner .swiper-pagination, .banner .swiper-button {
		bottom: 10px;
	}
	.banner .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.banner .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.banner .down{
		display:none;
	}
	.about .abouten {
		display:none;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.prolist .swiper-button div {
		width: 40px;
		height: 40px;
	}
	.case {
		padding-bottom: 60px;
		padding-top:60px;
	}
	.casetit .tit{
		width:100%;
	}
	.casetit .more{
		float:left;
		margin-top:20px;
	}
	.casenr{
		margin-top:40px;
	}
	.hxysrt{
		height:auto;
	}
	.hxysrt img {
		height: auto;
	}
	.aboutnr .aboutlf,.aboutnr .aboutimg{
		width: 100%;
	}
	.hyyytit .tit,.hxystit .tit{
		width:100%;
	}
	.hyyytit .more,.hxystit .more{
		float:left;
	}
	.hxystit .more{
		margin-top:30px;
	}
	.hxysnr{
		margin-top:40px;
	}
	.about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.aboutnr .aboutlf{
		padding:0;
	}
	.aboutnr .aboutlf .aboutjs {
		margin-top: 30px;
	}
	.about .more {
		margin-top:40px;
	}
	.about .aboutbg{
		display:none;
	}
	.hyyy{
		margin-top:60px;
	}
	.hxys {
		padding-top:60px;
	}
	.hxyslf,.hxysrt{
		width:100%;
	}
	.hxysrt{
		margin-top:30px;
	}
	.newsnr dl{
		margin-bottom:30px;
	}
	.newsnr{
		margin-bottom:0;
	}
	.news .newsrt {
		padding-top: 30px;
	}
	.news .newslf,.news .newsrt{
		width:100%;
	}
	.newsbg{
		padding-top:60px;
	}
	.newsnr dl dd .datemore{
		margin-top:10px;
	}
	.message{
		padding-top:80px;
		padding-bottom:80px;
	}
	.message .messagecont{
		width:100%;
	}
	.tit h3, .tit h3 a {
		font-size: 32px;
		line-height: 42px;
	}
	.hzhbtit .tit{
		width:100%;
	}
	.hzhbtit .more{
		float:left;
		margin-top:20px;
	}
	.hzhbbg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hzhbnr {
		margin-top: 40px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.nprort h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.prolist .swiper-button .swiper-button-prev {
		left: 0;
	}
	.prolist .swiper-button .swiper-button-next {
		right:0;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
	.newsnr_n ul li{
		width: 48%;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.link {
		margin-top: 20px;
	}
	.about_n h3, .nqywh h3, .nzlgl h3 {
		font-size: 36px;
		line-height: 46px;
	}
	.about_n h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.nqywh,.nzlgl {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nzlglnr p{
		font-size:18px;
	}
	.nzlglnr p{
		padding:20px;
	}
	.contactnr_n ul li {
		width: 50%;
	}
	.map{
		margin-top:0;
	}
	.pronr_n dl{
		width:31.3333333333%;
	}
	.pronr_n dl dd h4 {
		font-size: 16px;
	}
	.footernr {
		padding-top:50px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt dl{
		float:left;
		margin-top:30px;
	}
	.bot .botnr .botlf, .bot .botnr .botrt{
		width:100%;
		text-align: center;
	}
}
@media(max-width:767px) {
	.tit h3, .tit h3 a {
		font-size: 28px;
		line-height: 38px;
	}
	.tit p {
		font-size: 20px;
		line-height: 30px;
	}
	.news .newsrt dl dd h4{
		font-size:20px;
	}
	.culture-a {
		height: 60px;
	}
	.culture-div {
		padding: 14% 12%;
	}
	.pronr_n dl{
		width:48%;
	}
	.newsnr_n ul li {
		width: 100%;
		margin: 20px 0;
	}
	.newsnr_n ul li .zi h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.footernr .footerlf ul li p{
		display:none;
	}
	.footernr .footerlf ul li{
		width:33.3333333333%;
	}
	.footernr .footerlf ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:640px) {
	.banner .swiper-slide .img img {
		width: 120%;
		margin-left: -10%;
	}
	.tit h3, .tit h3 a {
		font-size: 24px;
		line-height: 34px;
	}
	.tit p {
		font-size: 18px;
	}
	.newsnr dl dd h4 {
		font-size: 18px;
	}
	.newsnr dl dt,.newsnr dl dd{
		width:100%
	}
	.news .newsrt dl dd h4 {
		font-size: 18px;
	}
	.news .newsrt dl dd {
		padding: 30px;
	}
	.menu_n ul li {
		margin-right:20px;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:100%;
		padding-top:40px;
		padding-bottom:40px;
	}
	.cloud-product-ul li{
		height:auto;
		margin-bottom:20px;
	}
	.active-inner-item .oursl_nr h3,.cloud-product-ul li h4{
		font-size: 18px;
	}
	.cloud-product-ul li .ourslmore{
		position:inherit;
		padding-top:20px;
		margin-top:20px;
	}
	.casenr .swiper-slide dl dd{
		margin-top:10px;
	}
	.news .newsrt dl dd .newsmore2{
		margin-top:20px;
	}
	.about_n h3, .nqywh h3, .nzlgl h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.pronr_n dl {
		width: 98%;
	}
	.contactnr_n ul li {
		width: 100%;
	}
	.contactnr_n {
		padding: 30px;
	}
	.culture-li {
		width: 100%;
		height: 100%;
	}
	.footernr .footerlf ul li h4,.footernr .footerlf ul li h4 a {
		font-size: 17px;
	}
}
@media(max-width:540px) {
	
}
@media(max-width:500px) {
	
	
}
@media(max-width:425px) {
	
}
@media(max-width:424px) {
	
}
@media(max-width:319px) {
	.culture-a {
		height: 40px;
	}
	.culture-div {
		padding: 6% 12%;
	}
}