* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body{
	margin: 0;
	font-family: "Helvetica Neue","microsoft yahei",Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #333;
	background: #f7f7f7;
}
input,textarea,select,button
{
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	outline:none;
	padding:0;
	border-radius: 0;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,i,em,strong{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}
table{
	border-collapse:collapse;
}
img{
	border:none;
	max-width: 100%;
}
dl,dd,dt,p{
	padding: 0;
	margin: 0;
}
a,a:link {
	text-decoration: none;
	color:#333;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}

.clearfix {
	*display:table;
	*zoom:1;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.slh{
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-ul li{
	line-height: 37px;
	height: 37px;
	position: relative;
	padding-left: 25px;
}
.list-ul li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #dcdcdc;
	left: 0;
	top: 16px;
}
.list-ul li:hover:before{
	background: #046bbd;
}
.list-ul li a{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list-ul li span{
	float: right;
	font-size: 14px;
	color: #999;
}
.list-ul li:hover a{
	color: #046bbd;
}
iframe{
	display: block;
}
.mtop10{
	margin-top: 10px;
}
.mtop20{
	margin-top: 20px;
}
.mbot20{
	margin-bottom: 20px;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}


/*********************** footer *********************/

.f-link {
    color: #fff;
    background: #fff;
    height: 50px;
}

.f-link .link-t1 {
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #016aae;
}

.f-link ul {
    float: left;
}

.f-link ul>li {
    float: left;
    /* padding: 0 53px; */
    text-align: center;
    position: relative;
    line-height: 50px;
    margin-right: 24px;
}

.f-link ul>li.last:before {
    background: transparent;
}

.f-link li .alink {
    color: #666;
    position: relative;
    padding-right: 30px;
    background: url(../images/fs42_03.png) no-repeat right center;
    display: block;
    cursor: pointer;
}
.f-link li.on .alink{
    background: url(../images/fs50_03.png) no-repeat right center;
}
.f-link li .alink:before {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-top-color: #fff;
    right: 0;
    top: 9px;
}

.f-link ul>li.last .alink:before {
    border-top-color: transparent;
}

.f-nav1 {
    font-size: 14px;
    color: #fff;
}

.fnav-t {
    text-align: center;
}

.fnav-t a {
    color: #fff;
}

.fnav-t span {
    margin: 0 15px;
}

.fnav-b1 {
    margin-top: 8px;
    text-align: center;
}

.fnav-b1 a {
    color: #fff;
}
.fnav-b1 li {
    display: inline-block;
    vertical-align: top;
}

.fnav-b1 li.li2 {
    margin-top: 10px;
    margin-left: 16px;
}

.fnav-b1 li.li3 {
    margin-left: 16px;
    margin-top: 16px;
}
.fnav-b1 li.li3 .a1{
    margin-right: 10px;
}
.fnav-b1 li.li2 p {
    line-height: 22px;
}

.link-s {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    bottom: 34px;
    width: 166px;
    margin-left: -30px;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 999;
    display: none;
}

.link-s a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.link-s a:hover {
    color: #005bac;
}

.slh {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot1{
    padding: 34px 0 40px;
    background: #016aae;
}







