@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:#2c3441;}

p{line-height:25px;}

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

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



*{margin:0;padding:0;}

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

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

.body{background:#fff;}

.nbody{background:#efefef;}

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



img{border:0px;}

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

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

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";
	color:#2c3441;
	}

h1,h2,h3,h4,h5,h6 { font-weight: bold;color:#2c3441; }



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

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

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

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

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

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

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



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

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



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



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

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

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

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

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.header:hover{
	background:#fff;
	position:fixed;
}
.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;
}
.header:hover .logo .logoimg,.header:hover .language a .logoimg,.header:hover .search-btn .logoimg{
	display:none;
}
.header:hover .logo .logoimgon,.header:hover .language a .logoimgon,.header:hover .search-btn .logoimgon{
	display:block;
}
.header:hover .search-btn::after{
	background:#2c3441;
}
.search_box{
	width:380px;
	overflow:hidden;
	background:#31383e;
	}
.search_box input{
	width:80%;
	height:60px;
	line-height:60px;
	background:#31383e;
	padding-left:20px;
	color:#959595;
	float:left;
	}
.search_box button{
	width:18%;
	height:60px;
	line-height:60px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	color:#fff;
	font-family:Arial;
	display:flex;
	align-items:center;
	position:relative;
}
.language a > img{
	margin-right:14px;
}
.language a{
	display: flex;
    align-items: center;
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:12px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    left: 0;
    top:70px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	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:#ff6a00;
}
.language .languagenr p:hover a{
	color:#fff;
}
.search-btn{
	display:flex;
	height:100%;
	align-items:center;
	margin-right:10px;
	padding-right:10px;
	cursor: pointer;
	position:relative;
}
.search-btn::after{
	content:"";
	width:1px;
	height:14px;
	background:#fff;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-7px;
}
.search-alert {
    position: fixed;
    z-index: 100;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
	z-index:9990;
}
.search-alert .close {
    display: block;
    position: absolute;
    top: 38px;
    right: 2.6%;
	font-size:40px;
	color:#fff;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
	z-index:9992;
}
.search-alert .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 124px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
    border: none;
    font-size: 66px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    background: none;
    padding-left: 88px;
    padding-right: 80px;
    background: url(../img/img5.png) no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
    border: none;
    height: 100px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 100px;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    text-align: center;
}
.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 .nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar_nav li{
	float:left;
	padding: 0 26px;
	position: relative;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar_nav li > a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	line-height:100px;
	text-transform:uppercase;
	position:relative;
}

.header .navbar_nav li > a::after{
	content:"";
	width:0;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:25px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li > a:hover::after,.header .navbar_nav li.active > a::after{
	width:100%;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	width: 100%;
	height: calc(100% - 100px);
	overflow: hidden;
	opacity: 0;
	position: fixed;
	top:100px;
	background:#e5e5e5;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	left: 0;
	z-index: 0;
	-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 .layer_wp{
    display: flex;
	/* 改为使用容器本身居中 */
	justify-content:space-between;
	width:1440px;
	overflow:hidden;
	padding-top:6%;
	margin:auto;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navlf{
	width:22.6%;
	overflow:hidden;
	border-right:solid 1px #cbcbcb;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd{
	width:100%;
	overflow:hidden;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd{
	line-height:40px;
	margin:10px 0;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd::before{
	content:"";
	width:0px;
	height:2px;
	background:#ff6a00;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd:hover,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd.cur{
	padding-left:40px;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd:hover::before,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd.cur::before{
	width:30px;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd a{
	font-size:30px;
	color:#000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt{
	width:74%;
	overflow:hidden;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navrtnr{
	width:100%;
	height:0;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navrtnr1.active,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navrtnr4.active,
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navrtnr5.active,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navrtnr6.active{
	height:auto;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navjs,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navimg{
	width:48%;
	overflow:hidden;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navjs,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navjs p{
	font-size:18px;
	color:#333;
	line-height:30px;
	text-align:justify;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navimg img{
	max-width:100%;
	height:auto;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navimg h6,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navimg p{
	width:100%;
	overflow:hidden;
	text-align:justify;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navimg h6{
	font-size:20px;
	color:#333;
	line-height:30px;
	font-weight:normal;
	margin-top:15px;
}
.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navimg p{
	line-height:30px;
}
.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 .dropdown_menu .layer_wp dl dd:hover a,.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd.cur a{
	color: #ff6a00;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}
.header .logoimgon,.header.on .logoimg{
	display:none;
}
.header.on .logoimgon{
	display:block;
}
.header.on .navbar_nav li a,.header.on .language a,.header:hover .language a,.header:hover .navbar_nav li > a{
	color: #2c3441;
}
.header.on .navbar_nav li > a::after,.header:hover .navbar_nav li > a::after{
	background:#2c3441;
}

#navToggle{
	display: none;
}

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

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	}
.banner .bannernr{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:154px;
	z-index:995;
	opacity: 1; 
	animation-delay: .5s;
    -webkit-animation-delay: .5s;
	-webkit-mask-image: linear-gradient(to right, #000 33.3%, rgba(0, 0, 0, 0) 66.6%);
    -webkit-mask-position: left center;
    -webkit-mask-size: 300% 100%;
    -webkit-mask-repeat: no-repeat;
	animation: 5s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal both running headerTitle;
}
@keyframes headerTitle {
  0% {
    opacity: 0;
    -webkit-mask-position: right center;
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: left center;
  }
}
.banner .bannernr h3,.banner .bannernr .bannerjs{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.banner .bannernr h3{
	font-size:60px;
	color:#fff;
	line-height:70px;
	font-weight:normal;
}
.banner .bannernr .bannerjs{
	font-size:35px;
	color:#fff;
	line-height:45px;
	margin-top:6px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}
.banner .swiper-slide-active .img{
	visibility: visible; 
	-webkit-animation:scale-bg 4.5s linear forwards;
	animation:scale-bg 4.5s linear forwards;
}
@-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);
  }
}
#starsCanvas{
	width:100%;
	height:100%;
	overflow:hidden;
	object-fit:cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.banner > img,.banner .banner1-1 img{
	width:100%;
	height:auto;
}
.banner .banner1-1{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:-100%;
	z-index:99;
}
.banner .banner1-2{
	width:76.3%;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-38.15%;
	bottom:-100%;
	z-index:90;
	transform: translate3d(0px, 0px, 0px); 
	transform-style: preserve-3d; 
	backface-visibility: hidden; 
}
.banner .banner1-2 img{
	max-width:100%;
	height:auto;
}
.banner .bannertext{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:18.8%;
	z-index:995;
	opacity: 0; /* 添加默认透明 */
    visibility: hidden; /* 添加默认隐藏 */
    transition: opacity 0.5s ease; /* 添加渐变效果 */
}
/* 动画播放时的文字容器状态 */
.banner .bannertext.show {
    opacity: 1;
    visibility: visible;
}
.banner .bannertext h3,.banner .bannertext p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.banner .bannertext h3{
	font-size:60px;
	color:#fff;
	line-height:70px;
	font-weight:normal;
}
.banner .bannertext h3 span{
	font-size:60px;
	color:#fff;
}
.banner .bannertext p{
	font-size:35px;
	color:#fff;
	line-height:45px;
	margin-top:7px;
}
.banner .bannertext p span{
	font-size:35px;
	color:#fff;
}
/* 文字拆分样式 */
.char-wrapper {
	display: inline-block;
	overflow: hidden;
}

.char {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}

/* 跳动动画 */
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: translateY(100%) scale(0.3);
	}
	50% {
		opacity: 1;
		transform: translateY(-20px) scale(1.1);
	}
	80% {
		transform: translateY(5px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* 逐字显现动画 */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 加载样式 */
.loading-text {
	opacity: 0.7;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

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

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .swiper-slide-active .img{
	visibility: visible; 
	-webkit-animation:scale-bg 4.5s linear forwards;
	animation:scale-bg 4.5s linear forwards;
}
.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;
	transition: 1s linear 2s;
}
@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
.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{
    width: 22px;
	position:absolute;
	left:50%;
	margin-left:-11px;
	bottom:20px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:40px;
	background:#fff;
	position:absolute;
	left:10.5px;
	bottom:52px;
}
.shubiao .yjymouse{
	position: relative;
    width: 22px;
    height: 38px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 0 auto 0;
}
.shubiao .yjymouse:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
	margin-left:-1.5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 3px;
    height: 8px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-animation: scroll2 1s infinite alternate;
    animation: scroll2 1s infinite alternate;
}
.mouse{
  position:absolute;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#ff6a00;
  left:50%;
  margin-left:-23px;
  bottom:28px;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:999;
}
.mouse span{
  -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;
		}
.banner .swiper-slide-active .img{
	visibility: visible; 
	-webkit-animation:scale-bg 4.5s linear forwards;
	animation:scale-bg 4.5s linear forwards;
}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

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

@-webkit-keyframes scroll2 {
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@keyframes scroll2 {
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 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:#ff6a00;
}

.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;
}
.banner_menu{
	width:100%;
	overflow:hidden;
	padding:0 6%;
	position:absolute;
	left:0;
	bottom:54px;
	z-index:99;
}
.banner_menu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.banner_menu ul li{
	width:33.2%;
	height:100px;
	overflow:hidden;
	background:#fff;
	padding:20px 46px 0 46px;
	border-radius:5px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.banner_menu ul li:hover{
	background:#e62129;
}
.banner_menu ul li .banner_menulf{
	width:80%;
	overflow:hidden;
}
.banner_menu ul li .banner_menulf h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#373737;
	line-height:32px;
	font-weight:normal;
}
.banner_menu ul li .banner_menulf p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#a3a3a3;
	line-height:30px;
}
.banner_menu ul li:hover .banner_menulf h5,.banner_menu ul li:hover .banner_menulf p{
	color:#fff;
}
.banner_menu ul li .banner_menurt{
	width:20%;
	overflow:hidden;
	text-align:right;
}
.banner_menu ul li .banner_menurt img{
	max-width:100%;
	height:auto;
}
.banner_menu ul li .banner_menurt .baniconh,.banner_menu ul li:hover .banner_menurt .banicon{
	display:none;
}
.banner_menu ul li:hover .banner_menurt .baniconh{
	display:block;
	float:right;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	line-height:46px;
	font-weight:normal;
	}
.tit h3 a{
	font-size:36px;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:108px;
	line-height:108px;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom:10px;
	}
.more a{
	display:flex;
	align-items:center;
	font-size:16px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.more a span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#ff6a00 url(../images/icon4.png) no-repeat center;
	margin-right:16px;
}
.more a:hover{
	transform:translateY(-3px);
}
/* service
-------------------------------------------------------------- */
.service{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:86px;
	padding-bottom:158px;
}
.servicetit,.solutiontit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.servicenr{
	width:100%;
	overflow:hidden;
	margin-top:75px;
}
.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:670px;
	position: relative;
	background:#fff;
	border-radius:10px;
	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.active{
	background:#f3f3f3;
}
.cloud-product-ul li.active .casenr,.cloud-product-ul li.active .caseimg1{
	display:none;
}
.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;
	padding:0 44px;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}
.cloud-product-ul li.active .normal-inner{
	padding:0 64px 0 44px;
}
.cloud-product-ul li .zm{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	margin-top:46px;
	}
.cloud-product-ul li .zm span,.service_zbfwnr ul li .zm span{
	display:block;
	width:auto;
	font-size:36px;
	color:#d1d1d1;
	font-weight:bold;
	line-height:46px;
	border-bottom:solid 4px #ff6a00;
	}
.cloud-product-ul li.active .zm span,.service_zbfwnr ul li:hover .zm{
	color:#fff;
	border-color:#fff;
}
.cloud-product-ul li:last-child{
	margin-right:0;
}
.cloud-product-ul li .service_icon,.cloud-product-ul li h5,.cloud-product-ul li p{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li .service_icon{
	margin-top:150px;
}
.cloud-product-ul li .service_icon .iconimgh,.cloud-product-ul li.active .service_icon .iconimg{
	display:none;
}
.cloud-product-ul li.active .service_icon .iconimgh{
	display:block;
}
.cloud-product-ul li h5,.service_zbfwnr ul li h5{
	font-size:36px;
	line-height:46px;
	font-weight:normal;
	margin-top:10px;
}
.cloud-product-ul li.active h5,.service_zbfwnr ul li:hover h5{
	color:#fff;
	text-align:right;
}
.cloud-product-ul li.active .service_icon img,.service_zbfwnr ul li:hover .service_icon img{
	float:right;
}
.cloud-product-ul li p{
	font-size:16px;
	color:#b2b3b7;
	line-height:30px;
	margin-top:15px;
}
.cloud-product-ul li.active p{
	display:none;
}
.cloud-product-ul li .servicejs{
	display:none;
}
.cloud-product-ul li.active .servicejs{
	width:100%;
	overflow:hidden;
	padding-left:14%;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:15px;
	text-align:right;
	display:block;
}
.cloud-product-ul li hr{
	width:50px;
	border:none;
	border-bottom:solid 2px #ff6a00;
	margin-top:106px;
}
.cloud-product-ul li.active hr{
	display:none;
}
.cloud-product-ul li .serviceimg{
	display:none;
}
.cloud-product-ul li.active .serviceimg{
	display:block;
}
.cloud-product-ul li .servicemore{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	display:none;
}
.cloud-product-ul li.active .servicemore{
	display:block;
}
.cloud-product-ul li .servicemore a{
	font-size:16px;
	color:#fff;
	display:flex;
	align-items:center;
	float:right;
}
.cloud-product-ul li .servicemore a span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff url(../images/iconh4.png) no-repeat center;
	margin-right:16px;
}
/* solution
-------------------------------------------------------------- */
.solution{
	width:100%;
	overflow:hidden;
	background:url(../images/solutionbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:104px;
	padding-bottom:145px;
}
.solutiontit{
	padding-left:5.2%;
	margin-bottom:60px;
}
.solutiontit .tit p,.solutiontit .tit h3,.solutiontit .tit h3 a{
	color:#fff;
}
.solutionmenu{
	width:40%;
	overflow:hidden;
	padding-right:5.2%;
	position:relative;
}
.solutionmenu::before{
	content:"";
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.2);
	position:absolute;
	right:0;
	top:31px;
	z-index:0;
}
.solutionmenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	position:relative;
	z-index:9;
}
.solutionmenu ul li{
	overflow:hidden;
}
.solutionmenu ul li .solutionicon,.solutionmenu ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.solutionmenu ul li .solutionicon img{
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.solutionmenu ul li .solutionicon .iconimgh,.solutionmenu ul li:hover .solutionicon .iconimg,.solutionmenu ul li.active .solutionicon .iconimg{
	opacity:0;
	height:0;
}
.solutionmenu ul li:hover .solutionicon .iconimgh,.solutionmenu ul li.active .solutionicon .iconimgh{
	opacity:1;
	height:auto;
}
.solutionmenu ul li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:5px;
}
.cloud-solution-box,.cloud-solution,.cloud-solution-ul,.cloud-solution-ul li .normal-inner{
	width:100%;
	overflow:hidden;
}
.cloud-solution-box{
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-solution-box.active{
	height:auto;
	opacity:1;
}
.cloud-solution-ul li{
	width:16.5%;
	height: 556px;
    display: flex;
    align-items: center;
	margin-right:5%;
	float:left;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear;
}
.cloud-solution-ul li:last-child{
	margin-right:0;
}
.cloud-solution-ul li.active{
	width:57%;
}
.cloud-solution-ul li .normal-inner dl{
	overflow:hidden;
}
.cloud-solution-ul li .normal-inner dl dt,.cloud-solution-ul li .normal-inner dl dd{
	width:100%;
	text-align:center;
}
.cloud-solution-ul li .normal-inner dl dt .solutionimg{
	width:83.7%;
	height:83.7%;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	left:8.15%;
	top:8.15%;
	z-index:9;
}
.cloud-solution-ul li .normal-inner dl dt{
	width:100%;
	background:rgba(255,255,255,0.2);
	overflow:hidden;
	border-radius:100%;
	position:relative;
}
.cloud-solution-ul li .normal-inner dl dt > img{
	width:100%;
	height:auto;
}
.cloud-solution-ul li .normal-inner dl dt .solutionimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cloud-solution-ul li .normal-inner dl dd{
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:18px;
}
.cloud-solution-ul li.active .normal-inner{
	display:none;
}
.cloud-solution-ul li .active-inner{
	width:100%;
	display:none;
	align-items:center;
}
.cloud-solution-ul li.active .active-inner{
	display:flex;
}
.cloud-solution-ul li .active-inner .innerlf{
	width:57%;
	position:relative;
}
.cloud-solution-ul li .active-inner .circle1{
	width:100%;
	overflow:hidden;
}
.cloud-solution-ul li .active-inner .circle1 img{
	max-width:100%;
	height:auto;
	-webkit-transform: rotate(360deg);
	animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 20s linear infinite;
	-o-animation: rotation 1s linear infinite;
}
.cloud-solution-ul li .active-inner .innerlf .circle2{
	width:93.2%;
	height:93.2%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	left:3.4%;
	top:3.4%;
}
.cloud-solution-ul li .active-inner .circle2 img{
	max-width:100%;
	height:auto;
	-webkit-transform: rotate(360deg);
	animation: rotation2 1s linear infinite;
	-moz-animation: rotation2 1s linear infinite;
	-webkit-animation: rotation2 20s linear infinite;
	-o-animation: rotation2 1s linear infinite;
}
.cloud-solution-ul li .active-inner .innerimg{
	width:70%;
	height:70%;
	background:rgba(255,255,255,0.4);
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	left:50%;
	margin-left:-35%;
	top:50%;
	margin-top:-35%;
	z-index:9;
}
.cloud-solution-ul li .active-inner .innerimg img{
	border-radius:50%;
	width:83.2%;
	height:83.2%;
	object-fit:cover;
}
.cloud-solution-ul li .active-inner .innerrt{
	width:43%;
	overflow:hidden;
}
.cloud-solution-ul li .active-inner .innerrt h5{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:38px;
	color:#fff;
	line-height:48px;
	font-weight:normal;
	border-bottom:solid 1px rgba(255,255,255,0.4);
	padding-bottom:38px;
	margin-bottom:24px;
}
.cloud-solution-ul li .active-inner .innerrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.5);
	text-align: justify;
}
.cloud-solution-ul li .active-inner .innerrt .innermore{
	width:100%;
	overflow:hidden;
	margin-top:54px;
}
.cloud-solution-ul li .active-inner .innerrt .innermore a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#fff;
}
.cloud-solution-ul li .active-inner .innerrt .innermore a span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#ff6a00 url(../images/icon4.png) no-repeat center;
	margin-right:16px;
}
@-moz-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@-o-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}


@-moz-keyframes rotation2{
from {-webkit-transform: rotate(360deg);}
to {-webkit-transform: rotate(0deg);}
}
@-o-keyframes rotation2{
from {-webkit-transform: rotate(360deg);}
to {-webkit-transform: rotate(0deg);}
}
@keyframes rotation2{
from {-webkit-transform: rotate(360deg);}
to {-webkit-transform: rotate(0deg);}
}
@-webkit-keyframes rotation2{
from {-webkit-transform: rotate(360deg);}
to {-webkit-transform: rotate(0deg);}
}
/* 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);
	}
}

/* equipment
-------------------------------------------------------------- */
.equipment{
	width:100%;
	overflow:hidden;
	background:url(../images/equipmentbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:112px;
	padding-bottom:84px;
	position:relative;
}
.equipmentnr,.sblist{
	width:100%;
	overflow:hidden;
}
.equipmentnr{
	height:533px;
}
.sblist{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.sblist{
	opacity:0;
	height:0;
}
.sblist.active{
	opacity:1;
	height:auto;
}
.sblf,.sbrt{
	width:23%;
	overflow:hidden;
}
.sblf{
	padding-top:156px;
}
.sblf h5{
	width:100%;
	overflow:hidden;
	font-size:50px;
	font-weight:normal;
	line-height:60px;
	margin-bottom:32px;
}
.sblf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:28px;
	text-align: justify;
}
.sbin{
	width:54%;
	overflow:hidden;
	position:relative;
}
.sbin .sbimg,.sbin p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.sbin .sbimg img{
	max-width:100%;
	height:auto;
	cursor: move;
}
.sbin p{
	font-size:16px;
	color:#2c3441;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sbin p span{
	margin-right:20px;
}
.sbrt{
	padding-top:176px;
}
.sbrt a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
}
.sbrt a span{
	display:block;
	width:112px;
	height:112px;
	background:#ff6a00 url(../images/icon14.png) no-repeat center;
	border-radius:50%;
	margin-left:24px;
}
.sbmenu,.sbmenu ul{
	width:100%;
	overflow:hidden;
}
.sbmenu ul li{
	width:20%;
	overflow:hidden;
	float:left;
	text-align:center;
	position:relative;
}
.sbmenu ul li .sbmenubg{
	width:45%;
	height:100%;
	overflow:hidden;
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	z-index:1;
}
.sbmenu ul li.active .sbmenubg{
	opacity:1;
}
.sbmenu ul li img{
	max-width:100%;
	height:auto;
}
.sbmenu ul li > img{
	position:relative;
	z-index:9;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#dadce0 url(../images/newsbg.jpg) no-repeat top right;
	padding-top:92px;
	padding-bottom:100px;
	padding-left:5.2%;
}
.newsnr{
	width:100%;
	overflow:hidden;
}
.newsnr .swiper-container{
	width:116%;
}
.newsnr .swiper-slide:nth-child(2n+1){
	margin-top:80px;
}
.newslist{
	width:100%;
	height:555px;
	overflow:hidden;
	background:#fff url(../images/newsbg2.jpg) no-repeat bottom left;
	border-radius:20px;
	padding:62px 30px 0 30px;
	position:relative;
}
.newslist .newsbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	z-index:2;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newslist:hover .newsbg{
	opacity:1;
}
.newslist .jpdt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#979a9e;
	line-height:30px;
}
.newslist h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#2c3441;
	line-height:35px;
	height:70px;
	font-weight:normal;
	margin-top:22px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist .newsdt{
	width:96px;
	height:34px;
	border:solid 1px #2c3441;
	border-radius:17px;
	font-size:15px;
	color:#979a9e;
	text-align:center;
	line-height:34px;
	margin-top:30px;
}
.newslist .newsimg{
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:20px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	opacity:0;
}
.newslist:hover .newsimg{
	opacity:1;
}
.newslist .newsimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newslist .newscont{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.newslist .newsbot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d5d6d9;
	padding-top:28px;
	display:flex;
	justify-content:space-between;
	position:absolute;
	left:0;
	bottom:26px;
	z-index:10;
}
.newslist .newsbot .newsbotlf{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	font-family:Arial;
}
.newslist .newsbot .newsbotlf span{
	font-size:56px;
	color:#ff6a00;
	line-height:56px;
	font-family:Arial;
	margin-right:4px;
}
.newslist .newsbot .newsbotrt{
	width:50px;
	height:50px;
	background:#e9eaec url(../images/icon13.png) no-repeat center;
	border-radius:50%;
}
.newslist:hover .jpdt{
	color:rgba(255,255,255,0.6);
}
.newslist:hover h5,.newslist:hover .newsbot .newsbotlf,.newslist:hover .newsbot .newsbotlf span{
	color:#fff;
}
.newslist:hover .newsdt{
	border-color:#fff;
	color:rgba(255,255,255,0.6);
}
.newslist:hover .newsbot{
	border-color:rgba(255,255,255,0.2);
}
.news .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:32px;
}
.news .swiper-button div{
	width:75px;
	height:75px;
	border:solid 1px #989da4;
	border-radius:50%;
	display:inline-block;
	margin:0 18px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.news .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.news .swiper-button .swiper-button-prev:hover{
	background:#ff6a00 url(../images/prevh.png) no-repeat center;
	border-color:#ff6a00;
}
.news .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
}
.news .swiper-button .swiper-button-next:hover{
	background:#ff6a00 url(../images/nexth.png) no-repeat center;
	border-color:#ff6a00;
}
/* global
-------------------------------------------------------------- */
.global{
	width:100%;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat center top;
	padding-top:122px;
	padding-bottom:130px;
	padding-left:5.2%;
	position:relative;
}
.globalmore{
	width:100%;
	overflow:hidden;
	margin-top:76px;
}
.globalmore a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
}
.globalmore a span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#ff6a00 url(../images/icon4.png) no-repeat center;
	margin-right:16px;
}
.global .dot{
	width:465px;
	height:465px;
	border:dashed 1px #ff6a00;
	border-radius:100%;
	position:absolute;
	right:50%;
	margin-right:-778px;
	top:168px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:1;
}
.global .dot::before{
	content:"";
	width:44%;
	height:44%;
	border:dashed 1px #ff6a00;
	border-radius:100%;
	position:absolute;
	left:50%;
	margin-left:-22%;
	top:50%;
	margin-top:-22%;
}
.dots{
	position:absolute;
	right:50%;
	z-index:2;
}
.dot1{
	top:240px;
	margin-right:-558px;
}
.dot2{
	top:470px;
	margin-right:-200px;
}
.dot3{
	top:570px;
	margin-right:-205px;
}
.dot4{
	top:605px;
	margin-right:-200px;
}
.dot5{
	top:516px;
	margin-right:-495px;
}
.dot6{
	top:546px;
	margin-right:-531px;
}
.dot7{
	top:637px;
	margin-right:-596px;
}
.dot8{
	top:330px;
	margin-right:239px;
}
.dot9{
	top:574px;
	margin-right:24px;
}
.dot10{
	top:656px;
	margin-right:89px;
}
.dot11{
	top:400px;
	margin-right:-320px;
}
.dot12{
	top:405px;
	margin-right:-355px;
}
.dot13{
	top:490px;
	margin-right:-415px;
}
.dot14{
	top:425px;
	margin-right:-415px;
}
.dot15{
	top:330px;
	margin-right:-530px;
}
.dot16{
	top:330px;
	margin-right:-580px;
}
.dot17{
	top:360px;
	margin-right:-500px;
}
.dot18{
	top:400px;
	margin-right:-520px;
}
.dots .dotnr{
	width:0;
	min-height:0;
	height:0;
	background:#fff;
	padding:0;
	border-radius:10px;
	box-shadow:0px 0px 13px rgba(0,0,0,0.15);
	position:absolute;
	left:50%;
	margin-left:-162.5px;
	top:0;
	z-index:99;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.dots .plusDiv:hover{
	cursor:pointer;
}
.dots .plusDiv:hover .dotnr{
	opacity:1;
	width:325px;
	top:58px;
	min-height:175px;
	height:auto;
	padding:22px;
}
.dots .dotnr::before{
	content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom:15px solid #fff;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-15px;
}
.dots .dotnr h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#2c3441;
	line-height:40px;
	font-weight:normal;
}
.dots .dotnr .doten{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#abadb0;
	font-family:Arial;
}
.dots .dotnr hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #d5d6d9;
	margin:17px 0;
}
.dots .dotnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
}
.dots .dotnr h5,.dots .dotnr p{
	position:relative;
	z-index:990;
}
.plusDiv{
	width:38px;
	height:38px;
	outline: none;
	border:dashed 1px #ff6a00;
	box-shadow: 1px 1px 8px 0 rgba(255, 106, 0, 0.4);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	margin:auto;
	position:relative;
	z-index:9;
	}
.plusDiv::before{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height:18px;
	width:18px;
	background:#ff6a00;
	position: absolute;
	margin:9px 0 0 9px;
}
.plusDiv::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(222, 84, 19, 0.1);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
@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);
	}
}

.map_m{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:none;
}
.map_m img{
	max-width:100%;
	height:auto;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:45%;
	overflow:hidden;
	margin-top:360px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.aboutlist ul li{
	width:33.3333333333333333333%;
	overflow:hidden;
	display:flex;
	position:relative;
}
.aboutlist ul li:nth-child(2){
	justify-content:center;
}
.aboutlist ul li:last-child{
	justify-content:right;
}
.aboutlist ul li::after{
	content:"";
	width:1px;
	height:80px;
	background:#d5d6d9;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-40px;
}
.aboutlist ul li:last-child::after{
	display:none;
}
.aboutlist ul li dl{
	overflow:hidden;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:30px;
	color:#ff6a00;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#2c3441;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt .timer{
	color:#ff6a00;
	font-size:77px;
	line-height:77px;
	margin-right:10px;
	font-family:Arial;
}
.aboutlist ul li dl dt font{
	color:#ff6a00;
	font-size:77px;
	line-height:77px;
	font-family:Arial;
	}


/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#1b2229;
	padding:66px 0 0 0;
	position:relative;
}
.footernr .footerlf{
	width:42%;
	overflow:hidden;
	}
.botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
}
.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;
	margin-top:22px;
}
.footernr .footerlf .bottel p{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	font-size:16px;
	color:#959595;
	line-height:30px;
	font-family:Arial;
}
.footernr .footerlf .bottel p a{
	font-size:16px;
	color:#959595;
}
.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:16.6666666666666666666666667%;
	overflow:hidden;
	float:left;
}
.footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-bottom:20px;
	position:relative;
}
.footerrt ul li h4 a{
	font-size:20px;
	color:#fff;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	color:#959595;
	line-height:30px;
	font-size:16px;
	margin-top:5px;
	}
.footerrt ul li p a{
	color:#959595;
	font-size:16px;
	}
.footerrt ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:33px 0;
	position:relative;
	margin-top:74px;
	border-top:solid 1px #40454a;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:15px;
	color:#959595;
}
.bot .botrt{
	text-align:right;
}
.botlf p,.bot a{
	font-size:15px;
	color:#959595;
	}
.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;
}
.searchlist,.searchlist ul,.searchlist ul li{
	width:100%;
	overflow:hidden;
}
.searchlist ul li{
	border-bottom:solid 1px #dedfdf;
	padding-bottom:60px;
	margin-bottom:60px;
	}
.searchlist ul li p,.searchlist ul li h5,.searchlist ul li .searchmore_n{
	width:100%;
	overflow:hidden;
}
.searchlist ul li p{
	font-size:18px;
	color:#999;
	line-height:30px;
}
.searchlist ul li h5{
	font-size:30px;
	color:#333333;
	line-height:40px;
	font-weight:normal;
	margin-top:10px;
}
.searchlist ul li .searchmore_n{
	margin-top:30px;
}
.searchlist ul li .searchmore_n .searchbtn_n{
	width:235px;
	height:60px;
	line-height:60px;
	text-align:center;
	position:relative;
}
.searchlist ul li .searchmore_n .searchbtn_n .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    color: #666666;
}
.searchlist ul li .searchmore_n .searchbtn_n .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
	font-size:16px;
    color: #666666;
}
.searchlist ul li .searchmore_n .searchbtn_n .txt2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 35%, 0);
    transform: translate3d(0, 35%, 0);
}
.searchlist ul li .searchmore_n .searchbtn_n::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    background-color: #00469b;
    border-radius: 2.3rem;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1);
}
.searchlist ul li .searchmore_n .searchbtn_n::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 2.3rem;
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
}
.searchlist ul li .searchmore_n .searchbtn_n:hover::before {
    width: 100%
}

.searchlist ul li .searchmore_n .searchbtn_n:hover::after {
    border-color: #00469b
}

.searchlist ul li .searchmore_n .searchbtn_n:hover .txt {
    color: #ffffff
}

.searchlist ul li .searchmore_n .searchbtn_n:hover .txt1 {
    opacity: 0;
    -webkit-transform: translate3d(0, -35%, 0);
    transform: translate3d(0, -35%, 0)
}

