@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:80px;
	background:#2e3093;
	padding-left:7.3%;
	position:fixed;
	z-index: 999;
	left:0;
	top:0;
	}
.header::before{
	content:"";
	width:22%;
	height:100%;
	overflow:hidden;
	background:#fff url(../images/logobg.jpg) no-repeat right center;
	position:absolute;
	left:0;
	top:0;
	z-index: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{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	position:relative;
	z-index:9;
}
.logo img{
	max-width:100%;
	height:auto;
}
.topsearch{
	width:5.5%;
	height:100%;
	background:#f8931e url(../images/searchbg.jpg) no-repeat center left;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding-right:26px;
	margin-left:18px;
}
.search_box{
	width:260px;
	position: absolute;
	top:80px;
	right:0;
	background-color:#2e3093;
	padding:10px; 
	z-index:99;
	display:none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
.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;
}
.language{
	display:flex;
	align-items:center;
	height:100%;
	color:#080808;
	position:relative;
}
.language a > img{
	margin-right:16px;
}
.language a{
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:8px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    left: 0;
    top:60px;
	z-index:10000;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background:#fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.language .languagenr p a {
	width:100%;
    height: 35px;
    line-height: 35px;
    color: #181818;
    font-size: 16px;
	display:block;
}
.language .languagenr p:hover{
	background:#2e3093;
}
.language .languagenr p:hover a{
	color:#fff;
}
.topicon{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	position:relative;
	margin-right:32px;
	padding-right:19px;
}
.topicon a{
	margin:0 15px;
}
.topicon::after{
	content:"";
	width:1px;
	height:30px;
	background:rgba(255,255,255,0.4);
	position:absolute;
	right:0;
	top:50%;
	margin-top:-15px;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/* nav
-------------------------------------------------------------- */
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	padding: 0 26px;
	position: relative;
	display: block;
}

.header .navbar_nav li > a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	text-transform:uppercase;
	line-height:80px;
	position:relative;
}
.header .navbar_nav li:hover > a,.header .navbar_nav li.active > a{
	font-weight:bold;
}
.header .navbar_nav li > a::after{
	content:"";
	width:0px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li:hover > a::after,.header .navbar_nav li.active > a::after{
	width:100%;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:80px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width:180px;
    left:50%;
	margin-left:-90px;
	z-index:-1;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	display:block;
	width:100%;
	overflow:hidden;
	font-size: 16px;
	color: #252525;
	padding: 5px;
	line-height:30px;
	text-align: center;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #2e3093;
}

.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #2d9bd0;
}
#navToggle{
	display: none;
}

.cont{
	width:1640px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1640px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:80px;
	}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .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{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: opacity .5s ease-in-out, transform 2s ease .6s;
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform 2s ease .6s;
	transition: opacity .5s ease-in-out, -webkit-transform 2s ease .6s;
	-o-transition: opacity .5s ease-in-out, transform 2s ease .6s;
	transition: opacity .5s ease-in-out, transform 2s ease .6s;
	transition: opacity .5s ease-in-out, transform 2s ease .6s, -webkit-transform 2s ease .6s;
}
.banner .swiper-slide-active .img{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner .img .bannertext{
	width:48.2%;
	overflow:hidden;
	position:absolute;
	left:7.3%;
	top:25.7%;
	z-index:99;
	}
.banner .img .bannertext > img{
	max-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:20px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:44px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-0.5px;
	bottom:58px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 40px;
  border-radius: 30px;
  border: 3px 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 > img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}
@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
@-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 {
	
}
.swiper-pagination-fraction span{
	color:#131315;
	line-height:20px;
	font-size:20px;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}
.swiper-pagination-fraction span.swiper-pagination-current{
	color:#e71c23;
	font-weight:bold;
	margin-right:6px;
}
.swiper-pagination-fraction span.swiper-pagination-current::after{
	content:"/";
	font-size:30px;
	color:#b7b7b7;
	font-weight:bold;
}
.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:36px;
	height:4px;
	background:#fff;
	display: inline-block;
	margin:0 7px;
	outline:none;
	position:relative;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active{
	width:66px;
	background:#f8931e;
}

.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{
	overflow:hidden;
	-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:7.3%;
	bottom:50px;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag{
    background: #55ae97;
}
.banner_menu{
	width:100%;
	overflow:hidden;
	padding:0 6%;
	position:absolute;
	left:0;
	bottom:54px;
	z-index:99;
}
.banner_menu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.banner_menu ul li{
	width:33.2%;
	height:100px;
	overflow:hidden;
	background:#fff;
	padding:20px 46px 0 46px;
	border-radius:5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.banner_menu ul li:hover{
	background:#2e3093;
}
.banner_menu ul li .banner_menulf{
	width:80%;
	overflow:hidden;
}
.banner_menu ul li .banner_menulf h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#373737;
	line-height:32px;
	font-weight:normal;
}
.banner_menu ul li .banner_menulf p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#a3a3a3;
	line-height:30px;
}
.banner_menu ul li:hover .banner_menulf h5,.banner_menu ul li:hover .banner_menulf p{
	color:#fff;
}
.banner_menu ul li .banner_menurt{
	width:20%;
	overflow:hidden;
	text-align:right;
}
.banner_menu ul li .banner_menurt img{
	max-width:100%;
	height:auto;
}
.banner_menu ul li .banner_menurt .baniconh,.banner_menu ul li:hover .banner_menurt .banicon{
	display:none;
}
.banner_menu ul li:hover .banner_menurt .baniconh{
	display:block;
	float:right;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:68px;
	color:#141414;
	line-height:78px;
	font-weight:900;
	}
.tit h3 a{
	font-size:68px;
	color:#141414;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:72px;
	color:#0e48ab;
	line-height:82px;
	font-family:Arial;
	font-weight:bold;
	}
.more{
	width:100%;
}
.more a{
	width:200px;
	height:58px;
	line-height:58px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:32px;
	background:#f8931e;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
	}
.more a span{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	position:relative;
	z-index:2;
}
.more a::before{
	content:"";
	width:76%;
	height:100%;
	background:#2e3093 url(../images/btnbg1.jpg) no-repeat right center;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a i{
	margin-right:20px;
	font-size:16px;
	color:#0e48ab;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a:hover{
	transform:translateY(-3px);
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.more a:hover::before{
	opacity:0;
}
.more a:hover i{
	margin-right:15px;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:#2e3093;
	padding:46px 0;
}
.ysnr ul{
	width:100%;
	overflow:hidden;
}
.ysnr ul li{
	overflow:hidden;
	min-height:277px;
	padding:0 80px;
	border-right:solid 1px rgba(255,255,255,0.2);
}
.ysnr ul li:first-child{
	border-left:solid 1px rgba(255,255,255,0.2);
}
.ysnr ul li .ysicon,.ysnr ul li h5,.ysnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ysnr ul li h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	margin-top:12px;
}
.ysnr ul li p{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	margin-top:15px;
}
/* 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{
	max-width:1920px;
	overflow:hidden;
	margin:auto;
	padding-bottom:40px;
	position:relative;
	}
@media(max-width:1920px){
	.about{
		max-width:100%;
	}
}
.about .tit{
	position:absolute;
	right:7.3%;
	top:17px;
	z-index:99;
}
.about .tit hr{
	width:196px;
	border:none;
	border-bottom:solid 2px #9a9a9b;
	float:right;
	margin-top:24px;
}
.aboutlf{
	width:64.5%;
	overflow:hidden;
	background:#f6f7fb;
	padding:126px 11% 140px 7.3%;
	position:relative;
	z-index:9;
}
.aboutlf h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#262626;
	font-weight:900;
	line-height:55px;
}
.aboutlf .aboutmore{
	width:136px;
	height:136px;
	background:#f8931e;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
}
.aboutlf .aboutmore a{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.aboutnr{
	margin-top:50px;
}
.aboutnr,.aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#505051;
	line-height:30px;
}
.aboutimg{
	width:56.2%;
	height:679px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	z-index:0;
}
.aboutimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutimg:hover img{
	transform:scale(1.01);
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:90px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.aboutlist ul li dl{
	overflow:hidden;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#fff;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#575757;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt .timer{
	font-size:68px;
	line-height:68px;
	color:#2e3093;
	margin-right:14px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li .line{
	width:1px;
	height:88px;
	background:#d2d2d4;
	transform:rotate(30deg);
}
/* ywly
-------------------------------------------------------------- */
.ywly{
	width:100%;
	overflow:hidden;
	background:url(../images/ywlybg.jpg) no-repeat top center;
	margin-top:34px;
	padding-top:180px;
	padding-bottom:236px;
}
.ywly .tit h3,.ywly .tit h3 a{
	color:#fff;
}
.ywly .tit hr{
	width:122px;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:34px;
}
.ywlyjs{
	width:33.5%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	margin-top:38px;
}
.ywlyimg{
	width:87%;
	overflow:hidden;
	margin-top:70px;
}
.ywlyimg img{
	max-width:100%;
	height:auto;
}
.ywlynr{
	position:relative;
}
.ywlylist{
	width:57%;
	height:612px;
	overflow:hidden;
	background:#fff url(../images/ywlybg2.jpg) no-repeat right bottom;
	position:absolute;
	right:0;
	bottom:120px;
	z-index:99;
}
.ywlycont{
	width:100%;
	overflow:hidden;
	padding:77px 75px 0 95px;
}
.ywlycont h5,.ywlycont ul,.ywlycont ul li{
	width:100%;
}
.ywlycont,.ywlycont h5{
	font-size:50px;
	color:#141414;
	line-height:60px;
	font-weight:900;
}
.ywlycont ul{
	margin-top:22px;
	padding-bottom:8px;
}
.ywlycont ul li{
	line-height:30px;
	padding-left:18px;
	position:relative;
	margin-top:14px;
}
.ywlycont ul li::before{
	content:"";
	width:6px;
	height:6px;
	background:#2e3093;
	border-radius:100%;
	position:absolute;
	left:0;
	top:12px;
}
.ywlycont ul li a{
	font-size:16px;
	color:#141414;
	font-weight:normal;
	padding-bottom:8px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywlycont ul li a:hover{
	border-bottom:solid 1px #2e3093;
	color:#2e3093;
}
.ywlylist .swiper-pagination{
	position:absolute;
	right:8%;
	bottom:64px;
	display: flex;
    align-items: flex-end;
	z-index:99;
}
.ywlylist .swiper-pagination-fraction span{
	font-size:30px;
	color:#b7b7b7;
	font-weight:bold;
}
.ywlylist .swiper-pagination-fraction span.swiper-pagination-current{
	font-size:80px;
	color:#f8931e;
	font-weight:900;
}
.ywlylist .swiper-button{
	position:absolute;
	left:95px;
	bottom:55px;
	z-index:99;
}
.ywlylist .swiper-button div{
	display:inline-block;
	width:66px;
	height:66px;
	border-radius:100%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywlylist .swiper-button .swiper-button-prev{
	background:#e8e8e8 url(../images/prev3.png) no-repeat center;
}
.ywlylist .swiper-button .swiper-button-prev:hover{
	background:#2e3093 url(../images/prev2.png) no-repeat center;
}
.ywlylist .swiper-button .swiper-button-next{
	background:#e8e8e8 url(../images/next3.png) no-repeat center;
	margin-left:18px;
}
.ywlylist .swiper-button .swiper-button-next:hover{
	background:#2e3093 url(../images/next2.png) no-repeat center;
}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	margin-bottom:116px;
}
.hzkhtit{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.hzkhtit .more{
	width:auto;
}
.hzkhnr,.hzkhlist,.hzkhlist .hzkhimg{
	width:100%;
	overflow:hidden;
}
.hzkhnr{
	margin-top:68px;
	position:relative;
}
.hzkhnr .swiper-container{
	width:120%;
	margin-left:-10%;
}
.hzkhnr .swiper-button-prev,.hzkhnr .swiper-button-next{
	width:66px;
	height:66px;
	border-radius:100%;
	position:absolute;
	top:50%;
	margin-top:-33px;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hzkhnr .swiper-button-prev{
	left:19%;
	background:#2e3093 url(../images/prev2.png) no-repeat center;
}
.hzkhnr .swiper-button-next{
	right:19%;
	background:#2e3093 url(../images/next2.png) no-repeat center;
}
.hzkhnr .swiper-button-prev:hover,.hzkhnr .swiper-button-next:hover{
	background-color:#f8931e;
}
.hzkhlist{
	padding-bottom:76px;
	position:relative;
}
.hzkhlist .hzkhimg{
	position:relative;
}
.hzkhlist .hzkhimg img{
	width:100%;
	height:auto;
}
.hzkhlist .hzkhimg .hzkhbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.hzkhlist .hzkhtext{
	width:63%;
	overflow:hidden;
	padding:50px 64px 0 64px;
	height:268px;
	background:#f8931e;
	position:absolute;
	right:0;
	bottom:0;
	z-index:9;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hzkhlist .hzkhtext h5{
	width:100%;
	font-size:40px;
	color:#fff;
	line-height:50px;
	margin-bottom:17px;
}
.hzkhlist .hzkhtext hr{
	width:100%;
	border:none;
	border-bottom:solid 1px rgba(255,255,255,0.4);
}
.hzkhlist .hzkhtext p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:26px;
}
.hzkhnr .swiper-slide .hzkhlist .hzkhtext{
	opacity:0;
}
.hzkhnr .swiper-slide-active .hzkhlist .hzkhtext{
	opacity:1;
}
.hzkhnr .swiper-slide-active .hzkhlist .hzkhimg .hzkhbg{
	opacity:0;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:110px;
	padding-bottom:96px;
}
.pro .protit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	flex-wrap:wrap;
	position:relative;
}
.pro .protit::after{
	content:"";
	width:100%;
	height:2px;
	background:#dadee6;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.pro .protit .tit{
	padding-bottom:44px;
}
.promenu{
	overflow:hidden;
}
.promenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.promenu ul li{
	overflow:hidden;
	margin-left:62px;
	line-height:32px;
	padding-bottom:47px;
	position:relative;
	}
.promenu ul li::after{
	content:"";
	width:0;
	height:2px;
	background:#2e3093;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li a{
	font-size:22px;
	color:#333;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li i{
	margin-right:12px;
}
.promenu ul li:hover::after{
	width:100%;
}
.promenu ul li:hover a{
	color:#2e3093;
}
.pronr{
	width:100%;
	margin-top:33px;
	position:relative;
}
.pronr .swiper-container{
	width:103%;
	margin-left:-1.5%;
}
.prolist,.prolist .proimg,.prolist .protext,.prolist .protext h5,.prolist .protext .promore{
	width:100%;
	overflow:hidden;
}
.pronr .swiper-slide{
	padding:35px 20px 35px 35px;
}
.prolist{
	background:#f7f7fa;
	padding-bottom:60px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolist:hover{
	box-shadow:0px 0px 35px rgba(4,0,0,0.16);
}
.prolist .proimg img{
	max-width:100%;
	height:auto;
}
.prolist:hover .proimg img{
	transform:scale(1.02);
}
.prolist .protext{
	padding-top:20px;
}
.prolist .protext h5{
	font-size:30px;
	color:#141414;
	line-height:40px;
	text-align:center;
	margin-bottom:8px;
}
.prolist .protext p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#707070;
	text-align:center;
}
.prolist .protext .promore{
	width:182px;
	height:56px;
	line-height:56px;
	border:solid 1px #2e3093;
	text-align:center;
	font-size:16px;
	color:#2e3093;
	margin:40px auto 0;
	font-weight:bold;
}
.prolist .protext .promore i{
	font-size:16px;
	color:#2e3093;
	margin-left:14px;
	font-style: normal;
}
.prolist:hover .protext h5{
	color:#2e3093;
}
.pronr .swiper-button-prev,.pronr .swiper-button-next{
	width:21px;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-20px;
	z-index:9;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-70px;
}
.pronr .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
}
.pronr .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-70px;
}
.pronr .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
}
.pro .more a{
	margin:45px auto 0;
}

