@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:"Microsoft YaHei","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,table th{border:solid 1px #777777; }

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

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

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



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

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

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

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

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

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

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



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

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



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



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

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

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

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

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:80px;
	background:#fff;
	position:fixed;
	z-index: 999;
	top:0;
	left:0;
	padding:0 1%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.headerrt{
	overflow:hidden;
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-left:42px;
	position:relative;
}
.headerrt::after{
	content:"";
	width:1px;
	height:18px;
	background:rgba(255,255,255,0.4);
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
.topsearch{
	height:100%;
	display:flex;
	align-items:center;
	margin-left:20px;
}
.search_box{
	width:260px;
	position: absolute;
	top:60px;
	right:0;
	background-color:#017ac9;
	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{
	height:38px;
	color:#333;
	font-family:Arial;
	line-height:38px;
	margin-top:21px;
	position:relative;
}
.language a > img{
	margin-right:14px;
}
.language a{
	font-size:16px;
	color:#333;
}
.language a i{
	margin-left:12px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    left: 0;
    top:36px;
	z-index:10000;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background:#fff;
	margin-bottom:1px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #7e7e7e;
    font-size: 16px;
	display:block;
}
.language .languagenr p:hover{
	background:#017ac9;
}
.language .languagenr p:hover a{
	color:#fff;
}
.cn{
    overflow:hidden;
    height:100%;
    display:flex;
    align-items:center;
    margin-right:20px;
}
.cn a{
    font-size:16px;
	color:#333;
}
.cn a:hover{
	color:#017ac9;
}
.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;
	margin-right:50px;
}
.header .navbar_nav li{
	float:left;
	padding: 0 50px;
	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: #333;
	font-size: 16px;
	line-height:80px;
	position:relative;
}
.header .navbar_nav li a::after{
	content:"";
	width:8px;
	height:8px;
	background:#017ac9;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-4px;
	bottom:15px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	font-weight:bold;
	color:#017ac9;
}
.header .navbar_nav li:hover a::after,.header .navbar_nav li.active a::after{
	opacity:1;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:0;
	background: #fff;
	padding-top:80px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	border-radius:0 0 10px 10px;
	width: 100%;
    left:0;
	z-index:-1;
	border-top:solid 3px #017ac9;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight:normal;
	line-height: 40px;
	text-align: center;
	background: #fff;
}
.header .navbar_nav li.dropdown .dropdown_menu a:first-child{
	border-top:none;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

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

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

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:80px;
	}
.banner video{ width:100%; height:100%; object-fit: cover;}
.banner video::-webkit-media-controls{ 
	display:none !important;
}
.banner video::-webkit-media-controls-enclosure{
    display: none !important;
}
.banner .indexbg{
	width:100%;
	height:100%;
	background:url(../images/banbg.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.wapban{
	display:none;
}
.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;
}
@media(min-width:1921px) {
	.pcban .img{
		height:960px;
	}
}
@media(max-width:1920px) {
	.pcban .img{
		height:880px;
	}
}
@media(max-width:1768px) {
	.pcban .img{
		height:810px;
	}
}
@media(max-width:1680px) {
	.pcban .img{
		height:770px;
	}
}
@media(max-width:1600px) {
	.pcban .img{
		height:733px;
	}
}
@media(max-width:1440px) {
	.pcban .img{
		height:660px;
	}
}
@media(max-width:1360px) {
	.pcban .img{
		height:623px;
	}
}
@media(max-width:1280px) {
	.pcban .img{
		height:587px;
	}
}
@media(max-width:1152px) {
	.pcban .img{
		height:528px;
	}
}
@media(max-width:1024px) {
	.pcban .img{
		height:469px;
	}
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

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

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

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

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

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	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:28px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.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{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#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:"/";
	padding-left:6px;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width:24px;
	height:6px;
	background:#fff;
	display: inline-block;
	margin:0 5px;
	outline:none;
	border-radius:5px;
	position:relative;
}

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

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

.swiper-pagination-bullet-active{
	width:38px;
	background:#0279c9;
}

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

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#1d1d1d;
	line-height:36px;
	font-weight:normal;
	padding-left:44px;
	background:url(../images/icon5.png) no-repeat left center;
	margin-bottom:33px;
	}
.tit h3 a{
	font-size:26px;
	color:#1d1d1d;
	}
.titjs{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#1d1d1d;
	line-height:50px;
}
.titjs1{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#1d1d1d;
	line-height:38px;
	margin-bottom:7px;
}
.titjs1 span{
	font-size:28px;
	color:#0279c9;
}
.more{
	width:100%;
}
.more a{
	width:180px;
	height:52px;
	background:#017ac9;
	border-radius:26px;
	line-height:52px;
	font-size:18px;
	color:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:32px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
	}
.more a span{
	font-size:18px;
	color:#fff;
	position:relative;
	z-index:1;
}
.more a i{
	margin-right:4px;
	position:relative;
	z-index:1;
}
.more a:hover{
	transform:translateY(-3px);
}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	background-size:cover;
	padding-top:140px;
	padding-bottom:120px;
	position:relative;
	}
.about .aboutimg{
	width:47%;
	height:485px;
	overflow:hidden;
	border-radius:65px 0 0 0;
	position:absolute;
	right:0;
	top:92px;
	z-index:0;
}
.about .aboutimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.about .aboutimg:hover img{
	transform:scale(1.01);
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);
}
.aboutnr{
	width:42.3%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	line-height:30px;
	margin-top:28px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	line-height:30px;
}
.aboutnr .more{
	margin-top:65px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:132px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.aboutlist ul li{
	width:20.2%;
	overflow:hidden;
}
.aboutlist ul li dl{
	overflow:hidden;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dd{
	font-size:30px;
	color:#1c2026;
	font-weight:normal;
	display:flex;
	}
.aboutlist ul li dl dt{
	font-size:18px;
	color:#1d1d1d;
	font-weight:normal;
	line-height:30px;
	height:60px;
	margin-bottom:38px;
	border-bottom:solid 1px #c3c5c7;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dd .timer{
	font-size:80px;
	line-height:80px;
	color:#1d1d1d;
	font-family:Arial;
	margin-right:25px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dd font{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:url(../images/zibg.jpg) no-repeat center;
	font-size:20px;
	color:#fff;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:86px;
	padding-bottom:70px;
	position:relative;
}
.protit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.promenu{
	overflow:hidden;
}
.promenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.promenu ul li{
	overflow:hidden;
	margin-left:80px;
	position:relative;
	}
.promenu ul li::after{
	content:"";
	width:0;
	height:5px;
	background:#017ac9;
	position:absolute;
	left:0;
	bottom:1px;
	z-index:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li:hover::after{
	width:100%;
}
.promenu ul li a{
	font-size:20px;
	color:#1d1d1d;
}
.promenu ul li:hover a{
	font-weight:bold;
}
.pronr{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:7px;
	padding:0 80px;
}
.pronr .swiper-slide{
	transform: scale(0.8);
}
.pronr .swiper-slide-active{
	transform: scale(1);
}
.prolist,.prolist .proimg,.prolist h5{
	width:100%;
	overflow:hidden;
}
.prolist .proimg img{
	width:100%;
	height:auto;
}
.pronr .swiper-slide .prolist h5{
	font-size:22px;
	color:#1d1d1d;
	line-height:32px;
	font-weight:normal;
	text-align:center;
	margin-top:5px;
	display:none;
}
.pronr .swiper-slide-active .prolist h5{
	display:block;
}
.pronr .swiper-button-prev,.pronr .swiper-button-next{
	width:60px;
	height:60px;
	border:solid 1px #bfbfbf;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-30px;
	z-index:99;
	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:0;
}
.pronr .swiper-button-prev:hover{
	background:#017ac9 url(../images/prevh.png) no-repeat center;
	border:solid 1px #017ac9;
}
.pronr .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:0;
}
.pronr .swiper-button-next:hover{
	background:#017ac9 url(../images/nexth.png) no-repeat center;
	border:solid 1px #017ac9;
}
.prolist:hover .proimg img{
	transform:scale(1.05);
}
.pronr .prologo{
	width:53.5%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-26.75%;
	top:50%;
	margin-top:-105px;
	z-index:-1;
}
.pro .probg{
	width:75.2%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-37.6%;
	bottom:0;
	z-index:-1;
}
.pro .probg img,.pronr .prologo img{
	max-width:100%;
	height:auto;
}
.pro .promore{
	width:100%;
	overflow:hidden;
	margin-top:90px;
}
.pro .promore a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:110px;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#1d1d1d;
}
.pro .promore a i{
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pro .promore a:hover i{
	margin-left:5px;
}
.pro .promore a:hover{
	color:#017ac9;
}

/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
}
.ys ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.ys ul li{
	width:25%;
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
}
.ys ul li::before{
	content:"";
	width:100%;
	height:0;
	background:rgba(2,121,201,0.68);
	position:absolute;
	left:0;
	bottom:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ys ul li:hover::before{
	height:100%;
}
.ys ul li .ysnum{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	top:68px;
	left:0;
	z-index:99;
}
.ys ul li .ysnum img,.ys .ysnr .ysicon img{
	max-width:100%;
	height:auto;
}
.ys ul li .ysnr{
	width:100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	bottom:84px;
	z-index:99;
}
.ys ul li .ysnr .ysicon,.ys ul li .ysnr h5,.ys ul li .ysnr p,.ys ul li .ysnr .ysmore{
	width:100%;
	overflow:hidden;
}
.ys ul li .ysnr .ysicon{
	margin-bottom:32px;
}
.ys ul li .ysnr h5{
	font-size:36px;
	color:#fff;
	line-height:46px;
	font-weight:normal;
}
.ys ul li .ysnr .ysmore a{
	display:flex;
	justify-content:space-between;
	width:160px;
	height:0;
	font-size:16px;
	color:#fff;
	padding:0 24px;
	border:solid 1px #fff;
	border-radius:25px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.ys ul li .ysnr .ysmore a span{
	font-size:16px;
	color:#fff;
}
.ys ul li .ysnr p{
	font-size:16px;
	color:rgba(255,255,255,0.7);
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.ys ul li:hover .ysnr .ysmore a{
	height:50px;
	line-height:50px;
	opacity:1;
}
.ys ul li:hover .ysnr p{
	opacity:1;
	margin-top:30px;
	margin-bottom:56px;
}
/* yylynr
-------------------------------------------------------------- */
.case{
	width:100%;
	max-width:1920px;
	overflow:hidden;
	margin:0 auto;
}
.cloud-product-ul li.active {
    z-index: 9;
    width:43%;
}
.cloud-product-ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	overflow:hidden;
	height:858px;
	position: relative;
	background:#fff;
	width: 18%;
	float: left;
	margin-right:1%;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear
}
.cloud-product-ul li .casenr{
	width: 100%;
	overflow:hidden;
	padding:0 40px;
	position:absolute;
	left:0;
	bottom:60px;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-product-ul li .casenr .caseicon{
	width:100%;
	overflow:hidden;
	margin-bottom:48px;
}
.cloud-product-ul li .casenr .caseicon img{
	max-width:100%;
	height:auto;
}
.cloud-product-ul li.active{
	background:#f3f3f3;
}
.cloud-product-ul li.active .casenr,.cloud-product-ul li.active .caseimg1,.cloud-product-ul li .caseimg2{
	display:none;
}
.cloud-product-ul li.active .caseimg2{
	display:block;
}
.cloud-product-ul li .casenr h5{
	width: 100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:normal;
	line-height:40px;
}
.cloud-product-ul li:last-child{
	margin-right:0;
}
.cloud-product-ul li .normal-inner{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li .casenr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.cloud-product-ul li:last-child{
	margin-right:0;
}
.cloud-product-ul li .caselist{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:290px;
	z-index:9;
	display:none;
}
.cloud-product-ul li.active .caselist{
	display:block;
}
.cloud-product-ul li .caselist .caseimg,.cloud-product-ul li .caselist .casebot,.cloud-product-ul li .caselist .casebot h5,.cloud-product-ul li .caselist .casebot ul{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li .caselist .caseimg img{
	width:100%;
	height:auto;
}
.cloud-product-ul li .caselist .casebot{
	padding:0 31% 0 12.6%;
}
.cloud-product-ul li .caselist .casebot h5{
	font-size:40px;
	line-height:50px;
	color:#fff;
	font-weight:normal;
}
.cloud-product-ul li .caselist .casebot h5{
	font-size:40px;
	line-height:50px;
	color:#fff;
	font-weight:normal;
}
.cloud-product-ul li .caselist .casebot .casejs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:26px;
	margin-bottom:107px;
}
.cloud-product-ul li .caselist .casebot ul li{
	width:32%;
	height:155px;
	overflow:hidden;
	border-radius:5px;
	position:relative;
}
.cloud-product-ul li .caselist .casebot ul li img{
	width:100%;
	height: 100%;
    object-fit: cover;
}
.cloud-product-ul li .caselist .casebot ul li .casebg{
	width:100%;
	height:0;
	background:rgba(1,122,201,0.8);
	position:absolute;
	left:0;
	top:0;
	display:flex;
	align-items:center;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-product-ul li .caselist .casebot ul li:hover .casebg{
	height:100%;
	opacity:1;
}
.cloud-product-ul li .caselist .casebot ul li .casebg .casebgnr,.cloud-product-ul li .caselist .casebot ul li .casebg .casebgnr p,.cloud-product-ul li .caselist .casebot .casemore{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li .caselist .casebot ul li .casebg .casebgnr{
	padding:0 15px;
}
.cloud-product-ul li .caselist .casebot ul li .casebg .casebgnr p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.cloud-product-ul li .caselist .casebot .casemore{
	margin-top:36px;
}
.cloud-product-ul li .caselist .casebot .casemore a{
	font-size:20px;
	color:#1d1d1d;
	font-weight:bold;
}
.cloud-product-ul li .caselist .casebot .casemore a span{
	font-size:20px;
	color:#017ac9;
	font-weight:bold;
	margin-left:20px;
}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat bottom center;
	background-size:cover;
	padding-top:98px;
	padding-bottom:110px;
	padding-left:6.5%;
}
.newsnr{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.newsnr .swiper-container{
	width:127%;
}
.newslist{
	width:100%;
	overflow:hidden;
	position:relative;
}
.newslist .newsimg{
	width:41%;
	height:206px;
	overflow:hidden;
	border-radius:5px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-103px;
	z-index:9;
}
.newslist .newsimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslist .newsbg{
	width:80%;
	height:320px;
	background:#f3f3f3;
	padding-left:32%;
	padding-top:66px;
	padding-right:30px;
	border-radius:8px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist .newsbg p,.newslist .newsbg h5{
	width:100%;
	overflow:hidden;
}
.newslist .newsbg p{
	font-size:18px;
	color:#999;
	line-height:30px;
	font-family:Arial;
}
.newslist .newsbg h5{
	font-size:26px;
	color:#000;
	line-height:36px;
	font-weight:normal;
	margin-top:4px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist .newsbg .newsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1d1d1d;
	display:flex;
	align-items:center;
	margin-top:52px;
}
.newslist .newsbg .newsmore i{
	margin-right:12px;
}
.newslist .newsbg .newsmore i img{
	max-width:100%;
	height:auto;
}
.newslist .newsbg .newsmore i .newsiconh,.newslist:hover .newsbg .newsmore i .newsicon{
	display:none;
}
.newslist:hover .newsbg .newsmore i .newsiconh{
	display:block;
}
.newslist:hover .newsbg{
	background:#017ac9;
}
.newslist:hover .newsbg p,.newslist:hover .newsbg h5,.newslist:hover .newsbg .newsmore{
	color:#fff;
}
.news .swiper-pagination{
	width:100%;
	text-align:center;
	height:14px;
	margin-top:115px;
}
.news .swiper-pagination .swiper-pagination-bullet{
	width:10px;
	height:10px;
	border:solid 1px #b5b5b5;
	transform: rotate(45deg);
	border-radius:2px;
	margin:0 15px;
}
.news .swiper-pagination .swiper-pagination-bullet-active{
	background:#017ac9;
	border:solid 1px #017ac9;
}
/* zzsm
-------------------------------------------------------------- */
.zzsm{
	width:100%;
	height:368px;
	overflow:hidden;
	background:url(../images/zzsmbg.jpg) no-repeat top center;
	background-size:cover;
}
.zzsmnr{
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.zzsmnr .zzsmlf{
	overflow:hidden;
}
.zzsmnr .zzsmlf p{
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	margin-top:10px;
}

/* message
-------------------------------------------------------------- */
.message{
	width:100%;
	overflow:hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:117px;
	padding-bottom:118px;
	position:relative;
}
.message .tit{
	width:100%;
	text-align:center;
}
.message .tit h3,.message .tit h3 a,.message .tit p{
	color:#fff;
}
.message .tit p{
	text-transform:uppercase;
}
.messagejs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:40px;
}
.messagecont{
	width:70%;
	overflow:hidden;
	margin:auto;
}
.messagenr{
	margin-top:66px;
}
.messagenr,.messagenr ul{
	width:100%;
	overflow:hidden;
}
.messagenr > ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr > ul > li{
	width:49%;
	overflow:hidden;
	margin-bottom:12px;
	position:relative;
}
.messagenr > ul > li input{
	width:100%;
	height:52px;
	line-height:52px;
	background:rgba(255,255,255,0.3);
	border-radius:5px;
	font-size:15px;
	color:#fff;
	padding:0 20px;
}
.messagenr ul li:last-child{
	width:100%;
}
.messagenr ul li textarea{
	width:100%;
	height:176px;
	line-height:30px;
	background:rgba(255,255,255,0.3);
	overflow:hidden;
	font-size:15px;
	color:#fff;
	border-radius:5px;
	padding:10px 20px;
}
.messagecont .yzm,.message_n .yzm{
	width:100%;
	overflow:hidden;
}
.messagecont .yzm input{
	height:52px;
	line-height:52px;
	background:rgba(255,255,255,0.3);
	font-size:15px;
	color:#fff;
	border-radius:5px;
	padding:0 20px;
}
.messagecont .tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:14px;
}
.messagecont .tjbtn button,.message_n .tjbtn button{
	width:100%;
	overflow:hidden;
	height:52px;
	line-height:52px;
	background:#0039c8;
	font-size:15px;
	color:#fff;
	text-align:center;
	border-radius:5px;
}
.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:#1e1e1f;
	padding:76px 0 0 0;
	position:relative;
}
.footernr .footerlf{
	width:42%;
	overflow:hidden;
	}
.botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:53px;
}
.botlogo img{
	max-width:100%;
	height:auto;
}
.botlogo h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight: normal;
	line-height:40px;
	}
.footernr .footerlf .bottel{
	width:100%;
	overflow:hidden;
}
.footernr .footerlf .bottel p{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	margin-top:5px;
}
.footernr .footerlf .bottel p a{
	font-size:16px;
	color:#fff;
}
.footernr .footerlf .bottel p img{
	margin-right:16px;
	max-width:100%;
	height:auto;
}
.wxicon{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:40px;
}
.wxicon a{
	margin-right:20px;
}
.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:56%;
	overflow:hidden;
	}
.footerrt ul{
	width:100%;
	overflow:hidden;
}
.footerrt ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	padding-bottom:16px;
	margin-bottom:22px;
	position:relative;
}
.footerrt ul li h4 a{
	font-size:20px;
	color:#fff;
}
.footerrt ul li h4::after{
	content:"";
	width:16px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.3);
	line-height:30px;
	font-size:16px;
	margin-top:20px;
	}
.footerrt ul li p a{
	color:rgba(255,255,255,0.3);
	font-size:16px;
	}
.footerrt ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:28px 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:#d5d7dc;
}
.bot .botrt{
	text-align:right;
}
.botlf p,.bot a{
	font-size:16px;
	color:#d5d7dc;
	}
.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;
	}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:260px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 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;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:20px;
	top:50%;
    margin-top: -107px;
    z-index: 999;
}
.side ul li {
    width:58px;
	height:58px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border-radius:50%;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	margin:10px 0;
}
.side ul li:last-child{
	background:#017ac9;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
	background:#f2f2f2;
	border-radius:5px;
    width:180px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul li .ewm-box a{
	font-size:16px;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidetel:hover .ewm-box,.side ul li.sideyx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:770px;
	background:url(../images/banner1.jpg) no-repeat top left;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:1027px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:709px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:674px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:578px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:545px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:513px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:462px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:411px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:397px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:308px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:257px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:217px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
}
.positionnr{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon15.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #004b96;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	height:70px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-835px;
	bottom:0;
	z-index:9;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	padding:0 44px;
	font-size:16px;
	color:#1d1d1d;
	line-height:70px;
	position:relative;
}
.menu_n ul li::before{
	content:"";
	width:1px;
	height:18px;
	background:#c3c3c3;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
}
.menu_n ul li:first-child::before{
	display:none;
}
.menu_n ul li::after{
	content:"";
	width:6px;
	height:6px;
	background:#0279c9;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:12px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_n ul li a{
	font-size:16px;
	color:#1d1d1d;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	opacity:1;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#0279c9;
}
.wapmenu{
	display:none;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #111111;
    font-size: 35px;
    line-height: 45px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:70px;
	margin-bottom:166px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.aboutlf_n{
	width:61%;
	overflow:hidden;
	padding-top:70px;
}
.gsmc{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#1d1d1d;
	line-height:42px;
}
.aboutimg_n{
	width:36%;
	overflow:hidden;
	text-align:right;
}
.aboutimg_n img{
	max-width:100%;
	height:auto;
	}
.aboutnr_n{
	width:75%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	line-height:30px;
	margin-top:56px;
	text-align:justify;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	line-height:30px;
	}
.aboutlist_n{
	margin-top:117px;
}
.aboutlist_n ul li{
	width:auto;
}
.aboutlist_n ul li dl dt{
	margin-bottom:0;
	border-bottom:none;
}
/* history_n
-------------------------------------------------------------- */
.history_n{
	width:100%;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:82px;
	padding-bottom:112px;
}
.history_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
}
.historynr_n{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:87px;
}
.mySwiper2{
	width:100%;
	overflow:hidden;
}
.mySwiper{
	width:87%;
	overflow:hidden;
	margin:150px auto 0;
}
.mySwiper2 .year{
	width:100%;
	overflow:hidden;
	font-size:235px;
	color:#017ac9;
	line-height:235px;
	font-family:Arial;
	font-weight:800;
	text-align:center;
}
.mySwiper2 .historyjs_n{
	width:720px;
	height:190px;
	padding:0 10px;
	background:rgba(255,255,255,0.7);
	border-radius:30px;
	display:flex;
	align-items:center;
	margin:-64px auto 0;
	position:relative;
	z-index:9;
}
.mySwiper2 .historyjs_n p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:28px;
	color:#272727;
	line-height:38px;
}
.mySwiper .swiper-slide{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:14px;
}
.mySwiper .swiper-slide .year{
	font-size:26px;
	color:#fff;
	font-family:Arial;
	font-weight:800;
	line-height:36px;
	position:relative;
}
.mySwiper .swiper-slide span{
	display:block;
	width:56%;
	height:1px;
	background:rgba(255,255,255,0.3);
}
.mySwiper .swiper-slide .year::after{
	content:"";
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-5px;
	bottom:-14px;
	opacity:0;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active .year::after{
	opacity:1;
}
.historynr_n .swiper-button-prev,.historynr_n .swiper-button-next{
	width:86px;
	height:86px;
	border-radius:50%;
	border:solid 1px #bfbfbf;
	position:absolute;
	top:50%;
	margin-top:-43px;
	z-index:99;
}
.historynr_n .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:0;
}
.historynr_n .swiper-button-prev:hover{
	background:url(../images/prevh4.png) no-repeat center;
	border-color:#05467e;
	left:0;
}
.historynr_n .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	right:0;
}
.historynr_n .swiper-button-next:hover{
	background:url(../images/nexth4.png) no-repeat center;
	border-color:#05467e;
}
.historynr_n .swiper-button-prev.swiper-button-disabled,.historynr_n .swiper-button-next.swiper-button-disabled{
	opacity:0.3;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:100px;
	padding-bottom:110px;
	}
