@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*********header**********/
#webview{
	position:relative;
}
#cis{
	position:absolute;
	left:-10%;
	background:url(/images/24/bg-logo.png) no-repeat 100% 90%;
	-webkit-transform: translateZ(0) translateX(-10%) translateY(1px) skew(15deg);
	-moz-transform: translateZ(0) translateX(-10%) translateY(1px) skew(15deg);
	-ms-transform: translateZ(0) translateX(-10%) translateY(1px) skew(15deg);
	-o-transform: translateZ(0) translateX(-10%) translateY(1px) skew(15deg);
	transform: translateZ(0) translateX(-10%) translateY(1px) skew(15deg);
	z-index: 99;
	width: 50%;
}
header{
	position: absolute;
    width: 100%;
    z-index: 9;
	background: #fff;
}
#topnav{
	overflow:hidden;
	margin-top: 10px;
}
#topnav #other {
	text-align:right;
}
#topnav #other a{
	color:#252525;
	font-size:12px;
}
.menu{
	text-align:right;
}
.menu ul li{
	display: inline-block;
    margin: 10px 15px 20px;
}
.menu ul li:last-child{
    margin: 10px 0 20px 15px;
}
.menu ul li a{
	font-size: 18px;
	color:#252525;
	display: block;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
}
.menu ul li a:hover{
	color:#3E94D0;
}
.menu ul li a span{
	display:block;
	font-size:12px;
	color:#67A7C7;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;

}
.menu ul li a:hover span{
	color:#f98c35;
}
#webview,
#cis{
	height:820px;
}
#cis h1{
	position:relative;
	width:100%;
	height:100%;
}
#cis h1 a{
	display:block;
	position:absolute;
	width: 80%;
	top: 38%;
	left: 40%;
	animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-duration: 1.5s;
	-webkit-transform: translateZ(0) translateX(0) translateY(0) skew(-15deg);
	-moz-transform: translateZ(0) translateX(0) translateY(0) skew(-15deg);
	-ms-transform: translateZ(0) translateX(0) translateY(0) skew(-15deg);
	-o-transform: translateZ(0) translateX(0) translateY(0) skew(-15deg);
	transform: translateZ(0) translateX(0) translateY(0) skew(-15deg);
}
.rslides_tabs{
	display:none;
}
/********free-block*******/
#free-block{
    z-index: 999;
    margin-top: -50px;
    position: relative;
	background: url(/images/24/bg-about.png) no-repeat left bottom;
	padding-bottom: 40px;
}
#free-block section{
	width: 80%;
}
#free-block .title{
	animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
}
#free-block #productWrap,
#free-block .row{
	margin: 35px 0 0;
	width: 35%;
    float: left;
	animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
}
#free-block #productWrap ul li{
	position: relative;
}
#free-block #productWrap ul li h3{
	position: absolute;
	padding: 15px 0;
	width: 100%;
	background: #3e93cf;
	bottom: 0;
	text-align: center;
}
#free-block #productWrap ul li h3 a{
	color: #fff;
}
#free-block .row{
	margin: 100px 0 0 20%;
	width: 30%;
	animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}
#free-block h4{
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 40px;
	color: #3e3e3e;
}
#free-block h4 b{
    display: block;
	font-family: 'cwTeXFangSong', serif;
	font-size: 25px;
}
#free-block article,
#free-block p{
	font-size: 20px;
    color: #676767;
    line-height: 150%;
	font-weight:bold;
}
#free-block p{
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
/*********about**********/
#about-wrap{
	background-image:url(/images/24/bg-bigabout.png);
	background-repeat:no-repeat;
	background-position:50% 100%;
	position:relative;
	height: 1282px;
}
#about-wrap .imgbox{
	position:absolute;
	left:0;
	top:0;
	width:55%;
	z-index: 9;
	background-image:url(/images/24/about-shadow.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	height: 785px;
	animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;

	
}
#about-wrap .imgbox img{
	width:100%;
}
#about-wrap .red{
	position:absolute;
	background:#b42533;
	width:54%;
	right:0;
	top:0;
	height:785px;
	animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 0.5s;

}
#about-wrap section{
	position: absolute;
    z-index: 999;
    width: 62%;
    margin: 0 19%;
}
.about-contain{
	width: 363px;
    float: right;
}
.about-contain h4{
	margin-top: 116px;
    margin-bottom: 10px;	
}
.about-contain article{
	color:#fff;
}
.about-contain p{
	margin-top: 40px;
}
.about-contain p a{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 10px 0;
    display: block;
    width: 120px;
    text-align: center;
}
.about-contain p.aboutUs,
#contact .contain .txt p.contactUs{
	margin-bottom: 10px;
	font-family: 'cwTeXFangSong', serif;
	font-size: 30px;
	color: #fff;
}
/********news**********/
#news{
	background-image:url(/images/24/bg-news.png);
	background-repeat:no-repeat;
	background-repeat:50% 100%;
	padding:80px 0;
}
#news h4{
	text-align:center;
	margin: 0 0 80px;
}
.newsWrap .hd {
	text-align:center;
	margin-top: 30px;
}
.newsWrap .hd a{
	display:inline-block;
	width:33px;
	height:33px;
	background-image: url(/images/24/sccorw.png);
	background-repeat: no-repeat;

}
.newsWrap .hd a.prev{
	background-image: url(/images/24/sccorw2.png);
}

