@charset "utf-8";
html {
    background: #fff;
    overflow-x: hidden;
    font-size: 14px;
}

body {
    min-width: 1200px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arialsans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
    border: 0px;
    blr: expression(this.onFocus=this.blur());
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

header, footer, article, aside, section, nav, menu, hgroup, details, dialog, figure, figcaption {
    display: block
}

ol, li, ul, dl, dt, dd {
    list-style: none;
}

fieldset, img {
    border: 0
}

button, submit, input, select {
    vertical-align: middle;
}

button, submit {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline-style: none;
    outline-width: 0pt;
    padding: 0;
    margin: 0;
}

b, em, i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

.gw{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix{ zoom:1;}

.clearfix {
    zoom: 1;
}

.container {
    width: 1170px;
    position: relative;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.header{
    width: 100%;
    height: 210px;
}
.header .header-top{
    height: 149px;
    width: 100%;
    border-bottom: solid 1px #ace0ff;
}
.header .header-top .header-logo{
    width: 500px;
    float: left;
    margin-top: 20px;
}
.header .header-top .header-tel{
    width: 300px;
    float: right;
}
.header .header-top .header-tel p{
    text-align: right;
    font-size: 18px;
    color: #a2a2a2;
}
.header .header-top .header-tel p b{
    font-size: 24px;
    color: #0889d7;
    font-weight: bold;
    margin-left: 20px;
}
.header .header-top .header-tel p a{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #056faf;
    margin-top: 30px;
    margin-bottom: 10px;
    float: right;
    display: block;
    background: -webkit-linear-gradient(#129ff4, #0078c1);
    background: -ms-linear-gradient(#129ff4, #0078c1);
    background: -o-linear-gradient(#129ff4, #0078c1);
    background: -moz-linear-gradient(#129ff4, #0078c1);
    background: linear-gradient(#129ff4, #0078c1);
}
.header .header-nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.header .header-nav ul li.nav-f{
    float: left;
    font-size: 20px;
    margin-right: 110px;
	position:relative;
}
.header .header-nav ul li:last-child{
    margin-right: 0;
}
.header .header-nav ul li.nav-f a{
    color: #0481cd;

}
.header .header-nav ul li.nav-f .nav-c{
	position:absolute;
	visibility:hidden;
	z-index:99;
	background:rgba(255,255,255,.9);
	width:150px;
	left:50%;
	margin-left:-75px;
	text-align:center;
	padding:10px 0 0 0;
	opacity:0;
	top:50px;
}
.header .header-nav ul li.nav-f .nav-c li{
	height:40px;
	line-height:40px;
	font-size:16px;
}
.header .header-nav ul li.nav-f:hover  .nav-c{
	opacity:1;
	visibility:visible;
}
.header .header-nav ul li.nav-f .nav-c li:hover{
	background:#0481cd;
	color:#fff!important;
}
.header .header-nav ul li.nav-f .nav-c li:hover a{
	color:#fff!important;
}