.honor_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#1d1d1d;
	font-weight:normal;
	line-height:55px;
}
.honornr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.honornr_n .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
.honornr_n .swiper-slide {
      text-align: center;
      height: calc((100% - 30px) / 2) !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.honorimg_n{
	width:100%;
	overflow:hidden;
	}
.honorimg_n img{
	width:100%;
	height:auto;
	}
.honor_n .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:56px;
}
.honor_n .swiper-button div{
	width:84px;
	height:34px;
	overflow:hidden;
	display:inline-block;
	line-height:34px;
	border-radius:17px;
	margin:0 17px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.honor_n .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev2.png) no-repeat center;
}
.honor_n .swiper-button .swiper-button-next{
	background:#fff url(../images/next2.png) no-repeat center;
}
.honor_n .swiper-button .swiper-button-prev:hover{
	background:#017ac9 url(../images/prevh2.png) no-repeat center;
}
.honor_n .swiper-button .swiper-button-next:hover{
	background:#017ac9 url(../images/nexth2.png) no-repeat center;
}
.honor_n .swiper-button div.swiper-button-disabled{
	opacity:0.5;
}
.ggt_n{
	width:100%;
	height:421px;
	overflow:hidden;
	background:url(../images/ggtbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:140px;
}
.ggtnr_n{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.ggtlf_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	font-weight:normal;
}
.ggtlf_n p{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:46px;
	font-family:Arial;
	margin-top:14px;
}
.tdfc_n,.tdfc_n h3{
	width:100%;
	overflow:hidden;
}
.tdfc_n{
	padding-top:126px;
	padding-bottom:144px;
}
.tdfc_n h3{
	font-size:45px;
	color:#1d1d1d;
	line-height:55px;
	font-weight:normal;
}
.tdfcnr_n,.tdfcimg_n{
	width:100%;
	overflow:hidden;
}
.tdfcnr_n{
	margin-top:40px;
	position:relative;
}
.tdfcimg_n{
	border-radius:10px;
}
.tdfcimg_n img{
	width:100%;
	height:auto;
}
.tdfcimg_n .tdfcbg{
	width:100%;
	height:53%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: -webkit-linear-gradient(bottom, #017ac9, rgba(1,122,201,0));
    background: -o-linear-gradient(top, #017ac9, rgba(1,122,201,0));
    background: -moz-linear-gradient(top, #017ac9, rgba(1,122,201,0));
    background: linear-gradient(to top, #017ac9, rgba(1,122,201,0));
	border-radius:0 0 10px 10px;
	display:none;
}
.tdfcimg_n .tdfcms,.tdfcimg_n .tdfcms h5,.tdfcimg_n .tdfcms p{
	width:100%;
	overflow:hidden;
}
.tdfcimg_n .tdfcms{
	position:absolute;
	left:0;
	bottom:50px;
	z-index:9;
	padding:0 10px;
	display:none;
}
.tdfcimg_n .tdfcms h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	font-weight:normal;
	text-align:center;
}
.tdfcimg_n .tdfcms p{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	text-align:center;
	margin-top:8px;
}
.tdfcnr_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity:0.4;
}
.tdfcnr_n .swiper-slide-active{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.tdfcnr_n .swiper-slide-active .tdfcimg_n .tdfcbg,.tdfcnr_n .swiper-slide-active .tdfcimg_n .tdfcms{
	display:block;
}
.tdfcnr_n .swiper-button-prev,.tdfcnr_n .swiper-button-next{
	width:56px;
	height:56px;
	position:absolute;
	top:50%;
	margin-top:-28px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:99;
}
.tdfcnr_n .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	left:19%;
}
.tdfcnr_n .swiper-button-prev:hover{
	background:url(../images/prevh3.png) no-repeat center;
}
.tdfcnr_n .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	right:19%;
}
.tdfcnr_n .swiper-button-next:hover{
	background:url(../images/nexth3.png) no-repeat center;
}

/* ywly_n
-------------------------------------------------------------- */
.ywly_n{
	width:100%;
	overflow:hidden;
	background: #f3f3f3;
	padding:60px 0;
}
.ywlynr_n dl{
	width:90%;
	padding:0;
	height:582px;
	box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -moz-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
    -webkit-box-shadow: 0px 0px 46px rgba(6,0,1,0.05);
	margin:77px 0;
	background:#fff;
	}
.ywlynr_n dl:nth-child(2n+1){
	margin-left:10%;
}
.ywlynr_n dl:nth-child(2n){
	margin-right:10%;
}
.ywlynr_n dl dt .ywlynum_n{
	overflow:hidden;
	font-size:100px;
	line-height:100px;
	font-family:Arial;
	color:#6b6b6b;
	font-weight:bold;
	position:absolute;
	top:-50px;
	left:100px;
}
.ywlynr_n dl dt{
	width:60%;
	height:100%;
	padding:142px 100px 0 95px;
	position:relative;
	}
.ywlynr_n dl:nth-child(2n+1) dt{
	float:left;
	}
.ywlynr_n dl:nth-child(2n+1) dd{
	float:right;
	}
.ywlynr_n dl:nth-child(2n) dt{
	float:right;
	}
.ywlynr_n dl:nth-child(2n) dd{
	float:left;
	}
.ywlynr_n dl dt .jsslicon{
	width:42.4%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:40px;
	bottom:16px;
	z-index:0;
}
.ywlynr_n dl dt .jsslicon img{
	max-width:100%;
	height:auto;
}
.ywlynr_n dl dt h5{
	width:100%;
	overflow:hidden;
	font-size: 28px;
    color: #6b6b6b;
	line-height:38px;
	font-weight:normal;
}
.ywlynr_n dl dt .ywlyms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6b6b6b;
	line-height:30px;
	font-weight:normal;
	margin-top:44px;
}
.ywlynr_n dl dt .ywlyms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6b6b6b;
	line-height:30px;
	font-weight:normal;
	}