.searchlist ul li .searchmore_n .searchbtn_n:hover .txt2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:26px;
	bottom:28px;
    z-index: 999;
}
.side ul li {
    width:47px;
	height:47px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border-radius:50%;
	margin:18px 0;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.side ul li:last-child{
	background:none;
}
.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;
	background:#f2f2f2;
	border-radius:15px;
    width:160px;
	overflow:hidden;
	padding:23px 0;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul li .ewm-box p a{
	font-size:15px;
	color:#1c1f23;
}
.side ul li .ewm-box p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#1c1f23;
	line-height:30px;
	padding-left:30px;
	margin:7px 0;
}
.side ul li .ewm-box p .imgh,.side ul li .ewm-box p:hover .img{
	display:none;
}
.side ul li .ewm-box p:hover .imgh{
	display:block;
}
.side ul li .ewm-box p{
	display:flex;
	align-items:center;
}
.side ul li .ewm-box p i{
	margin-right:16px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidetel:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.message_bot{
	width:320px;
	overflow:hidden;
	background:#ebebeb;
	padding:10px 30px;
	position:fixed;
	right:75px;
	bottom:0;
	z-index:990;
	display:none;
}
.message_bot h5{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color: #2c3441;
	font-weight:normal;
}
.message_bot #close_b{
	display: block;
    width: 15px;
    height: 15px;
    background:#ff6a00;
    color: white;
    text-align: center;
    line-height: 12px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
	z-index:991;
}
.message_bot p,.message_bot select,.message_bot input,.message_bot textarea,.btn3,.tjbtn3,.tjbtn3 button{
	width:100%;
	overflow:hidden;
}
.message_bot p{
	line-height:20px;
}
.btn3 input{
	width:48%;
}
.message_bot select,.message_bot input,.message_bot textarea{
	padding:0 5px;
}
.message_bot input,.message_bot select{
	height:20px;
	line-height:20px;
}
.message_bot p,.btn3,.tjbtn3{
	margin:5px 0;
}
.tjbtn3 button{
	height:30px;
	line-height:30px;
	background: #ff6a00;
    color: #fff;
    text-align: center;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	overflow:hidden;
	position:relative;
}
.bannerimg_n{
	width:100%; 
	height:600px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.bannerimg_n{
		height:800px;
	}
}
@media(max-width:1768px) {
	.bannerimg_n{
		height:553px;
	}
}
@media(max-width:1680px) {
	.bannerimg_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.bannerimg_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.bannerimg_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.bannerimg_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.bannerimg_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.bannerimg_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.bannerimg_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.bannerimg_n{
		height:240px;
	}
}
@media(max-width:640px) {
	.bannerimg_n{
		height:200px;
	}
}
@media(max-width:540px) {
	.bannerimg_n{
		height:169px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	position:absolute;
	left:0;
	bottom:48px;
}
.positionnr{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: url(../images/icon23.png) no-repeat left 3.5px;
	padding-left:37px;
}
.positionnr a {
	font-size: 16px;
	color: #fff;
}
/* position_n
-------------------------------------------------------------- */
.position_n{
	line-height:30px;
	background: url(../images/icon63.png) no-repeat left 3.5px;
	padding-left:37px;
	margin-top:48px;
}
.position_n,.position_n a{
	font-size:16px;
	color:#999;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	font-size:18px;
	color:#2c3441;
	line-height:100px;
	margin-right:100px;
	position:relative;
}
.menu_n ul li::after{
	content:"";
	width:0;
	height:1px;
	background:#ff6a00;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_n ul li a{
	font-size:18px;
	color:#2c3441;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	width:100%;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#ff6a00;
}
/* menu_sb
-------------------------------------------------------------- */
.menu_sb{
	margin-top:46px;
}
.menu_sb .lt {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-right:1.0416666666666667rem;
	padding-bottom:4px;
	position:relative;
}
.menu_sb .lt a {
	display:block;
	font-size:24px;
	line-height:34px;
	color:#000000;
/*	font-weight:bold; */
}
.menu_sb .rt li::after {
	position:absolute;
	z-index:2;
	content:"";
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	background:#dfdfdf;
	height:2px;
	width:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.menu_sb .lt::after {
	position:absolute;
	z-index:2;
	content:"";
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	background:#808080;
	height:1px;
	width:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.menu_sb .rt{
	width:90%;
	overflow:hidden;
}
.menu_sb .rt ul{
	width:100%;
	overflow:hidden;
}
.menu_sb .rt ul li{
	overflow:hidden;
	float:left;
	padding:0 20px 6px 20px;
	margin-bottom:10px;
	position:relative;
}
.menu_sb .rt ul li a{
	font-size:22px;
	color:#999999;
}
.menu_sb .rt li:hover::after,.menu_sb .rt li.active::after,.menu_sb .rt li.on::after,.menu_sb .lt:hover::after,.menu_sb .lt.on::after {
	width:100%;
}
.menu_sb .lt::before {
	position:absolute;
	z-index:2;
	content:"";
	top:0.4166666666666667rem;
	right:-24px;
	width:2px;
	height:28px;
	background:#999999;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	text-align:center;
	color: #2c3441;
    font-size:50px;
    line-height:60px;
	font-weight:normal;
	}
.ntit h3 a{
	color:#2c3441;
    font-size:50px;
	}
.ntit_fw{
	width:100%;
	overflow:hidden;
	}
.ntit_fw h3{
	width:100%;
	overflow: hidden;
	color: #2c3441;
    font-size:45px;
    line-height:55px;
	font-weight:normal;
	}
.ntit_fw h3 a{
	color: #2c3441;
    font-size:45px;
}
.ntit_zb{
	width:100%;
	overflow:hidden;
	}
.ntit_zb h3{
	width:100%;
	overflow: hidden;
	color: #2c3441;
    font-size:36px;
    line-height:46px;
	font-weight:normal;
	margin-top:8px;
	}
.ntit_zb p{
	width:100%;
	overflow: hidden;
	color: #2c3441;
    font-size:90px;
    line-height:90px;
	font-family:Arial;
	font-weight:900;
	text-transform:uppercase;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:135px;
	margin-bottom:60px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.aboutlf_n{
	width:45%;
	overflow:hidden;
}
.aboutimg_n{
	width:48.8%;
	overflow:hidden;
	border-radius:20px;
}
.aboutimg_n img,.aboutimg_n video{
	width:100%;
	height:auto;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-top:60px;
	text-align:justify;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	}
.aboutlist_n{
	padding-top:50px;
}
.aboutlist_n ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.aboutlist_n ul li{
	position:relative;
}
.aboutlist_n ul li::after{
	content:"";
	width:75px;
	height:1px;
	background:#c7c7c7;
	transform:rotate(-55deg);
	position:absolute;
	right:-20px;
	top:45px;
}
.aboutlist_n ul li:last-child::after{
	display:none;
}
.aboutlist_n ul li dl{
	overflow:hidden;
}
.aboutlist_n ul li dl dt,.aboutlist_n ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist_n ul li{
	display:flex;
	padding:0;
	justify-content: center;
}
.aboutlist_n ul li dl dt{
	font-size:20px;
	color:#2c3441;
	font-weight:normal;
}
.aboutlist_n ul li dl dt .timer{
	font-size:70px;
	color:#2c3441;
	line-height:70px;
	font-family:Arial;
}
.aboutlist_n ul li dl dt font{
	font-size:55px;
	color:#2c3441;
	font-family:Arial;
}
.aboutlist_n ul li dl dd{
	font-size:16px;
	color:#2c3441;
}
/* fwys
-------------------------------------------------------------- */
.fwys{
	width:100%;
	overflow:hidden;
	background:url(../images/fwysbg.jpg) no-repeat top center;
	background-size:cover;
	margin-top:112px;
}
.fwysnr{
	position:relative;
}
.fwystit{
	position:absolute;
	z-index:9;
}
.fwystit .tit h3,.fwystit .tit p{
	color:#fff;
	text-align:center;
}
.fwystit hr{
	width:58px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:100px auto 0;
}
.fwysnr .circle3{
	width:65.3%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	position:relative;
}
.fwysnr .circle3 img{
	max-width:100%;
	height:auto;
}
.fwysnr .circle4{
	width:75%;
	height:88%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	left:50%;
	margin-left:-37.5%;
	top:50%;
	margin-top:-37.5%;
	z-index:1;
}
.fwysnr .circle4 img{
	-webkit-transform: rotate(360deg);
	animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 20s linear infinite;
	-o-animation: rotation 1s linear infinite;
}
.fwysnr .fwyslist{
	width:23%;
	overflow:hidden;
	position:absolute;
	top:97px;
	z-index:7;
}
.fwysnr .fwyslf{
	left:0;
}
.fwysnr .fwysrt{
	right:0;
}
.fwysnr .fwyslist dl,.fwysnr .fwyslist dl dt,.fwysnr .fwyslist dl dd{
	width:100%;
	overflow:hidden;
}
.fwysnr .fwyslist dl{
	margin-top:88px;
}
.fwysnr .fwyslist dl dt{
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
}
.fwysnr .fwyslist dl dd{
	font-size:15px;
	color:rgba(255,255,255,0.7);
	line-height:25px;
	margin-top:12px;
	text-align: justify;
}
/* jtcy
-------------------------------------------------------------- */
.jtcy{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:102px 0 134px 0;
}
.jtcy ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}
.jtcy ul li{
	width:32%;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
}
.jtcy ul li .jtcyimg{
	width:100%;
	height:262px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.jtcy ul li .jtcyimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jtcy ul li h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	font-weight:normal;
	line-height:36px;
	padding:0 28px;
	position:absolute;
	left:0;
	bottom:15px;
}
.jtcy ul li .jtcytext{
	width:100%;
	overflow:hidden;
	padding:26px;
}
.jtcy ul li .jtcytext h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#2c3441;
	line-height:30px;
	font-weight:normal;
	margin-bottom:10px;
}
.jtcy ul li .jtcytext .tcyjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#82858a;
	line-height:25px;
	text-align: justify;
}
.jtcy ul li .jtcytext .jtcylist{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d5d6d9;
	padding-top:34px;
	margin-top:28px;
}
.jtcy ul li .jtcytext .jtcylist p{
	width:50%;
	overflow:hidden;
	font-size:15px;
	color:#2c3441;
	float:left;
	line-height:30px;
	margin-top:4px;
}
.jtcy ul li:nth-child(4) .jtcytext .jtcylist p{
	width:33.3333333333333333333333333%;
}
.jtcy ul li .jtcytext .jtcylist p a{
	font-size:15px;
	color:#2c3441;
}
/* yxxz
-------------------------------------------------------------- */
.yxxz{
	width:100%;
	overflow:hidden;
	background:url(../images/xzbg.jpg) no-repeat left top;
	padding-left:5.2%;
}
.yxxzlf{
	padding:170px 0 0 0;
}
.yxxzmore{
	width:100%;
	overflow:hidden;
	margin-top:240px;
}
.yxxzmore a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
}
.yxxzmore a span{
	display:block;
	width:112px;
	height:112px;
	background:#ff6a00 url(../images/icon14.png) no-repeat center;
	border-radius:50%;
	margin-left:24px;
}
.yxxzrt{
	padding:0;
}
.yxxzrt ul{
	width:100%;
	overflow:hidden;
}
.yxxzrt ul li{
	height:479px;
	overflow:hidden;
	border:solid 1px #d7d7d7;
	padding:144px 40px 0 38px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yxxzrt ul li:hover{
	background:url(../images/xzbg2.jpg) no-repeat top center;
	background-size:cover;
}
.yxxzrt ul li .icon,.yxxzrt ul li h5,.yxxzrt ul li h6,.yxxzrt ul li p{
	width:100%;
	overflow:hidden;
}
.yxxzrt ul li .icon img{
	max-width:100%;
	height:auto;
}
.yxxzrt ul li .icon .iconimgh,.yxxzrt ul li:hover .icon .iconimg{
	display:none;
}
.yxxzrt ul li:hover .icon .iconimgh{
	display:block;
}
.yxxzrt ul li h5{
	font-size:32px;
	color:#2c3441;
	line-height:42px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:50px;
}
.yxxzrt ul li h6{
	font-size:22px;
	color:#2c3441;
	font-weight:normal;
	line-height:32px;
	margin-bottom:8px;
}
.yxxzrt ul li p{
	font-size:16px;
	color:#2c3441;
	text-align: justify;
}
.yxxzrt ul li:hover h5,.yxxzrt ul li:hover h6,.yxxzrt ul li:hover p{
	color:#fff;
}
/* fwlist
-------------------------------------------------------------- */
.fwlist{
	width:100%;
	overflow:hidden;
	background:url(../images/xzbg3.jpg) no-repeat top center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:138px;
}
.fwlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.fwlist ul li{
	padding:0;
	border-right:solid 1px rgba(255,255,255,0.2);
}
.fwlist ul li:last-child{
	border-right:none;
}
.fwlist ul li .icon,.fwlist ul li h5,.fwlist ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.fwlist ul li .icon img{
	max-width:100%;
	height:auto;
}
.fwlist ul li h5{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	line-height:40px;
	margin-top:32px;
}
.fwlist ul li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:5px;
}
/* qywh
-------------------------------------------------------------- */
.qywh{
	width:100%;
	overflow:hidden;
	padding-left: 5.2%;
	padding-top:162px;
	padding-bottom:165px;
}
.qywhlf{
	width:33%;
	overflow:hidden;
}
.qywhlf h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#ff6a00;
	font-weight:normal;
	margin-top:110px;
}
.qywhjs{
	margin-top:24px;
}
.qywhjs,.qywhjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align: justify;
}
.qywhrt{
	width:52.8%;
	overflow:hidden;
}
.qywhrt ul{
	width:100%;
	overflow:hidden;
}
.qywhrt ul li{
	height:328px;
	overflow:hidden;
	padding:0;
	border-left:solid 1px #e9e9e9;
	position:relative;
}
.qywhrt ul li .qywhimg{
	width:100%;
	height:100%;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhrt ul li .qywhimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.qywhrt ul li .qywhrt_text{
	width:100%;
	overflow:hidden;
	padding:78px 40px 0 40px;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.qywhrt ul li:hover .qywhimg{
	opacity:1;
}
.qywhrt ul li .icon,.qywhrt ul li h5,.qywhrt ul li p{
	width:100%;
	overflow:hidden;
}
.qywhrt ul li .icon img{
	max-width:100%;
	height:auto;
}
.qywhrt ul li .icon .iconimgh,.qywhrt ul li:hover .icon .iconimg{
	display:none;
}
.qywhrt ul li:hover .icon .iconimgh{
	display:block;
}
.qywhrt ul li h5{
	font-size:30px;
	color:#2c3441;
	line-height:40px;
	margin-top:40px;
	margin-bottom:15px;
}
.qywhrt ul li p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
}
.qywhrt ul li:hover h5,.qywhrt ul li:hover p{
	color:#fff;
}
.qywhbox{
	width:100%;
	overflow:hidden;
	position:relative;
}
.qywhboxnr{
	width:100%;
	height:960px;
	overflow:hidden;
	padding-top:142px;
}
.qywhbox .qywhboxbg1{
	background:url(../images/qywhboxbg1.jpg) no-repeat top center;
	background-size:cover;
}
.qywhbox .qywhboxbg2{
	background:url(../images/qywhboxbg2.jpg) no-repeat top center;
	background-size:cover;
}
.qywhbox .qywhboxbg3{
	background:url(../images/qywhboxbg3.jpg) no-repeat top center;
	background-size:cover;
}
.qywhboxlf{
	width:60%;
	overflow:hidden;
}
.qywhboxlf ul,.qywhboxlf ul li{
	width:100%;
	overflow:hidden;
}
.qywhboxlf ul{
	margin-top:252px;
}
.qywhboxlf ul li{
	display:flex;
	align-items:center;
	line-height:30px;
	margin-top:7px;
}
.qywhboxlf ul li hr{
	width:35px;
	border:none;
	border-bottom:solid 1px #fff;
	margin-right:10px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhboxlf ul li a{
	font-size:16px;
	color:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhboxlf ul li:hover a{
	color:#ff6a00;
}
.qywhboxlf ul li:hover hr{
	border-color:#ff6a00;
}
.qywhboxlf .tit h3,.qywhboxlf .tit p{
	color:#fff;
}
.qywhboxlf .qywhboxjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:23px;
	text-align: justify;
}
.qywhboxrt .qywhboxms,.qywhboxrt .qywhboxms p{
	width:100%;
	overflow:hidden;
}
.qywhboxrt .qywhboxms p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align: justify;
}
.qywhboxrt{
	width:37%;
	overflow:hidden;
	padding-top:428px;
}
.qywhboxrt h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	font-weight:normal;
	margin-bottom:32px;
}
.qywhbox .swiper-button{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:395px;
}
.qywhbox .swiper-button .cont div{
	width:52px;
	height:52px;
	border:solid 1px rgba(255,255,255,0.4);
	border-radius:50%;
	display:inline-block;
	position:relative;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.qywhbox .swiper-button .swiper-button-prev{
	background:url(../images/prevh.png) no-repeat center;
}
.qywhbox .swiper-button .swiper-button-next{
	background:url(../images/nexth.png) no-repeat center;
	margin-left:20px;
}
.qywhbox .swiper-button div:hover{
	background-color:#ff6a00;
	border-color:#ff6a00;
}
.qywhlist,.qywhlist ul{
	width:100%;
	overflow:hidden;
}
.qywhlist ul{
	height:960px;
}
.qywhlist ul li{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #d3d3d3;
	padding-top:310px;
}
.qywhlist ul li .qywhtext,.qywhlist ul li .qywhtext .icon,.qywhlist ul li .qywhtext h5,.qywhlist ul li .qywhtext p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.qywhlist ul li .qywhtext .icon{
	height:65px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.qywhlist ul li .qywhtext .icon img{
	max-width:100%;
	height:auto;
}
.qywhlist ul li .qywhtext h5{
	font-size:30px;
	color:#2c3441;
	line-height:40px;
	margin-top:40px;
}
.qywhlist ul li .qywhtext p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-top:22px;
	padding:0 10px;
}
.qywhlist ul li .qywhtext hr{
	width:30px;
	border:none;
	border-bottom:solid 2px #ff6a00;
	margin:146px auto 0;
}
.qywhbot{
	width:100%;
	height:479px;
	overflow:hidden;
	background:url(../images/qywhbotbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:150px;
}
.qywhbot h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:55px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.qywhbot p{
	width:100%;
	overflow:hidden;
	font-size:26px;
	line-height:36px;
	color:#fff;
	text-align:center;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.honornr_n{
	width:100%;
	overflow:hidden;
	margin-top:25px;
}
.honornr_n ul{
      width: 100%;
	  overflow:hidden;
	  display:flex;
	  flex-wrap:wrap;
    }
.honornr_n ul li{
      width: 24.25%;
	  overflow:hidden;
	  margin:30px 1% 30px 0;
    }
.honornr_n ul li:nth-child(4n){
	margin-right:0;
}
.honornr_n ul li img{
      max-width:100%;
	  height:auto;
    }
.honornr_n ul li:hover img{
	transform:scale(1.02);
}

/* team
-------------------------------------------------------------- */
.team{
	width:100%;
	overflow:hidden;
	background: #fcfcfc;
	padding:26px 0 60px 0;
}
.teamnr{
	width:100%;
}
.teamlist{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	padding:80px 64px 80px 80px;
	box-shadow:0px 0px 40px rgba(0,0,0,0.04);
	display:flex;
	align-items:center;
	margin:76px 0;
}
.teamlist .teamimg{
	width:24%;
	overflow:hidden;
}
.teamlist .teamimg img{
	max-width:100%;
	height:auto;
	border-radius:100%;
}
.teamlist .teamin{
	width:51%;
	overflow:hidden;
	padding-left:50px;
}
.teamlist .teamin h5{
	width:100%;
	overflow:hidden;
	font-size:38px;
	line-height:48px;
	color:#2c3441;
	font-weight:normal;
}
.teamlist .teamin h5 span{
	font-size:16px;
	color:#2c3441;
}
.teamlist .teamin .teamzw{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	border-bottom:dashed 1px #ff6a00;
	padding-bottom:28px;
	margin-top:24px;
}
.teamlist .teamin .teamzw dl{
	overflow:hidden;
	margin-right:44px;
}
.teamlist .teamin .teamzw dl:last-child{
	margin-right:0;
}
.teamlist .teamin .teamzw dl dt,.teamlist .teamin .teamzw dl dd{
	width:100%;
	overflow:hidden;
}
.teamlist .teamin .teamzw dl dt{
	font-size:18px;
	color:#2c3441;
	line-height:30px;
}
.teamlist .teamin .teamzw dl dd{
	font-size:16px;
	color:#82858a;
	line-height:30px;
}
.teamlist .teamin .teamjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#82858a;
	line-height:30px;
	margin-top:28px;
	text-align: justify;
}
.teamlist .teamin .teamjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#82858a;
	line-height:30px;
}
.teamlist .teamrt{
	width:24%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
}
.teamlist .teamrt a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.teamlist .teamrt a span{
	display:block;
	width:90px;
	height:90px;
	border-radius:50%;
	background:#efefef url(../images/icon24.png) no-repeat center;
	margin-left:28px;
}
.teamlist .teamrt a:hover span{
	background:#ff6a00 url(../images/iconh24.png) no-repeat center;
}
/* history
-------------------------------------------------------------- */
.history{
	width:100%;
	overflow:hidden;
	background:#ebf0f5;
	padding-top:121px;
	padding-bottom:138px;
	position:relative;
}
.history::after{
	content:"";
	width:100%;
	height:1px;
	background:#c5cad1;
	position:absolute;
	left:0;
	bottom:204px;
}
.history .mySwiper,.history .mySwiper2,.historynr,.historynr .historyrt .year,.historynr .historyrt .historytext_n,.historynr .historyrt .historytext_n p{
	width:100%;
	overflow:hidden;
}
.historynr{
	position:relative;
	padding-top:25px;
}
.historynr .bigyear{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:500px;
	color:#fff;
	line-height:400px;
	font-weight:bold;
	font-family:Arial;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.historynr .historyimg{
	width:42%;
	overflow:hidden;
	margin-top:64px;
}
.historynr .historyimg img{
	max-width:100%;
	height:auto;
}
.historynr .historyrt{
	width:56%;
	overflow:hidden;
}
.historynr .historyimg,.historynr .historyrt{
	position:relative;
	z-index:9;
}
.historynr .historyrt .year{
	font-size:77px;
	color:#ff6a00;
	line-height:77px;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:7px;
}
.historynr .historyrt .historytext_n p{
	font-size:16px;
	color:#2c3441;
	margin-top:26px;
	text-align: justify;
}
.history .mySwiper{
	margin-top:110px;
}
.history .mySwiper dl,.history .mySwiper dl dt,.history .mySwiper dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.history .mySwiper dl dt .icon{
	width:30px;
	height:30px;
	background:#fff;
	border-radius:100%;
	border:solid 2px #bfbfbf;
	margin:auto;
	position:relative;
}
.history .mySwiper dl dt .icon::after{
	content:"";
	width:5px;
	height:5px;
	background:#ff6a00;
	border-radius:100%;
	position:absolute;
	left:10.5px;
	top:10.5px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.history .mySwiper dl:hover{
	cursor:pointer;
}
.history .mySwiper dl:hover dt .icon,.history .mySwiper .swiper-slide-thumb-active dl dt .icon{
	border-color:#ff6a00;
}
.history .mySwiper dl:hover dt .icon::after,.history .mySwiper .swiper-slide-thumb-active dl dt .icon::after{
	opacity:1;
}
.history .mySwiper dl:hover dd,.history .mySwiper .swiper-slide-thumb-active dl dd{
	color:#ff6a00;
}
.history .mySwiper dl dd{
	font-size:26px;
	color:#2c3441;
	font-family:Arial;
	line-height:36px;
	margin-top:15px;
}
.history .cont{
	position:relative;
}
.history .swiper-button{
	overflow:hidden;
	position:absolute;
	left:0;
	top:550px;
	z-index:990;
}
.history .swiper-button div{
	width:75px;
	height:75px;
	border:solid 1px #a0a6ae;
	border-radius:100%;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.history .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.history .swiper-button .swiper-button-prev:hover{
	background:#ff6a00 url(../images/prevh.png) no-repeat center;
	border-color:#ff6a00;
}
.history .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:30px;
}
.history .swiper-button .swiper-button-next:hover{
	background:#ff6a00 url(../images/nexth.png) no-repeat center;
	border-color:#ff6a00;
}
/* ry
-------------------------------------------------------------- */
.ry{
	width:100%;
	overflow:hidden;
	background:url(../images/rybg.jpg) no-repeat top right;
	padding:43px 0 108px 0;
}
.rynr{
	width:100%;
	height:1836px;
	overflow-y:auto;
	margin-top:45px;
	padding-top:34px;
}
/* 自定义滚动条 */
.rynr::-webkit-scrollbar {
	width: 5px;
}

.rynr::-webkit-scrollbar-track {
	background: #d5d5d5;
}

.rynr::-webkit-scrollbar-thumb {
	background: #ff6a00;
}

.rynr::-webkit-scrollbar-thumb:hover {
	background:#ff6a00;
}
.rynr ul,.rynr ul li{
	width:100%;
	overflow:hidden;
}
.rynr ul li{
	display:flex;
	padding-top:38px;
	position:relative;
}
.rynr ul li::before{
	content:"";
	width:1px;
	height:100%;
	background:#cdcdcd;
	position:absolute;
	left:15px;
	top:0;
}
.rynr ul li .icon{
	width:30px;
	height:30px;
	background:#fff;
	border:solid 2px #ff6a00;
	border-radius:100%;
	margin-top:33.5px;
	position:relative;
}
.rynr ul li .icon::after{
	content:"";
	width:5px;
	height:5px;
	background:#ff6a00;
	border-radius:100%;
	position:absolute;
	left:50%;
	margin-left:-2.5px;
	top:50%;
	margin-top:-2.5px;
}
.rynr ul li .ryyear{
	font-size:25px;
	color:#2c3441;
	line-height:35px;
	margin-left:20px;
	margin-top:30.5px;
}
.rynr ul li .ryyear span{
	font-size:25px;
	color:#2c3441;
	font-weight:bold;
	font-family:Arial;
}
.rynr ul li hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #2c3441;
	margin-top:48px;
	margin-left:28px;
}
.rynr ul li .ryrt{
	width:85%;
	overflow:hidden;
	display:flex;
}
.rynr ul li .rytext{
	width:26%;
	overflow:hidden;
	margin-left:46px;
	margin-top:30.5px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.rynr ul li .rytext h5{
	width:100%;
	overflow:hidden;
	font-size:88px;
	color:#ff6a00;
	font-family:Arial;
	font-weight:bold;
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.rynr ul li .rytext h5 span{
	font-size:25px;
	color:#ff6a00;
	font-weight:normal;
	margin-left:46px;
}
.rynr ul li .rytext p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#abadb0;
	font-weight:bold;
	line-height:30px;
	margin-bottom:6px;
	text-align: justify;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.rynr ul li .ryimg{
	width:57%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	opacity:0;
	height:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.rynr ul li .ryimg p{
	overflow:hidden;
	margin-left:10px;
	margin: 5px 1%;
    width: 31.33333333333333333333333%;
}
.rynr ul li .ryimg img{
	max-width:100%;
	height:auto;
}
.rynr ul li:hover .rytext{
	margin-top:0;
}
.rynr ul li:hover .ryimg{
	opacity:1;
	height:auto;
}
.rynr ul li:hover .rytext h5{
	opacity:1;
	height:auto;
}
.rynr ul li:hover .rytext p{
	color:#2c3441;
}
/* 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;
}
.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:134px;
}
.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: 30px;
	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:30px;
	color:#333;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
.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
-------------------------------------------------------------- */
.casebg{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:50px;
	padding-bottom:60px;
}
.menulist,.menulist h5{
	width:100%;
	overflow:hidden;
}
.menulist{
	margin-bottom:32px;
}
.menulist h5{
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
}
.menulist > ul{
	width:100%;
	overflow:hidden;
	margin-top:14px;
	margin-bottom:10px;
}
.menulist ul li{
	overflow:hidden;
	line-height:30px;
	margin-right:50px;
	float:left;
}
.menulist ul li a{
	font-size:16px;
	color:#2c3441;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menulist ul li a:hover,.menulist ul li.active a{
	color:#ff6a00;
}
.menulist ul li a i{
	margin-left:14px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menulist ul li a:hover i,.menulist ul li.active a i{
	opacity:1;
}
.menunr{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	height:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menunr.active{
	padding:18px 6.4%;
	height:auto;
	opacity:1;
}
.menunr:first-of-type.active{
	display:none;
}
.menunr a{
	margin:7px 47px;
	font-size:16px;
	color:#979a9e;
	display:block;
	float:left;
}
.menunr a:hover,.menunr a.active{
	color:#ff6a00;
}
.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,.tjcasenr_n ul li .caseimg_n,.tjcasenr_n ul li .casetext_n{
	width:100%;
	overflow:hidden;
}
.casenr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.casenr_n ul li{
    width: 32.2%;
	overflow:hidden;
	margin:20px 1.7% 20px 0;
}
.casenr_n ul li:nth-child(3n){
	margin-right:0;
}
.casenr_n ul li .caseimg_n,.tjcasenr_n ul li .caseimg_n{
	position:relative;
	height:333px;
}
.casenr_n ul li .caseimg_n img,.tjcasenr_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,.tjcasenr_n ul li:hover .caseimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
}
.casenr_n ul li .casetext_n,.tjcasenr_n ul li .casetext_n{
	margin-top:30px;
}
.casenr_n ul li .casetext_n h5,.tjcasenr_n ul li .casetext_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#2c3441;
	line-height:32px;
	font-weight:normal;
	margin-bottom:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.casenr_n ul li .casetext_n p,.tjcasenr_n ul li .casetext_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#94969b;
	line-height:30px;
	text-align:justify;
}
.tjcase_n,.tjcasenr_n{
	width:100%;
	overflow:hidden;
}
.tjcase_n{
	margin-top:42px;
}
.tjcase_n .ntit{
	border-bottom:solid 1px #e6e6e6;
	padding-bottom:32px;
}
.tjcase_n .ntit h3{
	text-align:left;
}
.tjcasenr_n{
	margin-top:50px;
}
.tjcasenr_n ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.tjcasenr_n ul li{
	width: 32.2%;
	overflow:hidden;
	margin:10px 0;
}
/* nnews
-------------------------------------------------------------- */
.news_n{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding-top:60px;
	padding-bottom:98px;
	}
.newsmenu,.newsmenu ul{
	width:100%;
	overflow:hidden;
}
.newsmenu ul li{
	width:176px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	border:solid 1px #bfbfbf;
	border-radius:25px;
	margin:5px 20px 5px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsmenu ul li a{
	font-size:16px;
	color:#2c3441;
	display:block;
}
.newsmenu ul li:hover,.newsmenu ul li.active{
	background:#ff6a00;
	border-color:#ff6a00;
}
.newsmenu ul li:hover a,.newsmenu ul li.active a{
	color:#fff;
}
.newstop{
	width:100%;
	background:#fff;
	box-shadow:7px 0px 50px rgba(0,0,0,0.07);
	margin-top:95px;
}
.newstop .newtoplf{
	overflow:hidden;
	padding:0;
	position:relative;
	height:590px;
}
.newstop .newtoplf img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newstop .newtoplf:hover img{
	transform:translate(-50%, -50%) scale(1.03);
	}
.newstop .newtoprt{
	padding:53px 66px 0 66px;
}
.newstop .newtoplf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.news_n .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:76px;
}
.news_n .swiper-pagination span{
	display:inline-block;
	width:48px;
	height:3px;
	background:#bfbfbf;
	margin:0 5px;
}
.news_n .swiper-pagination .swiper-pagination-bullet-active{
	background:#ff6a00;
}
.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-align: justify;
}
.newstop .newtoprt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#979a9e;
	text-align: justify;
}
.newstop .newtoprt .more{
	margin-top:54px;
}
.newstop .newtoprt .more a span{
	font-size:16px;
}
.newsbg_n{
	width:100%;
	overflow:hidden;
	background:#efefef;
	padding-bottom:110px;
}
.newsnr_n{
	margin-top:80px;
	margin-bottom:80px;
}
.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:10px 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;
	text-align: justify;
}
.newsnr_n ul li .newsms_n h5{
	font-size:19px;
	color:#2c3441;
	line-height:30px;
	font-weight:normal;
	margin-bottom:20px;
}
.newsnr_n ul li .newsms_n p{
	font-size:15px;
	color:#82858a;
}
.newsnr_n ul li:hover{
	background:#ff6a00;
}
.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;
}
.newsinfo_n{
	margin-top:60px;
}
.newslf_n{
	width:72%;
    overflow: hidden;
}
.newslfbg_n{
	width:100%;
    overflow: hidden;
	background:#fff;
}
.newslf_n .newstit_n{
	width:100%;
    overflow: hidden;
	border-left:solid 8px #ff6a00;
	padding-left:52px;
	border-bottom:solid 1px #e9eaec;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:55px;
}
.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 #ff6a00;
	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;
	text-align: justify;
}
.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:#ff6a00;
}
.newstit_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 26px;
	line-height:36px;
    color: #2c3441;
	font-weight:normal;
	padding-bottom:4px;
	text-align: justify;
	}
.newstit_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;
}
.newslf_n .fbnr {
    width: 100%;
    overflow: hidden;
	padding:0 60px 60px 60px;
    margin-top: 55px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
	text-align: justify;
}
.newslf_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.newslf_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;
	}
