@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px;
}
.w1200 {
    width: 1350px;
    margin: 0 auto;
}

/*added by zhouzhitian*/
/*国际化样式*/
.w1200 .i18n{
    font-size: 15px;
    float: right;
    height: 48px;
    line-height: 48px;
    color: #00b7ee;
}
.w1200 .i18n a{
    color: #00b7ee;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
/*清除浮动*/
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body {
    min-width: 1250px;
    overflow-y:auto;
    background-color: #f3f5f7;
}

/* 顶部区域开始 */
.header-box {
    height: 108px;
    background-color: #fff;
    min-width: 1480px;
}
.header {
    height: 48px;
    /* 注意此地方会层叠 w1200 里面的margin */
    padding: 30px 0px;
}
.logo {
    float: left;
    height: 48px;
}
.nav {
    float: left;
    margin-left: 50px;
}
.nav ul li {
    float: left;
    margin: 0 5px;
}
.nav ul li a {
    display: block;
    height: 48px;
    padding: 0 5px;
    line-height: 48px;
    font-size: 19px;
    color: #050505;
    font-family: 雅黑;
    font-weight: bold;
}
.nav ul li a:hover {
    border-bottom: 2px solid #00a4ff;
    color: #00a4ff;
}
/* 顶部区域结束 */

/* 底部区域开始 */
.footer {
    width: 100%;
    background: #222222;
    min-width: 1480px;
}
.footer .top-area {
    padding: 20px 0px;
}
.footer .bnav {
    width: 50%;
    border-right: 1px solid #595858
}
.footer .bnav dl {
    float: left;
    width: 40%;
}
.footer .bnav dl dt {
    font-size: 18px;
    margin-bottom: 16px;
}
.footer .bnav dl dt a {
    display: block;
    color: #fff;
    font-weight: 800;
    font-family: 雅黑;
}
.footer .bnav dl dt a:hover {
    display: block;
    color: #ccc;
}
.footer .bnav dl dd {
    height: 30px;
    line-height: 30px;
}
.footer .bnav dl dd a {
    display: block;
    color: #ccc;
    font-size: 15px;
    font-family: 雅黑;
}
.footer .bnav dl dd a:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.footer .tel {
    width: 45%;
}
.footer .contact .contact_info h3 {
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    font-family: 雅黑;
}
.footer .tel s {
    width: 30px;
    height: 22px;
    float: left;
    margin: 4px 0px;
    background-position: 0 0;
}
.footer .contact .contact_info p {
    font-size: 15px;
    color: #ccc;
    display: inline-block;
    font-family: 雅黑;
}
.footer .contact .contact_info .address {
    height: 32px;
    line-height: 32px;
    font-family: 雅黑;
    width: 400px;
}
.footer .contact .contact_info .tel {
    width: auto;
    margin: 10px 0px 10px 0px;
    font: normal 34px "arial";
}

.footer .contact .contact_info .line {
    width: 30px;
    height: 2px;
    margin-top: 14px;
    margin-bottom: 20px;
    background: #999;
}
.footer .icon {
    display: inline-block;
    vertical-align: middle;
}
.footer .address_icon {
    background: url(/images/homepage/dizhi.png) no-repeat;
}
.footer .email_icon {
    background: url(/images/homepage/youjian.png) no-repeat;
}
.footer .phone_icon {
    background: url(/images/homepage/tel.png) no-repeat;
    position: relative;
    top: 14px;
    left: 2px;
}
.footer .tel .p2 {
    height: 25px;
    line-height: 35px;
    font-family: 雅黑;
}
.footer .contact .ewm {
    width: 30%;
    margin-top: 10px;
    /*position: relative;*/
    /*right: 8%;*/
}
.footer .contact .ewm p{
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 14px;
    margin-top: 6px;
    font-family: 雅黑;
}
.footer .contact .ewm img {
    display: block;
    width: 100%;
}
.copyright {
    height: 57px;
    line-height: 57px;
    color: #999999;
    font-size: 14px;
    background: #111111;
}
.copyright span {
    margin: 0 12px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.copyright a {
    color: #999999;
    vertical-align: middle;
}
.copyright a:hover {
    color: #fff;
}
.copyright img{
    vertical-align: middle;
}
.copyright .bei_icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/homepage/bei.png) no-repeat;
    padding: 2px;
}
/* 底部区域结束 */

