@charset "utf-8";

/* CSS Document */

html,
body,
div,
ul,
li,
dl,
dd,
dt,
a,
ol,
u,
i,
b,
br,
p,
span,
hr,
label,
input,
select,
textarea,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
em,
iframe,
img,
tr,
th,
td,
q {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑, '宋体', tahoma, Verdana, arial, sans-serif;
    color: #333;
    background: #fff;
}

input,
textarea,
select,
button {
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #0088FF;
    text-decoration: none;
}

a img {
    border: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

ul,
li {
    vertical-align: middle;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*****顶部****/

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background: url(../images/topbg.png);
    z-index: 99;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 100px;
    height: 30px;
    padding: 18px 0 18px 10px;
}


/***导航****/

.menubox {
    float: left;
    margin-left: 50px;
}

.menubox>ul>li {
    float: left;
    position: relative;
}

.menubox>ul>li>a {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.menubox>ul>li>a span {
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 1px;
    background: #ffffff;
    transition: all .5s;
}

.menubox>ul>li>a:hover span,
.menubox li.on>a>span {
    width: 100%;
    left: 0;
}

.topct {
    width: 400px;
    float: left;
    font-size: 16px;
    color: #fff;
    padding-left: 100px;
}

.topct li {
    float: left;
    padding: 0 30px;
    background: url(../images/top_line.png) right center no-repeat;
}

.topct li a {
    display: block;
    color: #fff;
    line-height: 62px;
    padding-left: 30px;
}

.top_tel {
    background: url(../images/phone.png) no-repeat left center;
}

.join {
    background: url(../images/join.png) no-repeat left center;
}

/*二级导航*/
.sub_nav{
    display: none;
    position:absolute;
    width:180px;
    background:url(../images/back70.png);
    left:50%;
    margin-left:-90px;
    top: 63px;
}
.sub_nav li a{
    display: block;
    font-size:14px;
    height:42px;
    line-height:42px;
    padding: 0 20px;
    color: #f5f5f5;
    border-bottom:#676880 1px solid;
    overflow:hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    transition:all .5s;
    -webkit-transition:all .5s;
}

.sub_nav li a:hover{
    /*background:url(../images/back30.png);*/

    bottom: 1px;
    background: #2b2b2b;
    transition: all .5s;
}


/***底部***/

.footer {
    width: 100%;
    background: #011e3a;
    padding: 20px 0;
    overflow: hidden;
}

.footer_l {
    float: left;
    width: 60%;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
}

.footer_l a {
    color: #fff;
    padding: 0 5px;
}

.footer_l a:hover {
    color: #dedede;
}

.footer_r {
    float: right;
    width: 36%;
}

.footer_ht {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    float: left;
    padding: 30px 20px 0 0;
}

.footer_r .weixin {
    float: left;
}

.footer_r img {
    width: 120px;
    height: 120px;
}