/* service_cg
-------------------------------------------------------------- */
.service_cg{
	width:100%;
	overflow:hidden;
	background:#fafafa url(../images/fwtxbg4.jpg) no-repeat right top;
	padding-top:130px;
	padding-bottom:146px;
}
.service_cglf{
	width:45%;
	overflow:hidden;
}
.service_cglf h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	font-weight:normal;
	margin-top:4px;
}
.service_cglf .service_cgnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#686d74;
	line-height:26px;
	padding-right:50px;
	margin-top:42px;
	text-align:justify;
}
.service_cglf ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:80px;
}
.service_cglf ul li{
	width:24%;
	overflow:hidden;
}
.service_cglf ul li .icon,.service_cglf ul li h5,.service_cglf ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.service_cglf ul li h5{
	font-size:22px;
	font-weight:normal;
	line-height:32px;
	margin-top:12px;
}
.service_cglf ul li p{
	color:#686d74;
}
.service_cglf ul li .icon img{
	max-width:100%;
	height:auto;
}
.service_cgimg{
	width:48.8%;
	overflow:hidden;
	border-radius:20px;
}
.service_cgimg img{
	width:100%;
	height:auto;
}
.service_zbfw{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	padding-top:86px;
	padding-bottom:118px;
	position:relative;
}
.service_zbfw::before{
	content:"";
	width:100%;
	height:585px;
	background:url(../images/fwtxbg1.jpg) no-repeat top center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.service_zbfwnr{
	position:relative;
	z-index:9;
}
.service_zbfw .ntit_fw h3{
	color:#fff;
	text-align:center;
}
.service_zbfwjs{
	width:100%;
	overflow:hidden;
	padding:0 24.5%;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:20px;
}
.service_zbfwnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:82px;
}
.service_zbfwnr ul li{
	width:24%;
	height:547px;
	overflow:hidden;
	padding:0 50px;
	background:#fff;
	border-radius:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_zbfwnr ul li:first-child:hover{
	background:url(../images/fwtxbg5.jpg) no-repeat top center;
	background-size:cover;
}
.service_zbfwnr ul li:nth-child(2):hover{
	background:url(../images/fwtxbg6.jpg) no-repeat top center;
	background-size:cover;
}
.service_zbfwnr ul li:nth-child(3):hover{
	background:url(../images/fwtxbg7.jpg) no-repeat top center;
	background-size:cover;
}
.service_zbfwnr ul li:nth-child(4):hover{
	background:url(../images/fwtxbg8.jpg) no-repeat top center;
	background-size:cover;
}
.service_zbfwnr ul li .zm{
	width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    margin-top:30px;
}
.service_zbfwnr ul li:hover .zm span{
	color:#fff;
	border-color:#fff;
}
.service_zbfwnr ul li .service_icon{
	width: 100%;
    overflow: hidden;
	margin-top:175px;
}
.service_zbfwnr ul li .service_icon img{
	max-width:100%;
	height:auto;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_zbfwnr ul li .service_icon .iconimgh,.service_zbfwnr ul li:hover .service_icon .iconimg{
	display:none;
}
.service_zbfwnr ul li:hover .service_icon .iconimgh{
	display:block;
}
.service_zbfwnr ul li h5,.service_zbfwnr ul li p,.service_zbfwnr ul li .servicemore{
	width: 100%;
    overflow: hidden;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_zbfwnr ul li p{
	font-size:16px;
	color:#b2b3b7;
	line-height:30px;
	margin-top:15px;
	text-align:justify;
}
.service_zbfwnr ul li:hover p{
	color:#fff;
	text-align:right;
}
.service_zbfwnr ul li .servicemore{
	display:none;
	margin-top:54px;
}
.service_zbfwnr ul li:hover .servicemore{
	display:block;
}
.service_zbfwnr ul li .servicemore a{
	font-size:16px;
	color:#fff;
	display:flex;
	align-items:center;
	float:right;
}
.service_zbfwnr ul li .servicemore a span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff url(../images/iconh4.png) no-repeat center;
	margin-right:16px;
}
.service_map{
	margin-top:144px;
	padding-bottom:144px;
	position:relative;
}
.service_mapnr{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.service_mapnr h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#2c3441;
	font-weight:normal;
	line-height:60px;
}
.service_mapnr .service_num,.service_mapnr .service_num dl,.service_mapnr .service_num dl dt,.service_mapnr .service_num dl dd{
	width:100%;
	overflow:hidden;
}
.service_mapnr .service_num{
	margin-top:230px;
}
.service_mapnr .service_num dl{
	margin-top:55px;
}
.service_mapnr .service_num dl dt{
	font-size:30px;
	color:#ff6a00;
	font-weight:normal;
}
.service_mapnr .service_num dl dt .timer,.service_mapnr .service_num dl dt font{
	font-size:88px;
	color:#ff6a00;
	font-family:Arial;
	line-height:78px;
	font-weight:bold;
}
.service_mapnr .service_num dl dd{
	font-size:16px;
	color:#2c3441;
}
.service_mapimg{
	width:100%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.service_mapimg img{
	max-width:100%;
	height:auto;
}
.service_ys{
	width:100%;
	height:936px;
	overflow:hidden;
	background:#fafafa;
	position:relative;
}
.service_yslf{
	width:53.2%;
	overflow:hidden;
	padding-top:26px;
	position:relative;
	z-index:9;
}
.service_yslf ul,.service_yslf ul li{
	width:100%;
	overflow:hidden;
}
.service_yslf ul{
	margin-top:43px;
}
.service_yslf ul li{
	padding:40px 126px 40px 46px;
	margin:5px 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_yslf ul li:hover{
	background:#ff6a00;
	border-radius:15px;
}
.service_yslf ul li .num{
	width:11%;
	overflow:hidden;
	font-size:45px;
	color:#ff6a00;
	font-family:Arial;
	font-weight:bold;
	line-height:55px;
}
.service_yslf ul li .service_ysjs{
	width:89%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	text-align:justify;
}
.service_yslf ul li .service_ysjs h5,.service_yslf ul li .service_ysjs p{
	width:100%;
	overflow:hidden;
}
.service_yslf ul li .service_ysjs h5{
	font-size:22px;
	line-height:32px;
	text-align:justify;
	margin-bottom:5px;
}
.service_yslf ul li .service_ysjs p{
	font-size:16px;
	line-height:30px;
	text-align:justify;
}
.service_yslf ul li:hover .service_ysjs h5,.service_yslf ul li:hover .service_ysjs p{
	color:#fff;
}
.service_ys .service_ysimg{
	width:50%;
	height:936px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
.service_ys .service_ysimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.service_yslf ul li:hover .num,.service_yslf ul li:hover .service_ysjs{
	color:#fff;
}
.service_gzfw{
	width:100%;
	height:824px;
	overflow:hidden;
	background:#fafafa url(../images/fwtxbg2.jpg) no-repeat bottom center;
	padding-top:90px;
}
.service_gzfwnr{
	width:100%;
	overflow:hidden;
}
.service_gzfwrt{
	width:37.2%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	padding-top:160px;
	text-align:justify;
}
.service_fwlc{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	padding-top:76px;
	padding-bottom:106px;
}
.service_fwlctit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.service_fwlctit .ntit_fw{
	width:auto;
}
.service_fwlcmore a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_fwlcmore a span{
	display:block;
	width:90px;
	height:90px;
	border-radius:50%;
	background:#ff6a00 url(../images/iconh24.png) no-repeat center;
	margin-left:22px;
	margin-right:16px;
}
.service_fwlc ul{
	width:100%;
}
.service_fwlc ul li{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:15px;
	box-shadow:0px 0px 50px rgba(0,0,0,0.03);
	padding:74px 70px;
	margin:36px 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_fwlc ul li:hover{
	background:#ff6a00;
}
.service_fwlc ul li .icon{
	width:100%;
	overflow:hidden;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.service_fwlc ul li .icon .iconimgh,.service_fwlc ul li:hover .icon .iconimg{
	display:none;
}
.service_fwlc ul li:hover .icon .iconimgh{
	display:block;
}
.service_fwlc ul li .service_fwlcin{
	width:76%;
	overflow:hidden;
}
.service_fwlc ul li .service_fwlcin h5,.service_fwlc ul li .service_fwlcin p{
	width:100%;
	overflow:hidden;
}
.service_fwlc ul li .service_fwlcin h5{
	font-size:36px;
	color:#242a33;
	line-height:46px;
	margin-bottom:16px;
}
.service_fwlc ul li .service_fwlcin p{
	font-size:20px;
	color:#242a33;
	line-height:30px;
	text-align:justify;
}
.service_fwlc ul li .icon{
	width:6%;
	overflow:hidden;
}
.service_fwlc ul li .service_fwlcnum{
	width:18%;
	overflow:hidden;
	text-align:right;
	font-size:88px;
	color:#ff6a00;
	line-height:88px;
	font-weight:bold;
	font-family:Arial;
}
.service_fwlc ul li:hover .service_fwlcin h5,.service_fwlc ul li:hover .service_fwlcin p,.service_fwlc ul li:hover .service_fwlcnum{
	color:#fff;
}
.shfw{
	width:100%;
	height:360px;
	overflow:hidden;
	background:url(../images/fwtxbg3.jpg) no-repeat top center;
	background-size:cover;
	padding-top:58px;
}
.shfwnr{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.shfwlf,.shfwrt{
	padding:0;
}
.shfwlf .ntit_fw h3{
	color:#fff;
}
.shfwlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:30px;
	text-align:justify;
}
.shfwlf .shfwtel{
	width:100%;
	overflow:hidden;
	margin-top:52px;
}
.shfwlf .shfwtel span,.shfwlf .shfwtel span a{
	font-size:22px;
	color:#fff;
}
.shfwlf .shfwtel span{
	margin-right:58px;
}
.shfwlf .shfwtel span:last-child{
	margin-right:0;
}
.shfwrt a{
	display:block;
	width:252px;
	height:66px;
	background:#fff;
	font-size:20px;
	text-align:center;
	line-height:66px;
	border-radius:33px;
}
/* menu_jjfa
-------------------------------------------------------------- */
.menu_jjfa{
	position:relative;
	z-index:9;
	margin-top:-36px;
}
.menu_jjfa ul{
	width:100%;
	overflow:hidden;
	padding-bottom:14px;
}
.menu_jjfa ul li{
	width:20%;
	height:125px;
	padding-left:35px;
	position:relative;
}
.menu_jjfa ul li::before{
	content:"";
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(left, #ff6a00, rgba(255,106,0,0.6));
    background: -o-linear-gradient(right, #ff6a00, rgba(255,106,0,0.6));
    background: -moz-linear-gradient(right, #ff6a00, rgba(255,106,0,0.6));
    background: linear-gradient(to right, #ff6a00, rgba(255,106,0,0.6));
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_jjfa ul li:hover::before,.menu_jjfa ul li:hover::after,.menu_jjfa ul li.active::before,.menu_jjfa ul li.active::after{
	opacity:1;
}
.menu_jjfa ul li::after{
	content:"";
	width:0;
	height:0;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #ff6a00;
	position:absolute;
	left: 50%;
    margin-left: -10px;
    bottom: -14px;
	z-index:1;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_jjfa ul li:first-child{
	background:url(../images/jjfabg1.jpg) no-repeat top center;
	background-size:cover;
}
.menu_jjfa ul li:nth-child(2){
	background:url(../images/jjfabg1.jpg) no-repeat top center;
	background-size:cover;
}
.menu_jjfa ul li:nth-child(3){
	background:url(../images/jjfabg1.jpg) no-repeat top center;
	background-size:cover;
}
.menu_jjfa ul li:nth-child(4){
	background:url(../images/jjfabg2.jpg) no-repeat top center;
	background-size:cover;
}
.menu_jjfa ul li:last-child{
	background:url(../images/jjfabg3.jpg) no-repeat top center;
	background-size:cover;
}
.menu_jjfa ul li a{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	position:relative;
	z-index:9;
}
.menu_jjfa ul li .icon{
	width:53px;
	height:100%;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_jjfa ul li:first-child .icon{
	background:url(../images/icon58.png) no-repeat left center;
}
.menu_jjfa ul li:first-child:hover .icon,.menu_jjfa ul li:first-child.active .icon{
	background:url(../images/iconh58.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(2) .icon{
	background:url(../images/icon91.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(2):hover .icon,.menu_jjfa ul li:nth-child(2).active .icon{
	background:url(../images/iconh91.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(3) .icon{
	background:url(../images/icon92.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(3):hover .icon,.menu_jjfa ul li:nth-child(3).active .icon{
	background:url(../images/iconh92.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(4) .icon{
	background:url(../images/icon59.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(4):hover .icon,.menu_jjfa ul li:nth-child(4).active .icon{
	background:url(../images/iconh59.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(5) .icon{
	background:url(../images/icon60.png) no-repeat left center;
}
.menu_jjfa ul li:nth-child(5):hover .icon,.menu_jjfa ul li:nth-child(5).active .icon{
	background:url(../images/iconh60.png) no-repeat left center;
}
.menu_jjfa ul li .icon img{
	max-width:100%;
	height:auto;
}
.menu_jjfa ul li .icon .iconimgh,.menu_jjfa ul li:hover .icon .iconimg,.menu_jjfa ul li.active .icon .iconimg{
	display:none;
}
.menu_jjfa ul li:hover .icon .iconimgh,.menu_jjfa ul li.active .icon .iconimgh{
	display:block;
}
.menu_jjfa ul li a span{
	font-size:28px;
	margin-left:15px;
	margin-right:10px;
}
.menu_jjfa ul li a hr{
	width:62px;
	border:none;
	border-bottom:solid 2px #d0d0d0;
}
.menu_jjfa ul li:hover a span,.menu_jjfa ul li.active a span{
	color:#fff;
}
.menu_jjfa ul li:hover a hr,.menu_jjfa ul li.active a hr{
	border-color:#fff;
}
/* jjfa_1
-------------------------------------------------------------- */
.jjfa_1{
	background:url(../images/jjfabg4.jpg) no-repeat center top;
	background-size:cover;
	height:600px;
	padding-left:95px;
	margin-top:65px;
	display:flex;
	align-items:center;
}
.jjfanr_1{
	width:36%;
	overflow:hidden;
}
.jjfanr_1 .ntit h3{
	color:#fff;
	text-align:left;
}
.jjfanr_1 p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:25px;
}
.jjfa_2{
	margin-top:108px;
}
.jjfa_2 h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#2c3441;
	line-height:60px;
	font-weight:normal;
	border-bottom:solid 1px #dadada;
	padding-bottom:30px;
}
.jjfanr_2{
	width:100%;
	overflow:hidden;
	margin-top:22px;
}
.jjfanr_2 .image-gallery {
	display:flex;
	flex-wrap:wrap;
}

.jjfanr_2 .image-item {
	width:32%;
	overflow:hidden;
	margin:50px 2% 50px 0;
}
.jjfanr_2 .image-item:nth-child(3n){
	margin-right:0;
}
.jjfanr_2 .image-item .jjfatext,.jjfanr_2 .image-item .jjfaimg{
	width:100%;
	overflow:hidden;
}
.jjfanr_2 .image-item .jjfatext{
	background:#f7f7f7;
	padding:77px 46px 0 55px;
	height:408px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.jjfanr_2 .image-item:hover .jjfatext{
	background:#ff6a00 url(../images/jjfabg5.jpg) no-repeat right center;
}
.jjfanr_2 .image-item .jjfatext h5,.jjfanr_2 .image-item .jjfatext p{
	width:100%;
	overflow:hidden;
	text-align:justify;
}
.jjfanr_2 .image-item .jjfatext h5{
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
	margin-bottom:28px;
}
.jjfanr_2 .image-item:hover .jjfatext h5{
	color:#fff;
}
.jjfanr_2 .image-item .jjfatext p{
	font-size:16px;
	color:#7e8187;
	line-height:30px;
}
.jjfanr_2 .image-item:hover .jjfatext p{
	color:rgba(255,255,255,0.7);
}
.jjfanr_2 .image-item .jjfatext .xqbtn{
	width:100%;
	overflow:hidden;
	margin-top:64px;
}
.jjfanr_2 .image-item .jjfatext .xqbtn span{
	display:block;
	width:45px;
	height:45px;
	border-radius:10px;
	background:#ff6a00 url(../images/iconh61.png) no-repeat center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.jjfanr_2 .image-item:hover .jjfatext .xqbtn span{
	background:#fff url(../images/icon61.png) no-repeat center;
}
.jjfanr_2 .image-item.hidden {
	opacity: 0;
	transform: scale(0.8);
	height: 0;
	margin-top: -20px;
	overflow: hidden;
}
.jjfanr_2 .image-item .jjfaimg{
	height:342px;
	position:relative;
}

.jjfanr_2 .image-item img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.jjfanr_2 .image-item:hover img{
	transform:translate(-50%, -50%) scale(1.02);
}

.image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 8px;
	font-size: 14px;
	text-align: center;
	transform: translateY(100%);
	transition: transform 0.3s ease;
}

.image-item:hover .image-caption {
	transform: translateY(0);
}
.jjfamore{
	width:100%;
	text-align:center;
}
.jjfamore .toggle-btn {
	width:270px;
	height:60px;
	border-radius:30px;
	border:solid 2px #2c3441;
	background:none;
	font-size:16px;
	color:#2c3441;
	cursor: pointer;
	margin:auto;
	transition: all 0.3s ease;
}

.toggle-btn:hover {
	transform: translateY(-2px);
}

.toggle-btn:active {
	transform: translateY(0);
}

.toggle-btn i {
	margin-left:24px;
	transition: transform 0.3s ease;
}

.toggle-btn.expanded i {
	transform: rotate(180deg);
}
.jjfa_3{
	width:100%;
	overflow:hidden;
	background:url(../images/jjfabg6.jpg) no-repeat center top;
	background-size:cover;
	padding-top:160px;
	padding-bottom:160px;
	margin-top:100px;
}
.jjfa_3 h3{
	width:100%;
	overflow:hidden;
	font-size:56px;
	color:#fff;
	line-height:66px;
	text-align:center;
	font-weight:normal;
}
.jjfajs_3{
	margin-top:46px;
}
.jjfajs_3,.jjfajs_3 p{
	width:100%;
	overflow:hidden;
}
.jjfajs_3 p{
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:9px;
}
.tjcase,.tjcase h4{
	width:100%;
	overflow:hidden;
}
.tjcase{
	margin-top:156px;
}
.tjcase h4{
	font-size:50px;
	color:#fff;
	line-height:60px;
	text-align:center;
	font-weight:normal;
}
.tjcasenr,.tjcaselist,.tjcaselist .tjcaseimg,.tjcaselist .tjcasebtn,.tjcaselist h5,.tjcaselist .tjcasejs{
	width:100%;
}
.tjcasenr{
	margin-top:70px;
}
.tjcaselist{
	height:530px;
	background:#fff;
	border-radius:20px;
	padding:48px 30px 0 30px;
}
.tjcaselist .tjcaseimg{
	height:217px;
}
.tjcaselist .tjcaseimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tjcaselist .tjcasebtn{
	margin-top:20px;
}
.tjcaselist .tjcasebtn span{
	display:block;
	width:56px;
	height:32px;
	background:#ff6a00 url(../images/iconh61.png) no-repeat center;
	border-radius:16px;
	float:right;
}
.tjcaselist h5{
	font-size:20px;
	color:#2c3441;
	line-height:30px;
	margin-top:6px;
	border-bottom:solid 1px #d5d6d9;
	padding-bottom:18px;
	position:relative;
}
.tjcaselist h5::after{
	content:"";
	width:60px;
	height:1px;
	background:#ff6a00;
	position:absolute;
	left:0;
	bottom:-1px;
	z-index:9;
}
.tjcaselist .tjcasejs{
	font-size:16px;
	color:#82858a;
	margin-top:22px;
}
.tjcase .swiper-button{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.tjcase .swiper-button div{
	width:70px;
	height:70px;
	border:solid 1px #fff;
	border-radius:100%;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.tjcase .swiper-button .swiper-button-prev{
	background:url(../images/prevh.png) no-repeat center;
}
.tjcase .swiper-button .swiper-button-next{
	background:url(../images/nexth.png) no-repeat center;
	margin-left:20px;
}
.tjcase .swiper-button div:hover{
	background-color:#ff6a00;
	border-color:#ff6a00;
}
.sbbg{
	background:#f4f4f4;
}
.jjfainfo_n{
	width:100%;
	overflow:hidden;
	margin-top:100px;
}
.caseinfo_n{
	margin-bottom:100px;
}
.jjfaxq,.sbxq{
	margin-top:36px;
}
.jjfaxqlf{
	width:44.2%;
}
.jjfaxqlf .mySwiper4 .swiper-slide{
	height:470px;
}
.jjfaxqlf .mySwiper3 .swiper-slide{
	height:102px;
}
.jjfaxqlf .mySwiper3,.jjfaxqlf .mySwiper4{
	width:100%;
	overflow:hidden;
}
.jjfaxqlf .mySwiper4{
	box-shadow:0px 0px 24px rgba(0,0,0,0.06);
}
.jjfaxqlf .mySwiper4 .swiper-slide img,.jjfaxqlf .mySwiper3 .swiper-slide img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.jjfaxqlf .mySwiper3{
	padding:0 20px;
	position:relative;
	margin-top:15px;
}
.jjfaxqlf .mySwiper3 .swiper-slide-thumb-active{
	border:solid 3px #ff6a00;
}
.jjfaxqlf .mySwiper3 .swiper-button-prev,.jjfaxqlf .mySwiper3 .swiper-button-next{
	width:10px;
	height:18px;
	position:absolute;
	top:50%;
	margin-top:-9px;
}
.jjfaxqlf .mySwiper3 .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:0;
}
.jjfaxqlf .mySwiper3 .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:0;
}
.jjfaxqrt{
	width:44%;
	overflow:hidden;
	padding-top:38px;
}
.jjfaxqrt h1{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#2c3441;
	line-height:48px;
	font-weight:normal;
}
.jjfaxqrt .jjfaxqjs{
	margin-top:54px;
}
.jjfaxqrt .jjfaxqjs,.jjfaxqrt .jjfaxqjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align:justify;
}
.jjfaxqrt .jjfaxqbtn{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:76px;
}
.jjfaxqrt .jjfaxqbtn a{
	display:block;
	width:210px;
	height:60px;
	font-size:16px;
	color:#ff6a00;
	line-height:60px;
	border:solid 2px #ff6a00;
	text-align:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.jjfaxqrt .jjfaxqbtn a:first-child{
	margin-right:52px;
}
.jjfaxqrt .jjfaxqbtn a:hover{
	background:#ff6a00;
	color:#fff;
}
.jjfaxqbtel{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	margin-top:62px;
}
.jjfaxqbtel a{
	font-size:38px;
	color:#ff6a00;
}
.jjfaxqfbnr,.jjfaxqtit{
	width:100%;
	overflow:hidden;
}
.jjfaxqtit{
	font-size:45px;
	color:#2c3441;
	line-height:55px;
	border-bottom:solid 1px #d5d6d9;
	padding-bottom:40px;
	margin-top:136px;
}
.jjfaxqfbnr{
	margin-top:70px;
	text-align:justify;
}
.jjfaxqfbnr h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#2c3441;
	line-height:38px;
	font-weight:normal;
}
.jjfaxqfbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align:justify;
}
.jjfaxqfbnr img{
	max-width:100%;
	height:auto;
}
.jjfaxqfbnr table{
	width:100%;
}
.jjfaxqfbnr table tr,.jjfaxqfbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
.jjfa_yyly{
	width:100%;
	overflow:hidden;
	height:585px;
	background:url(../images/jjfabg7.jpg) no-repeat center top;
	background-size:cover;
	padding-top:170px;
	margin-top:80px;
}
.jjfa_yyly h3,.sb_syfw h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
}
.jjfa_yyly .jjfa_yylyms,.sb_syfw .sb_syfwms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:77px;
}
.sb_syfw{
	width:100%;
	overflow:hidden;
	height:585px;
	background:url(../images/sbbg1.jpg) no-repeat center top;
	background-size:cover;
	padding-top:170px;
	margin-top:80px;
}
.jjfatit,.jjfatit h3{
	width:100%;
	overflow:hidden;
}
.jjfatit h3{
	font-size:45px;
	color:#2c3441;
	line-height:55px;
	font-weight:normal;
}
.tjjjfa{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	padding-top:122px;
	padding-bottom:148px;
}
.tjjjfa ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:54px;
}
.tjjjfa ul li{
	width:24%;
	overflow:hidden;
	margin:5px 1.33333333333333333333% 5px 0;
}
.tjjjfa ul li:nth-child(4n){
	margin-right:0;
}
.tjjjfa ul li .tjjjfaimg,.tjjjfa ul li p{
	width:100%;
	overflow:hidden;
}
.tjjjfa ul li .tjjjfaimg img{
	width:100%;
	height:auto;
}
.tjjjfa ul li:hover .tjjjfaimg img{
	transform:scale(1.03);
}
.tjjjfa ul li p{
	font-size:18px;
	color:#2c3441;
	line-height:30px;
	margin-top:16px;
}
.botlxfs{
	margin-top:85px;
	margin-bottom:90px;
}
.botlxfs .botlxfslf{
	width:20%;
	overflow:hidden;
}
.botlxfsnr,.botlxfsnr dl,.botlxfsnr dl dd h6,.botlxfsnr dl dd p{
	width:100%;
	overflow:hidden;
}
.botlxfsnr{
	margin-top:60px;
}
.botlxfsnr dl{
	display:flex;
	align-items:center;
	border-bottom:solid 1px #e7e7e7;
	padding-bottom:18px;
	margin-top:20px;
}
.botlxfsnr dl dd h6{
	font-size:20px;
	color:#2c3441;
	line-height:30px;
	font-weight:normal;
}
.botlxfsnr dl dd p,.botlxfsnr dl dd p a{
	font-size:16px;
	color:#abadb0;
}
.botlxfsnr dl dt img{
	max-width:100%;
	height:auto;
}
.botlxfsnr dl dd{
	margin-left:28px;
}
.botlxfs .botlxfsrt{
	width:60%;
	overflow:hidden;
}
/* sbnr
-------------------------------------------------------------- */
.sbnr,.sbnrlist{
	width:100%;
	overflow:hidden;
}
.sbnr{
	margin-bottom:60px;
}
.sbnr h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#2c3441;
	font-weight:normal;
	line-height:60px;
	border-bottom:solid 1px #d8d8d8;
	padding-bottom:30px;
}
.sbnrlist{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.sbnrlist .lt{
	width:21.5%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
	padding-left:5.2%;
	position:relative;
}
.sbnrlist:nth-child(2n) {
	background:#dcdcdc;
}
.sbnrlist .lt .mores h4{
    font-size:48px;
    line-height:58px;
    color: #000000;
	font-weight:normal;
}
.sbnrlist .lt .mores h6 {
	margin-top:40px;
}
.sbnrlist .lt .mores h6 i{
	line-height:20px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	padding-right:20px;
	background:url("../images/icon13.png") no-repeat right center;
}
.sbnrlist .rt{
	width:78.5%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.sbnrlist .rt .swiper-button-prev,.sbnrlist .rt .swiper-button-next{
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-30px;
	z-index:9;
	opacity:0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.sbnrlist .rt .swiper-button-prev{
	background:rgba(0,0,0,0.5) url(../images/prev3.png) no-repeat center;
	left:10px;
}
.sbnrlist .rt .swiper-button-next{
	background:rgba(0,0,0,0.5) url(../images/next3.png) no-repeat center;
	right:10px;
}
.sbnrlist .rt:hover .swiper-button-prev,.sbnrlist .rt:hover .swiper-button-next{
	opacity:1;
}
.sbitem,.sbitem h5,.sbitem .sbitemimg,.sbitem .sbmore{
	width:100%;
	overflow:hidden;
}
.sbnrlist .rt .sbitem{
	padding:120px 0;
	transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.sbnrlist .rt .sbitem .sbitemimg{
	margin-top:30px;
}
.sbnrlist .rt .sbitem:hover{
	background:#e8e8e8;
}
.sbnrlist .rt .swiper-container{
	width:110%;
}
.sbitem .sbitemtext{
	width: 100%;
	overflow:hidden;
	padding-bottom:108px;
}
.sbitem h5{
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	text-align:center;
	margin-top:25px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:25px;
	padding: 0 10px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.sbitem:hover h5{
	color: #ff6a00;
}
.sbitem hr{
	width:70.8%;
	border:none;
	border-bottom:solid 1px #a9a9a9;
	margin:20px auto;
}
.sbitem p{
	width: 100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	text-align:center;
	padding:0 17%;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.sbitem .sbmore{
	font-size:16px;
	color:#a9a9a9;
	text-align:center;
}
.sbnr ul li .sbitem .sbitemimg{
	position:relative;
	height:340px;
}
.sbitem .sbitemimg img{
	width: 100%;
    height: 100%;
    object-fit:cover;
}
.sbitem .sbitemimg:hover img{
	transform:scale(1.03);
}
.sbnr ul{
	width:100%;
	overflow:hidden;
	margin:50px 0 125px 0;
	display:flex;
	flex-wrap:wrap;
}
.sbnr ul:last-child{
	margin-bottom:0;
}
.sbnr ul li{
	width:32%;
	overflow:hidden;
	background:#fff;
	margin:25px 2% 25px 0;
	display:flex;
	flex-wrap:wrap;
}
.sbnr ul li:nth-child(3n){
	margin-right:0;
}
.sbnr ul li .sbitem{
	position:relative;
}
.sbnr ul li .sbitem .sbtextbg{
	width:100%;
	height:0;
	background:#ff6a00 url(../images/sbbg.jpg) no-repeat right bottom;
	padding:76px 138px 0 60px;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sbnr ul li .sbitem .sbtextbg::after{
	content:"";
	width:0;
	height:0;
	border-top:86px solid #fff;
	border-left:86px solid transparent;
	position:absolute;
	right:0;
	top:0;
	z-index:9;
}
.sbnr ul li:hover .sbitem .sbtextbg{
	opacity:1;
	height:100%;
}
.sbnr ul li .sbitem .sbtextbg h5,.sbnr ul li .sbitem .sbtextbg p{
	color:#fff;
	text-align:left;
	padding:0;
}
.sbnr ul li .sbitem .sbmore{
	display:flex;
	align-items:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-top:62px;
}
.sbnr ul li .sbitem .sbmore i{
	display:flex;
	width:50px;
	height:50px;
	background:#fff;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	margin-right:15px;
}
.fhbtn{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	margin-bottom:112px;
}
.fhbtn a{
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
}
.fhbtn a i{
	display:flex;
	width:112px;
	height:112px;
	border-radius:50%;
	background:#ff6a00;
	justify-content:center;
	align-items:center;
	margin-left:22px;
}
.tjsb{
	width:100%;
	overflow:hidden;
	background:url(../images/tjsbbg.jpg) no-repeat bottom center;
	background-size:cover;
	padding-top:132px;
	padding-bottom:190px;
}
.tjsb .tit h3,.tjsb .tit p{
	color:#fff;
}
.sball{
	width:100%;
	overflow:hidden;
	background:url(../images/sbbg2.jpg) no-repeat top center;
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
}
.sballnr{
	width:100%;
	margin-top:122px;
	position:relative;
}
.sballnr .mySwiper5{
	width:100%;
	overflow:hidden;
}
.sballnr .sball_lf{
	width:21.4%;
	overflow:hidden;
}
.sball_lf h5,.sball_lf .sballjs{
	width:100%;
	overflow:hidden;
	text-align: justify;
}
.sball_lf h5{
	font-size:50px;
	color:#2c3441;
	line-height:60px;
	font-weight:normal;
}
.sball_lf .sballjs{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-top:30px;
}
.sballnr .sball_img{
	width:50%;
	overflow:hidden;
	text-align:center;
	background:#fff;
	margin:0 40px 0 0;
	box-shadow:0px 7px 40px rgba(0,0,0,0.05);
}
.sballnr .sball_img img{
	max-width:100%;
	height:auto;
}
.sball_lf .yxxzmore{
	margin-top:100px;
}
.sballnr .mySwiper6,.sballnr .mySwiper6 p{
	width:100%;
	overflow:hidden;
}
.sballnr .mySwiper6{
	margin-top:32px;
}
.sballnr .mySwiper6 p{
	font-size:20px;
	color:#2c3441;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:solid 2px #e9eaec;
}
.sballnr .mySwiper6 .swiper-slide-thumb-active p{
	color:#ff6a00;
	border-bottom:solid 2px #ff6a00;
}
.sballnr .swiper-button-prev,.sballnr .swiper-button-next{
	width:10px;
	height:20px;
	position:absolute;
	bottom:18px;
}
.sballnr .swiper-button-prev{
	background:url(../images/prev6.png) no-repeat center;
	left:-48px;
}
.sballnr .swiper-button-next{
	background:url(../images/next6.png) no-repeat center;
	right:-48px;
}
.tjsbnr{
	margin-top:42px;
}
.tjsbnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.tjsbnr ul li{
	width:32%;
	overflow:hidden;
	background:#fff;
	margin:25px 2% 25px 0;
	display:flex;
	flex-wrap:wrap;
}
.tjsbnr ul li:nth-child(3n){
	margin-right:0;
}
.tjsbnr ul li .sbitem{
	position:relative;
}
.tjsbnr ul li .sbitem .sbtextbg{
	width:100%;
	height:0;
	background:#ff6a00 url(../images/sbbg.jpg) no-repeat right bottom;
	padding:76px 138px 0 60px;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.tjsbnr ul li .sbitem .sbtextbg::after{
	content:"";
	width:0;
	height:0;
	border-top:86px solid #fff;
	border-left:86px solid transparent;
	position:absolute;
	right:0;
	top:0;
	z-index:9;
}
.tjsbnr ul li:hover .sbitem .sbtextbg{
	opacity:1;
	height:100%;
}
.tjsbnr ul li .sbitem .sbtextbg h5,.tjsbnr ul li .sbitem .sbtextbg p{
	color:#fff;
	text-align:justify;
	padding:0;
}
.tjsbnr ul li .sbitem .sbmore{
	display:flex;
	align-items:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-top:62px;
}
.tjsbnr ul li .sbitem .sbmore i{
	display:flex;
	width:50px;
	height:50px;
	background:#fff;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	margin-right:15px;
}
/* yjybanner
-------------------------------------------------------------- */
.yjybanner,.kssjybanner{
	width:100%;
	overflow:hidden;
	position:relative;
}
.yjybanner > img,.kssjybanner > img{
	width:100%;
	height:auto;
}
.yjybannernr,.kssjybannernr{
	overflow:hidden;
	position:absolute;
	left:5.2%;
	top:39.4%;
}
.yjybannernr{
	width:23.7%;
}
.yjybannernr img,.kssjybannernr img{
	max-width:100%;
	height:auto;
}
.kssjybannernr{
	width:31%;
}
/* yjy_about
-------------------------------------------------------------- */
.yjy_about{
	width:100%;
	overflow:hidden;
	background:url(../images/yjybg1.jpg) no-repeat top center;
	background-size:cover;
	padding-top:140px;
	padding-bottom:87px;
}
.yjy_aboutlf{
	width:42%;
	overflow:hidden;
}
.yjy_aboutlf hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:25px;
}
.yjy_aboutlf .ntit h3{
	text-align:left;
	color:#fff;
	font-weight:bold;
}
.yjy_aboutlf .ntit h3 a{
	color:#fff;
}
.yjy_aboutnr{
	margin-top:26px;
}
.yjy_aboutnr,.yjy_aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	text-align:justify;
}
.yjy_aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:64px;
}
.yjy_aboutmore a{
	display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
.yjy_aboutmore a span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff url(../images/iconh4.png) no-repeat center;
    margin-right: 16px;
}
.yjy_aboutrt{
	width:45.2%;
	overflow:hidden;
	text-align:right;
}
.yjy_aboutrt img{
	max-width:100%;
	height:auto;
}
.yjy_about ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:88px;
}
.yjy_about ul li{
	width:19%;
	overflow:hidden;
}
.yjy_about ul li .icon,.yjy_about ul li h5,.yjy_about ul li p{
	width:100%;
	overflow:hidden;
}
.yjy_about ul li .icon,.yjy_about ul li h5{
	text-align:center;
}
.yjy_about ul li .icon img{
	max-width:100%;
	height:auto;
}
.yjy_about ul li h5{
	font-size:22px;
	color:#fff;
	line-height:32px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:13px;
}
.yjy_about ul li p{
	font-size:15px;
	color:rgba(255,255,255,0.6);
	text-align:justify;
}
/* yjy_sys
-------------------------------------------------------------- */
.yjy_sys{
	width:100%;
	overflow:hidden;
	padding-top:135px;
	padding-bottom:128px;
}
.yjy_systit{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yjy_sys .ntit h3{
	font-weight:bold;
	text-align:left;
}
.yjy_systit .ntit{
	width:44%;
}
.yjy_systit .ntit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#2c3441;
	line-height:40px;
	margin-top:12px;
}
.yjy_systit .yjy_sysjs{
	width:54%;
	overflow:hidden;
	font-size:16px;
	color:#6a6e75;
	line-height:26px;
	text-align:justify;
}
.yjy_sysnr{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	position:relative;
}
.yjy_sysimg,.yjy_sysms,.yjy_sysjs{
	width:100%;
	overflow:hidden;
}
.yjy_sysimg{
	position:relative;
	border-radius:10px;
}
.yjy_sysimg img{
	width:100%;
	height:auto;
}
.yjy_sysimg .yjy_sysbg{
	width:100%;
	height:53%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: -webkit-linear-gradient(bottom, #ff6a00, rgba(255,106,0,0));
    background: -o-linear-gradient(top, #ff6a00, rgba(255,106,0,0));
    background: -moz-linear-gradient(top, #ff6a00, rgba(255,106,0,0));
    background: linear-gradient(to top, #ff6a00, rgba(255,106,0,0));
	border-radius:10px;
	display:none;
}
.yjy_sysms{
	padding:0 68px;
	position:absolute;
	left:0;
	bottom:38px;
	z-index:9;
	display:none;
}
.yjy_sysms h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	font-weight:normal;
	margin-bottom:18px;
}
.yjy_sysms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:justify;
}
.yjy_sysjs{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-top:40px;
}
.yjy_sysnr .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.4;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.yjy_sysnr .swiper-slide-active{
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.yjy_sysnr .swiper-slide-active .yjy_sysbg{
	display:block;
}
.yjy_sysnr .swiper-slide-active .yjy_sysms{
	display:block;
}
.yjy_sysnr .swiper-button-prev,.yjy_sysnr .swiper-button-next{
	width:56px;
	height:57px;
	position:absolute;
	top:50%;
	margin-top:-28.5px;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yjy_sysnr .swiper-button-prev{
	background:url(../images/prev4.png) no-repeat center;
	left:19.5%;
}
.yjy_sysnr .swiper-button-prev:hover{
	background:url(../images/prevh4.png) no-repeat center;
}
.yjy_sysnr .swiper-button-next{
	background:url(../images/next4.png) no-repeat center;
	right:19.5%;
}
.yjy_sysnr .swiper-button-next:hover{
	background:url(../images/nexth4.png) no-repeat center;
}
.yjy_sysmore{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:56px;
}
.yjy_sysmore a{
	font-size:16px;
	color:#2c3441;
	display:flex;
	align-items:center;
	justify-content:center;
}
.yjy_sysmore a span{
	display:block;
	width:112px;
	height:112px;
	background:#ff6a00 url(../images/icon72.png) no-repeat center;
	border-radius:50%;
	margin-left:22px;
}
/* yjy_syyj
-------------------------------------------------------------- */
.yjy_syyj{
	width:100%;
	overflow:hidden;
	height:822px;
	background:url(../images/yjybg2.jpg) no-repeat top center;
	background-size:cover;
	padding-top:116px;
}
.yjy_syyjnr{
	height:100%;
	position:relative;
}
.yjy_syyj .ntit h3{
	color:#fff;
	font-weight:bold;
	text-align:left;
}
.yjy_syyjms{
	width:34%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:26px;
	margin-top:24px;
	text-align:justify;
}
.yjy_syyj ul{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:115px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yjy_syyj ul li{
	width:23.6%;
	overflow:hidden;
	font-size:24px;
	color:#fff;
	line-height:34px;
	border-top:solid 2px #fff;
	padding-top:13px;
}
.yjy_syyj ul li a{
	font-size:24px;
	color:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yjy_syyj ul li a:hover{
	color:#ff6a00;
}
/* yjy_sylc
-------------------------------------------------------------- */
.yjy_sylc{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:108px;
	padding-bottom:117px;
}
.yjy_sylc .ntit h3{
	text-align:left;
	font-weight:bold;
}
.yjy_sylc ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:36px;
}
.yjy_sylc ul li{
	width:32%;
	height:350px;
	overflow:hidden;
	background:#fff;
	padding:45px 34px;
	margin:19px 2% 19px 0;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.yjy_sylc ul li:hover{
	background:#ff6a00;
}
.yjy_sylc ul li:nth-child(3n){
	margin-right:0;
}
.yjy_sylc ul li hr{
	width:90px;
	border:none;
	border-bottom:solid 2px #e7e7e7;
}
.yjy_sylc ul li h5,.yjy_sylc ul li .yjy_sylcbot{
	width:100%;
	overflow:hidden;
}
.yjy_sylc ul li h5{
	font-size:32px;
	color:#2c3441;
	line-height:42px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:150px;
}
.yjy_sylc ul li .yjy_sylcbot{
	display:flex;
	justify-content:space-between;
	align-items:end;
	position:absolute;
	left:0;
	bottom:40px;
	padding:0 34px;
	z-index:9;
}
.yjy_sylc ul li .yjy_sylcbot .yjy_sylcmore,.yjy_sylc ul li .yjy_sylcbot .yjy_sylcmore span{
	font-size:16px;
	color:#838383;
	line-height:30px;
}
.yjy_sylc ul li .yjy_sylcbot .yjy_sylcmore{
	padding-bottom:4px;
}
.yjy_sylc ul li .yjy_sylcbot .yjy_sylcmore span{
	margin-left:24px;
}
.yjy_sylc ul li .yjy_sylcbot .yjy_sylcnum{
	font-size:50px;
	color:#ff6a00;
	font-family:Arial;
	font-weight:bold;
	line-height:50px;
}
.yjy_sylc ul li:hover h5,.yjy_sylc ul li:hover .yjy_sylcbot .yjy_sylcmore,.yjy_sylc ul li:hover .yjy_sylcbot .yjy_sylcmore span,.yjy_sylc ul li:hover .yjy_sylcbot .yjy_sylcnum{
	color:#fff;
}
/* yjy
-------------------------------------------------------------- */
.yjy{
	margin-top:118px;
	margin-bottom:154px;
}
.yjylf{
	width:44%;
	overflow:hidden;
}
.yjylf .ntit h3{
	text-align:left;
}
.yjynr{
	margin-top:66px;
}
.yjynr,.yjynr p,.yjyimg{
	width:100%;
	overflow:hidden;
}
.yjynr p{
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	text-align:justify;
}
.yjyrt{
	width:46%;
	overflow:hidden;
	text-align:right;
}
.yjyimg{
	margin-top:162px;
}
.yjyrt img,.yjyimg img{
	max-width:100%;
	height:auto;
}
/* sylc
-------------------------------------------------------------- */
.sylc{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	padding-top:82px;
	padding-bottom:30px;
}
.sylc .ntit h3{
	text-align:left;
}
.sylc ul,.sylc ul li{
	width:100%;
}
.sylc ul li{
	height:336px;
	background:#fff url(../images/sylcbg.png) no-repeat left bottom;
	border-radius:10px;
	padding:0 74px;
	position:relative;
	margin:70px 0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sylc ul li:hover{
	background:#ff6a00 url(../images/sylcbgh.jpg) no-repeat left bottom;
}
.sylc ul li .num{
	font-size:77px;
	color:#2c3441;
	line-height:77px;
	font-weight:bold;
	font-family:Arial;
	position:absolute;
	right:74px;
	top:-38px;
}
.sylclf{
	width:60%;
	overflow:hidden;
	padding-top:87px;
}
.sylclf h5{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#2c3441;
	line-height:42px;
	font-weight:normal;
	margin-bottom:25px;
}
.sylclf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#979a9e;
	margin-top:18px;
	text-align:justify;
}
.sylc ul li:hover .sylclf h5,.sylc ul li:hover .sylclf p,.sylc ul li:hover .sylcrt p a{
	color:#fff;
}
.sylcrt{
	height:100%;
	display:flex;
	align-items:center;
}
.sylcrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-top:20px;
}
.sylcrt p a{
	font-size:16px;
	color:#2c3441;
}
.sylcrtnr .sylcimg{
	display:none;
}
/* 图片弹窗样式 */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  background:none;
}

.close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  transition: background 0.3s;
}

.close-btn:hover {
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.image-container {
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalImg {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.5);
  animation: zoomIn 0.3s ease-out;
}

@keyframes zoomIn {
  from {transform: scale(0.9); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

/* 响应式调整 */
@media (max-width: 768px) {
  .sylc ul li {
    height: auto;
    min-height: 300px;
    padding: 20px;
  }
  
  .sylclf {
    width: 100%;
    padding-top: 40px;
  }
  
  .sylcrt {
    width: 100%;
    padding: 20px 0;
  }
  
  .sylc ul li .num{
    position: relative !important;
    right: auto !important;
    top: auto !important;
    font-size: 60px !important;
    margin-bottom: 20px;
  }
  .close-btn {
    font-size: 30px;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  
  .image-container {
    max-width: 95%;
  }
  
  #modalImg {
    max-height: 85vh;
  }
}

@media (max-width: 480px) {
  .sylc {
    padding-top: 40px;
  }
  
  .sylc ul li {
    margin: 30px 0;
    padding: 15px;
  }
  
  .sylclf h5 {
    font-size: 24px;
  }
  
  .sylclf p,
  .sylcrt p a {
    font-size: 14px;
  }
}
/* ks
-------------------------------------------------------------- */
.ks{
	margin-top:84px;
}
.kstit,.kstit h3{
	width:100%;
	overflow:hidden;
}
.kstit{
	border-bottom:solid 1px #dadada;
	padding-bottom:30px;
}
.kstit h3{
    color: #2c3441;
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
}
.ks ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:42px;
}
.ks ul li{
	width:32%;
	overflow:hidden;
	margin:10px 2% 10px 0;
}
.ks ul li:nth-child(3n){
	margin-right:0;
}
.ks ul li .ksimg,.ks ul li h5,.ks ul li p{
	width:100%;
	overflow:hidden;
}
.ks ul li .ksimg img,.gnj ul li .gnjimg img{
	width:100%;
	height:auto;
}
.ks ul li:hover .ksimg img,.gnj ul li:hover .gnjimg img{
	transform:scale(1.03);
}
.ks ul li h5{
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
	margin-top:32px;
	text-align:justify;
}
.ks ul li p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align:justify;
}
.gnj{
	margin-top:102px;
	margin-bottom:142px;
}
.gnj ul,.gnj ul li .gnjimg,.gnj ul li p{
	width:100%;
	overflow:hidden;
}
.gnj ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:35px;
}
.gnj ul li{
	width:24%;
	overflow:hidden;
	margin:20px 1.3333333333333333333333% 20px 0;
}
.gnj ul li:nth-child(4n){
	margin-right:0;
}
.gnj ul li p{
	text-align:center;
	font-size:22px;
	color:#2c3441;
	line-height:32px;
	margin-top:20px;
}
.ksbot{
	width:100%;
	overflow:hidden;
	height:600px;
	background:#f8f8f8 url(../images/ksbg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:200px;
}
.ksbotnr{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.kslist{
	width:35%;
	overflow:hidden;
}
.kslist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.kslist ul li .ksnum,.kslist ul li p{
	width:100%;
	overflow:hidden;
}
.kslist ul li .ksnum .timer{
	font-size:68px;
	color:#fff;
	font-weight:bold;
	line-height:78px;
	font-family:Arial;
}
.kslist ul li .ksnum font{
	font-size:44px;
	line-height:44px;
	color:#fff;
	font-weight:bold;
}
.kslist ul li p{
	font-size:16px;
	color:#fff;
}
.kslogo{
	width:31%;
	overflow:hidden;
	text-align:right;
}
.kslogo img{
	max-width:100%;
	height:auto;
}
/* contact
-------------------------------------------------------------- */
.xksy{
	margin-top:88px;
}
.xksytit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.xksytit .ntit{
	width:auto;
}
.xksytit .ntit h3{
	text-align:left;
}
.xksytitrt{
	width:37%;
	overflow:hidden;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align:justify;
}
.xksynr,.cloud-xksy-box,.cloud-xksy,.cloud-xksy-ul{
	width:100%;
	overflow:hidden;
}
.xksynr{
	margin-top:56px;
}
.cloud-xksy-ul li{
	width:18%;
	height:562px;
	overflow:hidden;
	float:left;
	margin-right:1%;
	position:relative;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear;
}
.cloud-xksy-ul li:last-child{
	margin-right:0;
}
.cloud-xksy-ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cloud-xksy-ul li.active{
	width:43%;
}
.cloud-xksy-ul li .normal-inner{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:46px;
	padding:0 40px;
	z-index:9;
}
.cloud-xksy-ul li .xksybg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.cloud-xksy-ul li.active .xksybg{
	background: -webkit-linear-gradient(bottom, #00469b, rgba(0,70,155,0));
    background: -o-linear-gradient(top, #00469b, rgba(0,70,155,0));
    background: -moz-linear-gradient(top, #00469b, rgba(0,70,155,0));
    background: linear-gradient(to top, #00469b, rgba(0,70,155,0));
}
.cloud-xksy-ul li .normal-inner h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#fff;
	line-height:34px;
	font-weight:normal;
	margin-bottom:22px;
}
.cloud-xksy-ul li .normal-inner hr{
	width:60px;
	border:none;
	border-bottom:solid 1px #fff;
}
.cloud-xksy-ul li .normal-inner .icon{
	width:100%;
	overflow:hidden;
	margin-top:120px;
}
.cloud-xksy-ul li .normal-inner .icon img{
	max-width:100%;
	height:auto;
}
/* xksy_honor
-------------------------------------------------------------- */
.xksy_honor{
	margin-top:124px;
	padding-bottom:126px;
}
.xksy_honor h3,.xksy_yslf h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#2c3441;
	line-height:55px;
	font-weight:normal;
}
.xksy_honor ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:40px;
}
.xksy_honor ul li{
	width:32%;
	overflow:hidden;
	margin:10px 2% 10px 0;
}
.xksy_honor ul li:last-child{
	margin-right:0;
}
.xksy_honor ul li img{
	width:100%;
	height:auto;
}
.xksy_honor ul li:hover img{
	transform:scale(1.02);
}
/* xksy_ys
-------------------------------------------------------------- */
.xksy_ys{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	padding-top:134px;
	padding-bottom:172px;
}
.xksy_yslf{
	width:42.5%;
	overflow:hidden;
	padding-top:20px;
}
.xksy_yslf .xksy_ysnr{
	margin-top:58px;
}
.xksy_yslf .xksy_ysnr,.xksy_yslf .xksy_ysnr p{
	width:100%;
	overflow:hidden;
}
.xksy_yslf .xksy_ysnr p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
}
.xksy_ysrt{
	width:51%;
	overflow:hidden;
	text-align:right;
}
.xksy_ysrt img{
	width:100%;
	height:auto;
}
.xksy_ysrt:hover img{
	transform:scale(1.02);
}
/* kssjybg
-------------------------------------------------------------- */
.kssjybg{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
}
.kssjy_about{
	width:100%;
	overflow:hidden;
	background:url(../images/ksbg1.jpg) no-repeat top right;
	padding-top:148px;
}
.kssjy_aboutlf{
	width:42%;
	overflow:hidden;
}
.kssjy_aboutlf .ntit_fw h3,.kssjy_yjslf .ntit_fw h3{
	font-weight:bold;
}
.kssjy_aboutnr,.kssjy_aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#909397;
	text-align:justify;
}
.kssjy_aboutnr{
	margin-top:24px;
}
.kssjy_aboutnr p{
	margin-top:26px;
}
.kssjy_aboutlf .more{
	margin-top:88px;
}
.kssjy_aboutrt{
	width:48.6%;
	overflow:hidden;
}
.kssjy_aboutrt ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.kssjy_aboutrt ul li{
	width:49%;
	height:264px;
	overflow:hidden;
	background:rgba(255,255,255,0.9);
	border-radius:20px;
	padding:36px 34px 0 34px;
	margin:8px 0;
}
.kssjy_aboutrt ul li .icon{
	width:100%;
	overflow:hidden;
}
.kssjy_aboutrt ul li .icon img{
	max-width:100%;
	height:auto;
}
.kssjy_aboutrt ul li dl{
	overflow:hidden;
	float:right;
	margin-top:54px;
}
.kssjy_aboutrt ul li dl dt,.kssjy_aboutrt ul li dl dd{
	max-width:100%;
	overflow:hidden;
}
.kssjy_aboutrt ul li dl dt{
	font-size:20px;
	color:#2c3441;
	font-weight:normal;
}
.kssjy_aboutrt ul li dl dt .timer{
	font-size:68px;
	color:#2c3441;
	line-height:68px;
	font-weight:bold;
}
.kssjy_aboutrt ul li dl dd{
	font-size:16px;
	color:#2c3441;
	line-height:28px;
}
.kssjy_aboutlist{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:132px;
	padding-bottom:94px;
	border-bottom:solid 1px #e1e1e1;
}
.kssjy_aboutlist dl{
	overflow:hidden;
	border-left:solid 3px #ff6a00;
	padding-left:25px;
}
.kssjy_aboutlist dl dt,.kssjy_aboutlist dl dd{
	width:100%;
	overflow:hidden;
}
.kssjy_aboutlist dl dt{
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
}
.kssjy_aboutlist dl dd{
	font-size:16px;
	font-family:Arial;
	color:#a3a5a8;
	line-height:30px;
}
.kssjy_yjs{
	margin-top:55px;
}
.kssjy_yjs ul,.kssjy_yjs ul li{
	width:100%;
	overflow:hidden;
}
.kssjy_yjs ul li{
	margin:55px 0;
}
.kssjy_yjslf{
	width:26%;
	overflow:hidden;
	padding-top:64px;
}
.kssjy_yjslf .kssjy_yjsnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#909397;
	line-height:25px;
	margin-top:30px;
	text-align:justify;
}
.kssjy_yjslf .more{
	margin-top:70px;
}
.kssjy_yjsrt{
	width:70%;
	overflow:hidden;
	border-radius:15px;
}
.kssjy_yjsrt img{
	width:100%;
	height:auto;
}
/* ourcj
-------------------------------------------------------------- */
.ourcj{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/ksbg2.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
}
.ourcjtit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:107px;
	z-index:9;
}
.ourcjtit .ntit h3{
	color:#fff;
}
.ourcjjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#fff;
	line-height:32px;
	margin-top:20px;
}
.ourcj ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.ourcj ul li{
	height:100%;
	overflow:hidden;
	padding:398px 34px 0 34px;
	border-right:solid 1px rgba(255,255,255,0.3);
}
.ourcj ul li .num,.ourcj ul li p{
	width:100%;
	overflow:hidden;
}
.ourcj ul li .num{
	font-size:50px;
	color:#fff;
	font-family:Arial;
	line-height:50px;
	font-weight:bold;
	margin-bottom:44px;
	text-align:center;
}
.ourcj ul li p{
	font-size:15px;
	color:#fff;
	line-height:30px;
	text-align:justify;
}
/* kssjy_zj
-------------------------------------------------------------- */
.kssjy_zj{
	max-width:1920px;
	margin:88px auto 0;
	min-height:960px;
	overflow:hidden;
	background:url(../images/ksbg4.jpg) no-repeat center;
	position:relative;
}
.kssjy_zj .ntit_fw{
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	padding:0 5.2%;
}
.kssjy_zj .ntit_fw h3{
	font-weight:bold;
	margin-bottom:20px;
}
.kssjy_zj .ntit_fw p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#909397;
}
.kssjy_zj ul,.kssjy_zj ul li .kssjy_zjimg,.kssjy_zj ul li h5,.kssjy_zj ul li p{
	width:100%;
	overflow:hidden;
}
.kssjy_zj ul li{
	width:14.2%;
	overflow:hidden;
	position:absolute;
	z-index:7;
}
.kssjy_zj ul li .kssjy_zjimg{
	border-radius:20px;
}
.kssjy_zj ul li .kssjy_zjimg img{
	width:100%;
	height:auto;
}
.kssjy_zj ul li h5{
	font-size:26px;
	color:#2c3441;
	line-height:36px;
	font-weight:normal;
	text-align:center;
	margin-top:12px;
}
.kssjy_zj ul li p{
	font-size:16px;
	color:#2c3441;
	text-align:center;
}
.kssjy_zj ul li:first-child{
	width:18.9%;
	left:17px;
	top:276px;
}
.kssjy_zj ul li:nth-child(2){
	left:27.3%;
	top:70px;
}
.kssjy_zj ul li:nth-child(2) .kssjy_zjimg,.kssjy_zj ul li:nth-child(4) .kssjy_zjimg,.kssjy_zj ul li:nth-child(6) .kssjy_zjimg,.kssjy_zj ul li:nth-child(7) .kssjy_zjimg{
	border-radius:40px;
}
.kssjy_zj ul li:nth-child(3){
	width:14.7%;
	left:27.3%;
	top:476px;
}
.kssjy_zj ul li:nth-child(3) .kssjy_zjimg,.kssjy_zj ul li:nth-child(5) .kssjy_zjimg{
	border-radius:100%;
}
.kssjy_zj ul li:nth-child(4){
	left:46.6%;
	top:378px;
}
.kssjy_zj ul li:nth-child(5){
	width:14.7%;
	left:63.1%;
	top:78px;
}
.kssjy_zj ul li:nth-child(6){
	left:74%;
	top:468px;
}
.kssjy_zj ul li:nth-child(7){
	left:84.4%;
	top:70px;
}
/* kssjy_case
-------------------------------------------------------------- */
.kssjy_case{
	width:100%;
	overflow:hidden;
	background:url(../images/ksbg3.jpg) no-repeat left bottom;
	padding-top:126px;
	padding-bottom:150px;
}
.kssjy_case .ntit_fw h3{
	font-weight:bold;
	margin-bottom:20px;
}
.kssjy_case .ntit_fw p{
	width:26%;
	overflow:hidden;
	font-size:16px;
	color:#909397;
	text-align:justify;
}
.kssjy_casenr,.kssjy_caselist,.kssjy_caselist .kssjy_caseimg,.kssjy_caselist h5,.kssjy_caselist .kssjy_casetext{
	width:100%;
	overflow:hidden;
}
.kssjy_casenr{
	margin-top:63px;
}
.kssjy_caselist{
	background:#fff;
	border-radius:10px;
}
.kssjy_caselist .kssjy_caseimg img{
	width:100%;
	height:auto;
}
.kssjy_caselist h5{
	font-size:22px;
	color:#242a33;
	line-height:32px;
	font-weight:normal;
	text-align:justify;
}
.kssjy_caselist .kssjy_casetext{
	padding:110px 50px 0 50px;
	height:276px;
}
.kssjy_caselist .kssjy_casetext hr{
	width:58px;
	border:none;
	border-bottom:solid 2px #cdcdcd;
	margin-bottom:34px;
}
.kssjy_casebot{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:right;
	align-items:center;
	margin-top:64px;
}
.kssjy_casebot .swiper-button{
	overflow:hidden;
}
.kssjy_casebot .swiper-button div{
	width:80px;
	height:80px;
	border-radius:100%;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.kssjy_casebot .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev5.png) no-repeat center;
}
.kssjy_casebot .swiper-button .swiper-button-prev:hover{
	background:#ff6a00 url(../images/prevh5.png) no-repeat center;
}
.kssjy_casebot .swiper-button .swiper-button-next{
	background:#fff url(../images/next5.png) no-repeat center;
	margin-left:25px;
}
.kssjy_casebot .swiper-button .swiper-button-next:hover{
	background:#ff6a00 url(../images/nexth5.png) no-repeat center;
}
.kssjy_casebot hr{
	width:51.9%;
	border:none;
	border-bottom:solid 1px #cccccc;
	margin:0 10px;
}
.kssjy_casebot .kssjy_casemore{
	width:180px;
	height:64px;
	text-align:center;
	line-height:64px;
	border-radius:32px;
	background:#242a33;
}
.kssjy_casebot .kssjy_casemore a{
	display:block;
	font-size:16px;
	color:#fff;
}
/* kssjy_nabout
-------------------------------------------------------------- */
.nkssjybg{
	width:100%;
	overflow:hidden;
	background:#f7f7f7 url(../images/ksbg5.png) no-repeat left bottom;
	padding-bottom:212px;
}
.nkssjy_about{
	margin-top:114px;
	margin-bottom:60px;
}
.nkssjy_aboutlf{
	width:42.5%;
	overflow:hidden;
}
.nkssjy_aboutlf .ntit h3{
	text-align:left;
}
.nkssjy_aboutnr{
	width:100%;
	overflow:hidden;
	margin-top:44px;
	text-align:justify;
}
.nkssjy_aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#676c73;
	line-height:30px;
}
.nkssjy_aboutrt{
	width:45.2%;
	overflow:hidden;
	text-align:right;
	padding-top:72px;
}
.nkssjy_aboutrt img{
	max-width:100%;
	height:auto;
}
.nkssjy_aboutlistrt{
	width:50.4%;
	height:541px;
	overflow:hidden;
	border-radius:20px;
	margin-top:8px;
}
.nkssjy_aboutlistrt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/* nkssjy_yjs
-------------------------------------------------------------- */
.nkssjy_yjs,.yjs3d,.yjs_case{
	margin-top:60px;
	margin-bottom:60px;
}
.nkssjy_yjstit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.nkssjy_yjstit .ntit{
	width:28%;
}
.nkssjy_yjstit .ntit h3{
	text-align:left;
}
.nkssjy_yjstit .nkssjy_yjsjs{
	width:72%;
	overflow:hidden;
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	text-align:justify;
}
.nkssjy_yjs ul{
	width:100%;
	overflow:hidden;
	margin-top:88px;
}
.nkssjy_yjs ul li{
	width:50%;
	overflow:hidden;
	height:317px;
	float:left;
	padding:48px 0;
	border-top:solid 1px #eaeaea;
}
.nkssjy_yjs ul li:nth-child(2n+1){
	padding-right:35px;
}
.nkssjy_yjs ul li:nth-child(2n){
	padding-left:35px;
}
.nkssjy_yjs ul li .yjsimg{
	width:39%;
	height:220px;
	overflow:hidden;
	border-radius:15px;
	position:relative;
}
.nkssjy_yjs ul li .yjsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit:cover;
}
.nkssjy_yjs ul li .yjsimg:hover img{
	transform:translate(-50%, -50%) scale(1.02);
	}
.nkssjy_yjs ul li .yjstext{
	width:57%;
	overflow:hidden;
	padding-top:8px;
}
.nkssjy_yjs ul li .yjstext h5,.nkssjy_yjs ul li .yjstext p{
	width:100%;
	overflow:hidden;
}
.nkssjy_yjs ul li .yjstext h5{
	font-size:30px;
	color:#2c3441;
	font-weight:normal;
	line-height:40px;
	margin-bottom:18px;
}
.nkssjy_yjs ul li .yjstext p{
	font-size:16px;
	color:#6a6e75;
	text-align:justify;
}
/* yjs3d
-------------------------------------------------------------- */
.yjs3d .ntit h3{
	text-align:left;
}
.yjs3dnr,.yjs3dnr ul,.yjs3dnr ul li{
	width:100%;
	overflow:hidden;
}
.yjs3dnr ul li{
	margin:90px 0;
}
.yjs3dnr ul li .yjs3dtext{
	width:25%;
	overflow:hidden;
	padding-top:90px;
}
.yjs3dnr ul li .yjs3dimg{
	width:70%;
	overflow:hidden;
	border-radius:15px;
}
.yjs3dnr ul li .yjs3dimg img{
	max-width:100%;
	height:auto;
}
.yjs3dnr ul li .yjs3dimg:hover img{
	transform:scale(1.02);
}
.yjs3dnr ul li .yjs3dtext h5,.yjs3dnr ul li .yjs3dtext p{
	width:100%;
	overflow:hidden;
}
.yjs3dnr ul li .yjs3dtext h5{
	font-size:36px;
	color:#2c3441;
	font-weight:normal;
	line-height:46px;
	margin-bottom:40px;
}
.yjs3dnr ul li .yjs3dtext p{
	font-size:16px;
	color:#979a9e;
	text-align:justify;
}
/* yjs_caselist
-------------------------------------------------------------- */
.yjs_caselist,.yjs_caselist ul,.yjs_caselist ul li .yjs_caseimg,.yjs_caselist ul li p{
	width:100%;
	overflow:hidden;
}
.yjs_caselist ul{
	display:flex;
	flex-wrap:wrap;
}
.yjs_caselist ul li{
	width:24.3%;
	overflow:hidden;
	margin:15px 0.933333333333333333% 15px 0;
}
.yjs_caselist ul li:nth-child(4n){
	margin-right:0;
}
.yjs_caselist ul li .yjs_caseimg{
	height:257px;
	position:relative;
}
.yjs_caselist ul li .yjs_caseimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	height:100%;
	object-fit:cover;
}
.yjs_caselist ul li:hover .yjs_caseimg img{
	transform:translate(-50%, -50%) scale(1.03);
}
.yjs_caselist ul li p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-top:12px;
}
.yjs_casemore,.yjs_casemore dl dt,.yjs_casemore dl dd{
	width:100%;
	overflow:hidden;
}
.yjs_casemore{
	display:flex;
	justify-content:center;
	margin-top:25px;
}
.yjs_casemore dl{
	cursor:pointer;
}
.yjs_casemore dl dt{
	font-size:16px;
	color:#2c3441;
	font-weight:normal;
	line-height:30px;
}
.yjs_casemore dl dt,.yjs_casemore dl dd{
	text-align:center;
}
.yjs_table{
	width:100%;
	overflow:auto;
	margin-top:80px;
}
.yjs_table table{
    width: 100%;
    white-space: nowrap;
}
.yjs_table table thead,.yjs_table table .thead tr{
	width:100%;
	overflow:hidden;
}
.yjs_table table,.yjs_table table tr,.yjs_table table td{
	border:none;
}
.yjs_table table th,.yjs_table table td{
	line-height:30px;
	padding:0 30px;
	font-size:16px;
	color:#2c3441;
	border-right:solid 1px #e0e0e0;
}
.yjs_table table th:last-child,.yjs_table table td:last-child{
	border-right:none;
}
.yjs_table table th{
	height:62px;
	background:#ff6a00;
	font-size:26px;
	color:#fff;
}
.yjs_table table tbody tr:nth-child(2n+1){
	background:#f5f5f5;
}
.yjs_table table td{
	height:50px;
}
/* xkzb
-------------------------------------------------------------- */
.xkzbtop{
	background:#fff;
	height:580px;
	padding:0 180px 0 46px;
	margin-bottom:68px;
}
.xkzblf{
	width:52.6%;
	height:560px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.4);
	margin-top:-80px;
	position:relative;
}
.xkzblf img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.xkzblf:hover img{
	transform:scale(1.02);
}
.xkzblf .xkzblfen{
	font-size:130px;
	color:#fff;
	font-weight:900;
	line-height:110px;
	position:absolute;
	left:26px;
	bottom:-8px;
	z-index:9;
}
.xkzbrt{
	width:40%;
	overflow:hidden;
	padding-top:166px;
}
.xkzbrt h5,.xkzbrt p{
	width:100%;
	overflow:hidden;
}
.xkzbrt h5{
	font-size:36px;
	color:#2c3441;
	line-height:46px;
	font-weight:normal;
	margin-bottom:34px;
}
.xkzbrt p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align:justify;
}
.xkzb{
	width:100%;
	overflow:hidden;
	background: #f3f3f3;
	padding:198px 0 0 0;
}
.xkzbnr dl{
	width:88.6%;
	padding:0;
	height:583px;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 100px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.15);
	margin:77px 0;
	background:#fff;
	}
.xkzbnr dl:nth-child(2n+1){
	margin-left:11.4%;
}
.xkzbnr dl:nth-child(2n){
	margin-right:11.4%;
}
.xkzbnr dl dt .xkzben{
	overflow:hidden;
	font-size:130px;
	line-height:130px;
	font-family:Arial;
	color:#8e9095;
	font-weight:900;
	text-transform:uppercase;
	position:absolute;
	top:-73px;
	left:85px;
}
.xkzbnr dl dt{
	width:54%;
	height:100%;
	padding:122px 85px 0 85px;
	position:relative;
	}
.xkzbnr dl:nth-child(2n+1) dt{
	float:left;
	background:url(../images/kszbbg1.jpg) no-repeat bottom right;
	}
.xkzbnr dl:nth-child(2n+1) dd{
	float:right;
	}
.xkzbnr dl:nth-child(2n) dt{
	float:right;
	background:url(../images/kszbbg2.jpg) no-repeat bottom left;
	}
.xkzbnr dl:nth-child(2n) dd{
	float:left;
	}
.xkzbnr dl dt h5{
	width:100%;
	overflow:hidden;
	font-size:36px;
    color: #2c3441;
	line-height:46px;
	font-weight:normal;
}
.xkzbnr dl dt .xkzbms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a7a7a7;
	line-height:30px;
	font-weight:normal;
	margin-top:16px;
}
.xkzbnr dl dt .xkzbms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#979a9e;
	line-height:30px;
	font-weight:normal;
	margin-top:14px;
	text-align:justify;
	}
.xkzbnr dl dt .more{
	margin-top:60px;
}
.xkzbnr dl dd{
	width:46%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.xkzbnr 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;
}
.xkzbnr dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
	}
/* gcsj_qqzx
-------------------------------------------------------------- */
.gcsj_qqzx{
	margin-top:115px;
	margin-bottom:94px;
}
.gcsj_qqzxnr{
	width:100%;
	overflow:hidden;
	margin-top:66px;
}
.gcsj_qqzxnr h5,.gcsj_ysjs h5,.xkcjjnr h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#ff6a00;
	font-weight:normal;
	line-height:30px;
	margin-bottom:4px;
}
.gcsj_qqzxnr p,.gcsj_ysjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	text-align:justify;
}
.gcsj_ys{
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
	padding:90px 0;
}
.gcsj_ys ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gcsj_ys ul li{
	width:32.3%;
	overflow:hidden;
	margin:10px 0;
}
.gcsj_ys ul li img{
	max-width:100%;
	height:auto;
}
.gcsj_ysbot{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:65px;
}
.gcsj_ysbot .gcsj_ysjs{
	width:54%;
	overflow:hidden;
}
.gcsj_ysbot .yxxzmore{
	width:auto;
	margin-top:0;
}
.gcsj_gc{
	margin-top:92px;
}
.gcsj_gc ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:40px;
}
.gcsj_gc ul li{
	width:49.5%;
	height:300px;
	background:#f9f9f9;
	border-radius:10px;
	padding:44px;
	margin:8px 0;
}
.gcsj_gc ul li .gcsj_gclf{
	width:44%;
	overflow:hidden;
}
.gcsj_gc ul li .gcsj_gclf .num,.gcsj_gc ul li .gcsj_gclf p{
	width:100%;
	overflow:hidden;
}
.gcsj_gc ul li .gcsj_gclf .num{
	font-size:40px;
	color:#ff6a00;
	font-weight:bold;
	font-family:Arial;
	line-height:40px;
	margin-bottom:5px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.gcsj_gc ul li .gcsj_gclf .num span{
	font-size:22px;
	line-height:32px;
	color: #2c3441;
	margin-left:10px;
}
.gcsj_gc ul li .gcsj_gclf p{
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	text-align:justify;
}
.gcsj_gc ul li .gcsj_gcimg{
	width:47.2%;
	overflow:hidden;
}
.gcsj_gc ul li .gcsj_gcimg img{
	max-width:100%;
	height:auto;
}
.gcsjjs{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#2c3441;
	line-height:30px;
	margin-top:20px;
	text-align:justify;
}
.gcsj_gcsj{
	margin-top:80px;
	margin-bottom:80px;
}
.gcsj_gcsjms{
	width:100%;
	overflow:hidden;
	margin-top:54px;
	text-align:justify;
}
.gcsj_gcsjms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
}
.gcsj_gcsj ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:52px;
}
.gcsj_gcsj ul li{
	width:31.6%;
	overflow:hidden;
	background:#f9f9f9;
	border-radius:10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gcsj_gcsj ul li:hover{
	background:#ff6a00;
}
.gcsj_gcsj ul li .gcsj_gcsjimg{
	width:100%;
	height:316px;
	overflow:hidden;
}
.gcsj_gcsj ul li .gcsj_gcsjimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.gcsj_gcsj ul li .gcsj_gcsjtext{
	width:100%;
	height:460px;
	overflow:hidden;
	padding:53px 38px 0 38px;
}
.gcsj_gcsj ul li .gcsj_gcsjtext h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#2c3441;
	line-height:32px;
}
.gcsj_gcsj ul li .gcsj_gcsjtext p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#2c3441;
	line-height:30px;
	margin-top:32px;
	text-align:justify;
}
.gcsj_gcsj ul li:hover h5,.gcsj_gcsj ul li:hover p{
	color:#fff;
}
.gcsj_gcsj ul li:hover .gcsj_gcsjimg img,.gcsj_gc ul li:hover .gcsj_gcimg img,.gcsj_ys ul li:hover img,.zzcg ul li:hover img{
	transform:scale(1.03);
}
/* zzcg
-------------------------------------------------------------- */
.zzcg{
	margin-top:116px;
}
.zzcgnr{
	width:100%;
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	margin-top:60px;
}
.zzcgnr h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#6a6e75;
	line-height:30px;
	margin-bottom:10px;
	margin-top:60px;
	text-align:justify;
}
.zzcgnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	margin-top:5px;
	text-align:justify;
}
.zzcg ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:46px;
}
.zzcg ul li{
	width:32.3%;
	overflow:hidden;
	margin:20px 1.55% 20px 0;
}
.zzcg ul li img,.zzcgnr img{
	max-width:100%;
	height:auto;
}
.zzcg ul li:nth-child(3n){
	margin-right:0;
}
.zzcg_cj{
	margin-top:82px;
}
.zzcg_cj .ntit h3{
	text-align:left;
}
.zzcg_cj .zzcg_cjms{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#2c3441;
	margin-top:10px;
}
.zzcg_cjnr{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	padding:98px 0;
	margin-top:64px;
}
.zzcg_cjnr dl,.zzcg_cjnr dl dt,.zzcg_cjnr dl dd{
	width:100%;
	overflow:hidden;
}
.zzcg_cjnr dl dt img{
	width:100%;
	height:auto;
}
.zzcg_cjnr dl:hover dt img,.kssjy_yjsrt:hover img,.kssjy_zj ul li .kssjy_zjimg:hover img,.kssjy_caselist:hover .kssjy_caseimg img{
	transform:scale(1.02);
}
.zzcg_cjnr dl dd{
	text-align:center;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	margin-top:15px;
}
.zzcg_cjnr .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
}
.zzcg_cjnr .swiper-pagination .swiper-pagination-bullet{
	width:18px;
	height:4px;
	background:#d5d5d5;
	border-radius:2px;
}
.zzcg_cjnr .swiper-pagination .swiper-pagination-bullet-active{
	background:#ff6a00;
	width:30px;
}
.zzcglist,.zzcglist dl{
	width:100%;
}
.zzcglist dl{
	overflow:hidden;
	padding:70px;
	box-shadow:0px 0px 50px rgba(0,0,0,0.08);
	margin:38px 0;
	border-radius:20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.zzcglist dl dt{
	width:6%;
	overflow:hidden;
	float:left;
}
.zzcglist dl dt img{
	max-width:100%;
	height:auto;
}
.zzcglist dl dt .iconh,.zzcglist dl:hover dt .icon{
	display:none;
}
.zzcglist dl:hover dt .iconh{
	display:block;
}
.zzcglist dl dd{
	width:94%;
	overflow:hidden;
	float:right;
}
.zzcglist dl dd h4,.zzcglist dl dd p{
	width:100%;
	overflow:hidden;
}
.zzcglist dl dd h4{
	font-size:45px;
	color:#242a33;
	line-height:55px;
	margin-bottom:15px;
}
.zzcglist dl dd p{
	font-size:18px;
	color:#242a33;
	line-height:30px;
	text-align:justify;
}
.zzcglist dl:hover{
	background:#ff6a00;
}
.zzcglist dl:hover dd h4,.zzcglist dl:hover dd p{
	color:#fff;
}
.zzcg_gk,.zzcg_yf{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:50px 68px;
	margin:20px 0;
}
.zzcg_yf{
	align-items: center;
}
.zzcg_gk div{
	width:16.5%;
	height:110px;
	overflow:hidden;
	background:#fff;
	margin:10px 0;
	box-shadow:0px 0px 40px rgba(0,0,0,0.08);
	display:flex;
	align-items:center;
	justify-content:center;
}
.zzcg_gk div p,.zzcg_yf div p{
	font-size:18px;
	color:#000;
	line-height:30px;
	text-align:center;
	margin-top:0;
}
.zzcg_yf div{
	width:16.5%;
	height:86px;
	overflow:hidden;
	margin:10px 0;
	background:#fff;
	border:solid 1px #00469b;
	display:flex;
	align-items:center;
	justify-content:center;
}
.zzcg_yf span img{
	max-width:100%;
	height:auto;
}
/* xkcjj
-------------------------------------------------------------- */
.xkcjj{
	margin-bottom:110px;
}
.xkcjj .ntit_zb{
	margin-top:130px;
}
.xkcjjnr,.xkcjjnr p{
	width:100%;
	overflow:hidden;
	text-align:justify;
}
.xkcjjnr{
	margin-top:58px;
}
.xkcjjnr p{
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	text-align:justify;
}
.xkcjjnr img{
	max-width:100%;
	height:auto;
}
.xkcjjnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.xkcjjnr ul li{
	width:49%;
	overflow:hidden;
	margin:15px 0;
}
.xkcjjnr ul li img{
	width:100%;
	height:auto;
}
.sbaz ul{
	margin-top:20px;
}
.sbaz ul li{
	width:32%;
}
/* scpx
-------------------------------------------------------------- */
.scpx{
	width:100%;
	overflow:hidden;
	padding-top:118px;
	padding-bottom:105px;
}
.scpx ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-top:48px;
}
.scpx ul li{
	width:19.2%;
	height:500px;
	overflow:hidden;
	border-radius:20px;
	padding-top:100px;
	box-shadow:4px 0px 36px rgba(0,0,0,0.06);
	margin:15px 1% 15px 0;
}
.scpx ul li:nth-child(5n){
	margin-right:0;
}
.scpx ul li .scpximg,.scpx ul li h5,.scpx ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.scpx ul li .scpximg img{
	max-width:100%;
	height:auto;
}
.scpx ul li h5{
	font-size:28px;
	color:#2c3441;
	line-height:38px;
	margin-top:28px;
}
.scpx ul li p{
	font-size:16px;
	color:#2c3441;
	font-family:Arial;
	line-height:30px;
	margin-top:2px;
}
.scpx ul li span{
	display:block;
	width:1px;
	height:75px;
	background:#d5d6d9;
	margin:80px auto 0;
}
/* scpxbg
-------------------------------------------------------------- */
.scpxbg{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	padding:75px 0;
}
.scpxbg ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.scpxbg ul li{
	width:49%;
	overflow:hidden;
	margin:10px 0;
}
.scpxbg ul li img{
	max-width:100%;
	height:auto;
}
.scpxbg ul li:hover img{
	transform:scale(1.03);
}
.scpxjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#686c73;
	line-height:30px;
	margin-top:30px;
	text-align:justify;
}
/* xkcgl
-------------------------------------------------------------- */
.xkcgl{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/glbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.xkcgl .xkcgltit{
	width:100%;
	overflow:hidden;
	padding:0 5.2%;
	position:absolute;
	left:0;
	top:84px;
	z-index:9;
}
.xkcgl .xkcgltit .ntit_zb h3,.xkcgl .xkcgltit .ntit_zb p{
	color:#fff;
}
.xkcgljs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:30px;
}
.xkcgl ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.xkcgl ul li{
	height:100%;
	overflow:hidden;
	padding:544px 65px 0px 65px;
	border-right:solid 1px rgba(255,255,255,0.3);
}
.xkcgl ul li .num,.xkcgl ul li h5,.xkcgl ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.xkcgl ul li .num{
	font-size:66px;
	color:#fff;
	line-height:66px;
	font-family:Arial;
	font-weight:bold;
}
.xkcgl ul li h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	margin-top:40px;
}
.xkcgl ul li p{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:28px;
	margin-top:20px;
}
.gzhf{
	width:100%;
	overflow:hidden;
	padding-top:104px;
	padding-bottom:92px;
}
.gzhf .gzhfjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6a6e75;
	line-height:30px;
	margin-top:50px;
	margin-bottom:76px;
}
.gzhf ul{
	width:100%;
}
.gzhf ul li{
	width:100%;
	height:264px;
	overflow:hidden;
	border-radius:20px;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1);
	padding:0 70px;
	display:flex;
	align-items:center;
	margin:36px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.gzhf ul li .icon{
	width:6%;
	overflow:hidden;
}
.gzhf ul li .iconimgh,.gzhf ul li:hover .iconimg{
	display:none;
}
.gzhf ul li:hover .iconimgh{
	display:block;
}
.gzhf ul li .gzhfrt{
	width:94%;
	overflow:hidden;
}
.gzhf ul li .gzhfnr{
	width:100%;
	overflow:hidden;
}
.gzhf ul li .gzhfrt h5,.gzhf ul li .gzhfrt p{
	width:100%;
	overflow:hidden;
	text-align:justify;
}
.gzhf ul li .gzhfrt h5{
	font-size:36px;
	color:#242a33;
	line-height:46px;
	margin-bottom:18px;
}
.gzhf ul li .gzhfrt p{
	font-size:16px;
	color:#242a33;
	line-height:30px;
}
.gzhf ul li:hover{
	background:#ff6a00;
}
.gzhf ul li:hover .gzhfrt h5,.gzhf ul li:hover .gzhfrt p{
	color:#fff;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:#f8f8f8 url(../images/contactbg.jpg) no-repeat right top;
	padding-top:96px;
	padding-bottom:122px;
	}