.newsWrap .bd{
	width: 80%;
    margin: 0 auto;
	background-image: url(/images/24/news-bottom.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
    padding-bottom: 30px;
}
.newsWrap .bd ul li{
	overflow:hidden;
}
.newsWrap .bd ul li a.photo{
	float:left;
	width:37%;
	display:block;
	height:220px;
	overflow:hidden;
}
.newsWrap .bd ul li a.photo img{
	width:100%;
}
.newsWrap .bd ul li .newstxt{
	float:right;
	width:60%;
	color:#fff;
	padding: 10px 0;
}
.newsWrap .bd ul li .newstxt a{
	color:#fff;
}
.newsWrap .bd ul li .newstxt h3{
	font-size:24px;
}
.newsWrap .bd ul li .newstxt article{
	font-size:16px;
	margin: 15px 0;
}
.newsWrap .bd ul li .newstxt .more{
	font-size:14px;
	text-align: right;
}
/*******contact*********/
#contact{
	background-image:url(/images/24/bg-addwoman.png),url(/images/24/bg-add.png);
	background-repeat:no-repeat;
	background-position:80% 100%,50% 0%;
	padding: 50px 0;
}
#contact .contain{
	animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
}
#contact .contain .txt{
}
#contact .contain .txt h4{
	margin-bottom: 10px;
}
#contact .contain .txt p,
#contact .contain .txt p a{
	font-size: 16px;
    color: #403f3f;
	line-height: 170%;
}
#contact .contain .txt p.contactUs{
	color: #4b4b4b;
}
#contact .contain #g-map{
	margin-top:10px;
}
#contact .contain #g-map iframe{
	width:540px;
	height:290px;
}
@media screen and (max-width: 1919px) {
	#webview, #cis{
	    height: 700px;
	}
	#free-block{
		margin-top: 0;	
	}
	#about-wrap .imgbox{
		background-image: none;
	}
	#about-wrap section{
		width: 80%;
		margin: 0 10%;
	}
	#about-wrap .red{
	    height: 700px;	
	}
}
@media screen and (max-width: 1679px) {
	#cis h1 a{
		width: 50%;
	}
	#free-block{
		background-position: -50% bottom;
	}
}
@media screen and (max-width: 1340px) {
	.menu ul li{
		margin: 10px 10px 20px;
	}
	#free-block #productWrap{
		width: 50%;
	}
	#free-block .row{
		margin: 30px 0 0 5%;
		width: 45%;
	}
	#about-wrap section{
		position: inherit;
		width: 960px;
		margin: 0 auto;
	}
	#about-wrap .imgbox,#about-wrap .red{
		width: 50%;	
		height: 500px;
	}
	.about-contain h4{
	    margin-top: 56px;	
	}
}
@media screen and (max-width: 1190px) {
	#free-block{
		background-size: 70%;
	}
	#about-wrap{
	    height: 900px;	
	}
	#contact{
	    background-position: 95% 100%,50% 0%;	
	}
	header{
		position: inherit;
	}
	header section{
		width: 95%;
		padding:0 2.5%;
	}
	.menu ul li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 980px) {
	#cis,
	#cis h1 a{
		left: 0;
		background: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#cis h1 a{
		top: 10px;
		left: 20px;
	}
	header{
		padding-bottom: 15px;
	}
	.menu,
	.menu ul li a span{
		text-align:center;
	}
	.menu{
		position: absolute;
		margin-top: 15px;
		padding: 10px 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		right: 0;
		z-index: 999;
	}
	.menu ul li,
	.menu ul li:last-child{
	    margin: 10px 0;
		display: block;
	}
	.menu ul li a{
		color: #fff;
	}
	#topnav{
		margin-top:0;
	}
	#free-block{
		background-position: 0 50%;
		background-size: 100%;
		z-index: 1;
	}
	#free-block .title{
		margin-top: 40px;
	}
	#free-block #productWrap,
	#free-block .row{
		margin: 15px 0;
		width: 100%;
	}
	#about-wrap section{
		width:640px;
	}
	#about-wrap .imgbox{
		display:none;
	}
	#about-wrap .red,
	.newsWrap .bd ul li a.photo,
	.newsWrap .bd ul li .newstxt{
		width:100%;
	}
	.about-contain{
		width:90%;
		padding:0 5%;
	}
	#contact{
		background-size: 30%,cover;	
	}
}
@media screen and (max-width: 768px) {
	#webview, #cis{
		height: auto;
	}
	#cis h1 a{
		width: 90%;
	}
}
@media screen and (max-width: 660px) {
	#about-wrap section{
		width:480px;
	}
	#free-block .title img{
		width:100%;
	}
	#about-wrap{
		height: 700px;
		background-position: 50% 100%;
		background-size: 100%;
	}
	#contact{
		background-image: url(/images/24/bg-add.png);
		background-size:cover;
	}
	header section{
	    background: #fff;	
	}
}
@media screen and (max-width: 500px) {
	#free-block{
		background-position: 0 40%;
	}
	#free-block .row,
	#free-block h4 img,
	#news h4 img,
	.newsWrap .bd{
		width:100%
	}
	#free-block .row{
		margin-top:50px;
	}
	#about-wrap section{
		width: 90%;
		margin: 0 5%;
	}
	.newsWrap .bd ul li a.photo{
		height:180px;
	}
	.newsWrap .bd{
		padding-bottom:0;
	}
	.newsWrap .bd ul li .newstxt article{
		overflow: hidden;
		text-overflow: ellipsis;
		height:50px;
	}
	#about-wrap{
		height: 600px;
	}
	.nav-func{
	    padding: 15px 0;	
	}
}
@media screen and (max-width: 450px) {
	#free-block{
		background-position: 0 30%;
	}
}