.ywlynr_n dl dt h5,.ywlynr_n dl dt .ywlyms_n{
	position:relative;
	z-index:9;
}
.ywlynr_n dl dd{
	width:40%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.ywlynr_n dl dd img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ywlynr_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
	}

/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.prolf_n{
	width:11.4%;
	overflow:hidden;
}
.prort_n{
    width:83.3%;
    overflow: hidden;
}
.prolf_n ul,.prolf_n ul li{
	width:100%;
}
.prolf_n ul li{
	display:flex;
	justify-content:space-between;
	border-bottom:solid 1px #e3e3e3;
	line-height:30px;
	padding:20px 0;
}
.prolf_n ul li a{
	font-size: 18px;
    color: #131313;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.prolf_n ul li span{
	font-size: 18px;
    color: #131313;
}
.prolf_n ul li:hover a,.prolf_n ul li.active a,.prolf_n ul li:hover span,.prolf_n ul li.active span{
	color:#0279c9;
}
.pronr_n,.pronr_n ul{
	width:100%;
	overflow:hidden;
	}
.pronr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.pronr_n ul li{
	width: 32%;
    overflow: hidden;
	background:#f7f7f7;
    float: left;
    margin: 0 2% 50px 0;
	border-radius:10px;
}
.pronr_n ul li .proimg_n,.pronr_n ul li .protext_n,.pronr_n ul li .protext_n h5,.tjpronr ul li .protext_n,.tjpronr ul li .protext_n h5{
	width:100%;
    overflow: hidden;
}
.pronr_n ul li .proimg_n{
	height:445px;
	position:relative;
}
.pronr_n ul li .proimg_n img,.tjpronr ul li .proimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n ul li:hover .proimg_n img,.tjpronr ul li:hover .proimg_n img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}
.pronr_n ul li .protext_n,.tjpronr ul li .protext_n{
	padding:0 40px;
}
.pronr_n ul li .protext_n h5,.tjpronr ul li .protext_n h5{
	font-size:16px;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	border-top:solid 1px #e0e0e0;
	padding:34px 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pronr_n ul li:hover .protext_n h5,.tjpronr ul li:hover .protext_n h5{
	color:#0279c9;
}
.pronr_n ul li:nth-child(3n){
	margin-right:0;
}
.probg_n{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:160px;
	position:relative;
}
.probg_n::before{
	content:"";
	width:100%;
	height:160px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.proinfo_n{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.npro_jj,.npro_jj p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
}
.npro_jj{
	margin-top:44px;
}
.nprolf{
	width:50%;
	overflow:hidden;
	text-align:center;
}
.nprolf img{
	max-width:100%;
	height:auto;
}
.nprort .more{
	margin-top:60px;
}
.nprort{
	width:43.1%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #c9c9c9;
	padding-bottom:26px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:30px;
	margin-top:26px;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
	color:#333;
    line-height: 40px;
	margin-top:98px;
	margin-bottom:90px;
}
.nprofbnr h5{
	width: 100%;
    overflow: hidden;
	font-size:40px;
	color:#333;
	line-height:50px;
	font-weight:normal;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:40px;
	color:#333;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td,.nprofbnr table th{
	line-height:30px;
	padding:5px 10px;
	font-size:16px;
	border:solid 2px #7ba8de;
	text-align:center;
}
.nprofbnr table tr:nth-child(2n+1){
	background:#dce6f1;
}
.nprofbnr table thead tr th{
	background:#086cba;
	color:#fff;
}
.tjpro{
	margin-top:150px;
	margin-bottom:140px;
}
.tjpro,.tjpro h3{
	width:100%;
	overflow:hidden;
}
.tjpro h3{
	font-size:40px;
	color:#333;
	font-weight:normal;
	line-height:50px;
}
.tjpronr{
	width:100%;
	overflow:hidden;
	margin-top:36px;
}
.tjpronr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.tjpronr ul li{
	width:23.5%;
	overflow:hidden;
	background:#f7f7f7;
	margin:10px 2% 10px 0;
	border-radius:10px;
}
.tjpronr ul li:nth-child(4n){
	margin-right:0;
}
.tjpronr ul li .proimg_n{
	width:100%;
	overflow:hidden;
	height:392px;
	position:relative;
}
.message_pro{
	padding:0;
	margin-top:50px;
}
.message_pro .message_n{
	padding:0;	
	border-left:none;
}
.message_pro .message_n .tjbtn{
	padding:0;
}
/*产品展示结束*/
	
/* case_n
-------------------------------------------------------------- */
.case_n{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:40px;
	padding-bottom:40px;
}
.casenr_n,.casenr_n ul,.casenr_n ul li .caseimg_n,.casenr_n ul li .casetext_n{
	width:100%;
	overflow:hidden;
}
.casenr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.casenr_n ul li{
    width: 30.3%;
	overflow:hidden;
	background:#fff;
	margin:40px 4.55% 40px 0;
	border-radius:20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.casenr_n ul li:nth-child(3n){
	margin-right:0;
}
.casenr_n ul li .caseimg_n{
	position:relative;
	height:339px;
}
.casenr_n ul li .caseimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.casenr_n ul li:hover .caseimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
}
.casenr_n ul li .casetext_n{
	height:238px;
	padding:54px 30px 0 30px;
}
.casenr_n ul li .casetext_n h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.casenr_n ul li .casebot{
	width:100%;
	overflow:hidden;
	padding-top:22px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-top:solid 1px #e5e5e5;
	margin-top:74px;
}
.casenr_n ul li .casebot .casemore{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
}
.casenr_n ul li .casebot i .tbh,.casenr_n ul li:hover .casebot i .tb{
	display:none;
}
.casenr_n ul li:hover .casebot i .tbh{
	display:block;
}
.casenr_n ul li:hover{
	background:#017ac9;
}
.casenr_n ul li:hover .casetext_n h5,.casenr_n ul li:hover .casebot .casemore{
	color:#fff;
}
.casenr_n ul li:hover .casebot{
	border-color:rgba(255,255,255,0.3);
}
.caseinfo_n{
	margin-top:20px;
	margin-bottom:20px;
}
.caseinfo_n h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	border-bottom:solid 1px #c9c9c9;
	padding-bottom:26px;
}
.casefbnr {
	width:100%;
    overflow: hidden;
    font-size: 16px;
	color:#333;
    line-height: 30px;
	margin-top:40px;
	margin-bottom:40px;
}
.casefbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
    line-height: 30px;
	color:#333;
	}