/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat top center;
	padding-top:150px;
}
.casetit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.casetit .more{
	width:auto;
}
.casetit .more a span{
	color:#1e1e1e;
}
.casetit .more a::before{
	background: #fff url(../images/btnbg2.jpg) no-repeat right center;
}
.casetit .more a:hover span{
	color:#fff;
}
.casetit .tit h3,.casetit .tit h3 a{
	color:#fff;
}
.casetit .tit hr{
	width:120px;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:26px;
}
.casejs{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	margin-top:24px;
}
.caselist,.caselist ul{
	width:100%;
	overflow:hidden;
}
.caselist{
	margin-top:60px;
}
.caselist ul li{
	padding:0;
	height:474px;
	position:relative;
}
.caselist ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.caselist ul li .casebg{
	width:100%;
	height:100%;
	background:rgba(23,26,156,0.9);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.caselist ul li:hover .casebg{
	opacity:0.9;
}
.caselist ul li .casetext{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	top:32px;
	z-index:9;
}
.caselist ul li .casetext .caseicon,.caselist ul li .casetext h5,.caselist ul li .casetext p{
	width:100%;
	overflow:hidden;
}
.caselist ul li .casetext .caseicon img{
	max-width:100%;
	height:auto;
}
.caselist ul li .casetext .caseicon .iconh,.caselist ul li:hover .casetext .caseicon .icon{
	display:none;
}
.caselist ul li:hover .casetext .caseicon .iconh{
	display:block;
}
.caselist ul li:nth-child(2) .casetext{
	top:255px;
}
.caselist ul li .casetext h5{
	font-size:26px;
	color:#2e3093;
	line-height:36px;
	margin-top:14px;
	margin-bottom:10px;
}
.caselist ul li .casetext p{
	font-size:16px;
	color:#2e3093;
}
.caselist ul li:hover .casetext h5,.caselist ul li:hover .casetext p{
	color:#fff;
}
/* news
-------------------------------------------------------------- */
.news{
	margin-top:130px;
	margin-bottom:95px;
}
.newstit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-bottom:solid 1px #d5d5d5;
	padding-bottom:43px;
}
.newstit .more{
	width:auto;
}
.news dl{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-top:50px;
}
.news dl dt{
	width:58%;
	overflow:hidden;
}
.news dl dt .newsdate{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#020202;
	line-height:30px;
	font-weight:normal;
}
.news dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#020202;
	line-height:36px;
	margin-top:12px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news dl dt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#020202;
	font-weight:normal;
	margin-top:20px;
}
.news dl dt .icon{
	width:100%;
	overflow:hidden;
	margin-top:46px;
}
.news dl dd{
	width:31.7%;
	height:286px;
	overflow:hidden;
	position:relative;
}
.news dl dd img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.news dl:hover dd img{
	transform:translate(-50%, -50%) scale(1.03);
}
.news ul{
	width:100%;
	overflow:hidden;
	margin-top:46px;
}
.news ul li{
	padding:0;
	display:flex;
	align-items:center;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:20px;
	padding-top:26px;
}
.news ul li:first-child,.news ul li:nth-child(2){
	border-top:solid 1px #e3e3e3;
}
.news ul li:nth-child(2n+1){
	padding-right:28px;
}
.news ul li:nth-child(2n){
	padding-left:28px;
}
.news ul li hr{
	width:2%;
	border:none;
	border-bottom:solid 3px #2e3093;
	margin-right:4.4%;
}
.news ul li a{
	font-size:26px;
	color:#020202;
	font-weight:900;
	display:block;
	width:70%;
	overflow:hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news ul li span{
	font-size:18px;
	color:#020202;
	display:block;
	width:23.6%;
	text-align:right;
}

/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:#2e3093;
	padding-top:66px;
	padding-bottom:72px;
}
.contactlf{
	width:36.6%;
	overflow:hidden;
}
.contactlf .tit h3,.contactlf .tit h3 a{
	color:#fff;
}
.contactlf hr{
	width:110px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:72px;
}
.contactjs{
	width:64%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	margin-top:33px;
}
.contactrt{
	width:63.4%;
	overflow:hidden;
}
.contactrt h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:36px;
	font-weight:normal;
}
.message,.message ul{
	width:100%;
	overflow:hidden;
}
.message{
	margin-top:10px;
}
.message ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.message ul li{
	width:49%;
	overflow:hidden;
	margin:9px 0;
}
.message ul li:last-child{
	width:100%;
}
.message ul li input{
	width:100%;
	height:55px;
	background:#fff;
	padding:0 28px;
	font-size:16px;
	color:#444444;
	line-height:55px;
}
.message ul li textarea{
	width:100%;
	height:158px;
	background:#fff;
	padding:12px 28px 0 28px;
	line-height:30px;
	font-size:16px;
	color:#444444;
}
.message .btn1{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:9px;
}
.message .btn1 input{
	width:308px;
	height:55px;
	line-height:55px;
	background:#fff;
	font-size:16px;
	color:#444444;
	padding:0 10px;
}
.message .tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:18px;
}
.message .tjbtn button{
	width:308px;
	height:55px;
	font-size:16px;
	color:#fff;
	line-height:55px;
	text-align:center;
	background:#f8931e;
}

.messagenr input::placeholder,
.messagenr textarea::placeholder,
.yzm input::placeholder{
    color: #fff; /* 或者使用其他颜色代码 */
}
 
.messagenr input::-webkit-input-placeholder,
.yzm input::-webkit-input-placeholder{
    color: #fff; /* 或者使用其他颜色代码 */
}
.messagenr input::-moz-placeholder,
.yzm input::-moz-placeholder{ /* Firefox 19+ */
    color: #fff; /* 或者使用其他颜色代码 */
}
.messagenr input:-ms-input-placeholder,
.yzm input::-ms-placeholder{ /* IE 10+ */
    color: #fff; /* 或者使用其他颜色代码 */
}

/* message
-------------------------------------------------------------- */

.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 10px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #e50012;
    color: #fff;
	text-align:center;
	font-size:16px;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#1d1e22;
	padding:64px 0 0 0;
	position:relative;
}
.footernr .footerlf{
	width:28%;
	overflow:hidden;
	}
.footerlf .botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:70px;
}
.footerlf .botlogo img{
	max-width:100%;
	height:auto;
}
.bottel{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-bottom:17px;
}
.bottel i{
	margin-right:25px;
}
.bottel dl{
	overflow:hidden;
}
.bottel dl dt,.bottel dl dd{
	width:100%;
	overflow:hidden;
}
.bottel dl dt{
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
.bottel dl dd{
	font-size:32px;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
}
.bottel dl dd a{
	font-size:32px;
	color:#fff;
}
.footerlf .bottelnr{
	width:100%;
	overflow:hidden;
}
.footerlf .bottelnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.5);
	margin-top:15px;
}
.footerlf .bottelnr p a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
}
.footernr .footerlf .bottel .bottelnr .bottelphone{
	line-height:40px;
}
.footernr .footerlf .bottel .bottelnr .bottelphone,.footernr .footerlf .bottel .bottelnr .bottelphone a{
	font-size:35px;
	color:#d5d7dc;
	font-weight:bold;
}
.footernr .footerrt{
	width:61.5%;
	overflow:hidden;
	}
.footerrt ul{
	width:100%;
	overflow:hidden;
}
.footerrt ul li{
	width:16.6666666666666666666667%;
	overflow:hidden;
	float:left;
}
.footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:25px;
	height:50px;
	text-transform:uppercase;
	position:relative;
}
.footerrt ul li h4 a{
	font-size:16px;
	color:#fff;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	font-size:15px;
	margin-top:6px;
	}
.footerrt ul li p a{
	color:rgba(255,255,255,0.5);
	font-size:15px;
	}
.footerrt ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:19px 0;
	position:relative;
	margin-top:76px;
	border-top:solid 1px rgba(255,255,255,0.2);
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.3);
}
.bot .botrt{
	text-align:right;
}
.botlf p,.bot a{
	font-size:16px;
	color:rgba(255,255,255,0.3);
	}
.botlf p{
	line-height:30px;
	}
.bot a:hover{
	color:#fff;
	}
.bot .botrt dl{
	overflow:hidden;
	float:right;
	}
.bot .botrt dl dt,.bot .botrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.bot .botrt dl dt img{
	max-width:100%;
	height:auto;
	}
.bot .botrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	letter-spacing:5px;
	margin-top:4px;
	}
.boticon{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	margin-top:90px;
}
.boticon a{
	margin-left:16px;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchlist,.searchlist ul{
	width:100%;
	overflow:hidden;
}
.searchlist ul li{
	border-bottom:solid 1px #c9c4c7;
	padding-bottom:42px;
	margin-top:38px;
}
.searchlist ul li .searchin{
	width:100%;
	overflow:hidden;
	background:url(../images/icon44.png) no-repeat right top;
	padding: 0 60px 0 0;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li:hover .searchin{
	background:url(../images/iconh44.png) no-repeat right top;
}
.searchlist ul li .searchin h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2d2d2d;
	line-height:50px;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li .searchin p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#b9b9b9;
	margin-top:4px;
}
.searchlist ul li:hover .searchin h5{
    color: #2e3093; 
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:455px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:80px;
}
@media(max-width:1768px) {
	.banner_n{
		height:419px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:398px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:341px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:322px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:303px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:273px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:243px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:235px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:182px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:152px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:128px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom:solid 1px #e5e5e5;
}
.positionnr .positionrt{
	font-size: 16px;
	color: #3a3a3a;
	line-height: 30px;
	padding: 25px 0;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #0e48ab;
}
.position a:hover {
	color: #0e48ab;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e5e5e5;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:96px;
	font-size:16px;
	color:#141414;
	line-height:70px;
	position:relative;
}
.menu_n ul li::after{
	content:"";
	width:0;
	height:1px;
	background:#2e3093;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	width:100%;
}
.menu_n ul li a{
	font-size:16px;
	color:#141414;
}
.menu_n ul li:hover a,.menu_n ul li.active a,.menu_n ul li.active{
	color:#2e3093;
}
/* 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 #005bac;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#005bac;
}


/* ntit
-------------------------------------------------------------- */
.ntit h3{
	width:100%;
	color: #141414;
    font-size:58px;
    line-height:68px;
	font-weight:900;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family:Arial;
    color: #333;
    font-size: 20px;
	line-height:30px;
}
.ntit_yw{
	width:100%;
}
.ntit_yw h3{
	width:100%;
	color: #333;
    font-size:40px;
    line-height:45px;
	font-weight:900;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:118px;
	margin-bottom:106px;
	}
.aboutlf_n{
	width:42.7%;
	overflow:hidden;
}
.aboutnr_n,.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#141414;
	line-height:30px;
}
.aboutnr_n{
	margin-top:40px;
}
.aboutimg_n{
	width:54.2%;
	height:523px;
	overflow:hidden;
	border-radius:10px;
}
.aboutimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.aboutimg_n:hover img{
	transform:scale(1.02);
}
.aboutlf_n .aboutlist{
	margin-top:68px;
}
.about_ys{
	margin-bottom:105px;
}
.cloud-product-box,.cloud-product,.cloud-product ul{
	width:100%;
	overflow:hidden;
}
.cloud-product ul li{
	width:27.3%;
	height:567px;
	overflow:hidden;
	float:left;
	margin:0 0.8% 0 0;
	border-radius:8px;
	position:relative;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear;
}
.cloud-product ul li:last-child{
	margin-right:0;
}
.cloud-product ul li.active{
	width:43.8%;
}
.cloud-product ul li img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cloud-product ul li .about_ysnr{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	bottom:45px;
	z-index:9;
}
.cloud-product ul li .about_ysnr h5,.cloud-product ul li .about_ysnr p{
	width:100%;
	overflow:hidden;
}
.cloud-product ul li .about_ysbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.cloud-product ul li.active .about_ysbg{
	background:rgba(46,48,147,0.9);
}
.cloud-product ul li .about_ysnr h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	font-weight:900;
	margin-bottom:10px;
}
.cloud-product ul li .about_ysnr p{
	font-size:16px;
	color:#fff;
}
.cloud-product ul li.active .about_ysnr h5{
	font-size:40px;
	line-height:50px;
}
.about_sl{
	width:100%;
	overflow:hidden;
	background:#f7f7fa;
	padding-top:88px;
	padding-bottom:156px;
}
.about_sl ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:70px;
}
.about_sl ul li{
	width:32.3%;
	height:504px;
	overflow:hidden;
	padding:84px 64px 0 64px;
	background:#fff;
	border-radius:10px;
}
.about_sl ul li .icon,.about_sl ul li h5,.about_sl ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.about_sl ul li .icon img{
	max-width:100%;
	height:auto;
}
.about_sl ul li h5{
	font-size:26px;
	color:#141414;
	line-height:36px;
	margin-top:35px;
	margin-bottom:22px;
}
.about_sl ul li p{
	font-size:16px;
	color:#141414;
}

