*{
	padding: 0px;
	margin: 0px;
	/* font-family:"Microsoft Yahei" !important; */
	list-style-type: none;
	text-decoration: none;
}
.banner-area{
	width:100%;
	height: auto;
	background-image: url(../img/express.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.success_bg{
	text-align: center;
	
}
.success_img{
	width: 100%;
	padding-top: 5%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 40%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.dropdown:hover .dropdown-menu{
				display: block;
			}

.success_img img{
	width: 20%;
}
.success_text{
	height: 20%;
	position: absolute;
	left: 50%;
	bottom: 10%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: none;
}
.success_text p:nth-child(1){
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:24px;
}
.success_text p:nth-child(2){
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:24px;
}
..container-fluid{
	height: 100% !important;
}
.nav-color{
	height:70px;
	min-height: 60px;
	background-color: rgba(0,0,0,0.45);
	box-shadow: none;
	border: none;
	position: fixed;
	margin-bottom: 0;
	transition: all .6s;
}
.navbar-default .navbar-nav>li>a{
	color:rgba(225,225,225,0.6);
	font-size: 18px;
	font-family:SourceHanSansSC-Normal;
	font-weight:400;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color:rgba(225,225,225,0.6);
	background-color: inherit;
}
@media (min-width: 768px){}
.navbar-nav>li>a {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.dropdown-menu{
	background-color: rgba(0,0,0,0.45);
	border: none;
	top:70px;
	
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #FFFFFF;
}
.dropdown-menu>li>a{
	margin: 15px 0px;
	color: #FFFFFF;
}
.dractive{
	color: #ED9027 !important;
}
.dropdown-menu>li>a:hover{
	background-color:inherit;
	color: #ED9027 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #ED9027;
	background-color:inherit;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #ED9027;
}
.nav>li{
	margin: 0px 20px;
	height: 70px;
}
.nav>li>a{
	height: 70px;
}
.parent-box{
	height: 100%;
	position: relative;
}
.inner-box{
	width: 100%;
	height:100%;
	position: relative;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixedactive{
	background: rgba(0,0,0,0.9) !important;
	transition: all .6s;
}
.head-logo{
	/* margin-right:4%;
	margin-left: 2%;
	margin-top: 1%; */
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo-type{
	width: 280px;
}
.navbar-nav{
	margin-left: 4%;
}
.btn-box{
	width: 8%;
	height: 45px;
	color: #FFFFFF;
	border:1px solid rgba(255,255,255,1) ;
	border-radius:4px;
	line-height:45px;
	text-align: center;
	
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all .5s;
}

.btn-box a{
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	/* height: 1005; */
	border-radius: 5px;
	transition: all .5s;
}
.btn-box:hover{
	border-color: #FFFFFF !important;
	background: #ED9027 !important;
	transition: all .5s;
}
.btn-box a:hover{
	color: #FFFFFF !important;
	transition: all .5s;
	
}
.btn-box a:hover,.btn-box a:focus{
	text-decoration: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:inherit;
}
.content-drection{
	padding-top: 80px;
	padding-bottom: 70px;
}
.text-title{
	font-size:32px;
	font-family:SourceHanSansSC-Medium;
	font-weight:500;
	color: #333D41;
	text-align: center;
}
.text-engilsh{
	font-size:16px;
	font-family:HelveticaNeueLTPro-ThEx;
	font-weight:normal;
	color:rgba(153,153,153,1);
	text-align: center;
}
.one-product1{
	position: relative;
	margin-top: 60px;
}
.ndm-boxs{
	width: 25%;
	height: auto;
	position: absolute;
	top:38%;
	left:0px;
}
.ndm-boxs-two{
	width: 25%;
	height: auto;
	position: absolute;
	top: 52%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ndm-boxs-three{
	width: 25%;
	height: auto;
	position: absolute;
	top:38%;
	right:0px;
}
.ndm-boxs-four{
	width: 25%;
	height: auto;
	margin-top: 15px;
	margin-left:10%;
	float: left;
}
.ndm-boxs-five{
	width: 25%;
	height: auto;
	margin-top: 15px;
	margin-right:10%;
	float: right;
}
.product-title{
	color: #333D41;
	font-size: 20px;
	font-weight: 500;
	font-family:SourceHanSansSC-Medium;
	text-align: center;
}
.product-package{
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.product-content{
	color: #9B9EA0;
	font-size: 14px;
	text-align: center;
	font-family:SourceHanSansSC-Normal;
}
.order-bgcolor{
	height: 785px;
	background-color: #F5F6F8;
}
.pic-box{
	width: 12%;
	height:80px;
	position: relative;
	float: left;
}
.slide-img{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%) ;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-box{
	width: 70%;
	float: left;
	margin-left:8%;
}
.order-text{
	color: #333D41;
	font-size:20px;
	font-family:SourceHanSansSC-Bold;
	font-weight:bold;
}
.order-detail{
	color: #9B9EA0;
	font-size:14px;
	font-family:SourceHanSansSC-Normal;
	font-weight:400;
	line-height: 21px;
	margin-bottom: 0px;
}
.product-top{
	margin-top: 80px;
}
.order-color{
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom:58px;
}
.sever-title{
	color: #333D41;
	font-size:20px;
	font-family:SourceHanSansSC-Medium;
	font-weight:500;
	margin-top: 35px;
}
.line-box{
	width:40px;
	height:3px;
	background:rgba(0,128,255,1);
	margin: 30px auto;
}
.sever-list li{
	margin-left:32%;
	list-style-type:disc;
	color:#9B9EA0;
	font-size: 14px;
	font-family:SourceHanSansSC-Normal;
	font-weight:400;
}
.carousel-indicators{
	position: static;
	margin: 0 auto;
	margin-top: 80px;
}
.carousel-indicators .active{
	background:rgba(0,128,255,1);
}
.carousel-indicators li{
	border:1px solid rgba(0,128,255,1);
	background: #FFFFFF;
}
.special-top{
	margin-top: 60px;
}
.special-one{
	font-size:20px;
	font-family:SourceHanSansSC-Medium;
	font-weight:500;
	color: #333D41;
}
.special-two{
	font-size:14px;
	font-family:SourceHanSansSC-Regular;
	font-weight:400;
	color: #9B9EA0;
}
.special-box-top{
	margin-top:8%;
}
.special-box-tow{
	margin-top:5%;
}
.more-one{
	color: #333D41;
	font-size: 20px;
	margin-top:25px;
}
.img-boxs{
	width: 75px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}
.order-imgs{
	width: 66px;
	height: 66px;
	position: relative;
	margin: 0 auto;
}
.area-box{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.area-text{
	font-size:20px;
	font-family:SourceHanSansSC-Regular;
	font-weight:400;
	color: #333D41;
	text-align: center;
	margin-top: 10px;
}
.solution-box{
	border:1px solid rgba(214,226,232,1);
	padding:25px 0px;
	overflow: hidden;
}
.inner-boxs{
	width: 25%;
	height: auto;
	border-right:1px solid #D6E2E8;
	overflow: hidden;
	float: left;
}
.inner-boxs:last-child{
	border: none;
}
.top-box{
	width:60%;
	height:40px;
	margin: 0 auto;
	overflow: hidden;
}
.area-imgs{
	width: 45px;
	height: 40px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.solution-title{
	font-size:20px;
	font-family:SourceHanSansSC-Regular;
	font-weight:400;
	color: #333D41;
	/* float: right; */
	margin-bottom: 0px;
	line-height: 40px;
}
.solution-detail{
	font-size:14px;
	font-family:SourceHanSansSC-Regular;
	font-weight:400;
	color: #9B9EA0;
	padding:0 30px;
	text-align: center;
	margin-top: 25px;
}
.solution-top{
	margin-top: 30px;
}
.width-one{
	width: 50%;
}
.width-two{
	width: 65%;
}
.width-three{
	width: 80%;
}
.childs-box{
	float: none;
    display: inline-block;
    vertical-align: middle;
	margin-right: -4px;
}
.express-text{
	font-size:20px;
	font-family:SourceHanSansSC-Medium;
	font-weight:500;
	text-align: right;
	color: #333D41;
}
.express-detail{
	font-size:14px;
	font-family:SourceHanSansSC-Regular;
	font-weight:400;
	color: #9B9EA0;
	text-align: right;
	line-height: 36px;
}
.text-left{
	text-align: left;
}
.hover-box{
	background-color: #FFFFFF;
	padding-top:30px;
	padding-bottom:30px;
	padding-left: 18px;
	padding-right: 20px;
}
.hover-title{
	font-size:20px;
	font-family:SourceHanSansSC-Medium;
	font-weight:500;
	color: #0080FF;
	margin-bottom: 16px;
}
.hover-detail{
	font-size:14px;
	font-family:SourceHanSansSC-Normal;
	font-weight:400;
	color: #9B9EA0;
	margin-bottom:25px;
}
.hover-detail:last-child{
	margin-bottom: 0px;
}
.hover-content{
	cursor: pointer;
	position: relative;
}
.hover-box{
	height: 420px;
	position: absolute;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.order-hover{
	 background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 58px;
	opacity: 1;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.hover-content:hover .order-hover{
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.hover-content:hover .hover-box{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.order-top{
	margin-bottom: 106px;
}
.logo-box{
	width: 100%;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.logo-box:hover{
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1) ;
	-moz-box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1) ;
	box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1) ;
}
.change-height{
	height: 750px;
}
.top-center{
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.more-two{
	font-size:14px;
	font-family:SourceHanSansSC-Normal;
	font-weight:400;
	color: #333D41;
}
.only-bottom{
	margin-bottom: 88px;
}
.max-height{
	height: 840px;
}


.success-text{
	text-align: center;
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	margin-top:20px;
	margin-bottom: 35px;
}
.success-detail{
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:400;
	text-align: center;
	color: #808080;
	line-height:30px;
}
.order-padding{
	padding: 0px 25px;
}
.inner-bgColor{
	background-color: #F5F5F5;
}
.white-box{
	height: 260px;
	padding:0px 30px;
	padding-top:21px;
	padding-bottom: 35px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.outside-box{
	padding: 0px 25px;
}
.more-img{
	width:84px;
	height: 84px;
	margin: 0 auto;
	position: relative;
}
.change-content{
	background-color: #E8F0FB;
}
.right-icon{
	margin-top: 35%;
}
.last-btn-box{
	width: 100%;
	height:60px;
	background-color: #0080FF;
	margin-top:80px;
}
.last-btn-box a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	font-size:26px;
	font-family:Source Han Sans CN;
	font-weight:500;
	text-align: center;
	line-height: 60px;
}
.box-width{
	padding-left: 0px;
	padding-right: 0px;
}
.top-distance{
	margin-top: 2%;
}
.left-news{
	padding: 0px 40px;
}
.choose-try{
	border-bottom: 1px solid rgba(0,128,255,0.1);
	overflow: hidden;
	margin-top: 20px;
}
.choose-try li{
	float: left;
	margin: 0px 30px;
	padding: 20px 0px;
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color: #1A1A1A;
	cursor: pointer;
}
.active-li{
	color: #0080FF !important;
	border-bottom: 4px solid #0080FF;
}
.tms-text{
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color: #1A1A1A;
	margin-top:6%;
}
.tms-detail{
	font-size: 14px;
	color: #999999;
	font-family:Source Han Sans CN;
	font-weight:400;
	line-height: 21px;
	text-align: justify;
	margin-top: 3%;
}
.imgs-backage{
	width: 80%;
	height:300px;
	margin: 0 auto;
	margin-top: 8%;
}
.imgs-backage img{
	width: 100%;
	height: 100%;
}
.set-input{
	height:40px;
	border:1px solid rgba(230,230,230,1);
	border-radius:25px;
}
.label-color{
	height: 40px;
	color: #FF4747;
	padding: 0px;
}
.get-code{
	position: relative;
}
.code-num{
	position: absolute;
	top:50%;
	right: 40px;
	-webkit-transform:translateY(-50%) ;
	-moz-transform:translateY(-50%) ;
	-ms-transform:translateY(-50%) ;
	-o-transform:translateY(-50%) ;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 14px;
	color: #0080FF;
}
.custom-flie{
	width: 70px;
	height: 55px;
	background-image: url(../img/zheng.png);
}
.file-two{
	background-image: url(../img/fan.png);
	margin-left: 20px;
}
.custom-flie input{
	width: 100%;
	height: 100%;
	opacity: 0;
}
.file-three{
	background-image: url(../img/upImg.png);
}
.order-label{
	width: 20%;
	float: left;
	text-align: center !important;
}
.btn-type{
	width: 220px;
	height: 50px;
	background:rgba(0,128,255,1);
	border-radius:30px;
	color: #FFFFFF;
	border: none;
	outline: none;
	font-size: 20px;
	margin: 0 auto;
}
.form-top{
	margin-top: 10%;
}
.line-bootom{
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.line-gray-box{
	width: 2px;
	height: 100%;
	margin: 0 auto;
	background-color: #DCDCDC;
	padding-top: 45px;
	padding-bottom: 1px;
}
.inner-year-box{
	width: 100px;
	height:40px;
	background:rgba(255,255,255,1);
	border:2px solid #DCDCDC;
	border-radius:20px;
	margin-left:-50px;
	margin-bottom:120px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	font-size: 16px;
	font-family:SourceHanSansSC;
	-webkit-box-shadow:0px 0px 2px 4px #F4F4F4 ;
	-moz-box-shadow:0px 0px 2px 4px #F4F4F4 ;
	box-shadow:0px 0px 2px 4px #F4F4F4;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.content-box{
	width: 450px;
	padding: 30px 20px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(197,197,197,1);
	position: absolute;
	top: 0px;
	left: 150px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.cricle-box{
	width: 10px;
	height: 10px;
	border:2px solid #C5C5C5;
	border-radius:50%;
	background-color: #FFFFFF;
	-webkit-box-shadow:0px 0px 1px 2px #C5C5C5;
	-moz-box-shadow:0px 0px 1px 2px #C5C5C5;
	box-shadow:0px 0px 2px 1px #C5C5C5;
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform:translateY(-50%) ;
	-moz-transform:translateY(-50%) ;
	-ms-transform:translateY(-50%) ;
	-o-transform:translateY(-50%) ;
	transform: translateY(-50%);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.title-right{
	width: 50px;
	height: 1px;
	background-color: #C5C5C5;
	position:absolute;
	left: -52px;
	top: 20px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.something-text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:10px;
}
.mouths{
	width:25%;
	font-size:24px;
	font-family:SourceHanSansSC;
	font-weight:400;
	color: #333333;
	float: left;
	margin-bottom: 0px;
}
.mouths span{
	font-size:16px;
	font-family:SourceHanSansSC;
	font-weight:400;
	color: #999999;
}
.most{
	width: 75%;
	float: right;
	margin-bottom: 0px;
}
.most p{
	font-size:16px;
	font-family:SourceHanSansSC;
	font-weight:400;
	color: #999999;
	text-align: left;
	line-height: 28px;
	margin-top: 10px;
}
.inner-year-box:nth-child(even){
	margin-bottom: 400px;
}
.inner-year-box:nth-child(even)>.content-box{
	left: -500px;
}
.inner-year-box:nth-child(even)>.content-box>.title-right{
	left:445px;
}
.inner-year-box:nth-child(even)>.content-box>.title-right>.cricle-box{
	left: 0px;
}
.year-num{
	color: #999999;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.news-active{
	border-color:#0080FF;
	-webkit-box-shadow:0px 0px 2px 4px #C7E3FF;
	-moz-box-shadow:0px 0px 2px 4px #C7E3FF;
	box-shadow:0px 0px 2px 4px #C7E3FF;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.news-active .year-num{
	color: #0080FF;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.news-active .content-box{
	border-color:#0080FF;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.news-active .title-right{
	background-color: #0080FF;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.news-active .cricle-box{
	border-color: #0080FF;
	-webkit-box-shadow:0px 0px 1px 2px #C7E3FF;
	-moz-box-shadow:0px 0px 1px 2px #C7E3FF;
	box-shadow:0px 0px 1px 2px #C7E3FF;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition:all 0.7s;
}
.images-boxs{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.images-boxs img{
	float: left;
	width: 45%;
	margin-right: 5px;
	margin-bottom:5px;
}
.open-nav{
	position: static !important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 500px;
}
.open-nav:hover .hover-nav{
	display: block;
}
.hover-list{
	margin-left: 5%;
	margin-bottom: 0px;
}
.hover-list li{
	float: left;
	margin: 5px 20px;
	
}
.hover-list li a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.right-nav{
	width: 50px;
	height: auto;
	position: fixed;
	right: 30px;
	bottom: 150px;
	z-index: 999;
}
.qq-box{
	width: 50px;
	height: 50px;
	background:rgba(255,186,0,1);
	-webkit-box-shadow:0px 3px 14px 2px rgba(0, 0, 0, 0.26);
	-moz-box-shadow:0px 3px 14px 2px rgba(0, 0, 0, 0.26);
	box-shadow:0px 3px 14px 2px rgba(0, 0, 0, 0.26);
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
}
.qq-box img{
	width: 30px;
}
.tops-box{
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin: 0 auto;
	background:rgba(0,128,255,1);
	-webkit-box-shadow:0px 5px 14px 2px rgba(0, 0, 0, 0.26);
	-moz-box-shadow:0px 5px 14px 2px rgba(0, 0, 0, 0.26);
	box-shadow:0px 5px 14px 2px rgba(0, 0, 0, 0.26);
	position: relative;
}
.tops-box img{
	width: 30px;
}
.bootom-href:link{
	color: rgba(255,255,255,1);
}
.bootom-href:hover{
	color: rgba(255,255,255,1);
}
.change-color a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 1199px){
	.right-icon{
		-webkit-transform:rotate(-270deg) ;
		-moz-transform:rotate(-270deg) ;
		-ms-transform:rotate(-270deg) ;
		-o-transform: rotate(-270deg);
		transform: rotate(-270deg);
		margin-bottom:20%;
	}
	.main-box{
		background-image: none !important;
		height: auto;
	}
	.nav>li>a{
		padding: 10px 0px;
	}
	.content-box{
		width: 300px;
	}
	.most p{
		font-size: 12px;
	}
	.inner-year-box:nth-child(even)>.content-box{
		left: -350px;
	}
	.inner-year-box:nth-child(even)>.content-box>.title-right{
		left: 295px;
	}
}
@media only screen and (min-width: 1561px) and (max-width: 1650px){
	.text-title{
		font-size: 28px;
	}
	.order-text{
		font-size: 18px;
	}
	.special-one{
		font-size: 18px;
	}
	.more-one{
		font-size: 18px;
	}
	.area-text{
		font-size: 18px;
	}
	.solution-title{
		font-size: 16px;
	}
	.express-text{
		font-size: 18px;
	}
	.hover-title{
		font-size: 18px;
	}
	.hover-detail{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.hover-title{
		margin-bottom: 10px;
	}
	.hover-box{
		height:395px;
	}
	.success-text{
		font-size: 18px;
	}
	.adaptive-text{
		font-size: 16px;
	}
	.last-btn-box a{
		font-size: 24px;
	}
	.choose-try li{
		font-size: 18px;
	}
}
@media only screen and (min-width: 1361px) and (max-width: 1560px){
	.text-title{
		font-size: 24px;
	}
	.order-text{
		font-size: 16px;
	}
	.sever-list li{
		margin-left: 20%;
	}
	.sever-title{
		font-size: 18px;
	}
	.special-one{
		font-size: 18px;
	}
	.more-one{
		font-size: 18px;
	}
	.area-text{
		font-size: 18px;
	}
	.solution-title{
		font-size: 16px;
	}
	.express-text{
		font-size: 16px;
	}
	.express-detail{
		line-height:26px;
	}
	.hover-title{
		font-size: 16px;
	}
	.hover-detail{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.hover-title{
		margin-bottom: 10px;
	}
	.hover-box{
		height:395px;
	}
	.success-text{
		font-size: 18px;
	}
	.success-detail{
		line-height: 22px;
	}
	.adaptive-text{
		font-size: 13px;
	}
	.last-btn-box a{
		font-size: 22px;
	}
	.choose-try li{
		font-size: 14px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 1360px){
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
	}
	.nav>li{
		margin: 0 15px;
	}
	.btn-box a{
		color: #FFFFFF;
		font-size: 12px;
	}
	.text-title{
		font-size: 20px;
	}
	.text-engilsh{
		font-size: 14px;
	}
	.order-text{
		font-size: 16px;
	}
	.sever-list li{
		margin-left: 16%;
		font-size: 12px;
	}
	.sever-title{
		font-size: 16px;
	}
	.order-bgcolor{
		height: auto;
	}
	.order-color{
		margin-bottom: 30px;
	}
	.change-height{
		height: auto;
	}
	.special-one{
		font-size: 16px;
	}
	.more-one{
		font-size: 16px;
	}
	.area-text{
		font-size: 16px;
	}
	.only-bottom{
		margin-bottom: 0px;
	}
	.solution-title{
		font-size: 14px;
	}
	.express-text{
		font-size: 18px;
	}
	.max-height{
		height: auto;
	}
	.express-detail{
		line-height:24px;
		text-align: center;
	}
	.express-text{
		text-align: center;
		margin-top: 20px;
	}
	.order-top{
		margin-bottom:0px;
	}
	.hover-title{
		font-size: 16px;
	}
	.hover-detail{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.hover-title{
		margin-bottom: 10px;
	}
	.hover-box{
		height:395px;
	}
	.order-hover{
		margin-bottom:30px;
	}
	.hover-content{
		overflow: hidden;
	}
	.success-text{
		font-size: 16px;
	}
	.success-detail{
		line-height: 22px;
	}
	.adaptive-text{
		font-size: 12px;
	}
	.last-btn-box a{
		font-size: 22px;
	}
	.choose-try li{
		font-size: 14px;
		margin: 0px 20px;
	}
}
@media only screen and (max-width:767px){
	.inner-box{
		top:10%;
		-webkit-transform:none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform:none;
		transform: none;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
	}
	.navbar-nav{
		
		margin-top: 0px;
	}
	.nav>li{
		margin: 0 15px;
	}
	.navbar-collapse{
		background-color: rgba(0,0,0,0.45);
	}
	.btn-box{
		width: 150px;
		float: left;
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.navbar-default .navbar-collapse{
		border-color: #FFF;
		margin-top: 11px;
	}
	.pic-box{
		width: 20%;
	}
	.more-two{
		margin-bottom: 20px;
	}
	.special-top{
		margin-top: 0px;
	}
	.special-two{
		margin-bottom: 30px;
	}
	.special-one:first-child{
		margin-top: 20px;
	}
	.area-text{
		margin-bottom: 30px;
	}
	.solution-box{
		border: none;
	}
	.inner-boxs{
		width: 70%;
		float: none;
		margin: 0 auto;
		border: 1px solid #D6E2E8;
		margin-bottom: 20px;
		padding: 20px 10px;
	}
	.inner-boxs:last-child{
		border: 1px solid #D6E2E8;
	}
	.solution-title{
		margin-left: 45%;
	}
	.solution-detail{
		padding: 0px;
	}
}
.position_box{
	padding: 15px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
	border-radius: 5px;
}

.position_box a{
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(0,128,255,1);
	display: block;
	width:180px;
	height:45px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,128,255,1);
	border-radius:25px;
	margin: 10px 0;
	
}
.tryactive{
	background: #FFFFFF !important;
	
}
.tryactive a{
	color: #0080FF !important;
}
.big_title{
	font-size:30px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(0,128,255,1);
	line-height:90px;
}
.list_text{
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:22px;
}