﻿.new_nav{
	display: flex;
	justify-content: center;
	background-image: -moz-linear-gradient( 90deg, rgb(233,232,232) 0%, rgb(251,251,251) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(233,232,232) 0%, rgb(251,251,251) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(233,232,232) 0%, rgb(251,251,251) 100%);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15),inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	height: 48px;
	position:relative;
	z-index:100;
}
.new_nav div{
	margin: 0 6px;
	position: relative;
	width: 120px;
	text-align: center;
}
.new_nav div a{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
.new_nav div>a{
	line-height: 48px;
	background: url(/skin/images/jt.png) no-repeat 95px center;
}
.new_nav div:first-child>a{
	background: none;
}
.new_nav div a:hover,.new_nav div a.active{
	color: #cc0000;
}
.new_nav div ul{
	position: absolute;
	left: 0;
	top: 43px;
	right: 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
}
.new_nav div ul.double{
	right:-120px;
	display:flex;
	flex-wrap: wrap;
}
.new_nav div ul.double li{
	width:50%;
}
.new_nav div ul.active{
	visibility: visible;
	opacity: 1;
	transition: .3s;
}
.new_nav div ul a:hover{
	background: #f4f4f4;
}
.banner {
	width: 100%;
	height: 480px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.banner .swiper-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}

.banner .swiper-slide div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner .swiper-slide div a{
	display:block;
	width: 100%;
	height: 100%;
}

.banner .pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
}

.banner .pagination span {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #e0e0e0;
}

.banner .pagination span.swiper-pagination-bullet-active {
	background-color: #00b9d8;
}
.solutions{
	width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.s_left{
	width: 300px;
}
.s_left li{
	display: none;
}
.s_left li.active{
	display: block;
}
.s_left li .s_title{
	font-size: 24px;
	line-height: ;
	font-weight: bold;
	color: #333;
	line-height: 32px;
	margin: -4px 0 10px;
}
.s_left li .s_zy{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.s_left li .s_more a{
	display: block;
	width: 120px;
	height: 40px;
	color: #fff;
	background-color: #32c1cf;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 35px;
}
.s_right{
	display: flex;
	width: 640px;
	flex-wrap: wrap;
}
.s_right li{
	width: 120px;
	height: 180px;
	margin-left: 40px;
}
.s_right li div{
	width: 120px;
	height: 120px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.s_right li div img{
	max-width:100%;
	max-height:100%;
}
.s_right li div.active{
	background-color: #ededed;
}
.s_right li h1{
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	color: #666;
}
.con_lists{
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: auto;
}
.con_lists li{
	width: 300px;
	text-align: center;
}
.con_img{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 128px;
	border-bottom: solid 1px #cccccc;
	position:relative;
}
.con_zh{
	line-height: 36px;
	padding-top: 5px;
	font-size: 18px;
	color: #333;
}
.con_en{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	text-transform: uppercase;
}

.nub{ font-size:32px; color:rgba(0,0,0,0); display:inline-block;line-height:90px; height:90px;}
.NumContent{ height: inherit; display: inherit; overflow: hidden; position: relative; line-height: inherit; font-size: inherit;}
.NumContent>div{line-height: inherit; color: inherit; font-size: inherit; display: inline-block; background:url(/skin/images/number.png); background-size:100%;width:45px;}
.NumContent>div>div{line-height: inherit; color: inherit; font-size: inherit;}
.NumContent>div:nth-child(1){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(2){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(3){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0;
}
.NumContent>div:nth-child(4){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(5){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.plus{position:absolute;top:24px;right:60px;}
.btm{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 200;
	background: rgba(0,0,0,0.3);
}
.btm.active{
	visibility: visible;
	opacity: 1;
	transition: .3s;
}
.tcc{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: scale(0,0);
	visibility: hidden;
	opacity: 0;
	z-index: 201;
	width: 520px;
	height: 330px;
	margin: -175px 0 0 -250px;
	background: #fff;
}
.tcc.active{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
	transition: .3s;
}
.tcc div{
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	padding: 0 30px;
	background-color: #32c1cf;
	position: relative;
}
.tcc ul{
	padding: 0 30px;
}
.tcc ul li{
	margin: 30px 0;
	display: flex;
	justify-content: flex-end;
}
.tcc ul li input[type="text"]{
	display: block;
	width: 100%;
	height: 48px;
	border: solid 1px #ededed;
	padding: 0 10px;
	font-size: 28px;
	color: #333;
}
.tcc ul li input[type="submit"]{
	display: block;
	width: 160px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	background: #32c1cf;
	border-radius: 24px;
	cursor: pointer;
	border:none;
}
.tcc *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#close{
	position: absolute;
	right: 10px;
	top: 8px;
	padding: 10px;
	cursor: pointer;
}
#close img{
	width: 24px;
}
.fy_page{
	padding:0 0 30px;
}
.fy_page,.fy_page a{
	font-size:14px;
	color:#666;
	line-height:30px;
}