@charset "utf-8";
.nav{
  background: #fff;
}
.nav .logo{
	width:120px;
	height:57px;
	float:left;
	margin: 13px 0 10px 60px;
	background:url("../img/intr/logo_blue.png") no-repeat top left;
}
.nav .nav-bar li{
  color:#222222;
}
.nav .nav-bar li a{
  color:#222222;
}
.nav .nav-bar li a.selected b,
.nav .nav-bar li a.selected{
  border-top-color:#0c69b4;
  color:#0c69b4;
  font-weight:bold;
}
.banner{
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	margin:0 auto;
	height: 336px;
	min-width: 1200px;
  background: url(../img/intr/top.jpg) no-repeat center center;
}
.page_wrapper{
	width:100%;
	min-width:1200px;
	text-align: center;
	font-size:0px;
}
/*section common*/
.section{
	width:1088px;
	height:630px;
	margin:0 auto 100px;
	text-align: left;
	background-repeat:no-repeat;
}
.artical h1{
	font-size:40px;
	margin-top: 50px;
	font-weight: lighter;
	color:#222222;
}
.artical .text{
	width:410px;
	font-size:14px;
	color:#888;
	line-height:24px;
	margin-top: 22px;
}
.artical .items{
	margin: 30px 0 30px 0;
	font-size:0px;
	color:#666;
	width: 360px;
	text-align: left;
}
.items li{
	color:#666;
	box-sizing: border-box;
	display: inline-block;
	padding: 16px 0;
	font-size:12px;
	line-height: 14px;
	width:60px;
	height:60px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom:15px;
	text-align: center;
	background: url(../img/intr/ellipse.png) no-repeat center center;
}
.artical .down{
	color:#222;
	font-size: 16px;
	margin-bottom:10px;
}
.artical .ewm{
	width:151px;
	height:151px;
	border-radius: 5px;
	border: 6px solid #eee;
	background-repeat:no-repeat;
	background-position:center center;
}
/*myk*/
.section.myk{
	background-image:url(../img/intr/myk.jpg);
	background-position: 80px center;
}
.section.myk .artical{
	display: inline-block;
	margin-left: 568px;
}
.section.myk .artical .ewm{
	background-image: url(../img/intr/myk.png);
    background-size: contain;
}
/*syb*/
.section.syb{
	text-align: left;
	background-image:url(../img/intr/syb.jpg);
	background-position: 576px center;
}
.section.syb .artical{
	display: inline-block;
	text-align: left;
	margin-left: 70px;
}
.section.syb .artical .text{
	width:370px;
}
.section.syb .artical .ewm{
	background-image: url(../img/intr/syb.png);
    background-size: contain;
}
/*wzh*/
.section.wzh{
	background-image: url(../img/intr/wzh.jpg);
	background-position: 131px 160px;
}
.section.wzh .text{
	width:530px;
}
.section.wzh .artical{
	margin-left:40px;
}
.section.wzh .items{
	margin-bottom: 160px;
}
.section.wzh .artical .ewm{
	background-image: url(../img/intr/wzh.png);
    background-size: contain;
}
/*lp*/
.section.lp{
	background-image: url(../img/intr/lpgl.jpg);
}
.section.lp .artical{
	margin-left: 735px;
	padding-top: 70px;
}
.section.lp .artical .text{
	width:340px;
}
/*sy*/
.section.sy{
	background-image: url(../img/intr/sy.jpg);
	background-position: 420px center;
}
.section.sy .artical{
	margin-left:50px;
	padding-top:110px;
}
.section.sy .text{
	width:310px;
}
.section.sy .item1{
	background-image: url(../img/intr/sy_01.png);
}
.section.sy .item2{
	background-image: url(../img/intr/sy_02.png);
}
.section.sy .item3{
	background-image: url(../img/intr/sy_03.png);
}
.section.sy .item4{
	background-image: url(../img/intr/sy_04.png);
}
/*hl*/
.section.hl{
	background-image: url(../img/intr/xb.jpg);
	background-position: 45px center;
}
.section.hl .artical{
	margin-left: 735px;
	padding-top: 100px;
}
.section.hl .text{
	width:300px;
}
/*floorTop*/
.asider{
	position:fixed;
	top:50%;
	margin-top:-108px;
	right: 54px;
}
.asider span{
	display: inline-block;
	vertical-align: middle;
	width:11px;
	height:11px;
	background: #f0f0f0;
	border-radius:50%;
	margin-right: 12px;
}
.asider span.active{
	background: #0c6ab6;
	padding: 1px;
	margin-right: 10px;
	transition: all ease .5s;
}
.asider a{
	font-size: 14px;
	color:#666;
	line-height: 36px;
}
