@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, em, font, img, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td,button{margin: 0; padding: 0;}
body{ font-family: "Microsoft YaHei",arial; font-size:12px; font-weight:normal; color:#444;min-height:760px; height: auto;overflow-x: hidden;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:14px;}
input,label {vertical-align: middle;}
dl,ol,ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{ color:#333; text-decoration:none;}
li{ list-style:none;}
input{font-family: Microsoft YaHei,Helvetica,Tahoma;}
img{ border:none;}
em{ font-style:normal;}
.l{ float:left;}
.r{ float:right;}
.v{ vertical-align:middle;}

.clearfix:after { content:"."; display:block; height:0; font-size:0; visibility:hidden; clear:both; } 
.clearfix { zoom:1; _height:1px;}  

/*head*/

.head{height: 100px;width: 100%;background: #ffffff;}
.head .head-center{position: relative;margin: 0 auto;height: 100%;}
/*.head .logo{float: left;width: 200px;height: 39px;margin-top: 33px;overflow: hidden;}*/
.head .logo{float: left;font-size: 26px;margin-top: 33px;}
.head .logo .slogan{padding: 0 0 7px 10px;font-size: 14px;}
.head .head-link{float: right;font-size: 16px;margin-top: 33px;line-height: 40px;}
.head .head-link li{float: left;margin-left: 73px;position: relative;}

.head .head-link .active a{color:#f3762f;border-bottom: 2px solid #f3762f;}
.head .head-link li a{display: block;font-weight: 700;color: #323250;}
.head .head-link li a:hover{color: #f3762f;}

.footer {
    text-align: center;
    background: #11181c;
}
.footer .bottom {
    padding: 54px 0 70px;
    background: #0c1114
}

.footer .bottom .website a {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #006dff
}

.footer .bottom .address {
    margin-top: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 100;
    color: #dbdbdb
}

.footer .bottom .address .sub {
    padding-left: 24px
}

/*低版本浏览器提醒*/
.later_ie6tips{
    position: fixed;
    left: 0;
    width: 100%
}
.later_ie6tips {
    top: 50%;
    margin-top: -50px;
    height: 78px;
    padding-top: 30px;
    line-height: 24px;
    color: #151515;
    background: #ffefd7;
    border: 1px solid #151515;
    text-align: center;
    z-index: 9999
}

.later_ie6tips a {
    color: #0090e6;
    margin: 0 3px
}
/*css 屏幕判断 大于1200px*/
@media screen and (min-width: 1200px) {
    .head .head-center, .contain .advantage, .contain .invest .invest-ul, .contain .partner .partner-ul {
        width: 1200px;
        margin: 0 auto;
    }
}