/* history_n
-------------------------------------------------------------- */
.history_n{
	margin-top:86px;
	margin-bottom:122px;
}
.historynr_n,.historylist_n,.historylist_n h5,.historylist_n p{
	width:100%;
	overflow:hidden;
}
.historylist_n h5{
	font-size:30px;
	color:#141414;
	line-height:40px;
	font-weight:900;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.historylist_n:hover h5{
	color:#2e3093;
}
.historylist_n p{
	font-size:16px;
	color:#141414;
}
.historylist_n .line{
	width:100%;
	height:1px;
	background:#2e3093;
	margin:44px 0;
	position:relative;
}
.historylist_n .line::before{
	content:"";
	width:34px;
	height:34px;
	border:solid 1px #2e3093;
	border-radius:100%;
	position:absolute;
	left:0;
	top:-17px;
	z-index:1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.historylist_n .line::after{
	content:"";
	width:16px;
	height:16px;
	background:#2e3093;
	border-radius:100%;
	position:absolute;
	left:9px;
	top:-8px;
	z-index:2;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.historylist_n:hover .line::before{
	background:#2e3093;
}
.historylist_n:hover .line::after{
	background:#fff;
}
.historynr_n{
	display:flex;
	justify-content:space-between;
	position:relative;
	margin-top:98px;
}
.historynr_n .swiper-container{
	width:84%;
}
.historylist_n p{
	padding-right:115px;
}
.historynr_n .swiper-button-prev,.historynr_n .swiper-button-next{
	width:50px;
	height:50px;
	border-radius:100%;
	border:solid 2px #2e3093;
	position:absolute;
	top:50%;
	margin-top:-25px;
}
.historynr_n .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:0;
}
.historynr_n .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	right:0;
}
/* gssp
-------------------------------------------------------------- */
.gssp{
	width:100%;
	overflow:hidden;
	padding-top:96px;
	padding-bottom:216px;
	position:relative;
}
.gsspimg img{
	width:100%;
	height:auto;
}
.gsspnr,.gsspimg{
	width:100%;
	overflow:hidden;
}
.gsspnr{
	margin-top:70px;
}
.gsspimg{
	position:relative;
	border-radius:10px;
}
.gsspnr .swiper-container{
	width:138%;
	margin-left: -19%;
}
.gsspimg .gsspbg{
	width:100%;
	height:60%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: -webkit-linear-gradient(bottom, #0e48ab, rgba(14,72,171,0));
    background: -o-linear-gradient(top, #0e48ab, rgba(14,72,171,0));
    background: -moz-linear-gradient(top, #0e48ab, rgba(14,72,171,0));
    background: linear-gradient(to top, #0e48ab, rgba(14,72,171,0));
	border-radius:0 0 10px 10px;
	display:none;
}
.gsspimg h5{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:32px;
	color:#fff;
	line-height:42px;
	font-weight:normal;
	position:absolute;
	left:0;
	bottom:50px;
	z-index:9;
	display:none;
}
.gsspnr .swiper-slide {
	transform:scale(0.7);
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.4;
}
.gsspnr .swiper-slide-active{
	transform:scale(1);
	opacity:1;
}
.gsspnr .swiper-slide-active .gsspbg{
	display:block;
}
.gsspnr .swiper-slide-active .gsspimg h5{
	display:block;
}
.gsspnr .swiper-button-prev,.gsspnr .swiper-button-next{
	position:absolute;
	top:50%;
	margin-top:-39px;
	width:78px;
	height:78px;
	border:solid 2px #0148a9;
	border-radius:50%;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gsspnr .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:10.3%;
}
.gsspnr .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:10.3%;
}
.gsspnr .swiper-button-prev:hover{
	background:#0148a9 url(../images/prevh2.png) no-repeat center;
}
.gsspnr .swiper-button-next:hover{
	background:#0148a9 url(../images/nexth2.png) no-repeat center;
}
/* honor_n
-------------------------------------------------------------- */
.bg_n{
	background:#f9f9f9;
}
.honor_n,.sb_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n,.honornr_n ul{
	width:100%;
	overflow:hidden;
	}
.honornr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.honornr_n ul li{
	width:21%;
	height:236px;
	overflow:hidden;
	margin:20px 5.333333333333333333% 20px 0;
	position:relative;
}
.honornr_n ul li:nth-child(4n){
	margin-right:0;
}
.honornr_n ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height:auto;
}
.honornr_n ul li:hover img{
	transform:translate(-50%, -50%) scale(1.02);
}
/* sbnr_n
-------------------------------------------------------------- */
.sbnr_n{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.sbnr_n dl{
	width:31.333333333333333333333333%;
	overflow:hidden;
	margin:15px 3% 15px 0;
}
.sbnr_n dl:nth-child(3n){
	margin-right:0;
}
.sbnr_n dl dt,.sbnr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.sbnr_n dl dt{
	position:relative;
	height:392px;
}
.sbnr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.sbnr_n dl:hover dt img{
	-webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.sbnr_n dl dd{
	font-size:18px;
	color:#2c3441;
	line-height:30px;
	margin-top:20px;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sbnr_n dl:hover dd{
	color:#0e48ab;
}
/* kh_n
-------------------------------------------------------------- */
.khbg{
	background:#eff3fb;
}
.kh_n{
	margin-top:74px;
	margin-bottom:74px;
}
.kh_n h3{
	width:100%;
	font-size:40px;
	line-height:50px;
	color:#2e3093;
	font-weight:900;
}
.khnr_n,.khnr_n ul{
	width:100%;
}
.khnr_n{
	margin-top:42px;
}
.khnr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.khnr_n ul li{
	width:18.8%;
	overflow:hidden;
	margin:13px 1.5% 13px 0;
	border-radius:30px;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.khnr_n ul li:hover{
	box-shadow:21px 21px 21px #cbdaee;
}
.khnr_n ul li:nth-child(5n){
	margin-right:0;
}
.khnr_n ul li img{
	width:100%;
	height:auto;
}
.khnr_n ul li:hover img{
	transform:scale(1.02);
}
/* npro
-------------------------------------------------------------- */
.probg{
	background:#f3f5f8;
}
.pro_n{
	margin-top:74px;
	margin-bottom:74px;
}
.proinfo_n{
	width:100%;
	overflow:hidden;
}
.prolf_n{
    width:23%;
    overflow: hidden;
}
.prort_n{
	width:74%;
    overflow: hidden;
}
.promenu_n,.promenutit_n,.promenutit_n h3,.promenu_n ul,.procontact_n,.procontact_tit,.procontact_tit h3,.procontact_n ul{
	width:100%;
    overflow: hidden;
}
.promenutit_n{
	background:#2e3093;
	padding:16px 40px 38px 40px;
}
.promenutit_n h3{
	font-size:45px;
	color:#fff;
	font-weight:900;
	line-height:55px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	padding-bottom:16px;
}
.promenu_n ul li{
	margin-bottom:1px;
	height:88px;
	padding:0 50px 0 40px;
	background:#fff url(../images/icon28.png) no-repeat 92.5% center;
	display:flex;
	align-items:center;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu_n ul li a{
	font-size:18px;
	color:#000;
	display:block;
}
.promenu_n ul li:hover,.promenu_n ul li.active{
	background:#f8931e url(../images/iconh28.png) no-repeat 92.5% center;
}
.promenu_n ul li:hover a,.promenu_n ul li.active a{
	color:#fff;
}
.procontact_n{
	margin-top:60px;
}
.procontact_tit{
	background:#2e3093;
	padding:30px 33px 35px 33px;
}
.procontact_tit h3{
	font-size:28px;
	color:#fff;
	font-weight:900;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	padding-bottom:16px;
}
.procontact_n ul{
	background:#fff;
	padding:18px 32px 42px 32px;
}
.procontact_n ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-top:20px;
}
.procontact_n ul li i{
	width:22px;
	margin-right:14px;
	text-align:center;
}
.procontact_n ul li a{
	font-size:16px;
	color:#000;
}
.pronr_n,.pronr_n ul,.pronr_n ul li .proimg_n{
	width:100%;
	overflow:hidden;
}
.pronr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.pronr_n ul li{
	width:32%;
	overflow:hidden;
	margin:0 2% 50px 0;
}
.pronr_n ul li:nth-child(3n){
	margin-right:0;
}
.pronr_n ul li .proimg_n{
	height:293px;
	position:relative;
}
.pronr_n ul li .proimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.pronr_n ul li:hover .proimg_n img{
	transform:translate(-50%, -50%) scale(1.03);
}
.pronr_n ul li .proimg_n .probg_n{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4) url(../images/icon29.png) no-repeat center;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr_n ul li:hover .proimg_n .probg_n{
	opacity:1;
}
.pronr_n ul li .proname_n{
	width:100%;
	height:70px;
	overflow:hidden;
	background:#c6c6c6;
	display:flex;
	align-items:center;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr_n ul li:hover .proname_n{
	background:#2e3093;
}
.pronr_n ul li .proname_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
}
.proinfolf_n,.proinfort_n{
	padding:0;
	height:616px;
}
.proinfolf_n{
	border:solid 1px #e5e5e5;
	display:flex;
	justify-content:center;
	align-items:center;
}
.proinfolf_n img{
	max-width:100%;
	height:auto;
}
.proinfort_n{
	background:#f6f7f9;
	padding:75px 60px 0 60px;
}
.proinfort_n h1{
	width:100%;
	font-size:45px;
	color:#151515;
	font-weight:normal;
	border-bottom:solid 1px #dfe0e2;
	padding-bottom:16px;
}
.npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#a0a1a2;
	line-height:30px;
	margin-top:18px;
}
.proinfort_n ul,.proinfort_n ul li{
	width:100%;
	overflow:hidden;
}
.proinfort_n ul{
	margin-top:28px;
}
.proinfort_n ul li{
	font-size:22px;
	color:#151515;
	display:flex;
	flex-wrap:wrap;
	padding-left:28px;
	line-height:32px;
	border-bottom:dashed 1px #a6a7d0;
	padding-bottom:12px;
	position:relative;
	margin-top:44px;
}
.proinfort_n ul li a{
	font-size:22px;
	color:#151515;
}
.proinfort_n ul li::before{
	content:"";
	width:14px;
	height:14px;
	border:dashed 1px #a6a7d0;
	border-radius:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-7px;
}
.proinfort_n ul li span{
	font-size:16px;
	color:#a0a1a2;
	margin-right:10px;
}
.Details{
	margin-top:66px;
}
.Details h3{
	border-bottom:solid 1px #dfe0e2;
	padding-bottom:26px;
}
.pro_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.pro_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.pro_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.message_pro{
	margin-top:40px;
}
.message_pro hr{
	width:100%;
	border:none;
	border-bottom:solid 4px #141414;
	margin-top:28px;
}
.message_pro,.message_pronr{
	width: 100%;
    overflow: hidden;
}
.message_pronr{
	margin-top:36px;
}
.message_pronr dl{
	width:32.333333333333333333333%;
	overflow:hidden;
	float:left;
	margin:14px 1.5% 14px 0;
}
.message_pronr dl dt{
	width:100%;
	overflow:hidden;
	color:#141414;
	font-size:18px;
	line-height:30px;
	padding-bottom:10px;
	}
.message_pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.message_pronr dl dd input{
	width:100%;
	overflow:hidden;
	font-size:15px;
	border:solid 1px #c9c9c9;
	line-height:60px;
	padding:0 20px;
	color:#a3a3a3;
	}
.message_pronr dl dd textarea{
	width:100%;
	height:295px;
	overflow:hidden;
	color:#a3a3a3;
	border:solid 1px #c9c9c9;
	line-height:30px;
	padding:18px 20px;
	}
.message_pronr dl:last-of-type{
	width:100%;
	}
.message_pronr dl:nth-child(3n){
	margin-right:0;
	}
.message_pronr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:50px;
}
.message_pronr .tjbtn button{
    width:260px;
    height:70px;
	border:solid 2px #141414;
	text-align:center;
	font-size:18px;
	color:#141414;
	font-weight:bold;
	background:none;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:auto;
}
.message_pronr .tjbtn button i{
	margin-left:76px;
}
.btn2{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	color:#343434;
	}
.btn2 .intxt{
	width:150px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #c9c9c9;
	}
.btn2 a{
	color:#343434;
}
.tjpro{
	width:100%;
	overflow:hidden;
	margin-top:106px;
}
.tjpro ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:55px;
}
.tjpro ul li{
	width:32%;
	overflow:hidden;
	margin:0 2% 50px 0;
	border:solid 1px #bababa;
}
.tjpro ul li:nth-child(3n){
	margin-right:0;
}
.tjpro ul li .proimg_n,.tjpro ul li .proname_n,.tjpro ul li .proname_n p{
	width:100%;
	overflow:hidden;
}
.tjpro ul li .proimg_n{
	height:393px;
	position:relative;
}
.tjpro ul li .proimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.tjpro ul li:hover .proimg_n img{
	transform:translate(-50%, -50%) scale(1.03);
}
.tjpro ul li .proname_n{
	width:100%;
	height:70px;
	overflow:hidden;
	background:#c6c6c6;
	display:flex;
	align-items:center;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.tjpro ul li:hover .proname_n{
	background:#2e3093;
}
.tjpro ul li .proname_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
}
/*产品展示结束*/
/* ywly_n
-------------------------------------------------------------- */
.ywly_n{
	margin-top:90px;
	margin-bottom:90px;
}
.ywly_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ywly_n ul li{
	width:46%;
	height:882px;
	overflow:hidden;
	padding:58px 104px 0px 104px;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywly_n ul li .ywlyimg_n{
	width:100%;
	height:408px;
	overflow:hidden;
	position:relative;
}
.ywly_n ul li .ywlyimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.ywly_n ul li:hover .ywlyimg_n img{
	-webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
	}
.ywly_n ul li h5{
	width:100%;
	font-size:32px;
	color:#141414;
	line-height:42px;
	font-weight:900;
	margin-top:34px;
}
.ywly_n ul li .ywlyms_n,.ywly_n ul li .ywlyms_n p{
	width:100%;
	overflow:hidden;
}
.ywly_n ul li .ywlyms_n{
	margin-top:23px;
}
.ywly_n ul li .ywlyms_n p{
	line-height:30px;
	margin-top:10px;
	position:relative;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywly_n ul li .ywlyms_n p a{
	font-size:18px;
	color:#919191;
}
.ywly_n ul li .ywlyms_n p::before{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywly_n ul li:hover h5{
	color:#fff;
}
.ywly_n ul li:hover .ywlyms_n p a{
	color:#9697c6;
}
.ywly_n ul li .ywlyms_n p:hover{
	padding-left:40px;
}
.ywly_n ul li .ywlyms_n p:hover a{
	color:#fff;
}
.ywly_n ul li .ywlyms_n p:hover::before{
	width:20px;
}
.ywly_n ul li:hover{
	background:#2e3093 url(../images/fwbg.jpg) no-repeat right bottom;
}
/* bzsj_n
-------------------------------------------------------------- */
.bzsj_n{
	margin-top:90px;
}
.bzsjlf_n{
	width:41.5%;
	overflow:hidden;
	padding-top:32px;
}
.bzsjimg_n{
	width:50%;
	overflow:hidden;
}
.bzsjimg_n img{
	width:100%;
	height:auto;
}
.bzsjimg_n:hover img{
	transform:scale(1.02);
}
.bzsjnr_n,.bzsjnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
}
.bzsjnr_n{
	margin-top:38px;
}
.bzsj2{
	margin-top:88px;
	margin-bottom:132px;
}
.bzsjjs2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	margin-top:24px;
}
.bzsj2 ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.bzsj2 ul li{
	width:32%;
	overflow:hidden;
	margin:30px 2% 30px 0;
}
.bzsj2 ul li:nth-child(3n){
	margin-right:0;
}
.bzsj2 ul li .bzsjimg2,.bzsj2 ul li h5,.bzsj2 ul li .bzsjtext2{
	width:100%;
	overflow:hidden;
}
.bzsj2 ul li .bzsjimg2{
	position:relative;
	height:389px;
}
.bzsj2 ul li .bzsjimg2 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.bzsj2 ul li:hover .bzsjimg2 img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
	}
.bzsj2 ul li h5{
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:900;
	margin-top:24px;
}
.bzsj2 ul li .bzsjtext2{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-top:18px;
}
.bzsj2 ul li .bzsjtext2 p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
}
.bzsj2 ul li .bzsjtext2 .bzsjtext2_lf{
	width:58%;
	overflow:hidden;
	min-height:120px;
}
.bzsj2 ul li .bzsjtext2 .bzsjmore2{
	width:27.5%;
	overflow:hidden;
}
.bzsj2 ul li .bzsjtext2 .bzsjmore2 span{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#333;
	text-align:center;
	border:solid 2px #141414;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.bzsj2 ul li:hover .bzsjtext2 .bzsjmore2 span{
	background:#2e3093;
	border-color:#2e3093;
	color:#fff;
}
.sjfw{
	width:100%;
	overflow:hidden;
	background:#2e3093;
	padding-top:74px;
	padding-bottom:96px;
}
.sjfwnr h3{
	color:#fff;
}
.sjfwjs{
	width:39.6%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:20px;
}
.sjfwnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}
.sjfwnr ul li{
	width:18.6%;
	overflow:hidden;
}
.sjfwnr ul li .icon,.sjfwnr ul li h5,.sjfwnr ul li p{
	width:100%;
}
.sjfwnr ul li .icon,.sjfwnr ul li h5{
	text-align:center;
}
.sjfwnr ul li .icon img{
	max-width:100%;
	height:auto;
}
.sjfwnr ul li h5{
	font-size:22px;
	line-height:26px;
	color:#fff;
	margin-top:22px;
	min-height:52px;
}
.sjfwnr ul li p{
	font-size:16px;
	color:rgba(255,255,255,0.8);
	margin-top:26px;
}
.bzsj3{
	margin-top:104px;
	margin-bottom:157px;
}
.bzsjjs3{
	width:48.8%;
	font-size:16px;
	color: #6e6e6e;
	line-height:30px;
	margin-top:20px;
}
.bzsj3 ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:36px;
}
.bzsj3 ul li{
	width:49.2%;
	height:234px;
	background:#f4f5f7;
	padding:34px 58px 0 58px;
	margin:15px 0;
}
.bzsj3 ul li h5,.bzsj3 ul li p{
	width:100%;
}
.bzsj3 ul li h5{
	font-size:20px;
	color:#333;
	font-weight:900;
	line-height:40px;
	margin-bottom:8px;
}
.bzsj3 ul li p{
	font-size:16px;
	color:#333;
}
.gysjfw_n{
	padding-top:100px;
	padding-bottom:125px;
}
.gysjfw_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:50px;
}
.gysjfw_n ul li{
	width:18%;
	overflow:hidden;
}
.gysjfw_n ul li .num{
	width:100px;
	height:100px;
	border:solid 1px #fff;
	border-radius:100%;
	font-size:45px;
	color:#fff;
	font-weight:900;
	line-height:100px;
	text-align:center;
	margin:auto;
}
.gysjfw_n ul li h5,.gysjfw_n ul li p{
	width:100%;
	text-align:center;
}
.gysjfw_n ul li h5{
	font-size:22px;
	color:#fff;
	line-height:32px;
	margin-top:22px;
}
.gysjfw_n ul li p{
	font-size:16px;
	color:rgba(255,255,255,0.8);
	margin-top:5px;
}
/* ysbz_n
-------------------------------------------------------------- */
.ysbz_n{
	margin-top:60px;
	margin-bottom:100px;
}
.ysbzjs_n{
	width:73%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	margin-top:28px;
	line-height:30px;
}
.ysbznr_n,.ysbznr_n dl,.ysbznr_n dl dt,.ysbznr_n dl dd{
	width:100%;
	overflow:hidden;
}
.ysbznr_n{
	margin-top:32px;
	margin-bottom:134px;
}
.ysbznr_n dl{
	margin-top:40px;
}
.ysbznr_n dl dt{
	font-size:22px;
	color:#333;
	line-height:32px;
	font-weight:900;
	margin-bottom:4px;
}
.ysbznr_n dl dd{
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
}
.ysbzxz_n{
	margin-top:48px;
}
.ysbzxz_n,.ysbzxz_n ul{
	width:100%;
	overflow:hidden;
}
.ysbzxz_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ysbzxz_n ul li{
	width:31.7%;
	overflow:hidden;
	height:588px;
	background:#f4f4f4;
	padding:86px 56px 0 56px;
}
.ysbzxz_n ul li .icon,.ysbzxz_n ul li h5,.ysbzxz_n ul li p{
	width:100%;
	text-align:center;
}
.ysbzxz_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.ysbzxz_n ul li h5{
	font-size:28px;
	color:#333;
	line-height:38px;
	font-weight:900;
	margin-top:48px;
}
.ysbzxz_n ul li p{
	font-size:16px;
	color:#333;
	margin-top:20px;
}
/* wlxt_n
-------------------------------------------------------------- */
.wlxt_n{
	margin-top:60px;
	margin-bottom:60px;
}
.wlxtjs_n{
	width:73%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	margin-top:22px;
}
.wlxtnr_n,.wlxtnr_n ul,.wlxtnr_n ul li{
	width:100%;
	overflow:hidden;
}
.wlxtnr_n{
	margin-bottom:80px;
}
.wlxtnr_n ul li{
	padding:82px 0 54px 0;
	 transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.wlxtnr_n ul li:hover{
	background:#e6eaf1;
}
.wlxtnr_n ul li .wlxtlf_n{
	width:65%;
	overflow:hidden;
}
.wlxtnr_n ul li .wlxtlf_n h5,.wlxtnr_n ul li .wlxtlf_n p{
	width:100%;
	overflow:hidden;
}
.wlxtnr_n ul li .wlxtlf_n h5{
	font-size:26px;
	color:#333;
	line-height:36px;
	font-weight:900;
	margin-bottom:26px;
}
.wlxtnr_n ul li .wlxtlf_n p{
	font-size:16px;
	color:#656769;
}
.wlxtnr_n ul li .wlxtrt_n{
	width:28%;
	overflow:hidden;
	border-radius:10px;
}
.wlxtnr_n ul li .wlxtrt_n img{
	width:100%;
	height:auto;
}
/* buy_n
-------------------------------------------------------------- */
.buy_n{
	margin-top:60px;
	margin-bottom:60px;
}
.buynr_n,.buynr_n ul,.buynr_n ul li{
	width:100%;
	overflow:hidden;
}
.buynr_n{
	margin-top:88px;
	margin-bottom:26px;
}
.buynr_n h4,.pxnr_n h4{
	width:100%;
	font-size:26px;
	color:#333;
	font-weight:900;
	line-height:36px;
}
.buynr_n ul li{
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	padding-left:22px;
	position:relative;
	margin-top:30px;
}
.buynr_n ul li::before{
	content:"";
	width:6px;
	height:6px;
	background:#2e3093;
	border-radius:100%;
	position:absolute;
	left:0;
	top:12px;
}
.buy_zy{
	width:100%;
	overflow:hidden;
	background:#e6eaf1;
}
.buy_zynr{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:86px;
	padding-bottom:88px;
}
.buy_zylf{
	width:14.2%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	font-weight:900;
}
.buy_zyrt{
	width:85.8%;
	overflow:hidden;
	font-size:16px;
	color:#656769;
	line-height:30px;
}
/* px_n
-------------------------------------------------------------- */
.px_n{
	margin-top:60px;
	margin-bottom:60px;
}
.pxnr_n,.pxnr_n ul{
	width:100%;
	overflow:hidden;
}
.pxnr_n{
	margin-top:64px;
}
.pxnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:12px;
}
.pxnr_n ul li{
	width:48.4%;
	overflow:hidden;
	background:#f4f4f4;
	height:450px;
	padding:76px 54px 0 54px;
	margin:24px 0;
}
.pxnr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#333;
	line-height:32px;
	font-weight:900;
}
.pxnr_n ul li .pxms_n{
	width:100%;
	overflow:hidden;
	margin-top:8px;
}
.pxnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	line-height:28px;
	margin-top:26px;
}
/* gysj_n
-------------------------------------------------------------- */
.sys_n{
	margin-top:60px;
	margin-bottom:60px;
}
.sysnr_n,.sysnr_n ul{
	width:100%;
	overflow:hidden;
}
.sysnr_n{
	margin-top:54px;
}
.sysnr_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.sysnr_n ul li{
	width:49%;
	overflow:hidden;
}
.sysnr_n ul li .sysimg_n,.sysnr_n ul li .systext_n,.sysnr_n ul li .systext_n h5{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.sysnr_n ul li .sysimg_n img{
	width:100%;
	height:auto;
}
.sysnr_n ul li .systext_n{
	height:90px;
	display:flex;
	align-items:center;
	background:#2e3093;
}
.sysnr_n ul li .systext_n h5{
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.sysnr_n ul li:hover .sysimg_n img{
	transform:scale(1.03);
}
.syslist,.syslist ul{
	width:100%;
	overflow:hidden;
}
.syslist{
	margin-top:116px;
	margin-bottom:100px;
}
.syslist ul{
	display:flex;
	justify-content:space-between;
}
.syslist ul li dl,.syslist ul li dl dt,.syslist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.syslist ul li dl dt{
	font-weight:normal;
}
.syslist ul li dl dt .timer,.syslist ul li dl dt font{
	font-size:77px;
	color:#000;
	line-height:77px;
}
.syslist ul li dl dd{
	font-size:17px;
	color:#000;
}
/* sjsc_n
-------------------------------------------------------------- */
.sjsc_n{
	margin-top:60px;
	margin-bottom:60px;
}
.sjscnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	margin-top:68px;
}
.sjscnr_n p{
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
}
.sjscnr_n img{
	max-width:100%;
	height:auto;
}
/* bcyw_n
-------------------------------------------------------------- */
.bcyw_n{
	margin-top:60px;
	margin-bottom:60px;
}
/* sbyw_n
-------------------------------------------------------------- */
.sbyw_n{
	margin-top:80px;
	margin-bottom:80px;
}
.sbywnr_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:50px;
}
.sbywnr_n img{
	max-width:100%;
	height:auto;
}
.sbywnr_n dl{
	width:31.5%;
	overflow:hidden;
}
.sbywnr_n dl dt,.sbywnr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.sbywnr_n dl dt img{
	width:100%;
	height:auto;
}
.sbywnr_n dl:hover dt img{
	transform:scale(1.03);
}
.sbywnr_n dl dd{
	font-size:18px;
	color:#333;
	line-height:30px;
	margin-top:20px;
}
.ccys_n,.ccys_n h5,.ccysnr_n,.ccysrt_n .ccysimg_n{
	width:100%;
	overflow:hidden;
}
.ccys_n{
	margin-top:98px;
}
.ccyslf_n{
	width:47%;
	overflow:hidden;
}
.ccysrt_n{
	width:45.6%;
	overflow:hidden;
}
.ccys_n h5{
	font-size:26px;
	color:#333;
	font-weight:900;
	line-height:36px;
	margin-bottom:12px;
}
.ccysnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	margin-top:30px;
}
.ccysrt_n .ccysimg_n{
	margin-top:42px;
}
.ccysrt_n .ccysimg_n img{
	max-width:100%;
	height:auto;
}
/* gysj_n
-------------------------------------------------------------- */
.gysj_n{
	margin-top:60px;
	margin-bottom:60px;
}
.gysjjs_n{
	width:72%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	margin-top:23px;
	margin-bottom:76px;
}
.gysj_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px;
}
.gysj_n ul li{
	width:32%;
	overflow:hidden;
	margin:10px 2% 10px 0;
}
.gysj_n ul li:nth-child(3n){
	margin-right:0;
}
.gysj_n ul li .gysjimg_n,.gysj_n ul li p{
	width:100%;
	overflow:hidden;
}
.gysj_n ul li .gysjimg_n img{
	width:100%;
	height:auto;
}
.gysj_n ul li:hover .gysjimg_n img{
	transform:scale(1.03);
}
.gysj_n ul li p{
	font-size:20px;
	color:#333;
	line-height:30px;
	font-weight:900;
	margin-top:24px;
}
.gysjys_n{
	width:100%;
	overflow:hidden;
	background:#f4f5f7;
	padding-top:80px;
	padding-bottom:124px;
}
.gysjysnr_n{
	width:100%;
	overflow:auto;
	margin-top:40px;
}
.gysjysnr_n table,.gysjysnr_n table tr{
	width:100%;
	overflow:hidden;
}
.gysjysnr_n table{
	background:#fff;
}
.gysjysnr_n table,.gysjysnr_n table tr,.gysjysnr_n table tr td{
	border:solid 1px #d8d8d8;
}
.gysjysnr_n table tr td{
	font-size:16px;
	color:#333;
	line-height:30px;
	padding:22px 46px 17px 46px;
}
.gysjfw_n{
	width:100%;
	overflow:hidden;
	background:#2e3093;
}
.gysjfw_n h3{
	color:#fff;
}
.sjyh_n{
	padding-top:106px;
	padding-bottom:132px;
}
.sjyh_n .sjyhjs_n{
	width:71%;
	overflow:hidden;
}
.sjyh_n .sjyhjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	margin-top:38px;
}
.sjyh_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}
.sjyh_n ul li{
	width:48.4%;
	overflow:hidden;
}
.sjyh_n ul li .sjyhimg_n,.sjyh_n ul li h5,.sjyh_n ul li .sjyhms_n,.sjyh_n ul li .sjyhms_n p{
	width:100%;
	overflow:hidden;
}
.sjyh_n ul li .sjyhimg_n img{
	width:100%;
	height:auto;
}
.sjyh_n ul li h5{
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:900;
	margin-top:46px;
}
.sjyh_n ul li .sjyhms_n{
	margin-top:25px;
}
.sjyh_n ul li .sjyhms_n p{
	font-size:16px;
	color:#6e6e6e;
}
.sjyh_n ul li .sjyhimg_n:hover img{
	transform:scale(1.03);
}
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:100px;
}
.case_n h4{
	width:100%;
	font-size:30px;
	color:#767676;
	line-height:40px;
	font-weight:900;
	margin-top:46px;
}
.case_n p{
	width:100%;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
}
.casenr_n{
	width:100%;
	overflow:hidden;
	height:671px;
	margin-bottom:22px;
	margin-top:42px;
}
.casenr_n .casenrlf_n{
	width:28.2%;
	height:100%;
	overflow:hidden;
}
.casenr_n .casenrlf_n img,.casenrrt_n .casenrimg_n img,.caseimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.casenr_n .casenrlf_n:hover img,.casenrrt_n .casenrimg_n:hover img,.caselist_n ul li:hover .casebzimg_n img{
	transform:scale(1.02);
}
.casenr_n .casenrin_n{
	width:32%;
	height:100%;
	overflow:hidden;
	background:#2e3093;
	padding:156px 60px 0 60px;
}
.casenr_n .casenrin_n h5{
	width:100%;
	font-size:30px;
	color:#fff;
	font-weight:900;
}
.casenr_n .casenrin_n p{
	width:100%;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:37px;
}
.casenr_n .casenrrt_n{
	width:39.8%;
	height:100%;
	overflow:hidden;
}
.casenrrt_n .casenrimg_n,.casenrrt_n .casenrtext_n{
	width:100%;
	height:50%;
}
.casenrrt_n .casenrtext_n{
	background:#f8931e;
	padding:74px 138px 0 60px;
}
.casenrrt_n .casenrtext_n h5,.casenrrt_n .casenrtext_n p{
	width:100%;
}
.casenrrt_n .casenrtext_n h5{
	font-size:30px;
	font-weight:900;
	line-height:40px;
	color:#fff;
}
.casenrrt_n .casenrtext_n p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:30px;
}
.caseimg_n{
	width:100%;
	overflow:hidden;
	margin-top:34px;
}
.casenr2_n,.caselist_n,.caselist_n ul,.caselist_n ul li .casebzimg_n,.caselist_n ul li p{
	width:100%;
	overflow:hidden;
}
.casenr2_n{
	margin-top:60px;
}
.casenr2_n h4{
	margin-top:20px;
}
.casenr2_n p{
	width:100%;
	font-size:16px;
	color:#6e6e6e;
	line-height:30px;
	margin-top:4px;
}
.casenr2_n .ntit_yw{
	margin-bottom:43px;
}
.casenr2_n .caseimg_n{
	margin-top:66px;
}
.caselist_n{
	margin-top:86px;
}
.caselist_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px;
}
.caselist_n ul li{
	width:31%;
	overflow:hidden;
	margin:20px 0;
}
.caselist_n ul li .casebzimg_n img{
	width:100%;
	height:auto;
}
.caselist_n ul li p{
	font-size:22px;
	color:#767676;
	line-height:32px;
	font-weight:900;
	text-align:center;
	margin-top:20px;
}
.casenr3_n{
	width:100%;
	overflow:hidden;
	margin-top:114px;
}
.casenr3_n h4{
	margin-top:24px;
}
.casenr3_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:40px;
}
.casenr3_n ul li{
	width:47.7%;
	overflow:hidden;
}
.casenr3_n ul li img{
	width:100%;
	height:auto;
}
.casenr3_n ul li:hover img{
	transform:scale(1.02);
}