.casefbnr img{
	max-width:100%;
	height:auto;
}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:60px;
	margin-bottom:60px;
	}
.njob h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#000;
	text-align:center;
	font-weight:normal;
	line-height:45px;
}
.njob hr{
	width:84px;
	border:none;
	border-bottom:solid 1px #b9b9b9;
	margin:30px auto 0;
}
.njob .njobtit{
	width:100%;
	overflow:hidden;
	margin-top:76px;
	}
.njob .njobtit div{
	padding:0;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#343434;
	}
.sideMenu{
	width: 100%;
	overflow:hidden;
	margin-top:20px;
}
.sideMenu h4{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #e7e7e7;
	font-size: 16px;
	font-weight: bold;
	color: #2e2e2e;
	cursor: pointer;
	
}
.sideMenu h4 div{
	padding:0;
	text-align:center;
	font-size:16px;
	height:70px;
	line-height:30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.sideMenu h4 div:last-child{
	background:url(../images/icon38.png) no-repeat center;
}
.sideMenu ul li.active h4{
	background:#017ac9;
}
.sideMenu ul li.active h4 div{
	color:#fff;
	}
.sideMenu ul li.active h4 div:last-child{
	background:url(../images/icon39.png) no-repeat center;
}
.sideMenu .joblist{
	width:100%;
	overflow:hidden;
	height:0;
	opacity:0;
	border:solid 1px #017ac9;
	border-top:none;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-bottom:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.sideMenu ul li.active .joblist{
	height:auto;
	padding:30px;
	opacity:1;
}
.sideMenu .joblist p{
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
/* nnews
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:60px;
	padding-bottom:60px;
	}
.newstop{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-bottom:80px;
}
.newstop .newtoplf{
	height:480px;
	padding:0;
}
.newstop .newtoprt{
	padding:53px 66px 0 66px;
}
.newstop .newtoplf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newsdate_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border-bottom:solid 1px #d5d6d9;
	padding-bottom:12px;
}
.newsdate_n .day{
	font-size:50px;
	color:#2c3441;
	font-weight:bold;
	font-family:Arial;
	line-height:60px;
}
.newsdate_n .year p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#2c3441;
	text-align:right;
}
.newstop .newtoprt h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
	margin-top:40px;
	margin-bottom:18px;
	text-overflow:ellipsis;
white-space:nowrap;
}
.newstop .newtoprt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#979a9e;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.newstop .newtoprt .more{
	margin-top:54px;
}
.newstop .newtoprt .more a span{
	font-size:16px;
}
.newsnr_n,.newsnr_n ul{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.newsnr_n ul li{
	width:49.5%;
	overflow:hidden;
	height:215px;
	background:#fff;
	margin:15px 1% 15px 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.newsnr_n ul li a{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	}
.newsnr_n ul li:nth-child(2n){
	margin-right:0;
	}
.newsnr_n ul li .date2{
	width:18.8%;
	overflow:hidden;
	text-align:center;
}
.newsnr_n ul li .date2 .day2{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#2c3441;
	font-weight:bold;
	font-family:Arial;
	line-height:50px;
}
.newsnr_n ul li .date2 p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#2c3441;
}
.newsnr_n ul li .newsms_n{
	width:81.2%;
	overflow:hidden;
	padding:0 45px;
	border-left:solid 1px #d5d6d9;
}
.newsnr_n ul li .newsms_n h5,.newsnr_n ul li .newsms_n p{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li .newsms_n h5{
	font-size:19px;
	color:#2c3441;
	line-height:30px;
	font-weight:normal;
	margin-bottom:20px;
	text-overflow:ellipsis;
white-space:nowrap;
}
.newsnr_n ul li .newsms_n p{
	font-size:15px;
	color:#82858a;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsnr_n ul li:hover{
	background:#017ac9;
}
.newsnr_n ul li:hover .date2 .day2,.newsnr_n ul li:hover .date2 p,.newsnr_n ul li:hover .newsms_n h5,.newsnr_n ul li:hover .newsms_n p{
	color:#fff;
}
.newsnr_n ul li:hover .newsms_n{
	border-color:#fff;
}
.newslf_n{
	width:72%;
    overflow: hidden;
}
.newslf_n .newstit_n{
	width:100%;
    overflow: hidden;
	border-left:solid 8px #017ac9;
	padding-left:52px;
	border-bottom:solid 1px #e9eaec;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:55px;
	background:#fff;
}
.newsrt_n{
	width:26%;
    overflow: hidden;
	background:#fff;
	padding-bottom:65px;
}
.newsrt_n h3{
	width:100%;
    overflow: hidden;
	font-size:22px;
	color:#2c3441;
	font-weight:normal;
	line-height:32px;
	padding:16px 0 16px 25px;
	border-left:solid 2px #017ac9;
	border-bottom:solid 1px #e9eaec;
}
.newsrt_n ul,.newsrt_n ul li{
	width:100%;
	overflow: hidden;
}
.newsrt_n ul{
	padding:0 35px;
}
.newsrt_n ul li{
	margin-top:40px;
	border-bottom:solid 1px #e9eaec;
	padding-bottom:27px;
}
.newsrt_n ul li h5{
	font-size:18px;
	color:#2c3441;
	line-height:30px;
	font-weight:normal;
	margin-bottom:15px;
}
.newsrt_n ul li p{
	font-size:16px;
	color:#bebfc2;
	line-height:30px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsrt_n ul li p span{
	font-size:16px;
	color:#bebfc2;
	margin-left:26px;
}
.newsrt_n ul li:hover p,.newsrt_n ul li:hover p span{
	color:#017ac9;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 26px;
	line-height:36px;
    color: #2c3441;
	font-weight:normal;
	padding-bottom:4px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.fbtimelf,.fbtimert{
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
	padding:55px 60px 60px 60px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
	background:#fff;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:60px;
	}
.contactnr_n .contactimg{
	width: 47%;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
}
.contactnr_n .contactimg img{
	max-width:100%;
	height:100%;
	object-fit:cover;
}
.contact_n h3,.message_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:55px;
	color:#1d1d1d;
	font-weight:normal;
}
.contactcont_n{
	width:100%;
	background:#fff;
	padding:65px 53% 54px 75px;
	margin-top:125px;
	position:relative;
}
.contactcont_n h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#017ac9;
	line-height:40px;
}
.contactlist_n,.contactlist_n ul,.contactlist_n ul li{
	width:100%;
	overflow:hidden;
}
.contactlist_n{
	padding-top:28px;
	border-top:solid 1px #e5e5e5;
	margin-top:22px;
}
.contactlist_n ul li{
	display:flex;
	margin-bottom:34px;
}
.contactlist_n ul li i{
	margin-right:20px;
}
.contactlist_n ul li i img{
	max-width:100%;
	height:auto;
}
.contactlist_n ul li dl{
	overflow:hidden;
}
.contactlist_n ul li dl dt,.contactlist_n ul li dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
}
.contactlist_n ul li dl dt{
	font-size:18px;
	color:#5f6a78;
}
.contactlist_n ul li dl dd{
	font-size:16px;
	color:#202324;
}
.contactlist_n ul li dl dd a{
	font-size:16px;
	color:#202324;
}
.contactlist_n{
	width:100%;
	overflow:hidden;
}
.message_n{
	margin-top:118px;
	margin-bottom:100px;
}
.messagenr_n{
	width:100%;
	overflow:hidden;
	margin-top:45px;
}
.messagenr_n dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:20px;
	}
.messagenr_n dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	font-weight:normal;
	}
.messagenr_n dl dd{
	width:100%;
	overflow:hidden;
	}
.messagenr_n dl dd input{
	width:100%;
	overflow:hidden;
	font-size:15px;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 20px 0 55px;
	color:#a3a3a3;
	}
.messagenr_n dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	color:#a3a3a3;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 20px 18px 55px;
	background:#fff url(../images/icon34.png) no-repeat 24px 21px;
	}
.messagenr_n dl:last-child{
	width:100%;
	}
.messagenr_n dl:nth-child(2n+1){
	margin-right:1%;
	}
.messagenr_n dl:nth-child(2n){
	margin-left:1%;
	}
.messagenr_n dl:nth-child(5){
	width:100%;
	}
.messagenr_n dl:first-child dd input{
	background:#fff url(../images/icon30.png) no-repeat 24px center;
}
.messagenr_n dl:nth-child(2) dd input{
	background:#fff url(../images/icon31.png) no-repeat 24px center;
}
.messagenr_n dl:nth-child(3) dd input{
	background:#fff url(../images/icon32.png) no-repeat 24px center;
}
.messagenr_n dl:nth-child(4) dd input{
	background:#fff url(../images/icon33.png) no-repeat 24px center;
}
.messagenr_n .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
.messagenr_n .tjbtn button {
    width: 100%;
    height: 60px;
    background: #017ac9;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	color:#343434;
	}
.btn1 .intxt{
	width:150px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}

/* 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{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border-top:solid 1px #dfdfdf;
	padding-top:36px;
}
.pageslf a,.pagesrt a{
	font-size:16px;
	color:#232323;
	line-height:30px;
}
.pageslf a{
	padding:0 25px;
	position:relative;
}
.pageslf a:first-child{
	padding-left:0;
}
.pageslf a:first-child::after{
	content:"";
	width:1px;
	height:20px;
	background:#dfdfdf;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-10px;
}
.pages2{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages2 ul{display:inline-block;margin:0 auto;padding:0}
.pages2 ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages2 ul a.page-num-current{ background:#ddd; }
.pages2 ul a:hover{ background:#ddd}
.news-exp{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#2c3441;
}
.news-exp a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#2c3441;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp a:hover{
	color:#017ac9;
}
.news-exp2{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:20px;
	line-height:30px;
	font-size:16px;
	color:#2c3441;
}
.news-exp2 a{
	display:block;
	width:49.5%;
	overflow:hidden;
	background:#fff;
	float:left;
	line-height:30px;
	padding:8px 20px;
	font-size:16px;
	color:#2c3441;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	background:#017ac9;
	color:#fff;
}

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

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background: #333;
	  -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 .nav{
		margin-right:30px;
	}
	.header .navbar_nav li{
		padding: 0 45px;
	}
	.newslist .newsbg h5{
		font-size:24px;
		line-height:34px;
	}
	.newslist .newsbg{
		padding-left:28%;
	}
	.cloud-product-ul li .caselist .casebot {
		padding: 0 26% 0 12.6%;
	}
	.menu_n{
		margin-left:-44%;
	}
	.pronr_n ul li .proimg_n{
		height:414px;
	}
	.prolf_n {
		width: 13%;
	}
	.nprort h1,.caseinfo_n h1{
		font-size:26px;
		line-height:36px;
	}
	.nprofbnr h5,.tjpro h3,.cloud-product-ul li .caselist .casebot h5{
		font-size:36px;
		line-height:46px;
	}
	.tjpronr ul li .proimg_n{
		height:365px;
	}
	.casenr_n ul li .caseimg_n{
		height:315px;
	}
	.casenr_n ul li .casetext_n h5{
		font-size:24px;
		line-height:34px;
	}
	.contact_n h3, .message_n h3,.honor_n h3,.tdfc_n h3,.history_n h3{
		font-size:42px;
		line-height:52px;
	}
	.contactnr_n .contactimg {
        width: 50.5%;
	}
}
@media(max-width:1680px) {
	.header .navbar_nav li{
		padding:0 40px;
	}
	.aboutlist ul li dl dd .timer {
		font-size: 70px;
		line-height: 70px;
	}
	.ys ul li .ysnr h5 {
		font-size: 32px;
		line-height: 42px;
	}
	.cloud-product-ul li .casenr h5{
		font-size:26px;
		line-height:36px;
	}
	.cloud-product-ul li .caselist .casebot {
		padding: 0 23% 0 12.6%;
	}
	.newslist .newsbg h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.cloud-product-ul li{
		height:820px;
	}
	.cloud-product-ul li .caselist .casebot ul li .casebg .casebgnr p{
		font-size:18px;
	}
	.gsmc{
		font-size:28px;
		line-height:38px;
	}
	.ggt_n{
		height: 368px;
	}
	.ggtlf_n h3,.titjs{
		font-size:36px;
		line-height:46px;
	}
	.ggtlf_n p{
		font-size:32px;
		line-height:42px;
	}
	.titjs1,.titjs1 span{
		font-size: 24px;
		line-height:34px;
	}
	.pronr_n ul li .proimg_n{
		height:394px;
	}
	.pronr_n ul li .protext_n, .tjpronr ul li .protext_n {
		padding: 0 30px;
	}
	.tjpronr ul li .proimg_n{
		height:347px;
	}
	.tdfcimg_n .tdfcms h5{
		font-size:24px;
		line-height:34px;
	}
	.newstop .newtoprt h5{
		font-size:24px;
		line-height:34px;
	}
	.casenr_n ul li .caseimg_n{
		height:300px;
	}
	.casenr_n ul li .casetext_n h5{
		font-size:22px;
		line-height:32px;
	}
	.contact_n h3, .message_n h3,.honor_n h3,.tdfc_n h3,.history_n h3{
		font-size:40px;
		line-height:50px;
	}
}
@media(max-width:1600px) {
	.headerrt{
		padding-left: 30px;
	}
	.header .nav {
        margin-right: 20px;
    }
	.header .navbar_nav li{
		padding:0 30px;
	}
	.aboutlist ul li dl dd .timer {
		font-size: 65px;
		line-height: 65px;
	}
	.pronr_n ul li .proimg_n{
		height:375px;
	}
	.nprofbnr h5,.tjpro h3,.cloud-product-ul li .caselist .casebot h5{
		font-size:32px;
		line-height:42px;
	}
	.tjpronr ul li .proimg_n{
		height:330px;
	}
	.casenr_n ul li .caseimg_n{
		height:285px;
	}
}
@media(max-width:1440px) {
	.headerrt{
		padding-left:20px;
	}
	.header .nav {
        margin-right: 10px;
    }
	.header .navbar_nav li {
        padding: 0 26px;
    }
	.aboutlist ul li dl dd .timer {
		font-size: 60px;
		line-height: 60px;
	}
	.ys ul li .ysnr h5 {
		font-size: 28px;
		line-height: 38px;
	}
	.promenu ul li {
		margin-left: 60px;
	}
	.pronr .swiper-slide .prolist h5{
		font-size:20px;
		line-height:30px;
	}
	.cloud-product-ul li .caselist .casebot {
        padding: 0 15% 0 10%;
    }
	.cloud-product-ul li .caselist .casebot .casejs{
		margin-bottom:80px;
	}
	.cloud-product-ul li .casenr h5{
		font-size:24px;
		line-height:34px;
	}
	.cloud-product-ul li .casenr p{
		font-size:14px;
	}
	.cloud-product-ul li .casenr{
		padding:0 30px;
	}
	.cloud-product-ul li .caselist .casebot ul li .casebg .casebgnr p{
		font-size:16px;
	}
	.newslist .newsbg h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.cloud-product-ul li{
		height:760px;
	}
	.gsmc{
		font-size:26px;
		line-height:36px;
	}
	.ggtlf_n h3,.titjs{
		font-size:32px;
		line-height:42px;
	}
	.ggtlf_n p{
		font-size:28px;
		line-height:38px;
	}
	.tdfcimg_n .tdfcms{
		bottom:30px;
	}
	.ywlynr_n dl dt{
		padding: 142px 80px 0 80px;
	}
	.ywlynr_n dl dt .ywlynum_n{
		left:80px;
	}
	.newsrt_n ul {
		padding: 0 30px;
	}
	.pronr_n ul li .proimg_n{
		height:337px;
	}
	.nprort h1,.caseinfo_n h1{
		font-size:24px;
		line-height:34px;
	}
	.nprort .npro_infolei{
		font-size:16px;
	}
	.nprofbnr h5,.tjpro h3,.cloud-product-ul li .caselist .casebot h5{
		font-size:28px;
		line-height:38px;
	}
	.tjpronr ul li .proimg_n{
		height:297px;
	}
	.newstop .newtoprt {
		padding: 53px 50px 0 50px;
	}
	.newstop .newtoprt h5{
		font-size:22px;
		line-height:32px;
	}
	.casenr_n ul li .caseimg_n{
		height:257px;
	}
	.casenr_n ul li .casetext_n h5{
		font-size:20px;
		line-height:30px;
	}
	.contactcont_n{
		padding: 65px 53% 54px 60px;
	}
	.contactcont_n h5{
		font-size:26px;
		line-height:36px;
	}
	.contact_n h3, .message_n h3,.honor_n h3,.tdfc_n h3,.history_n h3{
		font-size:36px;
		line-height:46px;
	}
}
@media(max-width:1360px) {
	.headerrt {
        padding-left:20px;
    }
	.header .nav {
        margin-right:0;
    }
	.header .navbar_nav li {
        padding: 0 22px;
    }
	.aboutlist ul li dl dd .timer {
		font-size: 50px;
		line-height: 50px;
		margin-right:20px;
	}
	.aboutlist ul li dl dt{
		font-size:16px;
	}
	.aboutnr {
		width: 44%;
	}
	.cloud-product-ul li {
        height: 700px;
    }
	.ywlynr_n dl dt {
        padding: 142px 60px 0 60px;
    }
	.ywlynr_n dl dt .ywlynum_n{
		left:60px;
	}
	.pronr_n ul li .proimg_n{
		height:319px;
	}
	.pronr_n ul li .protext_n, .tjpronr ul li .protext_n {
		padding: 0 25px;
	}
	.tjpronr ul li .proimg_n{
		height:281px;
	}
	.casenr_n ul li .caseimg_n{
		height:242px;
	}
}
@media(max-width:1300px) {
	.header .navbar_nav li {
        padding: 0 18px;
    }
}
@media(max-width:1280px) {
	.header .navbar_nav li {
        padding: 0 15px;
    }
    .cn{
        margin-right: 10px;
    }
	.ys ul li .ysnum{
        padding: 0 30px;
    }
	.aboutnr {
		width: 46%;
	}
	.ys ul li .ysnr h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.ys ul li .ysnr{
		padding: 0 30px;
	}
	.pronr .swiper-slide .prolist h5{
		font-size:18px;
	}
	.cloud-product-ul li .caselist .casebot .casejs{
		margin-bottom:60px;
	}
	.cloud-product-ul li .casenr h5{
		font-size:22px;
		line-height:32px;
	}
	.cloud-product-ul li .casenr {
        padding: 0 20px;
    }
	.cloud-product-ul li .caselist .casebot ul li:last-child{
		display:none;
	}
	.cloud-product-ul li .caselist .casebot ul li{
		width:48%;
	}
	.cloud-product-ul li .caselist .casebot {
        padding: 0 10%;
    }
	.promenu ul li {
		margin-left:50px;
	}
	.newslist .newsbg h5{
		font-size:18px;
	}
	.newslist .newsbg p{
		font-size:16px;
	}
	.zzsmnr .zzsmlf p{
		font-size:28px;
		line-height:38px;
	}
	.tdfcimg_n .tdfcms h5{
		font-size:22px;
		line-height:32px;
	}
	.tdfcimg_n .tdfcms p {
		font-size: 15px;
		line-height:25px;
	}
	.ywlynr_n dl dt h5{
		font-size:26px;
		line-height:36px;
	}
	.ywlynr_n dl dt .ywlyms_n{
		margin-top:35px;
	}
	.ywlynr_n dl dt .ywlynum_n{
		font-size:90px;
	}
	.newstop .newtoprt {
        padding: 53px 40px 0 40px;
    }
	.pronr_n ul li .proimg_n{
		height:300px;
	}
	.pronr_n ul li .protext_n, .tjpronr ul li .protext_n {
        padding: 0 20px;
    }
	.pronr_n ul li .protext_n h5, .tjpronr ul li .protext_n h5{
		font-size:15px;
	}
	.prolf_n ul li a,.prolf_n ul li span{
		font-size: 16px;
	}
	.nprofbnr h5,.tjpro h3,.cloud-product-ul li .caselist .casebot h5{
		font-size:24px;
		line-height:34px;
	}
	.tjpronr ul li .proimg_n{
		height:264px;
	}
	.casenr_n ul li .caseimg_n{
		height:228px;
	}
	.casenr_n ul li .casetext_n h5{
		font-size:18px;
	}
	.casenr_n ul li .casetext_n {
		padding: 54px 20px 0 20px;
	}
	.njob h3{
		font-size:32px;
		line-height:42px;
	}
	.contactcont_n{
		padding: 65px 53% 54px 50px;
	}
	.contactcont_n h5{
		font-size:24px;
		line-height:34px;
	}
	.footerrt ul li h4,.footerrt ul li h4 a {
		font-size:18px;
	}
}
@media(max-width:1200px) {
	.logo img{
		height:65px;
	}
	.aboutlist ul li dl dd .timer {
		font-size:40px;
		line-height:40px;
		margin-right:15px;
	}
	.aboutlist ul li dl dt {
        font-size: 15px;
		line-height:25px;
    }
}
@media(max-width:1152px) {
	.logo img {
        height: 60px;
    }
	.header .navbar_nav li {
        padding: 0 12px;
    }
	.promenu ul li {
		margin-left:40px;
	}
	.aboutlist ul li {
		width: 22%;
	}
	.cloud-product-ul li {
        height: 660px;
    }
	.cloud-product-ul li .caselist .casebot .casejs{
		margin-top:20px;
		margin-bottom:40px;
	}
	.cloud-product-ul li .caselist .casebot {
        padding: 0 6%;
    }
	.ywlynr_n dl dt {
        padding: 100px 50px 0 50px;
    }
	.ywlynr_n dl dt .ywlynum_n{
		left:50px;
	}
	.pronr_n ul li .proimg_n{
		height:270px;
	}
	.tjpronr ul li .proimg_n{
		height:238px;
	}
	.casenr_n ul li .caseimg_n{
		height:205px;
	}
	.contactcont_n {
        padding: 65px 53% 54px 40px;
    }
}
@media(max-width:1080px) {
	.logo img {
        height: 55px;
    }
	.header .navbar_nav li {
        padding: 0 8px;
    }
	.language a > img {
		margin-right: 10px;
	}
	.topsearch{
		margin-left:15px;
	}
}

@media(max-width:1024px) {
	.pronr_n ul li .proimg_n{
		height:240px;
	}
	.tjpronr ul li .proimg_n{
		height:211px;
	}
	.casenr_n ul li .caseimg_n{
		height:182px;
	}
}
@media(max-width:1023px) {
	.headerrt{
		display:none;
	}
	.pcban{
		display:none;
	}
	.wapban{
		display:block;
	}
	.promenu{
		display:none;
	}
	.news{
		padding-top:60px;
		padding-bottom:60px;
	}
	.newsnr,.news .swiper-pagination{
		margin-top:50px;
	}
	.newslf_n,.newsrt_n{
		width:100%;
	}
	.newsrt_n{
		margin-top:20px;
	}
	.about_n{
		margin-bottom:60px;
	}
	.aboutlf_n,.aboutimg_n,.aboutnr_n{
		width:100%;
	}
	.aboutimg_n{
		display:none;
	}
	.aboutlf_n{
		padding-top:0;
	}
	.aboutnr_n{
		margin-top:30px;
	}
	.aboutlist_n {
		margin-top: 40px;
	}
	.mySwiper2 .year{
		font-size:200px;
		line-height:200px;
	}
	.mySwiper2 .historyjs_n p{
		font-size:24px;
		line-height:34px;
	}
	.historynr_n .swiper-button-prev, .historynr_n .swiper-button-next{
		width: 60px;
		height: 60px;
	}
	.mySwiper2 .historyjs_n {
		width: 80%;
	}
	.mySwiper {
		margin: 100px auto 0;
	}
	.ggt_n{
		height:224px;
		padding-top: 70px;
	}
	.news_n .fbnr {
		padding: 55px 30px 60px 30px;
	}
	.newslf_n .newstit_n {
		padding-left:30px;
		padding-top: 30px;
		padding-bottom: 20px;
		padding-right:30px;
	}
	.news_n h1{
		font-size:22px;
		line-height:32px;
	}
	.news-exp2 a,.news-exp a{
		width:100%;
	}
	.news-exp2 a:last-child,.news-exp a:last-child{
		text-align:left;
	}
	.honor_n,.tdfc_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.honor_n .swiper-button {
		margin-top:40px;
	}
	.probg_n{
		padding-top:100px;
	}
	.pronr_n ul li .proimg_n{
		height:288px;
	}
	.prolf_n,.prort_n{
        width:100%;
    }
	.prort_n{
        margin-top:30px;
    }
	.prolf_n ul li {
		width: 25%;
		display: block;
		border-bottom: solid 1px #e3e3e3;
		line-height: 30px;
		padding:10px 0;
		float: left;
		text-align: center;
	}
	.prolf_n ul li span{
		display:none;
	}
	.footer {
		padding:50px 0 0 0;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt,.wxicon{
		margin-top:30px;
	}
	.footerrt ul li p{
		display:none;
	}
	.footerrt ul li h4::after{
		display:none;
	}
	.footerrt ul li h4{
		margin-bottom:0;
	}
	.botlogo{
		margin-bottom: 30px;
	}
	.botlogo img{
		height: 90px;
	}
	.bot{
		margin-top:20px;
		padding: 20px 0;
	}
}
@media(max-width:991px) {
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutnr,.about .aboutimg{
		width:100%;
	}
	.about .aboutimg{
		position:inherit;
		height:auto;
		top:0;
		margin-top:40px;
	}
	.aboutnr .more {
		margin-top:40px;
	}
	.aboutlist{
		margin-top:50px;
	}
	.aboutlist ul li {
		width: 23%;
	}
	.aboutlist ul li dl dd .timer {
        margin-right: 10px;
    }
	.more a{
		width:160px;
		padding-left:20px;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pro .promore {
		margin-top: 40px;
	}
	.pronr .swiper-button-prev, .pronr .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.pronr{
		padding:0 50px;
	}
	.pronr .swiper-slide .prolist h5 {
        font-size: 16px;
    }
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:49.5%;
	}
	.cloud-product-ul li:nth-child(2n){
		margin-right:0;
	}
	.cloud-product-ul li{
		margin-bottom:10px;
	}
	.cloud-product-ul li .caselist .casebot ul li{
		height:125px;
	}
	.cloud-product-ul li .caselist .casebot .casejs{
		font-size:15px;
		line-height:25px;
	}
	.newslist .newsbg {
        padding-left: 26%;
    }
	.newslist .newsbg h5{
		font-size:16px;
	}
	.newslist .newsbg p{
		font-size:14px;
	}
	.newstop .newtoplf {
		height: 300px;
	}
	.zzsmnr .zzsmlf p{
		font-size:24px;
		line-height:34px;
	}
	.ys ul li .ysnr h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.ys ul li{
		width:50%;
		height:50%;
	}
	.ys ul li .ysnr .ysicon {
		margin-bottom: 15px;
	}
	.ys ul li .ysnr{
		bottom:30px;
	}
	.ys ul li:hover .ysnr p {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.ys ul li .ysnum{
		top:40px;
	}
	.ys .ysnr .ysicon img{
		width:36px;
	}
	.menu_n ul li {
		padding: 0 30px;
		line-height:50px;
	}
	.menu_n {
		height: 50px;
	}
	.menu_n ul li::after{
		bottom:5px;
	}
	.gsmc{
		font-size:22px;
		line-height:32px;
	}
	.ggtlf_n h3,.titjs{
		font-size:28px;
		line-height:38px;
	}
	.ggtlf_n p{
		font-size:24px;
		line-height:34px;
	}
	.newstop .newtoprt {
        padding: 30px;
    }
	.newstop{
		margin-bottom:40px;
	}
	.newsnr_n ul li .newsms_n{
		padding: 0 35px;
	}
	.titjs1, .titjs1 span {
        font-size: 22px;
        line-height: 32px;
    }
	.card-body h5 a, .card-body h5 span {
		font-size: 15px;
	}
	.tdfcimg_n .tdfcms {
        bottom: 10px;
    }
	.tdfcimg_n .tdfcms p{
		font-size:14px;
	}
	.tdfcimg_n .tdfcms h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.ywlynr_n dl{
		width:100%;
	}
	.ywlynr_n dl:nth-child(2n+1) {
		margin-left: 0;
	}
	.ywlynr_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.ywlynr_n dl dt .ywlynum_n{
		font-size:80px;
	}
	.ywlynr_n dl dt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.ywlynr_n dl dt {
        padding: 80px 30px 0 30px;
    }
	.newsnr_n ul li{
		width:100%;
	}
	.pronr_n ul li .proimg_n{
		height:279px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort,.npro_jj,.nprort .more{
		margin-top:30px;
	}
	.probg_n{
		padding-bottom:40px;
	}
	.nprofbnr{
		margin-top:60px;
		margin-bottom:40px;
	}
	.nprofbnr h5,.tjpro h3,.cloud-product-ul li .caselist .casebot h5{
		font-size:22px;
		line-height:32px;
	}
	.nprort h1,.caseinfo_n h1{
		font-size:22px;
		line-height:32px;
	}
	.tjpronr ul li{
		width:49%;
	}
	.tjpronr ul li:nth-child(2n){
		margin-right:0;
	}
	.tjpronr ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.tjpronr ul li .proimg_n {
        height: 427px;
    }
	.casenr_n ul li{
		width:49%;
		margin: 20px 2% 20px 0;
	}
	.casenr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.casenr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.casenr_n ul li .casetext_n {
        padding:20px 20px 0 20px;
		height:143px;
    }
	.casenr_n ul li .casebot{
		margin-top:20px;
	}
	.casenr_n ul li .caseimg_n {
        height:286px;
    }
	.njob h3{
		font-size:28px;
		line-height:38px;
	}
	.contactnr_n .contactimg{
		display:none;
	}
	.contactcont_n {
        padding: 40px 30px;
    }
	.contactcont_n{
		margin-top:40px;
	}
	.contact_n h3, .message_n h3,.honor_n h3,.tdfc_n h3,.history_n h3{
		font-size:32px;
		line-height:42px;
	}
	.message_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.messagenr_n{
		margin-top:30px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	.pronr_n ul li .proimg_n{
		height:242px;
	}
	.pronr_n ul li .protext_n h5, .tjpronr ul li .protext_n h5{
		font-size:14px;
		padding: 20px 0;
	}
	.tjpronr ul li .proimg_n {
        height:370px;
    }
	.casenr_n ul li .caseimg_n {
        height:248px;
    }
}
@media(max-width:820px) {
	.pronr_n ul li .proimg_n{
		height:230px;
	}
	.tjpronr ul li .proimg_n {
        height:353px;
    }
	.casenr_n ul li .caseimg_n {
        height:236px;
    }
}
@media(max-width:768px) {
	.pronr_n ul li .proimg_n{
		height:216px;
	}
	.tjpronr ul li .proimg_n {
        height:331px;
    }
	.newstop .newtoplf {
		height:260px;
	}
	.history_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.mySwiper2 .year {
        font-size: 150px;
        line-height: 150px;
    }
	.mySwiper2 .historyjs_n p {
        font-size: 22px;
        line-height: 32px;
    }
	.historynr_n .swiper-button-prev, .historynr_n .swiper-button-next {
        width: 50px;
        height: 50px;
    }
	.mySwiper {
		margin: 60px auto 0;
	}
	.historynr_n{
		margin-top: 50px;
	}
	.mySwiper .swiper-slide .year{
		font-size:22px;
		line-height:32px;
	}
	.mySwiper2 .historyjs_n{
		margin: -44px auto 0;
	}
	.casenr_n ul li .casetext_n h5 {
        font-size: 16px;
    }
	.casenr_n ul li .caseimg_n {
        height:221px;
    }
	.contact_n h3, .message_n h3,.honor_n h3,.tdfc_n h3,.history_n h3{
		font-size:28px;
		line-height:38px;
	}
	.contactcont_n h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.card-body h5 a, .card-body h5 span {
		font-size: 15px;
	}
}
@media(max-width:767px) {
	.news{
		padding-left:6%;
		padding-right:6%;
	}
	.newsnr .swiper-container {
		width: 100%;
	}
	.cloud-product-ul li, .cloud-product-ul li.active {
        width:100%;
    }
	.cloud-product-ul li .caselist{
		top:inherit;
		bottom:40px;
	}
	.zzsmnr .zzsmlf,.zzsmnr .zzsmrt{
		width:100%;
	}
	.zzsm{
		height:280px;
	}
	.ggt_n{
		height:auto;
		padding-top:30px;
		padding-bottom:30px;
	}
	.ggtlf_n,.ggtrt_n{
		width:100%;
	}
	.ggtrt_n{
		margin-top:30px;
	}
	.ggtlf_n p{
		margin-top:10px;
	}
	.tdfcnr_n {
		padding: 0 6%;
	}
	.tdfcnr_n .swiper-button-prev, .tdfcnr_n .swiper-button-next{
		width: 36px;
		height: 36px;
		background-size:36px;
	}
	.tdfcnr_n .swiper-button-prev{
		left:5px;
	}
	.tdfcnr_n .swiper-button-next{
		right:5px;
	}
	.ywlynr_n dl dt,.ywlynr_n dl dd{
		width:100%;
	}
	.ywlynr_n dl{
		height:auto;
	}
	.ywlynr_n dl dd img{
		position:inherit;
		height:auto;
		top:0;
		left: 0;
		transform: translate(0, 0);
	}
	.ywlynr_n dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.03);
		transform: translate(0, 0) scale(1.03);
	}
	.ywlynr_n dl dt {
        padding: 60px 30px 40px 30px;
    }
	.ywlynr_n dl dt .ywlyms_n {
        margin-top: 30px;
    }
	.ywlynr_n dl dt .ywlynum_n {
        font-size: 60px;
        line-height: 60px;
        top: -30px;
		left:30px;
    }
	.ywlynr_n dl{
		margin:40px 0;
	}
	.ywlynr_n dl dt .jsslicon {
		width:30%;
	}
	.pronr_n ul li{
		width:49%;
	}
	.pronr_n ul li:nth-child(2n) {
		margin-right: 0;
	}
	.pronr_n ul li:nth-child(2n+1) {
		margin-right:2%;
	}
	.pronr_n ul li .proimg_n{
		height:330px;
	}
}
@media(max-width:640px) {
	.header{
		height:60px;
	}
	.toggle{
		top:10px;
	}
	.language{
		margin-top:11px;
	}
	.logo img {
        height:40px;
    }
	.toggle{
		right:125px;
	}
	.search_box{
		top:50px;
	}
	.language a i {
		margin-left:5px;
	}
	.language a > img {
        margin-right:5px;
        display: none;
    }
	.topsearch {
        margin-left:10px;
    }
	.banner{
		margin-top:60px;
	}
	.banner .swiper-slide .img img {
		width: 110%;
		margin-left: -5%;
	}
	.banner .swiper-pagination{
		bottom:20px;
		left:2%;
	}
	.swiper-pagination-bullet{
		width:15px;
	}
	.swiper-pagination-bullet-active{
		width:25px;
	}
	.pcmenu{
		display:none;
	}
	.wapmenu{
		display:block;
		position: inherit;
		margin-left: 0;
	}
	.aboutlist ul li {
        width: 49%;
    }
	.aboutlist ul li dl dd font{
		font-size:18px;
	}
	.aboutlist ul li dl dd .timer {
        font-size:35px;
        line-height:35px;
        margin-right:5px;
    }
	.newslist .newsimg,.newslist .newsbg{
		width:100%;
	}
	.newslist .newsimg{
		position:inherit;
		margin-top:0;
	}
	.newslist .newsbg {
		height:auto;
        padding:30px 20px;
    }
	.newslist .newsbg .newsmore{
		margin-top:15px;
	}
	.cloud-product-ul li {
        height: 600px;
    }
	.zzsmnr .zzsmlf p {
        font-size: 22px;
        line-height: 32px;
    }
	.ys ul li .ysnr {
        padding: 0 20px;
    }
	.ys ul li .ysnr .ysmore a{
		width:118px;
		height:40px;
		line-height:40px;
		padding:0 15px;
	}
	.ys ul li .ysnr h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.mySwiper2 .year {
        font-size: 100px;
        line-height: 100px;
    }
	.mySwiper2 .historyjs_n{
		margin: -30px auto 0;
	}
	.historynr_n .swiper-button-prev, .historynr_n .swiper-button-next {
        width: 40px;
        height: 40px;
    }
	.mySwiper2 .historyjs_n p {
        font-size: 20px;
        line-height: 30px;
    }
	.ggtlf_n h3,.titjs{
		font-size:24px;
		line-height:34px;
	}
	.ggtlf_n p{
		font-size:20px;
		line-height:30px;
	}
	.titjs1, .titjs1 span {
        font-size: 20px;
        line-height: 30px;
    }
	.honor_n .swiper-button div{
		width:65px;
		margin: 0 10px;
	}
	.prolf_n ul li {
		width: 33.3333333333333333333333%;
	}
	.newsnr_n ul li .date2,.newsnr_n ul li .newsms_n{
		width:100%;
	}
	.newsnr_n ul li .date2{
		text-align:left;
	}
	.newsnr_n ul li .newsms_n {
        padding: 0;
    }
	.newsnr_n ul li .newsms_n{
		border-left:none;
		margin-top:10px;
	}
	.newsnr_n ul li{
		padding:20px;
	}
	.newsnr_n ul li .newsms_n h5{
		font-size:18px;
	}
	.newstop .newtoplf {
		height:220px;
	}
	.menu_n ul li {
        padding: 0;
		width:25%;
		text-align:center;
    }
	.ywlynr_n dl dt h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.pronr_n ul li .proimg_n,.tjpronr ul li .proimg_n{
		height:275px;
	}
	.pronr_n ul li .protext_n h5, .tjpronr ul li .protext_n h5{
		font-size:13px;
		padding:10px 0;
	}
	.casenr_n ul li .caseimg_n {
        height:184px;
    }
	.casenr_n ul li .casetext_n {
		height:130px;
        padding: 20px 10px 0 10px;
    }
	.casenr_n ul li .casebot{
		margin-top:15px;
		padding-top:15px;
	}
	.casenr_n ul li .casetext_n h5 {
        font-size: 15px;
    }
	.njob h3{
		font-size:24px;
		line-height:34px;
	}
	.njob .njobtit{
		display:none;
	}
	.njob hr{
		margin:20px auto 0;
	}
	.sideMenu{
		margin-top: 40px;
	}
	.sideMenu h4 div{
		width:100%;
		display:none;
	}
	.sideMenu h4 div:first-child{
		display:flex;
	}
	.sideMenu ul li.active .joblist{
		padding: 30px 20px;
	}
	.messagenr_n dl{
		width:100%;
	}
	.messagenr_n dl:nth-child(2n) {
		margin-left:0;
	}
	.messagenr_n dl:nth-child(2n+1) {
		margin-right:0;
	}
	.messagenr_n dl dd textarea{
		height:200px;
	}
	.contactcont_n {
        padding: 40px 20px;
    }
	.contactlist_n ul li i{
		width:40px;
		margin-right:10px;
	}
	.btn1 .intxt {
		width: 125px;
	}
	.footerrt ul li h4, .footerrt ul li h4 a {
        font-size: 16px;
    }
}
@media(max-width:540px) {
	.pronr_n ul li .proimg_n,.tjpronr ul li .proimg_n{
		height:232px;
	}
	.casenr_n ul li .caseimg_n {
        height:155px;
    }
	.card-img-150{
		height:220px;
	}
}
@media(max-width:500px) {
	.zzsmnr .zzsmlf p {
        font-size: 20px;
        line-height: 30px;
    }
	.tdfcimg_n .tdfcms h5{
		font-size:18px;
	}
	.tdfcimg_n .tdfcms p {
        font-size: 13px;
        line-height: 23px;
		margin-top:0;
    }
	.tdfcimg_n .tdfcms {
        bottom: 5px;
    }
	.contactlist_n ul li i {
		width: 12%;
	}
	.contactlist_n ul li dl {
		width: 88%;
	}
	.footerrt ul li{
		width:33.3333333333333333333%;
	}
}
@media(max-width:425px) {
	.logo img {
        height: 36px;
    }
	.ys ul li .ysnr h5 {
        font-size: 18px;
    }
	.ys ul li .ysnr p{
		font-size:14px;
	}
	.ys ul li .ysnr {
        padding: 0 10px;
    }
	.menu_n {
        height: auto;
    }
	.menu_n ul li{
		width: 50%;
	}
	.menu_n ul li:nth-child(2n+1)::before{
		display:none;
	}
	.ggtlf_n h3, .titjs {
        font-size: 22px;
        line-height: 32px;
    }
	.ggtlf_n p {
        font-size: 18px;
        line-height: 28px;
    }
	.mySwiper2 .year {
        font-size: 70px;
        line-height: 70px;
    }
	.mySwiper2 .historyjs_n p {
        font-size: 18px;
    }
	.mySwiper2 .historyjs_n {
        width: 70%;
    }
	.mySwiper2 .historyjs_n {
        margin: -20px auto 0;
    }
	.pronr_n ul li .proimg_n,.tjpronr ul li .proimg_n{
		height:183px;
	}
	.casenr_n ul li .caseimg_n {
        height:122px;
    }
	.casenr_n ul li .casetext_n h5 {
        font-size: 14px;
    }
	.prolf_n ul li {
		width: 50%;
	}
	.contactcont_n h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.card-img-150{
		height:180px;
	}
}
@media(max-width:375px) {
	.pronr_n ul li .proimg_n,.tjpronr ul li .proimg_n{
		height:161px;
	}
	.casenr_n ul li .caseimg_n {
        height:108px;
    }
	.card-img-150{
		height:150px;
	}
	.mySwiper2 .year {
        font-size: 60px;
        line-height: 60px;
    }
}
@media(max-width:320px) {
	.pronr_n ul li .proimg_n,.tjpronr ul li .proimg_n{
		height:137px;
	}
	.casenr_n ul li .caseimg_n {
        height:92px;
    }
}
@media(max-width:319px) {
	.logo img {
        height:30px;
    }
    .toggle {
        right: 120px;
    }
}