.noScorll{
	overflow-x: hidden;
}

.jumbotron p{
	font-weight: normal;
}
.header{
	background: url(../images/bg-top.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.container-header{
	border-bottom: 0.5px solid #FFFFFF;
}
.navbar-brand{
	padding-left: 0px;
}
.navbar-brand > img{
	padding-right: 20px;
	display: inline-block;
	height: 25px;
}
.navbar-brand > p{
	display: inline-block;
	padding-left: 25px;
	border-left: 1px solid white;
	color: #FFFFFF;
}
.navbar-default{
	background: transparent;
	border: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a{
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:active{
	color: #FFFFFF;
}
.navbar-right li{
	line-height: 50px;
}

.banner p .btn:hover{
	background-color: #087cc9;
}

.navbar-nav a.btn{
	border-radius: 20px;
	padding: 6px 30px;
	background-color: #087ce9;
	/* margin-left: 10px; */
	border: 0px;
	color: #FFFFFF;
	width: 100%;
}

.navbar-nav a.btn:hover{
	background-color: #087cc9;
}

.navbar-default .navbar-toggle{
	background-color: transparent;
	border: 0px;
	margin-right: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFFFFF;
}

.my-navbar-collapse{
	position: absolute;
	left: 0px;
	right: 0px;
	background: rgba(8,196,233,1);
	z-index: 100;
}
.banner{
	background: transparent;
	color: #FFFFFF;
	padding-bottom: 0px;
}
.banner h2{
	margin-top: 30px; 
 }
.banner h3{
	margin-top: 41px;
}
.banner p{
	clear: both;
}
.banner p .btn{
	width: 306px;
	margin-right: 20px;
	background: #087ce9;
	border: 0px;
}
.banner p .btn:active{
	background: #0069d9;
}
.banner p span{
	vertical-align: bottom;
	font-size: 16px;
}
.edition{
	min-width: 143px;
	margin: 28px 20px 53px 0px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0px 16px;
	float: left;
}
.edition i{
	font-size: 30px;
	vertical-align: sub;
}
.edition span{
	font-size: 16px;
}

.info-all{
	border-radius: 5px;
	padding: 40px 0px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1); 
	background: #FFFFFF;
}
.info-all .thumbnail{ 
	border: 0px;
}
.info-all .thumbnail i{
	font-size: 50px;
	color: #08c4e9;
}
.info-all .thumbnail p{
	color: #666666;
}

.main{
	padding-top: 120px;
}
.main img{
	width: 100%;
	margin-bottom: 30px;
}
.main .main-text{
	max-width: 550px;
}
.main h1{
	margin-top: 0px;
	font-weight: normal;
	font-size: 30px;
}
.main h4{
	line-height: 26px;
	margin: 20px 0px;
	font-weight: normal;
}
.main p{
	color: #959595;
	margin-bottom: 40px;
}
.main .btn{
	width: 208px;
}
.main .row{
	display: flex;
}
.image-left{
	opacity: 0;
	right: 0;
	transform: translateX(-50px);
}
.image-right{
	opacity: 0;
	left: 0;
	order: 1;
	transform: translateX(100px);
	/* transform: scaleX(100px); */
}
.inview{
	opacity: 1;
	transform: none;
	transition: transform 500ms,opacity 500ms,-webkit-transform 500ms;
}

.main-bg-l{
	background: url(../images/bg-topl.png) no-repeat;
}
.main-bg-r{
	background: url(../images/bg-topr.png) no-repeat;
	background-position: 100% 100%;
	padding-bottom: 100px;
}

.price-list{
	border-radius: 5px;
	padding: 40px 0px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	margin-top: 60px;
	margin-bottom: 120px;
}
.price-list > tbody > tr > td, .price-list > thead > tr > th{
	padding: 16px 0px;
	text-align: center;
	font-size: 16px;
	border-bottom: 0px;
	border-top: 0px;
}
.price-list th, .info-bg td{
	background-color: #fafafa;
}
.price-list td{
	border-right: 1px solid #e3e3e3;
}
.price-list td del{
	color: #dcdcdc;
}
.price-list td span{
	color: #08c4e9;
	font-weight: 400;
	margin-left: 10px;
}

.cooperates-title h2, .cooperates-title p{
	margin: 0px;
}
.cooperates-title p{
	color: #08c4e9;
	margin-top: 13px;
}
.cooperates-list{
	padding: 60px 0px;
	background:url(../images/bg-bottoml.png) -60px 0px no-repeat,
	           url(../images/bg-bottomr.png) 100% 100% no-repeat;
}
.cooperates-list .col-sm-3{
	text-align: center;
	margin-bottom: 30px;
}
.cooperates-list img{
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
	max-width: 200px;
	width: 100%;
}

.main-foot{
	background: #f8f9fa;
	padding: 80px 0px;
	margin-top: 50px;
}
.text-small{
	color: #d2d3d4;
	margin: 0px;
}
.text-small a{
	color: #d2d3d4;
}
.main-foot-info{
	margin-bottom: 30px;
}
.main-foot-info img{
	vertical-align: bottom;
}
.main-foot-info span{
	color: #73777b;
	font-size: 25px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #5f6368;
}
.company-info{
	border-right: 1px solid #838484;
	border-left: 1px solid #838484;
}
.company-content{
	max-width: 360px;
	margin: auto;
}
.company-brief{
	max-width: 360px;
	margin: auto;
}
.company-brief p{
	font-size: 12px;
}
.main-foot .text-center{
	color: #5f6368;
}
.main-foot .text-center h2{
	padding: 15px 0px;
	border: 1px solid #5f6368;
	width: 200px;
	margin: auto;
}
.main-foot .text-center h1{
	margin-top: 10px;
}

.announcement-slider{
		box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
		position: absolute;
		right: 0px;
		top: 204px;
		height: 281.25px;
		padding: 0px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		width: 50px;
		transition: 400ms;
		background: #fff;
	}
	.announcement-slider .slider-name {
	    position: relative;
	    width: 50px;
	    background-color: #087ce9;
	    height: 281.25px;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	    cursor: pointer;
	}
	.announcement-slider.open {
	    width: 550px;
	}
	.announcement-slider .slider-name h5{
		position: absolute;
		top: 60px;
		left: 17.3px;
		color: #fff;
		font-weight: bold;
		width: 20px;
	}
	.announcement-slider .slider-name i{
		position: absolute;
		top: 30px;
		left: 12.5px;
		color: #fff;
		font-weight: bold;
		font-size: 25px;
	}
	.announcement-slider .wrapper .inner{
		position: absolute;
		top: 0px;
		left: 50px;
		height: 100%;
		/* padding: 30px; */
		display: none;
	}
	.announcement-slider .wrapper .inner video{
		width: 500px;
	}
	.announcement-slider.open .wrapper .inner{
		display: block;
	}

.back-to-top{
	width: 40px;
	position: fixed;
	bottom: 100px;
	text-align: center;
	right: 110px;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	display: none;
}
.back-to-top:hover{
	background: rgba(0,0,0,0.5);
}
.analysisText{
	padding: 21px 21px;
	text-indent: 30px;
	font-size: 16px;
}