.contactjs{
	width:100%;
	overflow:hidden;
	padding:0 29%;
	text-align:center;
	font-size:16px;
	color:#94969b;
	line-height:30px;
	margin-top:32px;
}
.contactnr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	margin-top:52px;
}
.contactnr ul li{
	width:19.2%;
	height:530px;
	overflow:hidden;
	background:#fff;
	padding:40px;
	border-radius:15px;
	margin:10px 1% 10px 0;
}
.contactnr ul li:last-child{
	margin-right:0;
}
.contactnr ul li h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#2c3441;
	line-height:30px;
	margin-top:20px;
}
.contactnr ul li p{
	width:100%;
	overflow:hidden;
	color:#2c3441;
	line-height:26px;
}
.contactnr ul li p a{
	color:#2c3441;
}
.hwbsc{
	width:100%;
	overflow:hidden;
	background:url(../images/bscbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:88px;
	padding-bottom:110px;
}
.hwbscnr{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:58px;
}
.hwbsclist{
	width:48.3%;
	height:684px;
	overflow:hidden;
	background:#fff;
	padding:44px;
}
.hwbsclist dl{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin:52px 0;
}
.hwbsclist dl dt{
	width:29%;
	overflow:hidden;
	border-radius:5px;
}
.hwbsclist dl dt img{
	width:100%;
	height:auto;
}
.hwbsclist dl dd{
	width:67.4%;
	overflow:hidden;
	margin-left:3.6%;
}
.hwbsclist dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#000;
	line-height:36px;
	font-family:Arial;
	font-weight:normal;
	margin-bottom:8px;
}
.hwbsclist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	font-family:Arial;
}
.message{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:110px;
	padding-bottom:126px;
}
.messagenr{
	margin-top:45px;
}
.nmap{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nmap img{
	width:100%;
	height:auto;
}
.pro_ly{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#323232;
	font-weight:bold;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin:20px 0;
}
.pro_ly ul{
	overflow:hidden;
	display:inline-block;
	margin-left:5px;
}
.pro_ly ul li{
	overflow:hidden;
	margin: 5px 12px 5px 0;
	float:left;
	font-weight:normal;
	display:flex;
	align-items:center;
	font-size:15px;
}
.pro_ly ul>li>input{
	margin: 0 5px 0 0;
}
.messagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:20px;
	}
.messagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	font-weight:normal;
	}
.messagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.messagenr dl dd input{
	width:100%;
	overflow:hidden;
	font-size:15px;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 20px 0 48px;
	color:#a3a3a3;
	}
.messagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	color:#a3a3a3;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 20px 18px 48px;
	background:#fff url(../images/icon49.png) no-repeat 15px 21px;
	}
.messagenr dl:last-of-type{
	width:100%;
	}
.messagenr dl:nth-of-type(2n+1){
	margin-right:1%;
	}
.messagenr dl:nth-of-type(2n){
	margin-left:1%;
	}
.messagenr dl:nth-of-type(5),.messagenr dl:nth-of-type(6){
	width:100%;
	}
.messagenr dl:nth-of-type(6) {
    margin-left:0;
}
.messagenr dl:first-of-type dd input{
	background:#fff url(../images/icon45.png) no-repeat 15px center;
}
.messagenr dl:nth-of-type(2) dd input{
	background:#fff url(../images/icon46.png) no-repeat 15px center;
}
.messagenr dl:nth-of-type(3) dd input{
	background:#fff url(../images/icon47.png) no-repeat 15px center;
}
.messagenr dl:nth-of-type(4) dd input{
	background:#fff url(../images/icon48.png) no-repeat 15px center;
}
.messagenr dl:nth-of-type(5) dd input {
    background: #fff url(../images/icon45.png) no-repeat 15px center;
}
.messagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
.messagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background:#ff6a00;
    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{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{
	display:block;
	width:56px;
	height:56px;
	background:#fff;
	text-align:center;
	line-height:56px;
	float: left;
	margin:5px;
	font-size:16px;
	color:#2c3441;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pages ul a:first-child,.pages ul a:last-child{
	width:auto;
	padding:0 12px;
}
.pages ul a.page-num-current,.pages ul a:hover{ 
	background:#ff6a00;
	color:#fff;
}
.news-exp{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:15px;
}
.news-exp div{
	width:49.5%;
	overflow:hidden;
	background:#fff;
	font-size:16px;
	color:#2c3441;
	padding:13px 24px;
	display:flex;
	align-items:center;
}
.news-exp div:last-child{
	justify-content:flex-end;
}
.news-exp div span,.news-exp div a{
	font-size:16px;
	color:#2c3441;
}
.news-exp div hr{
	width:1px;
	height:18px;
	border:none;
	border-left:solid 1px #2c3441;
	margin:0 25px;
}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#005bac;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 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: #ff6a00;
	  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: #ff6a00;
	  -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: #ff6a00;
	  -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:130px;
			  top:10px;
			  z-index:9999;
	}

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	
}

