*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Microsoft YaHei;
}
a img{border:none;display:block;}
a { text-decoration:none;color:#333;}
a:hover {
    color: #0C7ED9;
}
.head_bg{
	height: 140px;
	background: linear-gradient(to bottom, #238DDB, #025BAB);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238DDB', endColorstr='#025BAB',GradientType=0 );
}
.head_bg .head_container{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.head_bg .head_container>a{
float:left;
position: relative;
    top: 50%;
    margin-top: -34px;
    left: 0;
}
.head_bg .head_right{
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    float: right;
    top: 50%;
    margin-top: -10px;
}

.nav{
	height: 60px;
	width: 1197px;
	margin: 0 auto;
	text-align: center;
	font-family: MicrosoftYaHeiUI;
	font-size: 16px;
}
.nav .menu-item{
	width: 171px;
	position: relative;
        float:left;
}
.nav .menu-item:first-of-type{
	border-bottom: 3px solid #025BAB;
}
.nav .active{
	color: #025BAB;
	border-bottom: 3px solid #025BAB;
}
.nav .menu-item a{
	height: 57px;
	display: inline-block;
	line-height: 60px;
    padding: 0 20px;
}
.nav .menu-item:hover{
	border-bottom: 3px solid #025BAB;
}
.nav .menu-item .sub-menu{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 234px;
	z-index: 10;
	background: #fff;
	display: none;
}

.nav .menu-item .sub-menu{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 234px;
	z-index: 10;
	background: #fff;
	display: none;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
}
.nav .menu-item .sub-menu a{
    padding: 8px 0 8px 12px;
    text-align: left;
    height: auto;
    display: block;
    line-height: 26px;
    font-size: 14px;
}
.nav .menu-item .sub-menu a:hover{
	color: #025BAB;
	background: #E6EFF7;
}
.flex-div{
	display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */
}
.align-center{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.space-between{
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer {
	height: 88px;
	background: #025BAB;
}
.footer p{
	width: 615px;
	font-family: MicrosoftYaHeiUI;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	word-break: break-all;
}
.footer .links{
	height: 28px;
    margin-top: 7px;
}
.footer .links div{
	display: inline-block;
}

.footer .content{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
}

.fl{
	float: left;
}
.rl{
	float: right;
}