
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; outline:none;}
a:active {star:expression(this.onFocus=this.blur());} 
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{display: inline-block;}/* horizontal menu */
img{max-width:100%;}
.clrfix{zoom:1}
.clrfix:after{clear:both;display:block;height:0;visibility:hidden;content:"."}
.mt40{margin-top: 40px;}
.mb30{margin-bottom: 30px;}
.mr30{margin-right: 30px;}
.db{border-bottom:solid 1px #ebebeb;}
strong{font-weight: 700;}
/*end reset*/
body{
	font-family: "Microsoft Yahei", "Microsoft JhengHei", "Calibri", "Gill Sans MT", Arial, Helmet, Freesans, verdana, sans-serif;
	background:#f8f8f8;
}
.bg{
	background: #f6f9fe;
}
.wrap{
	width:100%;
	margin:0 auto;
	max-width: 1920px;
	position:relative;
}
/*start top*/
.headwrap{
	width: 100%;
	height:120px;
	background: #eaf3fa;
}
.header{
	width: 1380px;
	height:120px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.logo{
	width:392px;
	height:80px;
	margin:20px 0 0;
	float:left;
}
.logo img{
	width:392px;
	height:80px;
	display: inline-block;
}

/* start about */
.swiper-slide img{
	display: block;
}
.about{
	width:100%;
	height: 900px;
	background: url(../images/aboutbg.jpg) no-repeat left top;
	margin:0px auto;
}
.about-sub{
	width: 1380px;
	margin:0 auto;
}
.about-tit{
	padding-top: 80px;
}
.about-tit h4{
	font-size: 36px;
	font-weight: 700;
	color:#3ebabb;
	margin-bottom: 40px;
}
.about-text{
	width:670px;
	float:left;
	font-size: 18px;
	line-height: 36px;
}
.about-text p{
	margin-bottom: 34px;
	text-indent: 2em;
}
.about-img{
	width:658px;
	float: right;
}
.about-img img{
	width: 658px;
	height: 438px;
}

/* start copyright*/
.copyright{
	background: #236465;
	height: 80px;
}
.copyright-box{
	width: 1380px;
	margin:0 auto;
	color:#fff;
	line-height: 80px;
	font-size: 18px;
}
.copyright span img{
	width: 24px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 40px;
}
.copyright a,.copyright a:visited{
	color:#fff;
}