/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul,.tjnews ul{
	display:flex;
	flex-wrap:wrap;
}
.newsnr_n ul li,.tjnews ul li{
	width:31.4%;
	overflow:hidden;
	background:#fff;
	margin:20px 2.9% 20px 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li:nth-child(3n),.tjnews ul li:nth-child(3n){
	margin-right:0;
	}
.newsnr_n ul li:hover,.tjnews ul li:hover{
	background:#2e3093;
}
.newsnr_n ul li .newsimg,.tjnews ul li .newsimg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:386px;
}
.newsnr_n ul li .newsimg img,.tjnews ul li .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;
	}
.newsnr_n ul li:hover .newsimg img,.tjnews ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr_n ul li .newsbot,.tjnews ul li .newsbot{
	width:100%;
	height:310px;
	padding:0 30px 0 30px;
}
.newsnr_n ul li .newsdate,.tjnews ul li .newsdate{
	width:162px;
	height:52px;
	overflow:hidden;
	background:#2e3093;
	font-size:16px;
	color:#fff;
	line-height:52px;
	text-align:center;
	margin-top:-32px;
	position:relative;
	z-index:9;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li:hover .newsdate,.tjnews ul li:hover .newsdate{
	background:#f8931e;
}
.newsnr_n ul li h5,.tjnews ul li h5{
	width:100%;
	height:64px;
	overflow:hidden;
	font-size:22px;
	color:#2b2b2b;
	line-height:32px;
	margin-top:24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
.newsnr_n ul li .newsjs,.tjnews ul li .newsjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#979797;
	margin-top:16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsmore,.tjnews ul li .newsmore{
	font-size:20px;
	color:#2b2b2b;
	font-weight:bold;
	line-height:30px;
	margin-top:28px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsmore i,.tjnews ul li .newsmore i{
	font-size:20px;
	color:#2b2b2b;
	font-weight:normal;
	margin-left:35px;
}
.newsnr_n ul li:hover h5,.newsnr_n ul li:hover .newsjs,.newsnr_n ul li:hover .newsmore,.newsnr_n ul li:hover .newsmore i,
.tjnews ul li:hover h5,.tjnews ul li:hover .newsjs,.tjnews ul li:hover .newsmore,.tjnews ul li:hover .newsmore i{
	color:#fff;
}
.news_bk,.news_bk dl{
	width: 100%;
    overflow: hidden;
}
.news_bk{
	border-top:solid 2px #000;
}
.news_bk dl{
	min-height:66px;
	display:flex;
	border-bottom:solid 1px #dcdcdc;
}
.news_bk dl dt{
	width:13%;
	overflow:hidden;
	background:#f7f7f7;
	font-size:17px;
	color:#000;
	font-weight:bold;
	padding-left:20px;
}
.news_bk dl dd{
	width:87%;
	overflow:hidden;
	padding:0 38px;
    font-size: 16px;
    color: #181818;
}
.news_bk dl dd a{
	font-size: 16px;
    color: #181818;
}
.news_bk dl dt,.news_bk dl dd{
	display:flex;
	align-items:center;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
	line-height:26px;
    color: #181818;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr{
    width: 67.2%;
    overflow: hidden;
	margin:40px auto 46px;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
}
.news_n .fbnr .line{
	width:100%;
	height:22px;
	background:#2e3093;
	display:flex;
	justify-content:flex-end;
	margin:34px 0;
}
.news_n .fbnr .line img{
	max-width:100%;
	height:auto;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
.fhlist{
	width: 100%;
    overflow: hidden;
	margin-top:60px;
}
.fhlist a{
	display:block;
	font-size:16px;
	color:#000;
	width:200px;
	height:56px;
	line-height:56px;
	border:solid 2px #000;
	text-align:center;
	margin:auto;
}
.tjnews,.tjnews ul{
	width: 100%;
    overflow: hidden;
}
.tjnews{
	margin-top:82px;
}
.tjnews h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#333333;
	line-height:50px;
	font-weight:900;
}
.tjnews ul{
	margin-top:25px;
}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactlf_n{
	width:48%;
	overflow:hidden;
}
.contactnr_n,.contactnr_n dl{
	width:100%;
	overflow:hidden;
}
.contactnr_n dl{
	margin-bottom:32px;
}
.contactnr_n dl dt{
	width:11.6%;
	overflow:hidden;
	float:left;
}
.contactnr_n dl dt img{
	max-width:100%;
	height:auto;
}
.contactnr_n dl dd{
	width:88.4%;
	overflow:hidden;
	float:left;
}
.contactnr_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
}
.contactnr_n dl dd .ddnr{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	font-weight:900;
}
.contactnr_n dl:last-child dd .ddnr{
	font-weight:bold;
}
.contactnr_n dl dd .ddnr a{
	font-size:18px;
	color:#333;
}
.contactlf_n h3,.message_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	line-height:50px;
	color:#333;
	font-weight:900;
	margin-bottom:60px;
	}
.message_n{
	width:44.5%;
	overflow:hidden;
}
.messagenr_n,.messagenr_n ul{
	width:100%;
	overflow:hidden;
}
.message_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.message_n ul li{
	width:46%;
	overflow:hidden;
	margin-bottom:20px;
}
.message_n ul li:last-child{
	width:100%;
}
.message_n ul li input{
	width:100%;
	overflow:hidden;
	font-size:16px;
	height:60px;
	line-height:60px;
	border-bottom:solid 1px #d8d8d8;
	padding:0 10px;
}
.message_n ul li textarea{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	height:100px;
	border-bottom:solid 1px #d8d8d8;
	border-radius:5px;
	padding:5px 10px;
}
.message_n .tjbtn{
	width:52%;
	overflow:hidden;
}
.message_n .tjbtn button{
	width:100%;
	height:45px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:45px;
	background:#2e3093;
	border-radius:10px;
}
.messagebtn_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.messagebtn_n .btn{
	width:45%;
	text-align:left;
	padding:0;
}
.messagebtn_n .btn input{
	height:45px;
	line-height:45px;
	padding:0 10px;
	border-bottom:solid 1px #d8d8d8;
}
.message_n input::placeholder,
.message_n textarea::placeholder,
.message_n .yzm input::placeholder{
    color: #141414; /* 或者使用其他颜色代码 */
}
 
.message_n input::-webkit-input-placeholder,
.message_n .yzm input::-webkit-input-placeholder{
    color: #141414; /* 或者使用其他颜色代码 */
}
.message_n input::-moz-placeholder,
.message_n .yzm input::-moz-placeholder{ /* Firefox 19+ */
    color: #141414; /* 或者使用其他颜色代码 */
}
.message_n input:-ms-input-placeholder,
.message_n .yzm input::-ms-placeholder{ /* IE 10+ */
    color: #141414; /* 或者使用其他颜色代码 */
}
/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#005bac;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1199px) and (min-width: 0px){
	.header .nav,.side,.topicon{
		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: #2e3093;
	  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: #2e3093;
	  -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: #2e3093;
	  -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:145px;
			  top:20px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 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:0;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
		  -ms-transform: rotate(-45deg) translate(-7px, 6px);
			  transform: rotate(-45deg) translate(-7px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
		  -ms-transform: rotate(45deg) translate(-7px, -7px);
			  transform: rotate(45deg) translate(-7px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}

}

@media only screen and (min-width: 1768px) and (max-width: 1768px) {
	
}

@media(max-width:1768px) {
	.cont,.cont1{
		width:88%;
	}
	.header{
		padding-left:6%;
	}
	.header .navbar_nav li{
		padding: 0 20px;
	}
	.hzkhlist .hzkhtext{
		padding:50px 50px 0 50px;
	}
	.sbnr_n dl dt{
		height: 365px;
	}
	.honornr_n ul li{
		height:220px;
	}
	.cloud-product ul li .about_ysnr{
		padding:0 30px;
	}
	.cloud-product ul li .about_ysnr h5{
		font-size:24px;
		line-height:34px;
	}
	.cloud-product ul li.active .about_ysnr h5{
		font-size:36px;
		line-height:46px;
	}
	.aboutlf{
		padding: 126px 10% 140px 5.2%;
	}
	.pronr_n ul li .proimg_n{
		height:276px;
	}
	.proinfort_n h1{
		font-size:40px;
	}
	.proinfort_n{
		padding:75px 50px 0 50px;
	}
	.tjpro ul li .proimg_n{
		height:372px;
	}
	.ntit_yw h3{
		font-size:36px;
		line-height:46px;
	}
	.bzsj2 ul li .bzsjimg2{
		height:373px;
	}
	.sjfwnr ul li,.gysjfw_n ul li{
		width:20%;
	}
	.sjfwjs {
		width:42%;
	}
	.wlxtjs_n{
		width:77%;
	}
	.ysbzxz_n ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.ysbzxz_n ul li{
		padding:86px 40px 0 40px;
	}
	.pxnr_n ul li{
		padding:70px 40px 0 40px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:366px;
	}
	.news_n .fbnr {
		width:70%;
	}
	.ysnr ul li{
		padding:0 70px;
	}
	.ysnr ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.promenu ul li{
		margin-left:40px;
	}
	.prolist .protext h5{
		font-size:26px;
		line-height:36px;
	}
}
@media(max-width:1680px) {
	.header .navbar_nav li{
		padding: 0 15px;
	}
	.topicon a {
		margin: 0 10px;
	}
	.topicon{
		margin-right:20px;
		padding-right:15px;
	}
	.language a > img {
		margin-right: 10px;
	}
	.menu_n ul li{
		margin-right:80px;
	}
	.sbnr_n dl dt{
		height:347px;
	}
	.honornr_n ul li{
		height:209px;
	}
	.cloud-product ul li .about_ysnr h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.cloud-product ul li.active .about_ysnr h5{
		font-size:32px;
		line-height:42px;
	}
	.historylist_n p {
		padding-right:80px;
	}
	.pronr_n ul li .proimg_n{
		height:262px;
	}
	.procontact_tit{
		padding:30px 20px 35px 20px;
	}
	.procontact_n ul{
		padding: 18px 20px 42px 20px;
	}
	.procontact_n ul li i{
		margin-right:10px;
	}
	.proinfort_n h1 {
        font-size: 35px;
    }
	.proinfort_n ul li,.proinfort_n ul li a{
		font-size:20px;
	}
	.tjpro ul li .proimg_n{
		height:353px;
	}
	.bzsj2 ul li .bzsjimg2{
		height:354px;
	}
	.bzsj2 ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.sjfwjs {
		width:45%;
	}
	.wlxtjs_n{
		width:81%;
	}
	.bzsjjs3{
		width:52%;
	}
	.ysbzjs_n{
		width:77%;
	}
	.syslist ul li dl dt .timer, .syslist ul li dl dt font{
		font-size:70px;
		line-height:70px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:348px;
	}
	.searchlist ul li .searchin h5{
		font-size: 35px;
        line-height: 45px;
	}
	.footernr .footerlf {
		width: 30%;
	}
	.footernr .footerrt {
		width:66%;
	}
	.bottel dl dd,.bottel dl dd a{
		font-size:28px;
	}
	.bottel i {
		margin-right:20px;
	}
}
@media(max-width:1600px) {
	.header{
		padding-left:5%;
	}
	.header .navbar_nav li {
        padding:0 12px;
    }
	.tit h3,.tit h3 a{
		font-size:58px;
		line-height:68px;
	}
	.topsearch{
		padding-right:16px;
		margin-left:10px;
	}
	.promenu ul li a{
		font-size:20px;
		line-height:30px;
	}
	.promenu ul li {
        margin-left:30px;
    }
	.ywlycont, .ywlycont h5{
		font-size:45px;
		line-height:55px;
	}
	.ywlycont {
		padding:77px 75px 0 75px;
	}
	.ywlylist .swiper-button{
		left:75px;
	}
	.news dl dt h5,.news ul li a{
		font-size:24px;
		line-height:34px;
	}
	.caselist ul li .casetext h5{
		font-size:24px;
		line-height:34px;
	}
	.caselist ul li:nth-child(2) .casetext {
		top: 230px;
	}
	.hzkhlist .hzkhtext h5{
		font-size:35px;
		line-height:45px;
	}
	.sbnr_n dl dt{
		height:330px;
	}
	.honornr_n ul li{
		height:199px;
	}
	.cloud-product ul li .about_ysnr h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.cloud-product ul li.active .about_ysnr h5{
		font-size:30px;
		line-height:40px;
	}
	.cloud-product ul li .about_ysnr{
        padding: 0 20px;
    }
	.cloud-product ul li .about_ysnr p{
		font-size:15px;
	}
	.about_sl ul li{
		padding: 84px 50px 0 50px;
	}
	.about_sl ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.pronr_n ul li .proimg_n{
		height:250px;
	}
	.procontact_n ul li i{
		margin-right:5px;
	}
	.promenutit_n{
		padding: 16px 20px 38px 20px;
	}
	.proinfort_n {
        padding: 75px 40px 0 40px;
    }
	.tjpro ul li .proimg_n{
		height:336px;
	}
	.ntit_yw h3{
		font-size:32px;
		line-height:42px;
	}
	.bzsj2 ul li .bzsjimg2{
		height:337px;
	}
	.sjfwnr ul li,.gysjfw_n ul li{
		width:22%;
	}
	.sjfwnr ul li h5,.gysjfw_n ul li h5{
		font-size:20px;
	}
	.sjfwjs {
		width:48%;
	}
	.wlxtjs_n{
		width:85%;
	}
	.bzsjjs3{
		width:56%;
	}
	.ysbzjs_n{
		width:81%;
	}
	.gysjjs_n{
		width:76%;
	}
	.wlxtnr_n ul li .wlxtlf_n h5{
		font-size:24px;
		line-height:34px;
	}
	.buynr_n h4, .pxnr_n h4,.buy_zylf{
		font-size:24px;
		line-height:34px;
	}
	.buy_zylf {
		width:15%;
	}
	.buy_zyrt{
		width:85%;
	}
	.pxnr_n ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.pxnr_n ul li {
        padding: 60px 30px 0 30px;
    }
	.case_n h4{
		font-size:26px;
		line-height:36px;
	}
	.casenr_n .casenrin_n{
		padding: 156px 40px 0 40px;
	}
	.casenrrt_n .casenrtext_n{
		padding:74px 118px 0 60px;
	}
	.caselist_n ul li p{
		font-size:20px;
		line-height:30px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:331px;
	}
	.ysnr ul li {
        padding:0 50px;
    }
	.ysnr ul li h5{
		font-size:22px;
		line-height:32px;
	}
	.prolist .protext h5{
		font-size:24px;
		line-height:34px;
	}
	.aboutlf h4{
		font-size:40px;
		line-height:50px;
	}
}
@media(max-width:1440px){
	.header{
        padding-left:3%;
    }
	.header .navbar_nav li {
        padding: 0 10px;
    }
	.language a > img {
        margin-right:5px;
    }
	.topicon {
        margin-right:10px;
        padding-right:10px;
    }
	.topsearch {
		padding-right:12px;
	}
	.aboutlf h4 {
        font-size:35px;
        line-height:45px;
    }
	.news dl dt h5,.news ul li a{
		font-size:22px;
		line-height:32px;
	}
	.ywlycont, .ywlycont h5 {
        font-size: 40px;
        line-height: 50px;
    }
	.ywlycont {
        padding:50px 60px 0 60px;
    }
	.ywlylist .swiper-button {
        left:60px;
    }
	.ywlylist .swiper-pagination-fraction span.swiper-pagination-current{
		font-size:70px;
	}
	.hzkhlist .hzkhtext h5 {
        font-size: 30px;
        line-height: 40px;
    }
	.hzkhlist .hzkhtext {
        padding: 50px 40px 0 40px;
    }
	.hzkhlist .hzkhtext p{
		font-size:18px;
	}
	.ntit h3{
		font-size:50px;
		line-height:60px;
	}
	.menu_n ul li {
        margin-right:60px;
    }
	.aboutlist ul li dl dt .timer{
		font-size:58px;
		line-height:58px;
	}
	.aboutlist ul li dl dd {
		font-size: 15px;
	}
	.sbnr_n dl dt{
		height: 297px;
	}
	.honornr_n ul li{
		height:179px;
	}
	.about_sl ul li{
		padding: 84px 40px 0 40px;
	}
	.about_sl ul li h5{
		font-size:22px;
		line-height:32px;
	}
	.pronr_n ul li .proimg_n{
		height:225px;
	}
	.promenu_n ul li{
		padding:0 35px 0 30px;
	}
	.promenutit_n h3{
		font-size:40px;
		line-height:50px;
	}
	.proinfort_n h1 {
        font-size:30px;
    }
	.tjpro ul li .proimg_n{
		height:302px;
	}
	.ywly_n ul li{
		padding: 58px 80px 0px 80px;
	}
	.ywly_n ul li h5{
		font-size:30px;
		line-height:40px;
	}
	.bzsjlf_n{
		width: 44%;
		padding-top:0;
	}
	.bzsjnr_n {
		margin-top:30px;
	}
	.ntit_yw h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.bzsj2 ul li .bzsjimg2{
		height:303px;
	}
	.bzsj2 ul li h5{
		font-size:22px;
		line-height:32px;
	}
	.bzsj2 ul li .bzsjtext2 p{
		font-size:15px;
		line-height:25px;
	}
	.bzsj2 ul li .bzsjtext2 .bzsjtext2_lf{
		min-height:100px;
	}
	.sjfwjs {
		width:54%;
	}
	.bzsjjs3{
		width:60%;
	}
	.gysjjs_n{
		width:80%;
	}
	.wlxtjs_n{
		width:89%;
	}
	.ysbzjs_n{
		width:85%;
	}
	.sjyh_n .sjyhjs_n{
		width:75%;
	}
	.bzsj3 ul li{
		padding: 34px 40px 0 40px;
	}
	.gysj_n ul li p{
		font-size:18px;
		line-height:28px;
	}
	.sjyh_n ul li h5{
		font-size:26px;
		line-height:36px;
		margin-top:30px;
	}
	.ysbzxz_n ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.wlxtnr_n ul li .wlxtlf_n h5{
		font-size:22px;
		line-height:32px;
	}
	.pxnr_n ul li p{
		margin-top:20px;
	}
	.pxnr_n ul li h5 {
        font-size:18px;
        line-height:28px;
    }
	.syslist ul li dl dt .timer, .syslist ul li dl dt font{
		font-size:60px;
		line-height:60px;
	}
	.syslist ul li dl dd{
		font-size:16px;
	}
	.sysnr_n ul li .systext_n h5{
		font-size: 18px;
		line-height:28px;
	}
	.sbywnr_n dl dd{
		font-size:16px;
		line-height:26px;
	}
	.ccys_n {
		margin-top:60px;
	}
	.case_n h4{
		font-size:24px;
		line-height:34px;
	}
	.casenrrt_n .casenrtext_n {
        padding: 74px 80px 0 50px;
    }
	.casenr_n .casenrin_n h5,.casenrrt_n .casenrtext_n h5{
		font-size:26px;
	}
	.caselist_n ul li p{
		font-size:18px;
		line-height:28px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:298px;
	}
	.newsnr_n ul li h5, .tjnews ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.news_n .fbnr{
        width: 74%;
    }
	.contactlf_n h3, .message_n h3{
		font-size:35px;
		line-height:45px;
	}
	.ysnr ul li {
        padding: 0 40px;
    }
	.ysnr ul li h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.prolist .protext p{
		font-size:16px;
	}
	.prolist .protext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.pronr .swiper-slide {
		padding:20px;
	}
	.prolist:hover{
		box-shadow:0px 0px 20px rgba(4,0,0,0.16);
	}
	.tit h3, .tit h3 a {
        font-size:50px;
        line-height:60px;
    }
	.pronr .swiper-button-prev{
		left:-50px;
	}
	.pronr .swiper-button-next{
		right:-50px;
	}
	.tjnews h3{
		font-size:35px;
		line-height:45px;
	}
	.searchlist ul li .searchin h5{
		font-size: 32px;
        line-height: 42px;
	}
	.bottel dl dd, .bottel dl dd a{
        font-size:26px;
    }
}
@media(max-width:1360px) {
	.header .navbar_nav li{
        padding: 0 6px;
    }
	.topicon a {
        margin: 0 8px;
    }
	.tit h3, .tit h3 a {
        font-size:45px;
        line-height:55px;
    }
	.sbnr_n dl dt{
		height: 281px;
	}
	.honornr_n ul li{
		height:169px;
	}
	.historylist_n h5{
		font-size:26px;
		line-height:36px;
	}
	.pronr_n ul li .proimg_n{
		height:212px;
	}
	.promenutit_n h3{
		font-size:35px;
		line-height:45px;
	}
	.proinfort_n h1 {
        font-size:26px;
    }
	.proinfort_n ul li{
		margin-top:30px;
	}
	.tjpro ul li .proimg_n{
		height:285px;
	}
	.caselist ul li .casetext h5{
		font-size:22px;
		line-height:32px;
	}
	.caselist ul li .casetext{
		padding:0 30px;
	}
	.ywly_n ul li {
		width: 48%;
        padding: 58px 60px 0px 60px;
    }
	.bzsj2 ul li .bzsjimg2{
		height:287px;
	}
	.bzsj2 ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.bzsj2 ul li .bzsjtext2 p{
		font-size:14px;
	}
	.sjfwjs {
		width:58%;
	}
	.bzsjjs3{
		width:64%;
	}
	.gysjjs_n{
		width:84%;
	}
	.ysbzjs_n{
		width:89%;
	}
	.wlxtjs_n{
		width:94%;
	}
	.sjyh_n .sjyhjs_n{
		width:80%;
	}
	.ysbzxz_n ul li h5{
		font-size:22px;
		line-height:32px;
	}
	.ysbzxz_n ul li {
        padding: 86px 30px 0 30px;
    }
	.wlxtnr_n ul li{
		padding:50px 0;
	}
	.wlxtnr_n ul li .wlxtlf_n h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.buynr_n{
		margin-top:60px;
	}
	.buynr_n h4, .pxnr_n h4,.buy_zylf{
		font-size:22px;
		line-height:32px;
	}
	.buy_zylf {
		width:17%;
	}
	.buy_zyrt{
		width:83%;
	}
	.casenrrt_n .casenrtext_n {
        padding: 74px 50px 0 50px;
    }
	.casenr_n .casenrin_n h5,.casenrrt_n .casenrtext_n h5{
		font-size:24px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:282px;
	}
	.searchlist ul li .searchin h5{
		font-size: 28px;
        line-height: 38px;
	}
	.bottel dl dd, .bottel dl dd a{
        font-size:24px;
    }
	.bottel i{
        margin-right:15px;
    }
}
@media(max-width:1300px) {
	.aboutlist ul li dl dt .timer{
		font-size:48px;
		line-height:48px;
	}
	.aboutlist ul li dl dd {
		font-size: 14px;
	}
	.aboutlf_n .aboutlist {
		margin-top:30px;
	}
	.about_sl{
		padding-bottom:88px;
	}
}
@media(max-width:1280px) {
	.header{
        padding-left:2%;
    }
	.header .navbar_nav li > a{
		font-size:14px;
	}
	.prolist .protext h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.promenu ul li i{
		margin-right:6px;
	}
	.promenu ul li {
        margin-left:20px;
    }
	.promenu ul li a {
        font-size:18px;
    }
	.tit h3, .tit h3 a {
        font-size:40px;
        line-height:50px;
    }
	.news dl dt h5,.news ul li a{
		font-size:20px;
		line-height:30px;
	}
	.ywlycont {
        padding:30px 50px 0 50px;
    }
	.ywlylist .swiper-button {
        left:50px;
    }
	.ywlylist{
		height:550px;
	}
	.hzkhlist .hzkhtext h5 {
        font-size:25px;
        line-height:35px;
    }
	.hzkhlist .hzkhtext {
        padding: 50px 30px 0 30px;
    }
	.hzkhlist .hzkhtext p{
		font-size:16px;
		line-height:26px;
	}
	.aboutlf h4 {
        font-size:30px;
        line-height:40px;
    }
	.aboutlf .aboutmore{
		width: 126px;
		height: 126px;
	}
	.caselist ul li:nth-child(2) .casetext {
        top: 200px;
    }
	.caselist ul li .casetext h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.caselist ul li .casetext {
        padding:0 20px;
    }
	.caselist ul li .casetext p{
		font-size:15px;
		line-height:25px;
	}
	.ywlylist .swiper-pagination-fraction span.swiper-pagination-current {
        font-size:60px;
    }
	.ntit h3{
		font-size:45px;
		line-height:55px;
	}
	.menu_n ul li {
        margin-right:40px;
    }
	.sbnr_n dl dt{
		height: 264px;
	}
	.honornr_n ul li{
		height:159px;
	}
	.cloud-product ul li.active .about_ysnr h5 {
        font-size:26px;
        line-height:36px;
    }
	.history_n{
		margin-bottom:86px;
	}
	.historylist_n h5 {
        font-size:24px;
        line-height:34px;
    }
	.historylist_n p {
        padding-right:60px;
    }
	.pronr_n ul li .proimg_n{
		height:200px;
	}
	.promenu_n ul li{
		padding:0 35px 0 20px;
	}
	.procontact_tit {
        padding: 30px 10px 35px 10px;
    }
	.procontact_n ul {
        padding: 18px 10px 42px 10px;
    }
	.proinfort_n h1 {
        font-size: 24px;
    }
	.tjpro ul li .proimg_n{
		height:269px;
	}
	.ywly_n ul li{
        padding: 58px 40px 0px 40px;
    }
	.ywly_n ul li h5 {
        font-size:26px;
        line-height:36px;
    }
	.ntit_yw h3 {
        font-size: 26px;
        line-height: 36px;
    }
	.bzsj2 ul li .bzsjimg2{
		height:270px;
	}
	.bzsj2 ul li .bzsjtext2 p{
		font-size:13px;
	}
	.sjfwnr ul li h5,.gysjfw_n ul li h5{
        font-size:18px;
    }
	.sjfwnr ul li,.gysjfw_n ul li{
        width: 23%;
    }
	.sjfwjs {
		width:62%;
	}
	.bzsjjs3{
		width:68%;
	}
	.gysjjs_n{
		width:88%;
	}
	.ysbzjs_n{
		width:93%;
	}
	.wlxtjs_n{
		width:100%;
	}
	.sjyh_n .sjyhjs_n{
		width:84%;
	}
	.bzsj3 ul li h5 {
		font-size: 18px;
		line-height:28px;
	}
	.bzsj3 ul li p{
		font-size:15px;
	}
	.bzsj3 ul li {
        padding: 34px 30px 0 30px;
    }
	.gysj_n ul li p{
		font-size:16px;
		line-height:26px;
		margin-top:10px;
	}
	.sjyh_n ul li h5 {
        font-size: 24px;
        line-height: 34px;
        margin-top:20px;
    }
	.sjyh_n ul li .sjyhms_n{
		margin-top:20px;
	}
	.ysbznr_n dl dt{
		font-size:20px;
		line-height:30px;
	}
	.wlxtnr_n ul li .wlxtrt_n {
		width:32%;
	}
	.pxnr_n ul li {
        padding:50px 20px 0 20px;
    }
	.syslist {
		margin-top:80px;
		margin-bottom:60px;
	}
	.case_n h4{
		font-size:22px;
		line-height:32px;
	}
	.casenr_n .casenrin_n {
        padding: 156px 30px 0 30px;
    }
	.casenrrt_n .casenrtext_n {
        padding:74px 40px 0 40px;
    }
	.caselist_n ul li p{
		font-size:16px;
		line-height:26px;
		margin-top:10px;
	}
	.caselist_n ul li{
		width:32%;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:265px;
	}
	.newsnr_n ul li .newsdate, .tjnews ul li .newsdate {
		width: 140px;
	}
	.news_n .fbnr{
        width:78%;
    }
	.ysnr ul li {
        padding:0 30px;
    }
	.tjnews h3{
		font-size:30px;
		line-height:40px;
	}
	.contactlf_n h3, .message_n h3{
		font-size:32px;
		line-height:42px;
	}
	.contactnr_n dl dd {
		width: 87.4%;
		margin-left:1%;
	}
	.searchlist ul li .searchin h5{
		font-size: 24px;
        line-height: 34px;
	}
	.bottel dl dt{
		font-size:14px;
	}
	.bottel dl dd, .bottel dl dd a {
        font-size: 22px;
    }
}
@media(max-width:1200px) {
	.sjfwjs {
		width:66%;
	}
	.bzsjjs3{
		width:72%;
	}
	.gysjjs_n{
		width:92%;
	}
	.ysbzjs_n{
		width:97%;
	}
	.sjyh_n .sjyhjs_n{
		width:88%;
	}
}
@media(max-width:1199px){
	.logo img{
		height:50px;
	}
	.topsearch{
		margin-left:0;
		width:6.5%;
	}
}
@media(max-width:1152px) {
	.header {
        padding-left:1%;
    }
	.tit h3, .tit h3 a {
        font-size:35px;
        line-height:45px;
    }
	.ntit h3{
		font-size:40px;
		line-height:50px;
	}
	.ywlycont, .ywlycont h5 {
        font-size: 35px;
        line-height: 45px;
    }
	.honornr_n ul li{
		height:143px;
	}
	.cloud-product ul li.active .about_ysnr h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.promenu ul li a {
        font-size:16px;
    }
	.promenu ul li {
        margin-left:15px;
    }
	.about_sl ul li {
        padding: 84px 30px 0 30px;
    }
	.historylist_n p {
        padding-right:40px;
    }
	.pronr_n ul li .proimg_n{
		height:180px;
	}
	.promenutit_n h3{
		font-size:30px;
		line-height:40px;
	}
	.tjpro ul li .proimg_n{
		height:241px;
	}
	.ywly_n ul li .ywlyimg_n{
		height:393px;
	}
	.bzsj2 ul li .bzsjimg2{
		height:243px;
	}
	.sjfwjs {
		width:70%;
	}
	.bzsjjs3{
		width:76%;
	}
	.gysjjs_n{
		width:96%;
	}
	.ysbzjs_n{
		width:100%;
	}
	.sjyh_n .sjyhjs_n{
		width:92%;
	}
	.buy_zylf {
		width:19%;
	}
	.buy_zyrt{
		width:81%;
	}
	.pxnr_n ul li p {
        margin-top:10px;
		font-size:15px;
		line-height:25px;
    }
	.sysnr_n ul li .systext_n h5{
		font-size: 16px;
		line-height:26px;
	}
	.caselist_n ul li p{
		font-size:15px;
		line-height:25px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:238px;
	}
	.newsnr_n ul li .newsbot, .tjnews ul li .newsbot{
		padding: 0 20px;
	}
	.ysnr ul li {
        padding:0 20px;
    }
	.ysnr ul li h5 {
        font-size:18px;
    }
	.footernr .footerlf {
        width: 32%;
    }
	.bottel i {
        margin-right:10px;
    }
	.bottel i img{
		width:50px;
	}
}
@media(max-width:1024px) {
	.caselist ul li .casetext p{
        font-size: 14px;
        line-height: 24px;
    }
	.honornr_n ul li{
		height:127px;
	}
	.pronr_n ul li .proimg_n{
		height:160px;
	}
	.tjpro ul li .proimg_n{
		height:214px;
	}
	.ywly_n ul li .ywlyimg_n{
		height:341px;
	}
	.bzsj2 ul li .bzsjimg2{
		height:216px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg{
		height:212px;
	}
}

@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo img{
		height:40px;
	}
	.toggle{
		top:10px;
	}
	.topsearch {
        padding-right:1%;
		background:none;
		width:auto;
		margin-left:10px;
    }
	.search_box{
		top:60px;
	}
	.toggle{
		right:118px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.banner .swiper-pagination{
		bottom:30px;
	}
	.pro{
		padding-top:60px;
		padding-bottom:60px;
	}
	.pro .protit .tit,.pro .promenu{
		width:100%;
	}
	.promenu ul li {
        margin-left:0;
		margin-right:15px;
		padding-bottom:20px;
    }
	.pro .more a {
		margin:30px auto 0;
	}
	.contactjs {
		width: 100%;
	}
	.aboutlf_n,.aboutimg_n{
		width:100%;
	}
	.aboutimg_n{
		margin-top:30px;
		height:auto;
	}
	.aboutimg_n img{
		height:auto;
	}
	.about_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.aboutnr_n {
		margin-top:30px;
	}
	.about_ys {
		margin-bottom:60px;
	}
	.prolf_n,.prort_n{
		width:100%;
	}
	.prort_n{
		margin-top:30px;
	}
	.procontact_n{
		display:none;
	}
	.promenu_n ul li{
		height:60px;
	}
	.bzsjlf_n,.bzsjimg_n{
		width:100%;
	}
	.bzsjimg_n{
		margin-top:30px;
	}
	.bzsj_n {
		margin-top:60px;
	}
	.bzsj2,.bzsj3{
		margin-top:60px;
		margin-bottom:60px;
	}
	.contactlf hr{
		margin-top:30px;
	}
	.contactlf,.contactrt{
		width:100%;
	}
	.contactrt{
		margin-top:30px;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt,.boticon,.bot{
		margin-top:30px;
	}
	.footerlf .botlogo{
		margin-bottom:30px;
	}
	.footer{
		padding:60px 0 0 0;
	}
	.footerrt ul li p{
		display:none;
	}
}
@media(max-width:991px) {
	.aboutlf{
		width:100%;
		padding: 126px 6% 140px 6%;
	}
	.about .tit{
		right:inherit;
		left:6%;
	}
	.aboutnr {
		margin-top:30px;
	}
	.aboutlist{
		margin-top:40px;
	}
	.aboutlf .aboutmore {
        width: 80px;
        height: 80px;
    }
	.aboutlf h4 {
        font-size:25px;
        line-height:35px;
    }
	.aboutimg{
		width:100%;
		height:auto;
		position:inherit;
	}
	.aboutimg img{
		height:auto;
	}
	.about{
		padding-bottom:0;
	}
	.tit h3, .tit h3 a {
        font-size: 30px;
        line-height: 40px;
    }
	.ywly{
		margin-top:0;
	}
	.hzkhtit .tit{
		width:100%;
		margin-bottom:20px;
	}
	.news dl dt h5, .news ul li a {
        font-size:18px;
        line-height:28px;
    }
	.news ul li:nth-child(2n) {
		padding-left:0px;
	}
	.casetit .tit{
		width:100%;
		margin-bottom:20px;
	}
	.news {
		margin-top:60px;
		margin-bottom:60px;
	}
	.newstit .tit{
		width:100%;
		margin-bottom:20px;
	}
	.news ul li:nth-child(2n+1) {
		padding-right:0px;
	}
	.news dl,.news ul{
		margin-top:30px;
	}
	.ywly{
		padding-bottom:60px;
	}
	.ywlylist{
		width:100%;
		position:inherit;
		bottom:0;
		margin-top:40px;
	}
	.ywlyjs{
		width:100%;
	}
	.ywlylist .swiper-pagination-fraction span.swiper-pagination-current {
        font-size:50px;
    }
	.ywlylist .swiper-pagination-fraction span{
		font-size:25px;
	}
	.caselist ul li:nth-child(2) .casetext {
        top:32px;
    }
	.caselist ul li,.caselist ul li > img{
		height:auto;
	}
	.hzkhnr .swiper-container {
		width: 100%;
		margin-left:0;
	}
	.hzkhnr .swiper-button-prev{
		left:0;
	}
	.hzkhnr .swiper-button-next{
		right:0;
	}
	.hzkhnr .swiper-button-prev, .hzkhnr .swiper-button-next {
		width: 50px;
		height: 50px;
	}
	.hzkhlist .hzkhtext{
        padding:20px;
		height:auto;
    }
	.hzkhlist .hzkhtext h5{
		margin-bottom:10px;
	}
	.hzkhlist .hzkhtext p{
		margin-top:20px;
	}
	.contactrt h4{
		font-size:24px;
		line-height:34px;
	}
	.ntit h3 {
        font-size:35px;
        line-height:45px;
    }
	.sbnr_n dl{
		width:48.5%;
	}
	.sbnr_n dl:nth-child(3n) {
		margin-right:3%;
	}
	.sbnr_n dl:nth-child(2n) {
		margin-right:0;
	}
	.sbnr_n dl dt {
        height:317px;
    }
	.honornr_n ul li{
		width:32%;
		height:188px;
		margin: 15px 2% 15px 0;
	}
	.honornr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.history_n {
        margin-bottom:60px;
        margin-top:60px;
    }
	.historynr_n{
		margin-top:40px;
	}
	.about_sl ul li{
		width:100%;
		margin:10px 0;
        padding:40px 30px;
		height:auto;
	}
	.about_sl ul{
		margin-top:30px;
	}
	.about_sl{
        padding-top:60px;
        padding-bottom:60px;
    }
	.pro_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.pronr_n ul li{
		width:49%;
		margin-bottom: 30px;
	}
	.pronr_n ul li:nth-child(3n){
		margin-right:2%;
	}
	.pronr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.pronr_n ul li .proimg_n {
        height:320px;
    }
	.pronr_n ul li .proname_n p{
		font-size:16px;
	}
	.proinfolf_n, .proinfort_n{
		height:auto;
	}
	.proinfort_n {
        padding:40px 30px;
    }
	.proinfort_n h1 {
        font-size:22px;
    }
	.proinfort_n ul li {
        margin-top: 15px;
    }
	.tjpro ul li .proimg_n{
		height:207px;
	}
	.tjpro{
		margin-top:50px;
	}
	.ywly_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.ywly_n ul li{
        width:100%;
		height:auto;
		padding:40px;
		margin:10px 0;
    }
	.kh_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.khnr_n ul li{
		width:32.3333333333333333%;
	}
	.khnr_n ul li:nth-child(5n) {
		margin-right:1.5%;
	}
	.khnr_n ul li:nth-child(3n) {
		margin-right:0;
	}
	.kh_n h3{
		font-size:35px;
		line-height:45px;
	}
	.khnr_n {
		margin-top:30px;
	}
	.ntit_yw h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.bzsj2 ul li{
		width:49%;
	}
	.bzsj2 ul li:nth-child(3n) {
		margin-right:2%;
	}
	.bzsj2 ul li:nth-child(2n) {
		margin-right:0;
	}
	.sjfwnr ul li,.gysjfw_n ul li{
        width: 48%;
		margin:10px 0;
    }
	.sjfwnr ul{
		margin-top:40px;
	}
	.sjfw,.sjyh_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.sjfwjs,.bzsjjs3,.gysjjs_n,.sjyh_n .sjyhjs_n{
		width:100%;
	}
	.bzsj3 ul li{
		width:100%;
		height:auto;
        padding:30px;
    }
	.gysjys_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.sjyh_n ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.gysjysnr_n table tr td{
		padding:20px;
	}
	.ysbz_n,.ysbznr_n{
		margin-bottom:60px;
	}
	.ysbznr_n dl {
		margin-top:20px;
	}
	.ysbzxz_n {
		margin-top:40px;
	}
	.ysbzxz_n ul li{
		width:100%;
		margin:10px 0;
		height:auto;
		padding:40px 30px;
	}
	.ysbzxz_n ul li h5{
		margin-top:20px;
		font-size: 20px;
        line-height: 30px;
	}
	.wlxtnr_n ul li .wlxtlf_n,.wlxtnr_n ul li .wlxtrt_n{
		width:100%;
	}
	.wlxtnr_n ul li .wlxtrt_n{
		margin-top:30px;
	}
	.wlxtnr_n ul li {
        padding:30px 0;
    }
	.wlxt_n{
		margin-bottom:30px;
	}
	.buy_zylf,.buy_zyrt{
		width:100%;
	}
	.buy_zyrt{
		margin-top:10px;
	}
	.buy_zynr{
		padding:40px 0;
	}
	.buynr_n ul li{
		margin-top:20px;
	}
	.buynr_n {
        margin-top:40px;
    }
	.buynr_n h4, .pxnr_n h4, .buy_zylf {
        font-size: 20px;
        line-height: 30px;
    }
	.pxnr_n ul li{
		width:100%;
		margin:15px 0;
		height:auto;
        padding:30px 20px;
	}
	.syslist ul li dl dt .timer, .syslist ul li dl dt font {
        font-size:50px;
        line-height:50px;
    }
	.syslist ul li dl dd {
        font-size: 15px;
    }
	.syslist{
        margin-top:60px;
        margin-bottom:30px;
    }
	.sjscnr_n{
		margin-top:40px;
	}
	.sbyw_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.sbywnr_n{
		margin-top:30px;
	}
	.ccyslf_n,.ccysrt_n{
		width:100%;
	}
	.ccysrt_n{
		margin-top:30px;
	}
	.ccys_n {
        margin-top:40px;
    }
	.ccysnr_n p{
		margin-top:20px;
	}
	.hzkh{
		margin-top:60px;
		margin-bottom:60px;
	}
	.casenr_n .casenrlf_n,.casenr_n .casenrin_n,.casenr_n .casenrrt_n{
		width:100%;
	}
	.casenr_n{
		height:auto;
	}
	.casenr_n .casenrin_n,.casenrrt_n .casenrtext_n{
        padding:40px 30px;
    }
	.case_n h4 {
        font-size:20px;
        line-height:30px;
    }
	.casenrrt_n .casenrtext_n p{
		margin-top:15px;
	}
	.caselist_n ul li {
        width:49%;
    }
	.caselist_n ul li p {
        font-size: 14px;
        line-height: 24px;
    }
	.casenr2_n,.casenr2_n .caseimg_n,.caselist_n{
		margin-top:40px;
	}
	.casenr3_n{
		margin-top:40px;
	}
	.newsnr_n ul li, .tjnews ul li{
		width:100%;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg {
        height:386px;
    }
	.news_n .fbnr {
        width:100%;
    }
	.news_n .fbnr .line{
		margin:20px 0;
	}
	.newsnr_n ul li .newsbot, .tjnews ul li .newsbot{
		height:auto;
		padding-bottom:20px;
	}
	.tjnews h3{
		font-size:25px;
		line-height:35px;
	}
	.contactlf_n h3, .message_n h3 {
        font-size:28px;
        line-height:38px;
    }
	.contactlf_n,.message_n{
		width:100%;
	}
	.message_n{
		margin-top:20px;
	}
	.contactlf_n h3, .message_n h3{
		margin-bottom:40px;
	}
	.pronr .swiper-button-prev {
        left:-30px;
    }
	.pronr .swiper-button-next {
        right:-30px;
    }
	.searchlist ul li .searchin h5{
		font-size: 22px;
        line-height: 32px;
	}
	.searchlist ul li .searchin{
		background:none;
		padding:0;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.footerrt ul li{
		width:33.333333333333333333333%;
		margin:5px 0;
	}
	.footerrt ul li h4{
		height:auto;
	}
}
@media(max-width:860px) {
	.sbnr_n dl dt{
        height:275px;
    }
	.honornr_n ul li{
        height:163px;
    }
	.pronr_n ul li .proimg_n {
        height:278px;
    }
	.tjpro ul li .proimg_n{
		height:180px;
	}
	.syslist ul li dl dt .timer, .syslist ul li dl dt font {
        font-size:40px;
        line-height:40px;
    }
	.syslist ul li dl dd {
        font-size:14px;
    }
}
@media(max-width:820px) {
	.header::before{
		width:24%;
	}
	.sbnr_n dl dt {
        height:262px;
    }
	.honornr_n ul li{
        height:155px;
    }
	.pronr_n ul li .proimg_n {
        height:265px;
    }
	.tjpro ul li .proimg_n{
		height:171px;
	}
}
@media(max-width:768px){
	.header::before {
        width: 28%;
    }
	.swiper-pagination-bullet{
		width:16px;
	}
	.swiper-pagination-bullet-active{
		width:26px;
	}
	.banner .swiper-pagination{
        bottom: 15px;
    }
	.shubiao{
        bottom:10px;
		margin-left:-9px;
    }
	.shubiao span{
		display:none;
	}
	.mouse {
		width: 18px;
		height: 30px;
		border: 2px solid #fff;
	}
	.sbnr_n dl dt {
        height:245px;
    }
	.honornr_n ul li{
        height:145px;
    }
	.cloud-product ul li,.cloud-product ul li.active{
		width:100%;
	}
	.cloud-product ul li{
		margin:10px 0;
	}
	.ywlycont {
        padding:30px 30px 0 30px;
    }
	.ywlylist .swiper-button {
        left:30px;
    }
	.ywlylist .swiper-button div{
		width: 45px;
		height: 45px;
	}
	.ywlylist .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.ywlylist .swiper-pagination-fraction span.swiper-pagination-current {
        font-size:40px;
    }
	.ywlylist .swiper-pagination-fraction span {
        font-size:20px;
    }
	.ywlycont, .ywlycont h5 {
        font-size: 30px;
        line-height: 40px;
    }
	.hzkhlist .hzkhtext h5{
        font-size: 22px;
        line-height: 32px;
    }
	.historynr_n .swiper-button-prev, .historynr_n .swiper-button-next {
		width: 35px;
		height: 35px;
		margin-top:-17.5px;
	}
	.pronr_n ul li .proimg_n {
        height:248px;
    }
	.tjpro ul li .proimg_n{
		height:160px;
	}
	.kh_n h3{
		font-size:30px;
		line-height:40px;
	}
	.ntit_yw h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.case_n h4 {
        font-size:18px;
        line-height:28px;
    }
	.news_bk dl dd{
		padding:0 20px;
	}
}
@media(max-width:767px) {
	.honornr_n ul li {
		width:49%;
		height:222px;
    }
	.honornr_n ul li:nth-child(3n) {
        margin-right:2%;
    }
	.honornr_n ul li:nth-child(2n) {
        margin-right: 0;
    }
	.historylist_n p {
        padding-right:0;
    }
	.tjpro ul li{
		width:100%;
	}
	.tjpro ul li .proimg_n{
		height:495px;
	}
	.bzsj2 ul li{
		width:100%;
		margin:20px 0;
	}
	.bzsj2 ul li:nth-child(3n) {
        margin-right:0;
    }
	.bzsj2 ul li .bzsjtext2 .bzsjtext2_lf,.bzsj2 ul li .bzsjtext2 .bzsjmore2{
		width:100%;
	}
	.bzsj2 ul li .bzsjtext2 .bzsjmore2{
		margin-top:10px;
	}
	.bzsj2 ul li .bzsjtext2 .bzsjmore2 span{
		width: 144px;
	}
	.bzsj2 ul li .bzsjtext2{
		flex-wrap:wrap;
	}
	.bzsj2 ul li .bzsjtext2 .bzsjtext2_lf {
        min-height: auto;
    }
	.bzsj2 ul li h5,.bzsj2 ul li .bzsjtext2{
		margin-top:10px;
	}
	.gysj_n ul li{
		width:100%;
		margin:20px 0;
	}
	.sjyh_n ul{
		margin-top:30px;
	}
	.sjyh_n ul li{
		width:100%;
		margin:15px 0;
	}
	.sjyh_n ul li h5 {
        font-size: 20px;
        line-height: 30px;
		margin-top:10px;
    }
	.syslist ul{
		flex-wrap:wrap;
		justify-content:left;
	}
	.syslist ul li{
		width:33.3333333333333333333%;
		margin:10px 0;
		text-align:center;
	}
	.syslist{
        margin-top:40px;
        margin-bottom:20px;
    }
	.sysnr_n {
		margin-top:30px;
	}
	.sysnr_n ul li{
		width:100%;
		margin:10px 0;
	}
	.sbywnr_n dl{
		width:100%;
		margin:10px 0;
	}
	.sbywnr_n dl dd{
		margin-top:10px;
	}
	.ysnr ul li:first-child{
		border-left:none;
	}
	.ysnr ul li{
		border-right:none;
		padding:0 0 20px 0;
		border-bottom:solid 1px rgba(255, 255, 255, 0.2);
		min-height:auto;
		margin-bottom:20px;
	}
	.ysnr ul li:last-child{
		border-bottom:none;
		margin-bottom:0;
	}
}
@media(max-width:640px) {
	.header::before {
        width:34%;
    }
	.ntit h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.menu_n ul li{
		width:50%;
		margin-right:0;
		line-height:50px;
		text-align:center;
	}
	.banner .swiper-pagination{
        bottom: 10px;
    }
	.tit h3, .tit h3 a {
        font-size:25px;
        line-height:35px;
    }
	.aboutlist ul li dl dt .timer{
        font-size: 38px;
        line-height: 38px;
    }
	.aboutlist ul li dl dd {
        font-size:13px;
    }
	.pronr .swiper-button-prev {
        left: -25px;
    }
	.pronr .swiper-button-next{
        right: -25px;
    }
	.news dl dt h5, .news ul li a {
        font-size:16px;
        line-height:26px;
    }
	.news ul li span{
		font-size:16px;
	}
	.hzkhlist .hzkhtext{
		width:100%;
		position:initial;
	}
	.hzkhlist{
		padding-bottom:0;
	}
	.ywlycont, .ywlycont h5 {
        font-size:25px;
        line-height:35px;
    }
	.ywlycont {
        padding: 30px 20px 0 20px;
    }
	.news dl dt,.news dl dd{
		width:100%;
	}
	.news dl dd,.news dl dt .icon{
		margin-top:20px;
	}
	.sbnr_n dl dt {
        height:204px;
    }
	.sbnr_n dl dd{
		margin-top:10px;
		font-size:16px;
	}
	.honornr_n ul li{
		height:186px;
    }
	.cloud-product ul li{
		height:504px;
	}
	.aboutlf h4 {
        font-size: 22px;
        line-height: 32px;
    }
	.about_sl ul li{
		padding:40px 20px;
	}
	.about_sl ul li h5{
		margin-top:20px;
		margin-bottom:10px;
	}
	.about_sl ul li .icon img{
		height:60px;
	}
	.historynr_n .swiper-button-prev, .historynr_n .swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top:-15px;
	}
	.historynr_n .swiper-container {
		width: 80%;
	}
	.pronr_n ul li .proname_n p{
		font-size:15px;
	}
	.ywly_n ul li{
		padding:40px 30px;
    }
	.ywly_n ul li h5{
		margin-top:20px;
        font-size: 22px;
        line-height: 32px;
	}
	.ywly_n ul li .ywlyms_n p a{
		font-size:16px;
	}
	.ywly_n ul li .ywlyms_n {
		margin-top: 10px;
	}
	.khnr_n ul li{
		width:49%;
		margin:10px 2% 10px 0;
	}
	.khnr_n ul li:nth-child(3n) {
		margin-right:2%;
	}
	.khnr_n ul li:nth-child(2n) {
		margin-right:0;
	}
	.kh_n h3{
		font-size:25px;
		line-height:35px;
	}
	.sjfwnr ul li,.gysjfw_n ul li{
		width:100%;
	}
	.sjfwnr ul li h5{
		min-height:auto;
	}
	.syslist ul li dl dt .timer, .syslist ul li dl dt font {
        font-size:35px;
        line-height:35px;
    }
	.syslist ul li dl dd {
        font-size: 13px;
    }
	.news_bk dl dt{
		padding-left:10px;
	}
	.news_bk dl dd {
        padding:10px;
    }
	.message ul li{
		width:100%;
	}
	.message .btn1 input {
		width:150px;
	}
	.message .tjbtn button {
		width:100%;
	}
	.pronr_n ul li .proimg_n {
        height:207px;
    }
	.proinfort_n ul li, .proinfort_n ul li a {
        font-size: 18px;
    }
	.tjpro ul li .proimg_n{
		height:412px;
	}
	.gysjysnr_n table tr td{
		padding:10px;
	}
	.ysbzxz_n ul li .icon img{
		width:100px;
	}
	.casenr_n .casenrin_n, .casenrrt_n .casenrtext_n {
        padding:40px 20px;
    }
	.casenr_n .casenrin_n h5, .casenrrt_n .casenrtext_n h5 {
        font-size:22px;
    }
	 .casenrrt_n .casenrtext_n h5{
		 line-height:32px;
	 }
	 .newsnr_n ul li .newsimg, .tjnews ul li .newsimg {
        height:340px;
    }
	.newsnr_n ul li .newsdate, .tjnews ul li .newsdate {
        width: 120px;
    }
	.pronr .swiper-button-prev,.pronr .swiper-button-next{
		background-size:15px;
	}
	.pronr .swiper-button-prev {
        left: -15px;
    }
	.pronr .swiper-button-next{
        right: -15px;
    }
	.message_pronr dl{
		width:100%;
	}
	.message_pronr dl dd textarea{
		height:180px;
	}
	.message_pronr .tjbtn button{
		width:200px;
		height:60px;
	}
	.message_pronr .tjbtn button i{
		margin-left: 60px;
	}
	.message_n ul li{
		width:100%;
	}
	.contactnr_n dl dd .ddnr,.contactnr_n dl dd .ddnr a{
		font-size:16px;
	}
	.bottel dl dt {
        font-size:13px;
    }
	.bottel dl dd,.bottel dl dd a {
        font-size:20px;
    }
	.footerrt ul li{
		width:50%;
	}
	.footerrt ul li h4 a {
		font-size:15px;
	}
	.boticon a {
		margin-left:10px;
	}
	.boticon a img{
		width:50px;
	}
}
@media(max-width:540px) {
	.header::before {
        width:38%;
    }
	.aboutlist ul li dl dt .timer{
        font-size: 30px;
        line-height: 30px;
    }
	.aboutlist ul li dl dd {
        font-size:12px;
    }
	.sbnr_n dl dt {
        height:172px;
    }
	.honornr_n ul li{
		height:156px;
    }
	.cloud-product ul li{
		height:425px;
	}
	.pronr_n ul li .proimg_n {
        height:174px;
    }
	.tjpro ul li .proimg_n{
		height:358px;
	}
}
@media(max-width:500px){
	.header::before {
        width:42%;
    }
	.news_bk dl dt{
		width:15%;
	}
	.news_bk dl dd{
		width:85%;
	}
}
@media(max-width:425px) {
	.logo img {
        height: 34px;
    }
	.ntit h3 {
        font-size:25px;
        line-height:35px;
    }
	.aboutlist ul li{
		width:50%;
		margin:5px 0;
		text-align:center;
	}
	.sbnr_n dl dt {
        height:136px;
    }
	.honornr_n ul li{
		height:123px;
    }
	.aboutlf h4 {
        font-size: 20px;
        line-height: 30px;
    }
	.cloud-product ul li{
		height:335px;
	}
	.cloud-product ul li .about_ysnr{
		bottom:30px;
		padding: 0 15px;
	}
	.cloud-product ul li.active .about_ysnr h5 {
        font-size:20px;
        line-height:30px;
    }
	.news dl dt h5, .news ul li a{
		font-size:14px;
		line-height:24px;
	}
	.news ul li span{
		font-size:14px;
		width:34%;
	}
	.news ul li a{
		width:65%;
	}
	.caselist ul li{
		height:324px;
	}
	.pronr_n ul li .proimg_n {
        height:137px;
    }
	.tjpro ul li .proimg_n{
		height:281px;
	}
	.ywly_n ul li {
        padding: 30px 20px;
		line-height:26px;
    }
	.ywly_n ul li .ywlyimg_n{
		height:323px;
	}
	.bzsj3 ul li{
        padding:30px 20px;
    }
	.syslist ul li{
		width:50%;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg {
        height:272px;
    }
	.news_bk dl dt{
		width:20%;
	}
	.news_bk dl dd{
		width:80%;
	}
	.ysnr ul li .ysicon img{
		width:90px;
	}
	.contactnr_n dl dt,.contactnr_n dl dd{
		width:100%;
	}
	.contactnr_n dl dd{
		margin-top:5px;
	}
	.contactnr_n dl dt img{
		width:40px;
	}
}
@media(max-width:375px) {
	.header::before {
        width:48%;
    }
	.ywlycont ul li{
		margin-top:8px;
	}
	.ywlycont, .ywlycont h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.aboutlf h4 {
        font-size:18px;
        line-height:28px;
    }
	.menu_n ul li{
		width:100%;
	}
	.sbnr_n dl dt {
        height:120px;
    }
	.honornr_n ul li{
		height:108px;
    }
	.pronr_n ul li .proimg_n {
        height:121px;
    }
	.tjpro ul li .proimg_n{
		height:248px;
	}
	.ywly_n ul li .ywlyimg_n{
		height:280px;
	}
	.kh_n h3{
		font-size:22px;
		line-height:32px;
	}
	.ysbzxz_n ul li .icon img{
		width:80px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg {
        height:240px;
    }
	.contactnr_n dl dd .ddnr, .contactnr_n dl dd .ddnr a {
        font-size: 14px;
    }
}
@media(max-width:320px) {
	.sbnr_n dl dt {
        height:102px;
    }
	.honornr_n ul li{
		height:93px;
    }
	.pronr_n ul li .proimg_n {
        height:103px;
    }
	.tjpro ul li .proimg_n{
		height:211px;
	}
	.ywly_n ul li .ywlyimg_n{
		height:233px;
	}
	.newsnr_n ul li .newsimg, .tjnews ul li .newsimg {
        height:205px;
    }
}
@media(max-width:319px) {
	.contactnr_n dl dd .ddnr, .contactnr_n dl dd .ddnr a {
        font-size: 13px;
    }
}