*{
	padding: 0;
	margin: 0;
}
body{
	min-width:1200px;
	overflow: auto;
}
.header {
    width: 100%;
    height: 60px;
    position: fixed;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.header_nav{
	width: 1000px;
	margin: 0 auto;
}
.header .logo img{
	height: 48px;
    margin-top: 6px;
}
.header .nav {
    height: 100%;
    margin: 0;
}
.header .nav li.nav-item {
    float: left;
    display: inline-block;
    height: 57px;
}
.header .nav li.nav-item a {
    display: block;
    color: #000;
    height: 100%;
    padding: 0 10px;
    line-height: 68px;
    margin: 0 10px;
}
.header .nav li.nav-item a:hover, 
.header .nav li.nav-item a.active{
	color: #0e86fe;
	background:none;
	border-bottom: 3px solid #0e86fe;
}
.header .nav li.nav-item a:focus {
    outline: none;
    background: none;
}
.banner{
	margin-bottom: 10px;
	padding-top: 61px;
}
.banner img{
	width: 100%;
}
.try{
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 99;
}
.try img {
	width:80px;
}
.page-title{
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.page-title h4{
    font-size: 36px;
    line-height: 1.5;
}
.page-title h4 span {
    margin: 0 5px;
}
.section {
	min-height: 400px;
	position: relative;
}
.section.section-bg{
	background: #f8f8f8;
}
.section ul li,
.section p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.section p{
	text-indent: 2em;
}
.section .section-content {
    width: 1000px;
	position: relative;
    margin: 10px auto;
}
.section .section-title {
    font-size: 32px;
    color: #4481e6;
	line-height: 1;
    margin-bottom: 35px;
	position: relative;
}
.section .section-title .section-title-bg{
	display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0px;
    height: 4px;
    width: 55px;
    background: #4481e6;
}
.sider-left{
	position: absolute;
    left: 0;
    top: 115px;
	z-index: 9;
}
.sider-right {
    position: absolute;
    right: 0;
    top: 220px;
	z-index: 9;
}