@media(max-width:1920px) {
	.cont,.cont1{
		width:89.6%;
	}
}
@media(max-width:1768px) {
	.header .nav{
		margin-right:30px;
	}
	.header .navbar_nav li{
		padding:0 22px;
	}
	.tit p{
		font-size:98px;
		line-height:98px;
	}
	.sblf {
		padding-top:130px;
	}
	.sblf h5{
		font-size:45px;
		line-height:55px;
	}
	.sbnrlist .lt .mores h4{
		font-size: 40px;
		line-height: 50px;
	}
	.menu_jjfa ul li{
		padding-left:25px;
	}
	.menu_jjfa ul li a hr {
		width:50px;
	}
	.menu_jjfa ul li a span {
		font-size:26px;
	}
	.newslist h5{
		font-size:22px;
		line-height:32px;
		height:64px;
	}
	.cloud-solution-ul li .active-inner .innerrt h5{
		font-size:34px;
		line-height:44px;
	}
	.jjfaxqrt h1{
		font-size:34px;
		line-height:44px;
	}
	.jjfaxqtit,.jjfatit h3{
		font-size:40px;
		line-height:50px;
	}
	.jjfanr_1{
		width: 40%;
	}
	.jjfanr_2 .image-item .jjfatext{
		padding: 77px 40px 0 40px;
	}
	.jjfanr_2 .image-item .jjfaimg{
		height:313px;
	}
	.jjfa_3 h3{
		font-size:50px;
		line-height:60px;
	}
	.sbnr ul li .sbitem .sbitemimg{
		height:313px;
	}
	.cloud-xksy-ul li .normal-inner{
		padding:0 30px;
	}
	.cloud-xksy-ul li .normal-inner h5{
		font-size:22px;
		line-height:32px;
	}
	.cloud-product-ul li.active .servicejs{
		padding-left:13%;
	}
	.kssjy_caselist .kssjy_casetext{
		padding: 110px 40px 0 40px;
	}
	.nkssjy_aboutlistrt{
		height:499px;
	}
	.kssjy_aboutrt ul li{
		height:243px;
	}
	.kssjy_aboutrt ul li dl{
		margin-top:34px;
	}
	.nkssjy_yjs ul li .yjstext{
		padding-top: 0;
	}
	.nkssjy_yjs ul li .yjstext h5{
		font-size:28px;
		line-height:38px;
	}
	.yjs_table table th{
		font-size:22px;
	}
	.yjs_caselist ul li .yjs_caseimg{
		height:237px;
	}
	.xkzbtop{
		padding:0 140px 0 46px;
	}
	.xkzbnr dl dt{
		padding: 122px 70px 0 70px;
	}
	.xkzbnr dl dt .xkzben{
		left:70px;
	}
	.xkcgl ul li{
		padding:544px 50px 0px 50px;
	}
	.service_fwlc ul li{
		padding:70px 60px;
	}
	.shfwlf .shfwtel span {
		margin-right:40px;
	}
	.contactnr ul li{
		padding:30px;
	}
	.rynr ul li .rytext h5 span{
		margin-left:30px;
	}
	.rynr ul li .rytext h5{
		font-size:80px;
	}
	.rynr ul li .rytext{
		margin-left:40px;
	}
}
@media(max-width:1680px) {
	.header .nav{
		margin-right:15px;
	}
	.header .navbar_nav li{
		padding:0 18px;
	}
	.sblf h5{
		font-size:40px;
		line-height:50px;
	}
	.equipmentnr {
		height: 480px;
	}
	.qywhbot h3{
		font-size:40px;
		line-height:50px;
	}
	.qywhbot p,.newstop .newtoprt h5{
		font-size:24px;
		line-height:34px;
	}
	.newstop .newtoplf{
		height:500px;
	}
	.aboutlist ul li dl dt .timer,.aboutlist ul li dl dt font{
		font-size:67px;
		line-height:67px;
	}
	.ntit h3,.ntit h3 a,.jjfa_2 h3,.jjfa_3 h3,.tjcase h4,.kstit h3{
		font-size:45px;
		line-height:55px;
	}
	.jjfajs_3 p{
		font-size:26px;
		line-height:36px;
	}
	.jjfanr_2 .image-item .jjfaimg{
		height:297px;
	}
	.yjylf {
		width:46%;
	}
	.yjyrt{
		width:48%;
	}
	.yjynr {
		margin-top:50px;
	}
	.ks ul li h5{
		margin-top:20px;
	}
	.ks ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.service_yslf ul li {
		padding: 35px 100px 30px 35px;
	}
	.gnj ul li p{
		font-size:20px;
		line-height:30px;
		margin-top:10px;
	}
	.sbnr ul li .sbitem .sbitemimg{
		height:297px;
	}
	.yjy_aboutlf{
		width:44%;
	}
	.yjy_aboutrt{
		width:48%;
	}
	.yjy_about ul li{
		width:22%;
	}
	.yjy_systit .ntit p{
		font-size:26px;
		line-height:36px;
	}
	.yjy_sylc ul li h5{
		font-size:28px;
		line-height:38px;
	}
	.kssjy_case .ntit_fw p{
		width:28%;
	}
	.nkssjy_aboutlistrt{
		height:474px;
	}
	.kssjy_aboutrt ul li{
		height:231px;
	}
	.kssjy_aboutrt ul li dl{
		margin-top:30px;
	}
	.yjs_caselist ul li .yjs_caseimg{
		height:225px;
	}
	.zzcg_cj .zzcg_cjms{
		font-size:28px;
		line-height:38px;
	}
	.scpx ul li h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:316px;
	}
	.service_zbfwnr ul li{
		padding:0 40px;
	}
	.cloud-product-ul li h5, .service_zbfwnr ul li h5{
		font-size:32px;
		line-height:42px;
	}
	.rynr ul li .rytext h5{
		font-size:70px;
	}
	.rynr ul li .rytext h5 span {
        margin-left: 20px;
    }
	.cloud-product-ul li .normal-inner{
		padding:0 30px;
	}
	.sballnr .sball_lf {
		width: 25%;
	}
	.sball_lf h5{
		font-size:45px;
		line-height:55px;
	}
}
@media(max-width:1600px) {
	.header .nav{
		margin-right:5px;
	}
	.header .navbar_nav li{
		padding:0 13px;
	}
	.language a > img {
		margin-right:5px;
	}
	.language a i {
		margin-left:5px;
	}
	.header .navbar_nav li.dropdown .dropdown_menu .layer_wp{
		width:75%;
	}
	.header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navjs, .header .navbar_nav li.dropdown .dropdown_menu .layer_wp .navrt .navjs p{
		font-size:16px;
	}
	.tit p{
		font-size:88px;
		line-height:88px;
	}
	.sblf {
		padding-top:100px;
	}
	.newslist .newsbot .newsbotlf span{
		font-size:50px;
		line-height:50px;
	}
	.cloud-solution-ul li .active-inner .innerrt h5{
		font-size:30px;
		line-height:40px;
	}
	.fwysnr .fwyslist dl dt{
		font-size: 25px;
		line-height: 35px;
	}
	.fwysnr .fwyslist dl {
		margin-top: 70px;
	}
	.jtcy ul li h4{
		font-size:24px;
		line-height:34px;
	}
	.fwlist ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.yxxzrt ul li h5{
		font-size:28px;
		line-height:38px;
	}
	.yxxzrt ul li h6{
		font-size:20px;
		line-height:30px;
	}
	.sbnr ul li .sbitem .sbitemimg{
		height:283px;
	}
	.sbitem h5{
		font-size:24px;
		line-height:34px;
	}
	.zzcglist dl dd h4{
		font-size: 40px;
		line-height: 50px;
	}
	.zzcg_gk, .zzcg_yf{
		padding:50px;
	}
	.menu_jjfa ul li{
        padding-left:20px;
    }
	.menu_n ul li{
		margin-right:80px;
	}
	.menu_jjfa ul li a span {
        font-size: 24px;
		margin-left:10px;
    }
	.menu_jjfa ul li a hr{
        width: 45px;
    }
	.historynr .historyrt .historytext_n p{
		margin-top:20px;
	}
	.historynr .bigyear{
		font-size:400px;
	}
	.historynr .historyrt .year{
		font-size:70px;
		line-height:70px;
	}
	.xkzbnr dl dt {
        padding: 100px 60px 0 60px;
    }
	.teamlist{
		padding:80px 60px;
	}
	.teamlist .teamin h5{
		font-size:34px;
		line-height:44px;
	}
	.qywhlf{
		width:36%;
	}
	.qywhlist ul li .qywhtext h5{
		font-size:26px;
		line-height:36px;
	}
	.newsnr_n ul li .newsms_n{
		padding:0 35px;
	}
	.sbnrlist .lt .mores h4{
		font-size:35px;
		line-height:45px;
	}
	.jjfaxqlf {
		width: 46%;
	}
	.jjfaxqrt {
		width: 48%;
	}
	.jjfaxqrt .jjfaxqbtn{
		margin-top:50px;
	}
	.jjfanr_2 .image-item .jjfaimg{
		height:283px;
	}
	.cloud-xksy-ul li .normal-inner{
		padding:0 20px;
	}
	.yjy_syyjms {
		width:40%;
	}
	.yjy_sylc ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.kssjy_aboutrt ul li dl dt .timer{
		font-size:60px;
		line-height:60px;
	}
	.kssjy_zj ul li:nth-child(2),.kssjy_zj ul li:nth-child(7){
		top:130px;
	}
	.kssjy_zj ul li:nth-child(5){
		top:138px;
	}
	.kssjy_zj ul li:first-child{
		top:336px;
	}
	.kssjy_zj ul li:nth-child(3){
		top: 536px;
	}
	.kssjy_zj ul li:nth-child(4){
		top:438px;
	}
	.kssjy_zj ul li:nth-child(6){
		top:528px;
	}
	.kssjy_zj{
		margin:60px auto 0;
	}
	.ourcj ul li{
		padding: 398px 24px 0 24px;
	}
	.kssjy_caselist .kssjy_casetext{
		padding: 90px 30px 0 30px;
	}
	.kssjy_caselist h5{
		font-size:20px;
		line-height:30px;
	}
	.nkssjy_aboutlf {
		width: 45%;
	}
	.nkssjy_aboutrt {
		width: 47%;
	}
	.nkssjy_aboutnr{
		margin-top:30px;
	}
	.kssjy_aboutlf .more {
		margin-top:60px;
	}
	.nkssjy_aboutlistrt{
		height:451px;
	}
	.kssjy_aboutrt ul li{
		height:220px;
	}
	.kssjy_aboutrt ul li dl{
		margin-top:30px;
	}
	.yjs_table table th{
		font-size:20px;
	}
	.yjs_table table th, .yjs_table table td{
		padding:0 20px;
	}
	.yjs_caselist ul li .yjs_caseimg{
		height:215px;
	}
	.gcsj_gc ul li .gcsj_gclf,.gcsj_gc ul li .gcsj_gcimg{
		width: 48%;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext{
		padding: 53px 30px 0 30px;
	}
	.scpx ul li h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.scpx ul li p{
		font-size:15px;
		line-height:25px;
	}
	.xkcgl ul li{
		padding:544px 40px 0px 40px;
	}
	.xkcgl ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.xkcgl ul li .num{
		font-size:60px;
		line-height:60px;
	}
	.gzhf ul li .gzhfrt h5{
		font-size:32px;
		line-height:42px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:301px;
	}
	.service_cglf {
		width:47%;
	}
	.service_cglf ul{
		margin-top:60px;
	}
	.service_cglf .service_cgnr{
		padding-right:30px;
	}
	.service_zbfwjs{
		padding: 0 22%;
	}
	.cloud-product-ul li h5, .service_zbfwnr ul li h5{
		font-size:30px;
		line-height:40px;
	}
	.service_yslf ul li .num{
		font-size:40px;
		line-height:50px;
	}
	.service_fwlc ul li .service_fwlcin h5{
		font-size:32px;
		line-height:42px;
	}
	.service_fwlc ul li .service_fwlcnum{
		font-size:80px;
		line-height:80px;
	}
	.shfwlf .shfwtel span, .shfwlf .shfwtel span a{
		font-size:20px;
	}
	.hwbsclist dl dd h5{
		font-size:24px;
		line-height:34px;
	}
	.contactjs{
		padding:0 25%;
	}
	.botlxfs .botlxfslf {
		width:25%;
	}
}
@media(max-width:1440px) {
	.logo img{
		height:68px;
	}
	.header .navbar_nav li > a{
		font-size:16px;
	}
	.header .navbar_nav li.dropdown .dropdown_menu .layer_wp dl dd a{
		font-size:18px;
	}
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:55px;
		line-height:65px;
	}
	.banner .bannertext p,.banner .bannertext p span{
		font-size:30px;
		line-height:40px;
	}
	.cloud-product-ul li.active .servicejs{
		padding-left:12%;
	}
	.banner .bannernr h3{
		font-size:50px;
		line-height:60px;
	}
	.banner .bannernr .bannerjs{
		font-size:25px;
		line-height:35px;
	}
	.banner .bannernr{
		bottom:130px;
	}
	.sblf h5{
		font-size:35px;
		line-height:45px;
	}
	.sbrt a span{
		width:100px;
		height:100px;
	}
	.solutionmenu{
		width:45%;
	}
	.equipmentnr {
        height: 420px;
    }
	.cloud-solution-ul li .normal-inner dl dd{
		font-size:18px;
		line-height:28px;
	}
	.newslist h5 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
	.aboutlist ul li dl dt .timer,.aboutlist ul li dl dt font{
		font-size:57px;
		line-height:57px;
	}
	.dots .dotnr h5{
		font-size:26px;
		line-height:36px;
	}
	.dots .plusDiv:hover .dotnr{
		width:280px;
		padding:20px 15px;
	}
	.dots .dotnr{
		margin-left:-140px;
	}
	.zzcg_gk,.zzcg_yf{
		padding:40px;
	}
	.zzcg_gk div {
		width: 18%;
	}
	.zzcg_yf div{
		width: 17%;
	}
	.zzcglist dl dd h4{
		font-size:35px;
		line-height:45px;
	}
	.zzcglist dl{
		padding:60px 50px;
	}
	.zzcglist dl dt{
		width:8%;
	}
	.zzcglist dl dd{
		width:90%;
	}
	.menu_jjfa ul li a span{
        font-size:22px;
    }
	.menu_jjfa ul li a hr{
        width:40px;
    }
	.aboutlist_n ul li dl dt .timer{
		font-size:60px;
		line-height:60px;
	}
	.aboutlist_n ul li dl dt font{
		font-size:50px;
	}
	.fwysnr .fwyslist dl {
		margin-top:60px;
	}
	.yxxzrt ul li{
		padding:144px 30px 0 30px;
	}
	.menu_n ul li{
		margin-right:60px;
	}
	.teamlist{
		padding:60px 40px;
	}
	.sbnr ul li .sbitem .sbitemimg{
		height:255px;
	}
	.sbnr h3{
		font-size:45px;
		line-height:55px;
	}
	.sbitem p{
		padding:0 14%;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext {
        padding:40px 30px 0 30px;
    }
	.gcsj_gcsj ul li .gcsj_gcsjtext p{
		margin-top:20px;
	}
	.qywhlf {
		width:40%;
	}
	.qywhrt ul li .qywhrt_text{
		padding:60px 30px 0 30px;
	}
	.newstop .newtoprt {
		padding: 53px 50px 0 50px;
	}
	.newstop .newtoplf{
		height:479px;
	}
	.newsnr_n ul li .newsms_n h5{
		font-size:18px;
	}
	.sbnrlist .lt .mores h4{
		font-size:30px;
		line-height:40px;
	}
	.service_mapnr .service_num {
		margin-top: 200px;
	}
	.service_mapnr .service_num dl dt .timer, .service_mapnr .service_num dl dt font{
		font-size:78px;
		line-height:68px;
	}
	.jjfaxqrt h1 {
        font-size: 30px;
        line-height: 40px;
    }
	.jjfaxqrt{
		padding-top:20px;
	}
	.jjfaxqbtel a {
		font-size:34px;
	}
	.jjfaxqrt .jjfaxqjs {
		margin-top:40px;
	}
	.jjfa_1{
		padding-left:80px;
		height:502px;
	}
	.jjfanr_2 .image-item .jjfatext h5{
		font-size:24px;
		line-height:34px;
	}
	.jjfanr_2 .image-item .jjfaimg{
		height:255px;
	}
	.tjcaselist h5{
		font-size:18px;
		line-height:28px;
	}
	.yjyimg {
		margin-top: 100px;
	}
	.kslist {
		width:40%;
	}
	.kslogo {
		width:36%;
	}
	.kslist ul li .ksnum .timer{
		font-size:60px;
		line-height:70px;
	}
	.xksytitrt{
		width:40%;
	}
	.xksy_honor h3, .xksy_yslf h3{
		font-size:40px;
		line-height:50px;
	}
	.xksy_honor {
		margin-top:100px;
		padding-bottom:100px;
	}
	.xksy_yslf{
		padding-top:0;
	}
	.xksy_ys{
		padding-top:100px;
		padding-bottom:100px;
	}
	.sylc ul li{
		padding:0 60px;
	}
	.sylc ul li .num{
		right:60px;
	}
	.yjy_aboutmore{
		margin-top:40px;
	}
	.yjy_about{
		padding-top:100px;
		padding-bottom:80px;
	}
	.yjy_sys{
		padding-top:100px;
		padding-bottom:100px;
	}
	.yjy_sysnr,.yjy_sysmore{
		margin-top:40px;
	}
	.yjy_sylc ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.yjy_sysms {
		padding:0 50px;
	}
	.yjy_sysms h5{
		font-size:26px;
		line-height:36px;
	}
	.kssjy_aboutrt ul li dl dt .timer{
		font-size:55px;
		line-height:55px;
	}
	.ntit_fw h3,.ntit_fw h3 a{
		font-size:40px;
		line-height:50px;
	}
	.service_mapnr h3{
		font-size:45px;
		line-height:55px;
	}
	.kssjy_aboutlist{
		margin-top:100px;
		padding-bottom:80px;
	}
	.kssjy_aboutlist dl dt{
		font-size:24px;
		line-height:34px;
	}
	.kssjy_yjslf{
		padding-top:30px;
	}
	.kssjy_yjslf .more {
		margin-top:40px;
	}
	.kssjy_zj ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.ourcj ul li{
		padding: 398px 20px 0 20px;
	}
	.kssjy_case .ntit_fw p{
		width:33%;
	}
	.kssjy_case{
		padding-top:100px;
		padding-bottom:100px;
	}
	.nkssjy_aboutlistrt{
		height:406px;
	}
	.kssjy_aboutrt ul li{
		height:200px;
	}
	.kssjy_aboutrt ul li dl{
		margin-top:20px;
	}
	.nkssjy_yjs ul li .yjstext h5{
		font-size:25px;
		line-height:35px;
	}
	.nkssjy_yjs ul li:nth-child(2n+1){
		padding-right: 25px;
	}
	.nkssjy_yjs ul li:nth-child(2n){
		padding-left: 25px;
	}
	.yjs3dnr ul li .yjs3dtext h5{
		font-size:30px;
		line-height:40px;
	}
	.yjs3dnr ul li .yjs3dtext{
		padding-top: 60px;
	}
	.yjs3dnr ul li .yjs3dtext{
		width: 27%;
	}
	.yjs_caselist ul li .yjs_caseimg{
		height:193px;
	}
	.xkzbtop {
        padding:0 100px 0 46px;
    }
	.xkzbnr dl dt {
		padding: 80px 50px 0 50px;
    }
	.xkzbnr dl dt .more {
		margin-top:40px;
	}
	.xkzbnr dl dt .xkzben{
		left:60px;
	}
	.xkzbrt h5,.xkzbnr dl dt h5{
		font-size:32px;
		line-height:42px;
	}
	.xkzblf .xkzblfen,.xkzbnr dl dt .xkzben{
		font-size:120px;
	}
	.ntit_zb p{
		font-size: 80px;
		line-height: 80px;
	}
	.gcsj_gc ul li{
		padding:40px 30px;
	}
	.gcsj_gc ul li .gcsj_gclf .num{
		font-size:35px;
		line-height:35px;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext h5{
		font-size:20px;
		line-height:30px;
	}
	.zzcg {
		margin-top:100px;
	}
	.xkcjj .ntit_zb {
		margin-top:100px;
	}
	.xkcgl ul li {
        padding: 544px 30px 0px 30px;
    }
	.gzhf ul li{
		padding:0 50px;
	}
	.menulist ul li{
		margin-right:40px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:271px;
	}
	.casenr_n ul li .casetext_n h5, .tjcasenr_n ul li .casetext_n h5{
		font-size:20px;
		line-height:30px;
	}
	.casenr_n ul li .casetext_n, .tjcasenr_n ul li .casetext_n {
		margin-top: 20px;
	}
	.service_cglf h4{
		font-size:26px;
		line-height:36px;
	}
	.service_cglf ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.service_zbfwjs{
		padding: 0 20%;
	}
	.service_zbfwnr ul li {
        padding:0 30px;
    }
	.cloud-product-ul li h5, .service_zbfwnr ul li h5 {
        font-size:28px;
        line-height:38px;
    }
	.service_fwlc ul li {
        padding:60px 50px;
    }
	.service_fwlc ul li .service_fwlcnum {
        font-size:70px;
        line-height:70px;
    }
	.service_fwlc ul li .service_fwlcin h5{
        font-size:30px;
        line-height:40px;
    }
	.shfwlf .shfwtel span {
        margin-right:30px;
    }
	.contactnr ul li {
        padding:30px 20px;
    }
	.hwbsclist{
		padding: 44px 30px;
	}
	.rynr ul li .rytext h5{
		font-size:60px;
	}
	.rynr ul li .rytext p{
		font-size:18px;
		line-height:28px;
	}
	.rynr ul li .rytext{
        margin-left:30px;
    }
	.rynr ul li hr{
		margin-left:20px;
	}
	.rynr ul li .ryyear{
		width:8%;
	}
	.cloud-product-ul li .normal-inner{
		padding:0 20px;
	}
	.sballnr .sball_lf {
		width:28%;
	}
	.sball_lf .yxxzmore {
		margin-top: 60px;
	}
	.sball_lf h5{
		font-size:40px;
		line-height:50px;
	}
	.botlxfs .botlxfslf{
		width:30%;
	}
	.botlxfsnr dl dd {
		margin-left:20px;
	}
	.footernr .footerlf{
		width:38%;
	}
	.footernr .footerrt{
		width:60%;
	}
}
@media(max-width:1360px) {
	.tit p{
		font-size:78px;
		line-height:78px;
	}
	.fwysnr .fwyslist dl {
		margin-top:50px;
	}
	.fwysnr .fwyslist dl dd{
		margin-top:10px;
	}
	.fwysnr .fwyslist dl dt {
        font-size: 22px;
        line-height: 32px;
    }
	.fwysnr .fwyslist dl dd{
		font-size:14px;
		line-height:24px;
	}
	.cloud-solution-ul li .active-inner .innerrt h5 {
        font-size:26px;
        line-height:36px;
    }
	.global{
		background-size:1360px;
	}
	.global .dot{
		top:58px;
		margin-right:-618px;
	}
	.dot1 {
		top: 160px;
		margin-right: -400px;
	}
	.dot2 {
		top: 330px;
		margin-right: -150px;
	}
	.dot3 {
		top: 400px;
		margin-right: -150px;
	}
	.dot4{
		top: 435px;
		margin-right: -145px;
	}
	.dot5 {
		top: 365px;
		margin-right: -360px;
	}
	.dot6 {
		top: 390px;
		margin-right: -395px;
	}
	.dot7 {
		top:450px;
		margin-right:-425px;
	}
	.dot8 {
		top: 230px;
		margin-right: 160px;
	}
	.dot9 {
		top: 405px;
        margin-right: 10px;
	}
	.dot10 {
		top: 480px;
		margin-right: 68px;
	}
	.dot11 {
		top: 280px;
		margin-right: -230px;
	}
	.dot12{
		top: 285px;
		margin-right: -265px;
	}
	.dot13 {
		top: 340px;
		margin-right: -300px;
	}
	.dot14{
		top: 305px;
		margin-right: -300px;
	}
	.dot15{
		top:230px;
		margin-right:-380px;
	}
	.dot16 {
		top:230px;
		margin-right:-420px;
	}
	.dot17 {
		top:260px;
		margin-right:-350px;
	}
	.dot18 {
		top:300px;
		margin-right:-365px;
	}
	.jtcy ul li h4{
		font-size:22px;
		line-height:32px;
	}
	.jtcy ul li .jtcytext{
		padding: 20px;
	}
	.jtcy ul li .jtcytext h5{
		font-size:18px;
	}
	.xkzbrt h5, .xkzbnr dl dt h5 {
        font-size:28px;
        line-height:38px;
    }
	.fwlist ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.gcsj_gc ul li .gcsj_gclf .num span {
		font-size: 20px;
		line-height: 30px;
		margin-left:5px;
	}
	.yxxzrt ul li h5 {
        font-size:26px;
        line-height:36px;
    }
	.yxxzrt ul li {
        padding: 144px 20px 0 20px;
    }
	.sbnr ul li .sbitem .sbitemimg{
		height:240px;
	}
	.historynr .bigyear{
		font-size:300px;
	}
	.teamlist .teamin{
		padding-left:30px;
	}
	.teamlist .teamin .teamzw dl{
		margin-right:30px;
	}
	.teamlist .teamin h5{
		font-size:30px;
		line-height:40px;
	}
	.qywhlf h4,.qywhrt ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.qywhlist ul li .qywhtext h5{
		font-size:24px;
		line-height:34px;
	}
	.qywhbot h3{
		font-size:35px;
		line-height:45px;
	}
	.qywhbot p{
		font-size:22px;
		line-height:32px;
	}
	.newstop .newtoplf{
		height:453px;
	}
	.newsnr_n ul li .date2 .day2{
		font-size:45px;
		line-height:45px;
	}
	.menu_sb .rt ul li{
		padding: 0 15px 6px 15px;
	}
	.menu_sb .rt ul li a{
		font-size:20px;
	}
	.jjfaxqbtel{
		margin-top:40px;
	}
	.jjfaxqrt .jjfaxqjs {
        margin-top:30px;
    }
	.jjfaxqrt h1 {
        font-size:28px;
        line-height:38px;
    }
	.jjfanr_2 .image-item .jjfaimg{
		height:240px;
	}
	.cloud-xksy-ul li .normal-inner h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.sylc ul li{
		padding:0 50px;
	}
	.sylc ul li .num{
		right:50px;
	}
	.sylclf h5{
		font-size:28px;
		line-height:38px;
	}
	.sylc ul li .num{
		font-size:70px;
		line-height:70px;
	}
	.menu_jjfa ul li a span{
        font-size:20px;
    }
	.menu_jjfa ul li a hr{
        width:35px;
    }
	.nkssjy_yjs ul li:nth-child(2n+1){
		padding-right: 20px;
	}
	.nkssjy_yjs ul li:nth-child(2n){
		padding-left: 20px;
	}
	.nkssjy_yjs ul li .yjstext {
		width: 58%;
	}
	.nkssjy_yjs ul li .yjstext h5{
		margin-bottom:10px;
	}
	.yjs_table table th, .yjs_table table td{
		padding:0 10px;
	}
	.yjs_caselist ul li .yjs_caseimg{
		height:182px;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext {
        padding: 40px 20px 0 20px;
    }
	.gcsj_gcsj ul li .gcsj_gcsjtext p{
		margin-top:30px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:256px;
	}
	.service_fwlc ul li {
        padding: 60px 40px;
    }
	.service_fwlc ul li .icon{
		width:8%;
	}
	.service_fwlc ul li .service_fwlcnum{
		width:16%;
	}
	.shfwlf .shfwtel span {
        margin-right:20px;
    }
	.shfwlf .shfwtel span, .shfwlf .shfwtel span a {
        font-size:18px;
    }
	.contactjs{
		padding:0 22%;
	}
	.rynr ul li .rytext h5{
		font-size:50px;
	}
	.rynr ul li .rytext p{
		font-size:16px;
		line-height:26px;
	}
	.sballnr .sball_lf {
		width:30%;
	}
	.sball_lf .yxxzmore {
		margin-top:50px;
	}
}
@media(max-width:1300px){
	.header .navbar_nav li {
        padding:0 10px;
    }
	.jtcy ul li:nth-child(4) .jtcytext .jtcylist p {
		width: 50%;
	}
}
@media(max-width:1280px) {
	.tit h3,.tit h3 a{
		font-size:32px;
		line-height:42px;
	}
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:50px;
		line-height:60px;
	}
	.banner .bannertext p,.banner .bannertext p span{
		font-size:25px;
		line-height:35px;
	}
	.cloud-product-ul li.active .servicejs{
		padding-left:10%;
	}
	.sblf {
        padding-top:70px;
    }
	.sblf h5{
		font-size:30px;
		line-height:40px;
	}
	.solutionmenu{
		width:50%;
	}
	.equipmentnr {
        height:380px;
    }
	.cloud-solution-ul li .active-inner .innerrt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.cloud-solution-ul li .normal-inner dl dd {
        font-size: 16px;
        line-height: 26px;
    }
	.newslist .newsbot .newsbotlf span {
        font-size:45px;
        line-height:45px;
    }
	.aboutlist ul li dl dt .timer,.aboutlist ul li dl dt font{
		font-size:47px;
		line-height:47px;
	}
	.aboutlist{
		width: 48%;
	}
	.aboutlist ul li dl dd {
		font-size: 14px;
	}
	.aboutlist ul li dl dt .timer{
		margin-right:5px;
	}
	.dots .dotnr h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.sbnr ul li .sbitem .sbitemimg{
		height:226px;
	}
	.sbitem h5{
		font-size:22px;
		line-height:32px;
	}
	.sbitem p{
		padding:0 10%;
	}
	.aboutlist_n ul li dl dt .timer{
		font-size:50px;
		line-height:50px;
	}
	.aboutlist_n ul li dl dt font{
		font-size:40px;
	}
	.aboutlist_n ul li dl dt{
		font-size:18px;
	}
	.gcsj_gc ul li {
        padding:40px 20px;
    }
	.zzcglist dl dd h4 {
        font-size: 32px;
        line-height: 42px;
    }
	.tit p{
		font-size:70px;
		line-height:70px;
	}
	.service_mapnr .service_num {
		margin-top:170px;
	}
	.service_mapnr .service_num dl dt .timer, .service_mapnr .service_num dl dt font{
		font-size:68px;
		line-height:58px;
	}
	.service_mapnr .service_num dl dt{
		font-size:25px;
	}
	.fwysnr .fwyslist dl {
		margin-top:30px;
	}
	.jtcy ul li .jtcytext .jtcylist p{
		font-size:14px;
	}
	.jtcy ul li .jtcytext {
        padding: 20px 15px;
    }
	.jjfanr_1{
        width:45%;
    }
	.menu_n ul li {
        margin-right:50px;
    }
	.menu_jjfa ul li {
        padding-left:15px;
    }
	.menu_jjfa ul li a hr{
        width: 30px;
    }
	.historynr .bigyear{
		font-size:260px;
	}
	.historynr .historyrt .year{
		font-size:60px;
		line-height:60px;
	}
	.teamlist {
        padding:50px 30px;
    }
	.teamlist .teamin .teamzw dl{
		margin-right:20px;
	}
	.teamlist .teamrt a span{
		margin-left:20px;
	}
	.newstop .newtoprt h5{
		font-size:22px;
		line-height:32px;
	}
	.newstop .newtoprt {
        padding: 40px 40px 0 40px;
    }
	.newsdate_n .day{
		font-size:40px;
		line-height:50px;
	}
	.newstop .newtoplf{
		height:426px;
	}
	.newstop .newtoprt .more {
		margin-top:40px;
	}
	.newstop .newtoprt h5{
		margin-top:30px;
	}
	.newsnr_n ul li .newsms_n {
        padding:0 25px;
    }
	.newsnr_n ul li .date2 .day2 {
        font-size: 40px;
        line-height: 40px;
    }
	.newsrt_n ul{
		padding: 0 25px;
	}
	.newstit_n h1{
		font-size:24px;
		line-height:34px;
	}
	.sbnrlist .lt .mores h4{
		font-size:25px;
		line-height:35px;
	}
	.ntit h3,.ntit h3 a,.jjfa_2 h3,.jjfa_3 h3,.tjcase h4,.kstit h3{
		font-size:40px;
		line-height:50px;
	}
	.xkcjjnr ul li{
		margin:10px 0;
	}
	.jjfajs_3 p{
		font-size:22px;
		line-height:32px;
	}
	.menu_sb .rt {
		width: 88%;
	}
	.menu_sb .rt ul li{
		padding: 0 10px 6px 10px;
	}
	.tjjjfa ul li p{
		font-size:16px;
	}
	.jjfaxqrt h1 {
        font-size:26px;
        line-height:36px;
    }
	.jjfaxqbtel a {
        font-size: 30px;
    }
	.jjfa_1{
		height:446px;
	}
	.jjfanr_2 .image-item .jjfatext {
        padding:77px 30px 0 30px;
    }
	.jjfanr_2 .image-item .jjfaimg{
		height:226px;
	}
	.jjfanr_2 .image-item .jjfatext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.yjy {
		margin-top: 100px;
		margin-bottom:100px;
	}
	.ks ul li h5{
		margin-top:10px;
	}
	.ks ul li h5{
		font-size:22px;
		line-height:32px;
	}
	.kslist ul li .ksnum .timer{
		font-size:50px;
		line-height:60px;
	}
	.kslist ul li .ksnum font{
		font-size:34px;
		line-height:34px;
	}
	.cloud-xksy-ul li .normal-inner {
        padding: 0 15px;
    }
	.sylclf h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.yjy_about ul li {
        width: 23%;
    }
	.yjy_about ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.yjy_systit .ntit p{
		font-size:24px;
		line-height:34px;
	}
	.yjy_syyj ul li,.yjy_syyj ul li a{
		font-size:22px;
		line-height:32px;
	}
	.yjy_syyjms {
        width:45%;
    }
	.yjy_sylc ul li{
		padding:45px 25px;
	}
	.yjy_sylc ul li .yjy_sylcbot{
		padding:0 25px;
	}
	.yjy_sylc ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.yjy_sysms {
		padding:0 30px;
	}
	.yjy_sysms h5{
		font-size:24px;
		line-height:34px;
	}
	.kssjy_aboutrt ul li dl dt .timer{
		font-size:50px;
		line-height:50px;
	}
	.ntit_fw h3,.ntit_fw h3 a{
		font-size:35px;
		line-height:45px;
	}
	.service_mapnr h3{
		font-size:40px;
		line-height:50px;
	}
	.kssjy_aboutlf .more {
		margin-top:60px;
	}
	.kssjy_aboutlist dl{
		padding-left:20px;
	}
	.kssjy_yjslf{
		padding-top:20px;
	}
	.kssjy_yjslf .more {
		margin-top:30px;
	}
	.kssjy_yjslf .kssjy_yjsnr{
		margin-top:20px;
	}
	.kssjy_zj ul li h5{
		font-size:22px;
		line-height:32px;
	}
	.ourcj ul li .num{
		font-size:45px;
		line-height:45px;
	}
	.kssjy_case .ntit_fw p{
		width:35%;
	}
	.kssjy_caselist .kssjy_casetext{
		padding: 90px 20px 0 20px;
	}
	.kssjy_caselist h5{
		font-size:18px;
		line-height:28px;
	}
	.nkssjy_aboutlistrt{
		height:361px;
	}
	.kssjy_aboutrt ul li{
		height:176px;
		padding: 20px 24px 0 24px;
	}
	.kssjy_aboutrt ul li dl{
		margin-top:10px;
	}
	.nkssjy_yjs ul li .yjstext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.nkssjy_yjs ul li .yjstext p{
		font-size:15px;
		line-height:25px;
	}
	.yjs3dnr ul li .yjs3dtext h5{
		margin-bottom:20px;
	}
	.yjs3dnr ul li .yjs3dtext{
        padding-top: 40px;
    }
	.yjs_caselist ul li .yjs_caseimg{
		height:172px;
	}
	.yjs_caselist ul li p{
		font-size:15px;
		line-height:25px;
	}
	.xkzbnr dl dt {
        padding: 70px 40px 0 40px;
    }
	.xkzbnr dl dt .xkzben {
        left:40px;
    }
	.xkzbtop {
        padding: 0 80px 0 46px;
    }
	.xkzbnr dl dt .xkzbms{
		margin-top:10px;
	}
	.ntit_zb p{
		font-size:70px;
		line-height:70px;
	}
	.ntit_zb h3{
		font-size:32px;
		line-height:42px;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext {
        padding:30px 20px 0 20px;
    }
	.gcsj_gcsj ul li .gcsj_gcsjtext p{
		margin-top:20px;
		line-height:25px;
	}
	.zzcg_cj .zzcg_cjms{
		font-size:24px;
		line-height:34px;
	}
	.scpx ul li h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.scpx ul li p{
		font-size:14px;
		line-height:24px;
	}
	.scpx {
		padding-top:100px;
		padding-bottom:100px;
	}
	.xkcgl ul li {
        padding: 500px 20px 0px 20px;
    }
	.xkcgl ul li .num {
        font-size:50px;
        line-height:50px;
    }
	.xkcgl ul li h5 {
        font-size:22px;
        line-height:32px;
    }
	.gzhf ul li {
        padding: 0 40px;
    }
	.gzhf ul li .gzhfrt h5 {
        font-size: 30px;
        line-height: 40px;
    }
	.gzhf ul li .icon{
		width:7%;
	}
	.gzhf ul li .gzhfrt{
		width:93%;
	}
	.menulist ul li{
		margin-right:30px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:241px;
	}
	.casenr_n ul li .casetext_n h5, .tjcasenr_n ul li .casetext_n h5{
		font-size:18px;
		line-height:28px;
		margin-bottom:10px;
	}
	.casenr_n ul li .casetext_n p, .tjcasenr_n ul li .casetext_n p{
		font-size:15px;
	}
	.casenr_n ul li .casetext_n, .tjcasenr_n ul li .casetext_n {
        margin-top:10px;
    }
	.service_cglf h4{
		font-size:24px;
		line-height:34px;
	}
	.service_cglf ul {
        margin-top:40px;
    }
	.service_cglf .service_cgnr{
		margin-top:30px;
	}
	.service_cglf .service_cgnr {
        padding-right: 20px;
    }
	.service_zbfwjs{
		padding: 0 16%;
	}
	.cloud-product-ul li h5, .service_zbfwnr ul li h5 {
        font-size:24px;
        line-height:34px;
    }
	.service_zbfwnr ul li p{
		font-size:15px;
		line-height:25px;
	}
	.service_zbfwnr ul li {
        padding:0 20px;
    }
	.service_yslf ul li {
		padding: 35px 60px 30px 35px;
    }
	.service_yslf ul li .num{
		width:14%;
	}
	.service_yslf ul li .service_ysjs{
		width:86%;
	}
	.service_fwlc ul li .service_fwlcnum {
        font-size:60px;
        line-height:60px;
    }
	.sballnr .swiper-button-prev{
		left:-38px;
	}
	.sballnr .swiper-button-next{
		right:-38px;
	}
	.contactjs{
		padding:0 20%;
	}
	.hwbsclist dl dd h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.hwbsclist {
        padding: 44px 20px;
    }
	.hwbsclist dl dt {
		width:30%;
	}
	.hwbsclist dl dd{
		width: 66.4%;
	}
	.rynr ul li .ryyear,.rynr ul li .ryyear span{
		font-size:22px;
		line-height:32px;
	}
	.rynr ul li .rytext h5{
		font-size:40px;
	}
	.rynr ul li .rytext h5 span{
		font-size:20px;
	}
	.sballnr .sball_lf {
		width:32%;
	}
	.sball_lf .yxxzmore {
        margin-top:40px;
    }
	.sball_lf h5{
		font-size:35px;
		line-height:45px;
	}
	.footerrt ul li h4 a{
		font-size:18px;
	}
	.footerrt ul li p a{
		font-size:14px;
	}
	.botlxfs .botlxfslf {
		width:34%;
	}
}
@media(max-width:1200px) {
	.logo img {
        height: 60px;
    }
	.header .navbar_nav li {
        padding: 0 6px;
    }
	.menu_jjfa ul li a span {
        font-size:18px;
    }
	.menu_jjfa ul li .icon {
		width:45px;
		background-size:45px !important;
	}
	.fwysnr .fwyslist dl {
		margin-top:20px;
	}
}
@media(max-width:1152px) {
	.logo img {
        height:50px;
    }
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:45px;
		line-height:55px;
	}
	.banner .bannertext p,.banner .bannertext p span{
		font-size:20px;
		line-height:30px;
	}
	.banner .bannernr h3{
		font-size:45px;
		line-height:55px;
	}
	.banner .bannernr .bannerjs{
		font-size:20px;
		line-height:30px;
	}
	.tit p{
        font-size:65px;
        line-height:65px;
    }
	.cloud-product-ul li.active .servicejs{
		padding-left:0;
	}
	.cloud-product-ul li.active .normal-inner {
		padding: 0 40px;
	}
	.sblf{
        padding-top:50px;
    }
	.sblf h5{
		margin-bottom:20px;
        font-size:26px;
        line-height:36px;
	}
	.equipmentnr {
        height:340px;
    }
	.newslist{
		padding: 60px 20px 0 20px;
	}
	.fwysnr .fwyslist dl dd {
        margin-top: 5px;
    }
	.fwysnr .fwyslist dl {
        margin-top:15px;
    }
	.fwysnr .fwyslist dl dt {
        font-size: 20px;
        line-height: 30px;
    }
	.fwysnr .fwyslist dl dd {
        font-size: 13px;
        line-height: 23px;
    }
	.service_map {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.service_mapnr .service_num {
		margin-top: 130px;
	}
	.jtcy ul li h4 {
        font-size: 20px;
        line-height: 30px;
    }
	.sbnr ul li .sbitem .sbitemimg{
		height:204px;
	}
	.historynr .bigyear{
		font-size:220px;
	}
	.historynr .historyrt .year{
		font-size:55px;
		line-height:55px;
	}
	.xkzbrt h5,.xkzbnr dl dt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.newstop .newtoplf{
		height:383px;
	}
	.newstop .newtoprt {
        padding:30px 30px 0 30px;
    }
	.newstop .newtoprt .more {
        margin-top:30px;
    }
	.menu_sb .rt {
        width: 87%;
    }
	.menu_jjfa ul li a hr {
        width: 25px;
    }
	.menu_jjfa ul li a span{
		margin-left:5px;
		margin-right:5px;
	}
	.jjfanr_2 .image-item .jjfaimg{
		height:204px;
	}
	.yjy_sysnr .swiper-button-prev{
		left:18.5%;
	}
	.yjy_sysnr .swiper-button-next{
		right:18.5%;
	}
	.kssjy_aboutlist dl {
        padding-left: 15px;
    }
	.kssjy_yjslf {
		width: 28%;
	}
	.service_yslf ul li {
		padding:25px 60px 30px 25px;
	}
	.ourcj ul li {
        padding: 398px 15px 0 15px;
    }
	.nkssjy_yjs ul li .yjstext p{
		font-size:14px;
		line-height:24px;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext {
        padding:20px 20px 0 20px;
    }
	.gcsj_gcsj ul li .gcsj_gcsjtext p{
		margin-top:10px;
	}
	.yjs3dnr ul li .yjs3dtext {
        padding-top:20px;
    }
	.yjs_caselist ul li .yjs_caseimg{
		height:152px;
	}
	.yjs_caselist ul li p{
		font-size:14px;
		line-height:24px;
	}
	.menulist ul li{
		margin-right:20px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:217px;
	}
	.xkzbnr dl dt {
        padding:60px 30px 0 30px;
    }
	.service_zbfwjs{
		padding: 0 14%;
	}
	.service_yslf ul li {
        padding:40px 60px 40px 20px;
    }
	.service_yslf ul li .service_ysjs p {
		font-size: 15px;
		line-height: 25px;
	}
	.search_box{
		width:96%;
	}
	.contactnr ul li h5{
		font-size:17px;
	}
	.contactnr ul li {
        padding: 30px 10px;
    }
	.contactjs{
		padding:0 18%;
	}
}
@media(max-width:1110px) {
	.nkssjy_aboutlistrt {
        height:330px;
    }
	.rynr ul li .ryyear{
		width:9%;
	}
	.dots .plusDiv:hover .dotnr {
		width: 220px;
	}
	.dots .dotnr {
        margin-left: -110px;
    }
}
@media(max-width:1090px) {
	.header .navbar_nav li {
        padding: 0 5px;
    }
	.logo img {
        height: 46px;
    }
	.header .navbar_nav li > a{
        font-size: 15px;
    }
}

@media(max-width:1024px) {
	.jjfanr_2 .image-item .jjfaimg{
		height:181px;
	}
	.casenr_n ul li .caseimg_n, .tjcasenr_n ul li .caseimg_n{
		height:192px;
	}
	.sbnr ul li .sbitem .sbitemimg{
		height:181px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.search-alert .cent-form{
		height:80px;
	}
	.search-alert .cent-form .tex{
		font-size: 40px;
		height: 80px;
		line-height: 80px;
	}
	.search-alert .cent-form .sub-butn{
		height:80px;
		line-height:80px;
		margin-top:0;
	}
	.fwysnr .circle3{
		width:70%;
	}
	.global{
		background:none;
		padding:60px 5.2%;
	}
	.global .dot,.global .dots{
		display:none;
	}
	.globalmore{
		margin-top:40px;
	}
	.map_m{
		display:block;
	}
	.aboutlist {
		width:100%;
		margin-top:40px;
	}
	.aboutlf_n,.aboutimg_n{
		width:100%;
	}
	.aboutimg_n{
		margin-top:30px;
	}
	.about_n {
		margin-top:60px;
		margin-bottom:0;
	}
	.aboutnr_n{
		margin-top:40px;
	}
	.menu_jjfa ul li{
        width:33.33333333333333333333%;
        margin-bottom:14px;
    }
	.fwys{
		margin-top:60px;
		padding-bottom:60px;
	}
	.fwysnr .fwyslist{
		position:inherit;
		top:0;
		width:50%;
		float:left;
		padding:0 10px;
	}
	.jtcy ul{
		margin-top:40px;
	}
	.jtcy ul li{
		width:49%;
		margin:10px 0;
	}
	.jtcy{
		padding:60px 0;
	}
	.teamlist{
		flex-wrap:wrap;
		padding:30px;
		margin:50px 0;
	}
	.teamlist .teamimg,.teamlist .teamin,.teamlist .teamrt{
		width:100%;
	}
	.teamlist .teamin{
		padding-left:0;
		margin-top:20px;
	}
	.teamlist .teamrt{
		margin-top:20px;
	}
	.teamlist .teamin h5 {
        font-size:26px;
        line-height:36px;
    }
	.teamlist .teamin h5 span{
		font-size:14px;
	}
	.newslf_n,.newsrt_n{
		width:100%;
	}
	.newsrt_n{
		margin-top:15px;
	}
	.newslf_n .fbnr{
		padding:0 40px 40px 40px;
	}
	.newslf_n .newstit_n{
		padding-left:40px;
		padding-right:40px;
	}
	.newsrt_n{
		padding-bottom:40px;
	}
	.yjy {
        margin-top:60px;
        margin-bottom:60px;
    }
	.yjyimg {
        margin-top:60px;
    }
	.yjynr,.yjyimg{
        margin-top: 30px;
    }
	.yjylf,.yjyrt{
		width:100%;
	}
	.yjyrt{
		margin-top:40px;
		text-align:center;
	}
	.xksy_yslf,.xksy_ysrt{
		width:100%;
	}
	.xksy_ysrt{
		margin-top:20px;
	}
	.xksy_yslf .xksy_ysnr {
		margin-top:30px;
	}
	.yjy_aboutlf,.yjy_aboutrt{
		width:100%;
	}
	.yjy_aboutrt{
		margin-top:30px;
	}
	.yjy_about {
        padding-top:60px;
        padding-bottom:60px;
    }
	.yjy_about ul{
		margin-top:40px;
	}
	.kssjy_aboutlf,.kssjy_aboutrt{
		width:100%;
	}
	.kssjy_aboutrt,.kssjy_aboutlf .more{
		margin-top:30px;
	}
	.kssjy_about{
		padding-top:60px;
	}
	.kssjy_about{
		background:none;
	}
	.kssjy_aboutlist dl{
        width: 33.333333333333333333333%;
		margin:5px 0;
    }
	.kssjy_aboutlist {
        margin-top:40px;
        padding-bottom:40px;
    }
	.kssjy_yjslf,.kssjy_yjsrt{
		width:100%;
	}
	.kssjy_yjslf{
		padding-top:0;
		margin-bottom:30px;
	}
	.kssjy_yjs {
		margin-top:0;
	}
	.kssjy_yjs ul li {
		margin:30px 0;
	}
	.nkssjy_about {
		margin-top:60px;
	}
	.nkssjy_aboutlf,.nkssjy_aboutrt{
		width:100%;
	}
	.nkssjy_aboutrt{
		padding-top:40px;
	}
	.nkssjy_aboutlistrt{
		width:100%;
		margin-top:20px;
	}
	.nkssjy_aboutlistrt,.nkssjy_aboutlistrt img{
		height:auto;
	}
	.nkssjybg{
		padding-bottom:60px;
	}
	.nkssjy_yjstit .ntit,.nkssjy_yjstit .nkssjy_yjsjs{
		width:100%;
	}
	.nkssjy_yjstit .nkssjy_yjsjs{
		margin-top:20px;
	}
	.nkssjy_yjs ul{
		margin-top:40px;
	}
	.nkssjy_yjs ul li{
		width:100%;
		height:auto;
		padding:30px 0;
	}
	.nkssjy_yjs ul li:nth-child(2n+1) {
        padding-right:0;
    }
	.nkssjy_yjs ul li:nth-child(2n){
        padding-left:0;
    }
	.yjs3dnr ul li .yjs3dtext{
		width:100%;
		padding-top:0;
	}
	.yjs3dnr ul li .yjs3dimg{
		width:100%;
		margin-top:30px;
	}
	.yjs3dnr ul li{
		margin:40px 0;
	}
	.xkzbnr dl{
		width:100%;
		margin:50px 0;
	}
	.xkzbnr dl:nth-child(2n+1) {
		margin-left:0;
	}
	.xkzbnr dl:nth-child(2n) {
		margin-right:0;
	}
	.xkzblf .xkzblfen, .xkzbnr dl dt .xkzben {
        font-size: 100px;
        line-height: 90px;
    }
	.xkzbnr dl dt .xkzben{
		top:-41px;
	}
	.xkzbrt h5, .xkzbnr dl dt h5 {
        font-size:28px;
        line-height:38px;
    }
	.xkzblf,.xkzbrt{
		width:100%;
	}
	.xkzbtop{
		height:auto;
        padding: 0 40px;
	}
	.xkzbrt{
		padding:40px 0;
	}
	.xkzbrt h5{
		margin-bottom:20px;
	}
	.xkzb{
		padding:60px 0 0 0;
	}
	.xkzblf{
		margin-top:40px;
		height:auto;
	}
	.xkzblf img{
		height:auto;
	}
	.xkzbnr dl dt {
        padding:80px 30px 0 30px;
    }
	.xkzbnr dl dt .xkzben {
        left:30px;
    }
	.xkzbnr dl dt .more {
        margin-top:30px;
    }
	.gcsj_gcsjms,.zzcgnr{
		width:100%;
	}
	.zzcg,.zzcg_cj,.xkcjj .ntit_zb{
        margin-top:60px;
    }
	.zzcgnr{
        margin-top:40px;
    }
	.zzcg ul{
        margin-top:30px;
    }
	.zzcg_cjnr{
		padding:60px 0;
		margin-top:60px;
	}
	.zzcg_cjnr .swiper-pagination{
		margin-top:30px;
	}
	.xkcjjnr {
		margin-top:40px;
	}
	.xkcjj {
		margin-bottom:60px;
	}
	.scpx{
		padding-top:60px;
		padding-bottom:60px;
	}
	.scpx ul li{
		width:32%;
		margin: 15px 2% 15px 0;
		padding-top:40px;
		height:360px;
	}
	.scpx ul li:nth-child(3n){
		margin-right:0;
	}
	.scpx ul li span{
		margin-top:30px;
	}
	.service_cglf,.service_cgimg{
		width:100%;
	}
	.service_cgimg{
		margin-top:30px;
	}
	.service_cg{
		padding-top:60px;
		padding-bottom:60px;
	}
	.service_cg{
		background:#fafafa;
	}
	.service_cglf .service_cgnr{
		padding-right:0;
	}
	.service_zbfwjs{
		padding:0;
	}
	.service_zbfw{
		padding-top:60px;
		padding-bottom:60px;
	}
	.service_zbfwnr ul li{
		width:49%;
		margin:10px 0;
	}
	.service_zbfwnr ul{
		margin-top:40px;
	}
	.service_yslf{
		width:100%;
		padding-top:0;
	}
	.service_ys{
		height:auto;
	}
	.service_ys .service_ysimg{
		position:inherit;
		width:100%;
		height:auto;
		margin-top:30px;
	}
	.service_yslf ul li {
        padding:30px 20px;
    }
	.service_yslf ul li .num {
        width:11%;
    }
	.service_yslf ul li .service_ysjs {
        width:89%;
    }
	.service_gzfw{
		padding-top:60px;
		height:760px;
	}
	.service_gzfwrt{
		width:100%;
		padding-top:70px;
	}
	.contactjs{
		padding:0;
	}
	.contact{
		padding-top:60px;
		padding-bottom:60px;
		background:#f8f8f8;
	}
	.contactnr ul{
		margin-top:30px;
	}
	.contactnr ul li{
		width:32.6666666666666666666666667%;
		padding:30px 20px;
	}
	.contactnr ul li:nth-child(3n){
		margin-right:0;
	}
	.hwbsclist{
		width:100%;
		margin:10px 0;
		height:auto;
		padding:20px;
	}
	.hwbsclist dl{
		margin:30px 0;
	}
	.hwbsc {
		padding-top:60px;
		padding-bottom:60px;
	}
	.hwbscnr{
		margin-top:30px;
	}
	.positionnr{
		padding-left:30px;
	}
	.message{
		padding-top:60px;
		padding-bottom:60px;
	}
	.messagenr {
		margin-top:30px;
	}
	.footer{
		padding:60px 0 0 0;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:20px;
	}
	.bot{
		margin-top:30px;
		padding:20px 0;
	}
	.footerrt ul li p{
		display:none;
	}
	.footerrt ul li h4{
		margin-bottom:10px;
	}
}
@media(max-width:991px) {
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:40px;
		line-height:50px;
	}
	.banner .bannertext{
		bottom:14%;
	}
	.banner .bannernr h3{
		font-size:40px;
		line-height:50px;
	}
	.banner .bannernr{
		bottom:90px;
	}
	.banner .swiper-pagination{
		bottom:20px;
		left:6%;
	}
	.tit p{
		font-size:60px;
		line-height:60px;
	}
	.tit h3,.tit h3 a{
		font-size:28px;
		line-height:38px;
	}
	.mouse{
		width: 30px;
		height: 30px;
		margin-left: -15px;
		bottom: 18px;
	}
	.service {
		padding-top:60px;
		padding-bottom:60px;
	}
	.servicenr{
		margin-top:40px;
	}
	.sblf h5{
        font-size: 24px;
        line-height: 34px;
    }
	.equipment{
		padding-top:60px;
		padding-bottom:60px;
	}
	.equipmentnr{
        height: auto;
    }
	.menu_jjfa{
		margin-top:0;
	}
	.sbnrlist .rt .sbitem {
		padding:80px 0;
	}
	.cloud-solution-ul li,.cloud-solution-ul li.active{
		width:100%;
		margin-right:0;
	}
	.cloud-product-ul li h5, .service_zbfwnr ul li h5 {
        margin-top: 5px;
    }
    .cloud-product-ul li.active .servicejs{
        font-size:15px;
        line-height: 25px;
    }
	.solution{
		padding-top:60px;
		padding-bottom:60px;
	}
	.solutionmenu {
        width: 100%;
		margin-top:30px;
		padding-right:0;
    }
	.solutiontit{
		padding-right:5.2%;
	}
	.solutiontit{
		margin-bottom:40px;
	}
	.newslist .newsbot .newsbotlf span {
        font-size: 40px;
        line-height: 40px;
    }
	.cloud-solution-ul li .active-inner{
		width:100%;
		display:flex;
	}
	.cloud-solution-ul li .normal-inner{
		display:none;
	}
	.cloud-solution-ul li .active-inner .innerrt{
		padding-left:10px;
	}
	.cloud-solution-ul li{
		height:auto;
		margin:10px 0;
	}
	.sbnr h3{
		font-size:40px;
		line-height:50px;
	}
	.sbnr ul li .sbitem .sbitemimg {
        height:268px;
    }
	.sblf,.sbin,.sbrt{
		width: 100%;
	}
	.sbrt {
		padding-top: 30px;
		display:flex;
		justify-content:center;
	}
	.sbrt a span {
        width: 45px;
        height: 45px;
        margin-left: 15px;
    }
	.sbmenu{
		margin-top:20px;
	}
	.cloud-product-ul li.active .normal-inner {
        padding:0 30px;
    }
	.cloud-product-ul li .servicemore{
		margin-top:20px;
	}
	.cloud-product-ul li,.cloud-product-ul li.active{
		width:49%;
		height:530px;
	}
	.cloud-product-ul li{
		margin:10px 2% 10px 0;
	}
	.cloud-product-ul li:nth-child(2n){
		margin-right:0;
	}
	.cloud-product-ul li .service_icon{
		margin-top: 30px;
	}
	.zzcg_gk, .zzcg_yf{
		padding:30px;
	}
	.zzcg_gk, .zzcg_yf{
		justify-content:left;
	}
	.zzcg_gk div{
		width: 32%;
		margin-right:2%;
	}
	.zzcg_gk div:nth-child(3n){
		margin-right:0;
	}
	.zzcg_yf div{
		width:29%;
	}
	.zzcg_yf span{
		margin:0 5px;
	}
	.zzcglist dl{
        padding:50px 40px;
    }
	.zzcglist dl dd h4 {
        font-size:28px;
        line-height:38px;
    }
	.yxxzlf {
		padding:60px 0 0 0;
	}
	.yxxzmore{
		margin-top:30px;
	}
	.yxxzrt{
		margin-top:30px;
	}
	.yxxz{
		padding-right:5.2%;
		margin-bottom:60px;
	}
	.yxxzmore a span{
		width: 60px;
		height: 60px;
	}
	.yxxzrt ul li {
        padding:40px 20px 0 20px;
		height:340px;
    }
	.gcsj_gcsj ul li .gcsj_gcsjimg,.gcsj_gcsj ul li .gcsj_gcsjimg img{
		height:auto;
	}
	.aboutlist_n ul li dl dt .timer{
		font-size:40px;
		line-height:40px;
	}
	.aboutlist_n ul li dl dt font{
		font-size:30px;
	}
	.aboutlist_n ul li dl dd{
		font-size:15px;
	}
	.aboutlist_n ul li dl dt{
		font-size:16px;
	}
	.yxxzrt ul li h5{
		margin-bottom:30px;
	}
	.fwlist{
		padding-top:60px;
		padding-bottom:60px;
	}
	.fwlist ul li{
		margin:10px 0;
	}
	.fwlist ul li:nth-child(2n){
		border-right:none;
	}
	.fwlist ul li h5{
		margin-top:15px;
	}
	.jjfanr_2 .image-item{
		width:49%;
		margin:30px 2% 30px 0;
	}
	.jjfanr_2 .image-item:nth-child(3n) {
		margin-right:2%;
	}
	.jjfanr_2 .image-item:nth-child(2n) {
		margin-right:0;
	}
	.service_map {
        margin-top:60px;
        padding-bottom:60px;
    }
	.service_mapnr .service_num {
        margin-top: 0;
    }
	.service_mapnr .service_num dl dt .timer, .service_mapnr .service_num dl dt font {
        font-size: 58px;
        line-height: 48px;
    }
	.service_mapnr .service_num dl dt {
        font-size: 20px;
    }
	.service_mapimg{
		position:inherit;
		margin-top:30px;
	}
	.historynr .historyimg,.historynr .historyrt{
		width:100%;
	}
	.historynr .historyrt{
		margin-top:20px;
	}
	.history{
		padding-top:60px;
		padding-bottom:60px;
	}
	.historynr .historyimg{
		margin-top:0;
	}
	.historynr .historyrt .historytext_n p {
        margin-top:10px;
    }
	.history .swiper-button{
		position:inherit;
		top:0;
		margin-top:20px;
	}
	.history .swiper-button div{
		width:50px;
		height:50px;
	}
	.history .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.historynr .bigyear{
		display:none;
	}
	.historynr{
		margin-top:0;
	}
	.honornr_n ul li{
		width:32%;
		margin:20px 2% 20px 0;
	}
	.honornr_n ul li:nth-child(4n) {
		margin-right:2%;
	}
	.honornr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.ntit h3,.ntit h3 a,.jjfa_2 h3,.jjfa_3 h3,.tjcase h4,.kstit h3{
        font-size:35px;
        line-height:45px;
    }
	.sballnr .swiper-button-prev{
		left:-28px;
	}
	.sballnr .swiper-button-next{
		right:-28px;
	}
	.jjfajs_3 p{
		font-size:20px;
		line-height:30px;
	}
	.jjfa_1 {
		padding:60px 40px;
		height:auto;
	}
	.jjfanr_1 {
        width:100%;
    }
	.newsmenu ul li {
		width:130px;
		margin-right:10px;
	}
	.qywhlf,.qywhrt{
		width:100%;
	}
	.qywhrt{
		margin-top:30px;
	}
	.qywh{
		padding-right: 5.2%;
		padding-top:60px;
		padding-bottom:60px;
	}
	.qywhlf h4{
		margin-top:40px;
	}
	.qywhlf h4, .qywhrt ul li h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.qywhboxlf,.qywhboxrt{
		width:100%;
	}
	.qywhboxrt{
		padding-top:30px;
	}
	.qywhboxnr{
		height:auto;
		padding-top:60px;
		padding-bottom:60px;
	}
	.qywhboxlf ul {
		margin-top:80px;
	}
	.qywhbox .swiper-button{
		top:245px;
	}
	.qywhbox .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.qywhbox .swiper-button .cont div {
		width: 40px;
		height: 40px;
	}
	.qywhboxrt h4{
		font-size:30px;
		line-height:40px;
	}
	.qywhlist ul{
		height:760px;
	}
	.qywhlist ul li{
		width:33.333333333333333333%;
		height:50%;
		padding-top:40px;
	}
	.qywhlist ul li .qywhtext hr{
		margin: 30px auto 0;
	}
	.qywhbot{
		height:auto;
		padding:60px 0;
	}
	.position{
		bottom:20px;
	}
	.xkzbnr dl{
		height:auto;
	}
	.xkzbnr dl dd img{
		height:auto;
		position:inherit;
		top:0;
		left:0;
		transform: translate(0,0);
	}
	.xkzbnr dl:hover dd img{
		-webkit-transform: translate(0, 0) scale(1.05);
		transform: translate(0, 0) scale(1.05);
	}
	.xkzbnr dl dt,.xkzbnr dl dd{
		width:100%;
		height:auto;
	}
	.xkzbnr dl dt{
		padding: 80px 30px 40px 30px;
	}
	.news_n{
		padding-bottom:60px;
	}
	.newstop,.news_n .swiper-pagination{
		margin-top:40px;
	}
	.newsbg_n{
		padding-bottom:60px;
	}
	.newsnr_n {
		margin-top:60px;
		margin-bottom:40px;
	}
	.newsnr_n ul li{
		width:100%;
		margin:10px 0;
	}
	.newstit_n h1{
		font-size:22px;
		line-height:32px;
	}
	.news-exp div{
		width:100%;
	}
	.news-exp div:last-child {
		justify-content:left;
	}
	.news-exp div hr{
		margin:0 10px;
	}
	.sbnrlist .lt,.sbnrlist .rt{
		width:100%;
	}
	.sbnrlist .rt{
		margin-top:30px;
	}
	.sbnrlist .lt .mores h6 {
		margin-top:20px;
	}
	.sbnr{
		margin-top:20px;
	}
	.sbitem h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.sbnr ul{
		margin: 50px 0 60px 0;
	}
	.fhbtn{
		margin-bottom:60px;
	}
	.fhbtn a i {
		width: 60px;
		height: 60px;
	}
	.tjsb{
		padding-top:60px;
		padding-bottom:60px;
	}
	.menu_sb .lt,.menu_sb .rt{
		
	}
	.menu_sb .rt{
		width:100%;
		margin-top:20px;
	}
	.jjfainfo_n {
		margin-top:20px;
	}
	.menu_sb .rt ul li a {
        font-size:18px;
    }
	.jjfaxqlf,.jjfaxqrt{
		width:100%;
	}
	.jjfaxqrt {
        padding-top:40px;
    }
	.jjfaxqtit{
		margin-top:60px;
	}
	.jjfaxqtit,.jjfatit h3{
		font-size:35px;
		line-height:45px;
	}
	.jjfaxqfbnr h5{
		font-size:26px;
		line-height:36px;
	}
	.jjfaxqfbnr {
		margin-top:50px;
	}
	.jjfa_2,.jjfa_3{
		margin-top:60px;
	}
	.tjjjfa ul li {
		width:49%;
		overflow: hidden;
		margin: 10px 2% 10px 0;
	}
	.tjjjfa ul li:nth-child(4n) {
		margin-right:2%;
	}
	.tjjjfa ul li:nth-child(2n) {
		margin-right:0;
	}
	.tjjjfa{
		padding-top:60px;
		padding-bottom:60px;
	}
	.tjjjfa ul{
		margin-top:40px;
	}
	.jjfanr_2 .image-item .jjfaimg {
        height:268px;
    }
	.yjy_sysmore a span{
		width: 60px;
		height: 60px;
		margin-left:15px;
	}
	.kssjy_zj ul li,.kssjy_zj ul li:nth-child(3),.kssjy_zj ul li:nth-child(5){
		width: 18.2%;
	}
	.kssjy_zj ul li:first-child {
        top: 300px;
    }
	.kssjy_zj ul li:nth-child(2),.kssjy_zj ul li:nth-child(3){
		left: 25%;
	}
	.kssjy_zj ul li:nth-child(3){
		top: 500px;
	}
	.kssjy_zj ul li:nth-child(4){
		left:49%;
        top: 410px;
	}
	.kssjy_zj ul li:nth-child(5){
		left:53%;
	}
	.kssjy_zj ul li:nth-child(6){
		top: 492px;
	}
	.kssjy_zj ul li:nth-child(7){
		left: 80%;
	}
	.yjs3d{
		margin-bottom:40px;
	}
	.xkcgl ul li {
        padding:100px 20px 0px 20px;
		height:50%;
    }
	.xkcgl ul li:first-child,.xkcgl ul li:nth-child(2){
		padding:180px 20px 0px 20px;
	}
	.xkcgl .xkcgltit{
		top:20px;
	}
	.xkcgljs{
		margin-top:10px;
	}
	.xkcgl ul li h5{
		margin-top:20px;
	}
	.xkcgl ul li p{
		margin-top:15px;
	}
	.casenr_n ul li{
		width:49%;
		margin: 15px 2% 15px 0;
	}
	.casenr_n ul li:nth-child(3n){
		margin-right:2%;
	}
	.casenr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.casenr_n ul li .caseimg_n{
		height:284px;
	}
	.tjcasenr_n ul li .caseimg_n{
		height:186px;
	}
	.botlxfs .botlxfslf,.botlxfs .botlxfsrt,.yjy_systit .ntit{
		width:100%;
	}
	.botlxfsnr,.messagenr{
		margin-top:30px;
	}
	.botlxfs .botlxfsrt{
		margin-top:40px;
	}
	.botlxfs {
		margin-top:60px;
		margin-bottom:60px;
	}
	.sbnr ul li{
		width:49%;
		margin: 15px 2% 15px 0;
	}
	.sbnr ul li:nth-child(3n) {
		margin-right:2%;
	}
	.sbnr ul li:nth-child(2n) {
		margin-right:0;
	}
	.jjfa_3{
		padding-top:60px;
		padding-bottom:60px;
	}
	.jjfajs_3{
		margin-top:40px;
	}
	.tjcase{
		margin-top:60px;
	}
	.tjcasenr{
		margin-top:50px;
	}
	.ks {
		margin-top:60px;
	}
	.gnj {
		margin-top:60px;
		margin-bottom:60px;
	}
	.gnj ul li p {
        font-size:18px;
        line-height:28px;
    }
	.kslist {
		width:45%;
	}
	.kslogo {
		width:41%;
	}
	.xksytitrt{
		width:100%;
		margin-top:20px;
	}
	.xksy {
		margin-top:60px;
	}
	.xksy_honor {
		margin-top:60px;
		padding-bottom:60px;
	}
	.xksy_honor ul{
		margin-top:20px;
	}
	.xksy_honor h3, .xksy_yslf h3{
		font-size:35px;
		line-height:45px;
	}
	.xksy_ys {
        padding-top:60px;
        padding-bottom:60px;
    }
	.sylc{
		padding-top:60px;
	}
	.sylclf h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.sylc ul li{
		padding:40px;
		height:auto;
		overflow:hidden;
		margin:30px 0;
	}
	.sylc ul li .num{
		position:inherit;
		right:inherit;
		top:inherit;
		font-size:60px;
        line-height:60px;
		margin-bottom:20px;
	}
	.sylc ul li:hover .num{
		color:#fff;
	}
	.sylclf,.sylcrt{
		width:100%;
	}
	.sylclf{
		padding-top:0;
	}
	.yjy_about ul li {
        width:48%;
		margin:10px 0;
    }
	.yjy_systit .ntit p{
		font-size:22px;
		line-height:32px;
	}
	.yjy_systit .yjy_sysjs{
		width:100%;
		margin-top:30px;
	}
	.yjy_sys{
		padding-top:60px;
		padding-bottom:60px;
	}
	.yjy_syyj ul li,.yjy_syyj ul li a{
		font-size:20px;
		line-height:30px;
	}
	.yjy_syyjms{
		width:100%;
	}
	.yjy_syyj{
		padding-top:60px;
		height:548px;
	}
	.yjy_syyj ul li, .yjy_syyj ul li a {
        font-size:18px;
        line-height:28px;
    }
	.yjybannernr {
		width: 33.7%;
	}
	.yjy_sylc ul li{
		width:49%;
		margin:10px 2% 10px 0;
	}
	.yjy_sylc ul li:nth-child(3n) {
		margin-right:2%;
	}
	.yjy_sylc ul li:nth-child(2n) {
		margin-right:0;
	}
	.yjy_sylc{
		padding-top:60px;
		padding-bottom:60px;
	}
	.yjy_sylc ul li{
		height:300px;
	}
	.yjy_sylc ul li .yjy_sylcbot .yjy_sylcnum{
		font-size:40px;
		line-height:40px;
	}
	.yjy_sysms h5{
		margin-bottom:10px;
	}
	.yjy_sysms p{
		font-size:15px;
		line-height:25px;
	}
	.yjy_sysnr .swiper-button-prev, .yjy_sysnr .swiper-button-next{
		width:40px;
		height:40px;
		background-size:40px;
	}
	.yjy_sysnr .swiper-button-prev:hover, .yjy_sysnr .swiper-button-next:hover{
		background-size:40px;
	}
	.yjy_sysnr .swiper-button-prev {
        left:5px;
    }
	.yjy_sysnr .swiper-button-next{
		right:5px;
	}
	.kssjy_zj{
		min-height:860px;
	}
	.kssjy_zj {
        margin:40px auto 0;
    }
	.kssjy_zj ul li h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.kssjy_zj ul li p{
		font-size:14px;
		line-height:24px;
	}
	.ourcjtit{
		top:30px;
	}
	.ourcj ul li{
		height:50%;
        padding: 150px 15px 0 15px;
	}
	.ourcj ul li .num{
		margin-bottom:20px;
	}
	.ourcj ul li .num {
        font-size: 40px;
        line-height: 40px;
    }
	.ourcjjs{
		margin-top:10px;
		font-size:20px;
		line-height:30px;
	}
	.kssjy_case .ntit_fw p{
		width:100%;
	}
	.kssjy_case {
        padding-top:60px;
        padding-bottom:60px;
    }
	.kssjy_casenr,.kssjy_casebot{
		margin-top:40px;
	}
	.kssjy_casebot .swiper-button div {
		width: 50px;
		height: 50px;
	}
	.kssjy_casebot .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.kssjy_casebot .kssjy_casemore {
		width: 130px;
		height: 50px;
		line-height: 50px;
	}
	.yjs_caselist ul li{
		width:32%;
		margin:15px 2% 15px 0;
	}
	.yjs_caselist ul li:nth-child(4n){
		margin-right:2%;
	}
	.yjs_caselist ul li:nth-child(3n){
		margin-right:0;
	}
	.gcsj_qqzx {
		margin-top:60px;
		margin-bottom:60px;
	}
	.ntit_zb p {
        font-size:60px;
        line-height:60px;
    }
	.ntit_zb h3 {
        font-size:30px;
        line-height:40px;
    }
	.gcsj_qqzxnr{
		margin-top:40px;
	}
	.gcsj_ys{
		padding:60px 0;
	}
	.gcsj_ysbot{
		margin-top:40px;
	}
	.gcsj_ysbot .gcsj_ysjs{
		width:100%;
	}
	.gcsj_ysbot .yxxzmore{
		margin-top:20px;
	}
	.gcsj_gc{
		margin-top:60px;
	}
	.gcsj_gcsj {
		margin-top:60px;
		margin-bottom:60px;
	}
	.gcsj_gc ul li{
		width:100%;
		height:auto;
		padding:30px;
	}
	.gcsj_gcsj ul li{
		width:100%;
		margin:10px 0;
	}
	.gcsj_gcsj ul li .gcsj_gcsjtext{
		height:auto;
		padding:30px 20px;
	}
	.gcsj_gcsjms,.gcsj_gcsj ul{
		margin-top:40px;
	}
	.zzcg_cj .zzcg_cjms{
		font-size:22px;
		line-height:32px;
	}
	.zzcg_cjnr dl dd{
		margin-top:10px;
	}
	.scpxbg{
		padding:60px 0;
	}
	.gzhf ul li .gzhfrt h5 {
        font-size:26px;
        line-height:36px;
    }
	.gzhf ul li .icon{
		width:9%;
	}
	.gzhf ul li .gzhfrt{
		width:91%;
	}
	.gzhf ul li {
        padding: 0 30px;
    }
	.gzhf{
		padding-top:60px;
		padding-bottom:60px;
	}
	.gzhf .gzhfjs{
		margin-top:40px;
		margin-bottom:40px;
	}
	.menulist ul li {
        margin-right:10px;
    }
	.service_fwlc {
		width: 100%;
		overflow: hidden;
		background: #fafafa;
		padding-top:60px;
		padding-bottom:60px;
	}
	.service_fwlc ul li .service_fwlcin h5 {
        font-size:26px;
        line-height:36px;
    }
	.service_fwlc ul li {
        padding:50px 30px;
    }
	.service_fwlc ul li .icon {
        width:10%;
    }
	.service_fwlc ul li .service_fwlcnum {
        width:14%;
    }
	.service_fwlcmore a span{
		width: 50px;
		height: 50px;
		margin-left:15px;
	}
	.shfw{
		padding:40px 0;
		height:auto;
	}
	.shfwlf .shfwtel,.shfwlf p,.shfwrt{
		margin-top:20px;
	}
	.shfwrt a{
		width:180px;
		height:50px;
		line-height:50px;
		font-size:18px;
	}
	.rynr ul li,.rynr ul li .ryrt{
		flex-wrap:wrap;
	}
	.rynr ul li .ryrt{
		width:100%;
		margin-top:20px;
	}
	.rynr ul li .rytext,.rynr ul li .ryimg{
		width:100%;
	}
	.rynr ul li .ryimg{
		padding:0 20px 0 40px;
		margin-top:10px;
		opacity:1;
	}
	.rynr ul li .rytext{
		margin-left:0;
		padding:0 20px 0 50px;
		margin-top:0;
	}
	.rynr ul li .ryyear, .rynr ul li .ryyear span {
        font-size:20px;
        line-height:30px;
    }
	.rynr ul li .ryyear {
        width: auto;
    }
	.rynr ul li hr {
        margin-left:10px;
    }
	.rynr ul li .rytext h5 span {
        margin-left:10px;
    }
	.rynr ul li .rytext h5{
		display:none;
	}
	.sball{
		padding-top:60px;
		padding-bottom:60px;
	}
	.sballnr{
		margin-top:40px;
	}
	.sballnr .sball_lf,.sballnr .sball_img{
        width:100%;
    }
	.sballnr .sball_img{
		margin:30px 0 0 0;
		box-shadow:none;
	}
	.sball_lf h5 {
        font-size:30px;
        line-height:40px;
    }
	.searchlist ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.searchlist ul li .searchmore_n .searchbtn_n {
        width: 150px;
        height: 50px;
        line-height: 50px;
    }
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px){
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:35px;
		line-height:45px;
	}
	.menu_jjfa ul li {
        padding-left:20px;
    }
	.menu_jjfa ul li a span{
        font-size:20px;
    }
	.jjfanr_2 .image-item .jjfaimg {
        height:233px;
    }
	.casenr_n ul li .caseimg_n{
		height:246px;
	}
	.tjcasenr_n ul li .caseimg_n{
		height:162px;
	}
	.sbnr ul li .sbitem .sbitemimg {
        height:233px;
    }
}
@media(max-width:820px){
	.menu_n ul li{
		margin-right:0;
		width:33.333333333333333333333%;
		line-height:50px;
		text-align:center;
	}
	.jjfanr_2 .image-item .jjfaimg {
        height:222px;
    }
	.casenr_n ul li .caseimg_n{
		height:235px;
	}
	.tjcasenr_n ul li .caseimg_n{
		height:154px;
	}
	.sbnr ul li .sbitem .sbitemimg {
        height:222px;
    }
}
@media(max-width:768px) {
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:30px;
		line-height:40px;
	}
	.banner .bannertext p,.banner .bannertext p span{
		font-size:18px;
		line-height:28px;
	}
	.banner .bannernr h3{
		font-size:35px;
		line-height:45px;
	}
	.banner .bannernr .bannerjs {
        font-size:18px;
        line-height:28px;
    }
	.banner .bannernr{
		bottom:70px;
	}
	.tit p {
        font-size:50px;
        line-height:50px;
    }
	.tit h3,.tit h3 a{
		font-size:24px;
		line-height:34px;
	}
	.cloud-product-ul li.active .normal-inner {
        padding: 0 20px;
    }
	.cloud-solution-ul li .active-inner .innerrt h5 {
        font-size: 22px;
        line-height: 32px;
		padding-bottom:20px;
		margin-bottom:20px;
    }
	.cloud-solution-ul li .active-inner .innerrt .innermore{
		margin-top:30px;
	}
	.fwysnr .circle3 {
        width:80%;
    }
	.fwlist ul li h5 {
        font-size:22px;
        line-height:32px;
    }
	.fwystit hr{
		margin:60px auto 0;
	}
	.qywhbot h3{
		font-size:30px;
		line-height:40px;
	}
	.qywhbot p{
		font-size:18px;
		line-height:30px;
	}
	.jjfanr_2 .image-item .jjfaimg {
        height:208px;
    }
	.jjfamore .toggle-btn {
		width: 160px;
		height: 50px;
	}
	.toggle-btn i {
		margin-left:20px;
	}
	.xksy_honor h3, .xksy_yslf h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.ntit_fw h3, .ntit_fw h3 a {
        font-size:30px;
        line-height:40px;
    }
	.service_mapnr h3{
		font-size:35px;
		line-height:45px;
	}
	.kssjy_zj ul li h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.kssjy_zj ul li p {
        font-size: 13px;
        line-height: 23px;
    }
	.kssjy_casebot hr {
		width:45%;
	}
	.kssjy_zj {
        min-height: 780px;
    }
	.yjs3dnr ul li .yjs3dtext h5 {
        font-size:25px;
        line-height:35px;
    }
	.ntit_zb p {
        font-size: 50px;
        line-height: 50px;
    }
	.ntit_zb h3 {
        font-size: 28px;
        line-height: 38px;
    }
	.casenr_n ul li .caseimg_n{
		height:220px;
	}
	.tjcasenr_n ul li .caseimg_n{
		height:144px;
	}
	.service_zbfwnr ul li .servicemore{
		margin-top: 20px;
	}
	.service_zbfwnr ul li .service_icon{
		margin-top:140px;
	}
	.service_zbfwnr ul li{
		height:460px;
	}
	.service_fwlc ul li .service_fwlcin h5{
        font-size: 24px;
        line-height: 34px;
    }
	.service_fwlc ul li .service_fwlcin p{
		font-size:18px;
		line-height:28px;
	}
	.service_fwlc ul li {
        padding:40px 20px;
    }
	.service_fwlc ul li .service_fwlcnum {
        font-size: 50px;
        line-height: 50px;
    }
	.sbnr ul li .sbitem .sbitemimg {
        height:208px;
    }
	.sbnr h3{
		font-size:35px;
		line-height:45px;
	}
	.sbitem p{
		padding:0 5%;
	}
	.searchlist ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.sballnr .swiper-button-prev{
		left:-20px;
	}
	.sballnr .swiper-button-next{
		right:-20px;
	}
	.zzcglist dl dt,.zzcglist dl dd{
		width:100%;
	}
	.zzcglist dl dd{
		margin-top:10px;
	}
}
@media(max-width:767px) {
	.aboutlist_n ul li{
		margin:10px 0;
	    justify-content: left;
	}
	.aboutlist_n ul li:nth-child(2n)::after{
		display:none;
	}
	.aboutlist_n {
		padding-top:30px;
	}
	.aboutlist_n ul li::after {
		width: 55px;
		top: 35px;
	}
	.aboutlist_n ul li::after{
	    display: none;
	}
	.honornr_n ul li{
		width:49%;
		margin: 10px 2% 10px 0;
	}
	.honornr_n ul li:nth-child(3n) {
		margin-right:2%;
	}
	.honornr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.jjfanr_2 .image-item .jjfaimg {
        height:173px;
    }
	.jjfanr_2 .image-item .jjfatext {
        padding:50px 20px 0 20px;
    }
	.menu_jjfa ul li{
		width:50%;
	}
	.ks ul li{
		width:100%;
		margin:15px 0;
	}
	.gnj ul li{
		width:49%;
		margin:15px 2% 15px 0;
	}
	.gnj ul li:nth-child(4n) {
		margin-right:2%;
	}
	.gnj ul li:nth-child(2n) {
		margin-right:0;
	}
	.ksbot{
		height:auto;
		padding:60px 0;
	}
	.kslist,.kslogo{
		width:100%;
	}
	.ksbotnr{
		flex-wrap:wrap;
	}
	.kslogo{
		margin-top:30px;
	}
	.cloud-xksy-ul li,.cloud-xksy-ul li.active{
		width:49.5%;
	}
	.cloud-xksy-ul li{
		height:400px;
		margin:5px 1% 5px 0;
	}
	.cloud-xksy-ul li:nth-child(2n){
		margin-right:0;
	}
	.cloud-xksy-ul li .normal-inner .icon{
		margin-top:60px;
	}
	.xksy_honor ul li{
		width:100%;
		margin:10px 0;
	}
	.gcsj_gc ul li .gcsj_gclf, .gcsj_gc ul li .gcsj_gcimg {
        width:100%;
    }
	.gcsj_gc ul li .gcsj_gcimg {
		margin-top:20px;
	}
	.yjy_syyj ul li{
		width:49%;
		margin:5px 0;
	}
	.yjy_syyj ul{
		bottom:40px;
	}
	.yjy_syyjms{
		margin-top:20px;
	}
	.shubiao span{
		display:none;
	}
	.shubiao{
		width:18px;
		margin-left:-9px;
		bottom:10px;
	}
	.shubiao .yjymouse{
		width: 18px;
		height: 30px;
	}
	.kssjy_aboutlist dl {
		width: 50%;
	}
	.ourcjtit {
        top: 20px;
    }
	.ourcj ul li{
        height: 33.3333333333333333333333%;
        padding: 60px 15px 0 15px;
    }
	.ourcj ul li:first-child,.ourcj ul li:nth-child(2){
        padding: 130px 15px 0 15px;
    }
	.ourcj ul li .num {
        margin-bottom:10px;
    }
	.yjs_caselist ul li{
		width:49%;
		margin:10px 2% 10px 0;
	}
	.yjs_caselist ul li:nth-child(3n){
		margin-right:2%;
	}
	.yjs_caselist ul li:nth-child(2n){
		margin-right:0;
	}
	.yjs_caselist ul li p{
		height:48px;
	}
	.scpx ul li{
		width:49%;
	}
	.scpx ul li:nth-child(3n) {
        margin-right:2%;
    }
	.scpx ul li:nth-child(2n) {
        margin-right:0;
    }
	.gzhf ul li{
		height:auto;
		padding:30px;
	}
	.gzhf ul li .icon,.gzhf ul li .gzhfrt{
		width:100%;
	}
	.gzhf ul li .gzhfrt{
		margin-top:15px;
	}
	.tjcasenr_n ul li{
		width:100%;
	}
	.tjcasenr_n ul li .caseimg_n {
        height:448px;
    }
	.service_fwlc ul li .icon,.service_fwlc ul li .service_fwlcin,.service_fwlc ul li .service_fwlcnum{
        width:100%;
    }
	.service_fwlc ul li .service_fwlcin{
		margin-top:15px;
	}
	.service_fwlc ul li {
        padding:30px;
    }
	.tjsbnr ul li{
		width:100%;
		margin:15px 0;
	}
	.footerrt ul li{
		width:33.33333333333333333333333%;
		text-align:center;
	}
}
@media(max-width:640px) {
	.banner .bannernr h3{
		font-size:30px;
		line-height:40px;
	}
	.banner .bannernr .bannerjs {
        font-size:16px;
        line-height:26px;
    }
	.banner .bannernr{
		bottom:50px;
	}
	.swiper-pagination-bullet{
		width:14px;
	}
	.swiper-pagination-bullet-active{
		width:24px;
	}
	.search-alert .cent-form .tex{
		padding:0 10px;
		font-size: 22px;
	}
	.search-alert .cent-form .sub-butn{
		width:auto;
	}
	.language a > img.logoimg,.language a > img.logoimgon{
		display:none !important;
	}
	.toggle{
		right:100px;
	}
	.banner > img,.banner .banner1-1{
		width: 120%;
		margin-left: -10%;
	}
	.banner .bannertext h3,.banner .bannertext h3 span{
		font-size:25px;
		line-height:36px;
	}
	.banner .bannertext p,.banner .bannertext p span{
		font-size:16px;
		line-height:26px;
	}
	.banner .bannertext p{
		margin-top:0;
	}
	.mouse{
		display:none;
	}
	.tit p {
        font-size:40px;
        line-height:40px;
    }
	.cloud-product-ul li,.cloud-product-ul li.active{
        width:100%;
    }
	.cloud-product-ul li{
        margin:10px 0;
    }
	.cloud-product-ul li .servicemore a span,.more a span{
		width:40px;
		height:40px;
		margin-right:10px;
	}
	.sblf h5{
        font-size: 22px;
        line-height: 32px;
    }
	.fwysnr .fwyslist{
		width:100%;
		padding:0;
	}
	.fwysnr .circle3{
		width: 100%;
	}
	.sbnrlist .rt .sbitem {
		padding:50px 0;
	}
	.cloud-solution-ul li .active-inner .innerlf,.cloud-solution-ul li .active-inner .innerrt{
		width:100%;
	}
	.cloud-solution-ul li .active-inner .innerrt{
		padding-left:0;
		margin-top:20px;
	}
	.cloud-solution-ul li.active .active-inner,.cloud-solution-ul li .active-inner{
		flex-wrap: wrap;
	}
    .cloud-product-ul li.active .servicejs {
        font-size: 14px;
        line-height: 24px;
    }
	.newsnr .swiper-slide:nth-child(2n+1){
		margin-top:0;
	}
	.news{
		padding:60px 5.2%;
	}
	.newsnr .swiper-container {
		width: 100%;
	}
	.newsnr{
		margin-top:30px;
	}
	.news .swiper-button div {
		width: 45px;
		height: 45px;
		margin:0 5px;
	}
	.newslist{
		height:450px;
	}
	.globalmore a span{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.jtcy ul li{
		width:100%;
	}
	.fwlist ul li .icon img{
		width:80px;
	}
	.yxxzrt ul li{
		width:100%;
		height:auto;
		padding:40px 20px;
	}
	.service_mapnr .service_num dl dt .timer, .service_mapnr .service_num dl dt font {
        font-size:50px;
        line-height:50px;
    }
	.service_mapnr .service_num dl dt {
        font-size: 18px;
    }
	.service_mapnr .service_num dl {
		margin-top: 30px;
	}
	.historynr .historyrt .year{
        font-size: 50px;
        line-height: 50px;
    }
	.teamlist{
		margin:30px 0;
	}
	.teamlist .teamrt a span{
		width:60px;
		height:60px;
	}
	.teamlist .teamin h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.qywhrt ul li{
		width:100%;
		height:auto;
	}
	.qywhrt ul li .qywhrt_text{
        padding:40px 20px 0 20px;
    }
	.qywhlf h4, .qywhrt ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.qywhboxrt h4{
		font-size:25px;
		line-height:35px;
	}
	.qywhlist ul{
		height:auto;
	}
	.qywhlist ul li{
		width:50%;
		height:360px;
	}
	.qywhlist ul li .qywhtext h5,.qywhlist ul li .qywhtext p{
		margin-top:20px;
	}
	.newsnr_n ul li .date2 .day2 {
        font-size: 35px;
        line-height: 35px;
    }
	.newsmenu ul li {
		width:48%;
		margin:5px 1%;
	}
	.zzcglist dl dd h4 {
        font-size: 26px;
        line-height: 36px;
    }
	.zzcglist dl{
        padding:30px;
    }
	.zzcg_gk div{
		width:49%;
		height:80px;
	}
	.zzcg_gk div:nth-child(3n){
		margin-right:2%;
	}
	.zzcg_gk div:nth-child(2n){
		margin-right:0;
	}
	.zzcg_yf div {
        width:42%;
		height:66px;
    }
	.zzcg_gk div p,.zzcg_yf div p{
		font-size:16px;
	}
	.zzcg_gk,.zzcg_yf {
        padding:20px;
    }
	.newslf_n .newstit_n {
        padding-left:20px;
        padding-right:20px;
    }
	.newslf_n .fbnr {
        padding: 0 20px 40px 20px;
		margin-top:40px;
    }
	.newsrt_n ul {
        padding:0 20px;
    }
	.sbnr h3{
		font-size:30px;
		line-height:40px;
	}
	.sbnr ul li .sbitem .sbitemimg {
        height:173px;
    }
	.xkcjjnr ul li{
		margin:5px 0;
	}
	.messagenr dl{
		width:100%;
	}
	.messagenr dl:nth-of-type(2n+1) {
		margin-right:0;
	}
	.messagenr dl:nth-of-type(2n) {
		margin-left:0%;
	}
	.messagenr dl dd textarea{
		height:180px;
	}
	.jjfaxqtit, .jjfatit h3 {
        font-size: 32px;
        line-height: 42px;
    }
	.jjfaxqfbnr h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.jjfaxqbtel a {
        font-size:25px;
    }
	.sbitem h5{
		font-size:18px;
	}
	.jjfa_1 {
        padding:60px 20px;
    }
	.ntit h3,.ntit h3 a,.jjfa_2 h3,.jjfa_3 h3,.tjcase h4,.kstit h3,.ntit_fw h3{
        font-size:30px;
        line-height:40px;
    }
	.service_mapnr h3{
		font-size:30px;
		line-height:40px;
	}
	.jjfajs_3 p{
		font-size:18px;
		line-height:28px;
	}
	.tjcase .swiper-button{
		margin-top:40px;
	}
	.tjcase .swiper-button div {
		width:50px;
		height:50px;
	}
	.gnj ul li p {
        font-size:16px;
        line-height:26px;
    }
	.cloud-xksy-ul li .normal-inner .icon img{
		height:50px;
	}
	.cloud-xksy-ul li {
		height: 340px;
	}
	.xksy_honor h3, .xksy_yslf h3 {
        font-size:26px;
        line-height:36px;
    }
	.sylc ul li {
		padding:30px;
	}
	.sylclf h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.sylc ul li .num{
		font-size:50px;
		line-height:50px;
	}
	.yjy_about ul li .icon img{
		height:70px;
	}
	.yjy_about ul li h5 {
        font-size:18px;
        line-height:28px;
    }
	.yjy_about ul li p{
		font-size:14px;
	}
	.yjy_sylc ul li h5 {
        font-size:18px;
        line-height:28px;
    }
	.yjy_sylc ul li {
        padding: 40px 20px;
		height:260px;
    }
	.yjy_sylc ul li .yjy_sylcbot{
		padding:0 20px;
	}
	.yjy_sylc ul li .yjy_sylcbot .yjy_sylcmore span {
		margin-left: 10px;
	}
	.yjy_sylc ul li .yjy_sylcbot{
		bottom:20px;
	}
	.yjy_sysms h5 {
        font-size: 22px;
        line-height: 32px;
		margin-bottom:5px;
    }
	.yjy_sysms {
        padding: 0 20px;
		bottom:20px;
    }
	.kssjy_aboutrt ul li dl dt .timer {
        font-size: 45px;
        line-height: 45px;
    }
	.kssjy_aboutrt ul li dl dt{
		font-size:18px;
	}
	.kssjy_aboutrt ul li dl {
        margin-top: 20px;
    }
	.kssjy_aboutlist dl dt {
        font-size: 22px;
        line-height: 32px;
    }
	.kssjy_aboutlist dl dd{
		font-size:14px;
	}
	.ourcj ul li p{
		line-height:25px;
	}
	.kssjy_zj {
        min-height: 700px;
    }
	.kssjy_casebot hr {
		width:30%;
	}
	.kssjy_zj ul li h5 {
        font-size: 16px;
        line-height: 26px;
    }
	.kssjy_zj ul li p {
        font-size: 12px;
        line-height: 22px;
    }
	.kssjy_zj ul li:nth-child(2), .kssjy_zj ul li:nth-child(7) {
        top: 160px;
    }
	.kssjy_zj ul li,.kssjy_zj ul li:nth-child(3),.kssjy_zj ul li:nth-child(5){
		width:22%;
	}
	.kssjy_zj ul li:first-child {
		width:20%;
        top:270px;
    }
	.kssjy_zj ul li:nth-child(2),.kssjy_zj ul li:nth-child(3){
		left: 25%;
	}
	.kssjy_zj ul li:nth-child(3){
		top:430px;
	}
	.kssjy_zj ul li:nth-child(4){
		left:49%;
        top:380px;
	}
	.kssjy_zj ul li:nth-child(5){
		left:50%;
		top:168px;
	}
	.kssjy_zj ul li:nth-child(6){
		top:422px;
	}
	.kssjy_zj ul li:nth-child(7){
		left:76%;
	}
	.nkssjy_yjs ul li .yjsimg,.nkssjy_yjs ul li .yjstext{
		width:100%;
	}
	.nkssjy_yjs ul li .yjstext{
		margin-top:20px;
	}
	.xkzblf .xkzblfen, .xkzbnr dl dt .xkzben {
        font-size: 80px;
        line-height: 70px;
    }
	.xkzbnr dl dt {
        padding:60px 30px 40px 30px;
    }
	.xkzbrt h5, .xkzbnr dl dt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.xkzbtop {
        padding:0 30px;
    }
	.xkzbnr dl{
        margin:40px 0;
    }
	.ntit_zb p {
        font-size:40px;
        line-height:40px;
    }
	.ntit_zb h3 {
        font-size: 26px;
        line-height: 36px;
    }
	.gcsj_ys ul li{
		width:100%;
	}
	.gcsj_gc ul li{
		padding: 30px 20px;
	}
	.gcsj_gc ul li .gcsj_gclf .num {
        font-size: 30px;
        line-height: 30px;
    }
	.gcsj_gc ul li .gcsj_gclf p {
		font-size: 14px;
		line-height: 25px;
	}
	.zzcg ul li {
		width:49%;
		margin:10px 2% 10px 0;
	}
	.zzcg ul li:nth-child(3n){
		margin-right:2%;
	}
	.zzcg ul li:nth-child(2n){
		margin-right:0;
	}
	.zzcg_cj .zzcg_cjms{
		font-size:20px;
		line-height:30px;
	}
	.zzcg_cjnr dl dd{
		font-size:15px;
		line-height:25px;
	}
	.scpxbg {
        padding:40px 0;
    }
	.scpxjs{
		margin-top:20px;
	}
	.xkcgl ul li .num {
        font-size:40px;
        line-height:40px;
    }
	.xkcgl ul li h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.xkcgl ul li p{
		font-size:15px;
		line-height:25px;
	}
	.gzhf ul li{
        padding:30px 20px;
    }
	.gzhf ul li .gzhfrt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.tjcasenr_n ul li .caseimg_n {
        height:374px;
    }
	.casenr_n ul li .caseimg_n {
        height:183px;
    }
	.casenr_n ul li .casetext_n h5, .tjcasenr_n ul li .casetext_n h5 {
        font-size: 16px;
        line-height: 26px;
    }
	.casenr_n ul li .casetext_n p, .tjcasenr_n ul li .casetext_n p {
        font-size:14px;
		line-height:24px;
    }
	.service_cglf ul{
		flex-wrap:wrap;
		margin-top:30px;
	}
	.service_cglf ul li{
		width: 49%;
		margin:10px 0;
	}
	.service_zbfwnr ul li{
        padding: 0 15px;
    }
	.fhbtn a i{
		margin-left:15px;
	}
	.cloud-product-ul li h5, .service_zbfwnr ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.service_yslf ul li .num,.service_yslf ul li .service_ysjs{
        width:100%;
    }
	.service_yslf ul li .service_ysjs{
		margin-top:10px;
	}
	.service_yslf ul li {
        padding:20px;
    }
	.contactnr ul li{
		width:49%;
		margin:10px 2% 10px 0;
	}
	.contactnr ul li:nth-child(3n){
		margin-right:2%;
	}
	.contactnr ul li:nth-child(2n){
		margin-right:0;
	}
	.hwbsclist dl dd h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.rynr ul li .rytext h5 {
        font-size:35px;
    }
	.searchlist ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.sball_lf h5 {
        font-size:26px;
        line-height:36px;
    }
}
@media(max-width:540px) {
	.cloud-xksy-ul li .normal-inner h5{
        font-size:18px;
        line-height:28px;
    }
	.aboutlist ul li dl dt .timer, .aboutlist ul li dl dt font {
        font-size: 37px;
        line-height: 37px;
    }
	.kssjy_aboutrt ul li {
        padding: 30px 20px 0 20px;
    }
	.yjs_caselist ul li .yjs_caseimg {
        height:146px;
    }
	.tjcasenr_n ul li .caseimg_n {
        height:316px;
    }
	.casenr_n ul li .caseimg_n {
        height:154px;
    }
	.sbnr ul li .sbitem .sbitemimg {
        height:146px;
    }
}
@media(max-width:500px) {
	.banner .bannertext {
        bottom: 10%;
    }
	.kssjy_aboutlist dl {
        padding-left:10px;
    }
	.ourcj ul li .num {
        font-size: 35px;
        line-height: 35px;
    }
	.ourcj ul li p{
		font-size:14px;
		line-height:24px;
	}
	.kssjy_casebot hr {
		width:20%;
	}
	.menu_jjfa ul li{
		width:100%;
	}
	.zzcg_yf div {
        width: 40%;
    }
}
@media(max-width:425px) {
	.banner .bannertext h3, .banner .bannertext h3 span {
        font-size: 22px;
        line-height: 32px;
    }
	.banner .bannertext p, .banner .bannertext p span {
        font-size: 15px;
        line-height: 25px;
    }
	.banner .bannertext {
        bottom: 8%;
    }
	.banner .bannernr h3{
		font-size:25px;
		line-height:35px;
	}
	.banner .bannernr p{
		font-size:13px;
		line-height:23px;
	}
	.banner .bannernr .bannerjs {
        font-size:14px;
        line-height:24px;
    }
	.banner .bannernr{
        bottom: 35px;
    }
	.banner .swiper-pagination {
        bottom:10px;
    }
	.tit p {
        font-size:30px;
        line-height:30px;
    }
	.tit h3, .tit h3 a {
        font-size: 22px;
        line-height: 32px;
    }
	.cloud-product-ul li,.cloud-product-ul li.active{
		height:430px;
	}
	.cloud-product-ul li .zm{
		margin-top:30px;
	}
	.cloud-product-ul li .service_icon {
        margin-top:20px;
    }
	.cloud-product-ul li .servicemore {
        margin-top:10px;
    }
	.cloud-product-ul li.active .servicejs{
		margin-top:10px;
	}
    .cloud-product-ul li h5, .service_zbfwnr ul li h5 {
        margin-top:0;
    }
	.solutionmenu ul li .solutionicon img,.solutionmenu ul li:hover .solutionicon .iconimgh, .solutionmenu ul li.active .solutionicon .iconimgh{
		height:42px;
	}
	.solutionmenu ul li p{
		font-size:14px;
	}
	.solutionmenu::before{
		top:21px;
	}
	.aboutlist ul li dl dt .timer, .aboutlist ul li dl dt font {
        font-size: 30px;
        line-height: 30px;
    }
	.aboutlist ul li dl dd {
        font-size: 12px;
    }
	.aboutlist ul li dl dt .timer {
        margin-right: 2px;
    }
	.fwystit hr {
        margin:40px auto 0;
    }
	.fwlist ul li .icon img{
		width:70px;
	}
	.historynr .historyrt .year{
        font-size:40px;
        line-height:40px;
    }
	.teamlist{
		padding:30px 20px;
	}
	.qywhrt ul li{
		height:215px;
	}
	.qywhrt ul li h5{
		margin-top:20px;
		margin-bottom:10px;
	}
	.qywhrt ul li .qywhrt_text {
        padding:20px 20px 0 20px;
    }
	.qywhlist ul li .qywhtext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.newstop .newtoprt {
        padding: 30px 20px 0 20px;
    }
	.jjfaxqbtel{
		font-size:14px;
	}
	.jjfaxqbtel a {
        font-size:20px;
    }
	.tjcaselist{
		padding: 40px 20px 0 20px;
	}
	.ntit h3,.ntit h3 a, .jjfa_2 h3, .jjfa_3 h3, .tjcase h4,.kstit h3,.ntit_fw h3{
        font-size: 26px;
        line-height: 36px;
    }
	.service_mapnr h3{
		font-size:26px;
		line-height:36px;
	}
	.kslist ul li .ksnum .timer {
        font-size:40px;
        line-height:50px;
    }
	.kslist ul li p{
		font-size:14px;
	}
	.cloud-xksy-ul li .normal-inner {
        padding:0 10px;
    }
	.cloud-xksy-ul li{
        height: 280px;
    }
	.sbnr ul li .sbitem .sbitemimg {
        height:115px;
    }
	.sbitem h5 {
        font-size: 16px;
    }
	.sylc ul li {
        padding:30px 20px;
    }
	.yjy_syyj ul li{
		width:100%;
	}
	.yjy_sylc ul li .yjy_sylcbot .yjy_sylcnum{
		width:100%;
	}
	.yjy_sylc ul li .yjy_sylcbot{
		flex-wrap:wrap;
	}
	.yjy_sylc ul li {
        padding: 30px 15px;
    }
	.yjy_sylc ul li .yjy_sylcbot {
        padding: 0 15px;
    }
	.yjy_sylc ul li .yjy_sylcbot .yjy_sylcnum {
        font-size:30px;
        line-height:30px;
    }
	.yjy_sylc ul li h5 {
        font-size: 16px;
        line-height: 26px;
    }
	.yjy_sysms{
		bottom:10px;
	}
	.yjy_sysms h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.yjy_sysms p {
        font-size: 14px;
        line-height: 24px;
    }
	.kssjy_aboutrt ul li dl dt .timer {
        font-size: 40px;
        line-height: 40px;
    }
	.kssjy_aboutrt ul li {
        padding: 30px 15px 0 15px;
    }
	.kssjy_aboutlist dl dt {
        font-size: 20px;
        line-height: 30px;
    }
	.kssjy_aboutlist dl dd{
		font-size:12px;
		line-height:22px;
	}
	.ntit_fw h3, .ntit_fw h3 a {
        font-size:26px;
        line-height:36px;
    }
	.menu_n ul li{
		width:50%;
	}
	.ourcjjs{
		font-size:18px;
		line-height:28px;
	}
	.kssjy_casebot hr {
		width:15%;
	}
	.kssjy_zj ul li h5 {
        font-size: 14px;
        line-height: 24px;
    }
	.kssjy_zj ul li p {
        font-size: 10px;
        line-height: 20px;
    }
	.kssjy_zj {
        min-height: 640px;
    }
	.yjs3dnr ul li .yjs3dtext h5 {
        font-size:22px;
        line-height:32px;
    }
	.yjs_caselist ul li .yjs_caseimg {
        height:115px;
    }
	.xkzbnr dl dt {
        padding: 60px 20px 40px 20px;
    }
	.xkzbnr dl dt .xkzben{
		left:20px;
	}
	.xkzbtop {
        padding:0 20px;
    }
	.xkzblf .xkzblfen{
		left:10px;
	}
	.xkzblf .xkzblfen, .xkzbnr dl dt .xkzben{
        font-size:70px;
    }
	.zzcg_gk,.zzcg_yf{
        padding:20px 10px;
    }
	.ntit_zb p {
        font-size:35px;
        line-height:35px;
    }
	.ntit_zb h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.zzcg_cj .zzcg_cjms{
		font-size:18px;
		line-height:28px;
	}
	.scpx ul li{
		width:100%;
		margin:15px 0;
	}
	.scpx ul li:nth-child(3n) {
        margin-right:0;
    }
	.xkcgljs{
		font-size:15px;
		line-height:25px;
	}
	.xkcgl ul li{
		padding: 100px 10px 0px 10px;
	}
	.xkcgl ul li:first-child, .xkcgl ul li:nth-child(2) {
        padding: 180px 10px 0px 10px;
    }
	.xkcgl ul li h5 {
        font-size:18px;
        line-height:28px;
    }
	.xkcgl ul li p {
        font-size: 14px;
        line-height: 24px;
    }
	.xkcgl ul li h5 {
        margin-top: 10px;
    }
	.zzcg_yf div {
        width: 38%;
    }
	.tjcasenr_n ul li .caseimg_n {
        height:248px;
    }
	.casenr_n ul li .caseimg_n {
        height:121px;
    }
	.service_zbfwnr ul li{
        width:100%;
		height:424px;
    }
	.service_zbfwnr ul li .service_icon {
        margin-top: 110px;
    }
	.service_fwlc ul li {
        padding:30px 20px;
    }
	.service_fwlc ul li .service_fwlcnum {
        font-size:45px;
        line-height:45px;
    }
	.service_fwlc ul li .service_fwlcin h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.service_fwlctit .ntit_fw{
		width:100%;
		margin-bottom:20px;
	}
	.contactnr ul li{
		width:100%;
		margin:10px 0;
		height:auto;
	}
	.hwbsclist dl dt,.hwbsclist dl dd{
		width:100%;
	}
	.hwbsclist dl dd{
		margin-top:10px;
	}
	.sballnr .mySwiper6 p{
		font-size:18px;
	}
	.sballnr .swiper-button-prev{
		left: -10px;
	}
	.sballnr .swiper-button-next{
		right:-10px;
	}
	.sball_lf h5 {
        font-size:24px;
        line-height:34px;
    }
	.footerrt ul li h4 a {
        font-size: 16px;
    }
}
@media(max-width:424px){
	.newsnr_n ul li .date2{
		width:100%;
		text-align:left;
	}
	.newsnr_n ul li .newsms_n{
		width:100%;
		border-left:none;
		padding:0;
		margin-top:5px;
	}
	.newsnr_n ul li{
		padding:20px;
		height:auto;
	}
	.newsnr_n ul li .newsms_n h5{
		margin-bottom:10px;
	}
}
@media(max-width:375px) {
	.banner .bannertext h3, .banner .bannertext h3 span {
        font-size: 20px;
        line-height: 30px;
    }
	.banner .bannertext p, .banner .bannertext p span {
        font-size: 14px;
        line-height: 24px;
    }
	.banner .bannertext {
        bottom:6%;
    }
	.banner .bannernr h3{
		font-size:22px;
		line-height:32px;
	}
	.banner .bannernr p{
		font-size:12px;
		line-height:22px;
	}
	.menu_n ul li a{
		font-size:16px;
	}
	.kslist ul li .ksnum .timer{
        font-size: 36px;
        line-height: 46px;
    }
	.cloud-xksy-ul li .normal-inner h5 {
        font-size:16px;
        line-height:26px;
    }
	.kssjy_aboutrt ul li dl dt .timer {
        font-size:30px;
        line-height:30px;
    }
	.kssjy_aboutrt ul li dl dt {
        font-size:16px;
    }
	.kssjy_aboutrt ul li dl dd{
		font-size:14px;
	}
	.ourcjjs{
		font-size:16px;
		line-height:26px;
	}
	.ourcj ul li {
        padding: 50px 10px 0 10px;
    }
	.ourcj ul li:first-child, .ourcj ul li:nth-child(2) {
        padding: 130px 10px 0 10px;
    }
	.kssjy_casebot hr {
        width:10%;																						
    }
	.kssjy_casebot .swiper-button .swiper-button-next {
        margin-left:5px;
    }
	.kssjy_casebot .swiper-button div {
        width: 40px;
        height: 40px;
    }
	.yjs_caselist ul li .yjs_caseimg {
        height:101px;
    }
	.sbnr ul li .sbitem .sbitemimg {
        height:101px;
    }
	.xkcgl ul li h5 {
        font-size: 17px;
        line-height: 27px;
    }
	.xkcgl ul li p {
        font-size: 13px;
        line-height: 23px;
    }
	.service_mapnr h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.ntit_zb p{
        font-size:30px;
        line-height:30px;
    }
	.tjcasenr_n ul li .caseimg_n {
        height:219px;
    }
	.casenr_n ul li .caseimg_n {
        height:107px;
    }
}
@media(max-width:340px) {
	.cloud-xksy-ul li .normal-inner h5 {
        font-size:15px;
        line-height:25px;
    }
}
@media(max-width:320px) {
	.yjs_caselist ul li .yjs_caseimg{
        height:86px;
    }
	.tjcasenr_n ul li .caseimg_n {
        height:187px;
    }
	.casenr_n ul li .caseimg_n {
        height:91px;
    }
	.sbnr ul li .sbitem .sbitemimg {
        height:86px;
    }
}
@media(max-width:319px) {
	.solutionmenu ul li p{
		font-size:13px;
	}
}