﻿
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background-color: #f1f1f1;
}

html,
body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.fn-left {
    float: left;
}

.fn-left,
.fn-right {
    display: inline;
}

.fn-right {
    float: right;
}

.clearfix:after,
.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}


/***header***/

.container {
    width: 1200px;
    margin: 0 auto;
}

.header_contact li {
    float: left;
    font-size: 12px;
    text-align: left;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
}

.header_contact li.c_1,
.header_contact li.c_2,
.header_contact li.c_4 {
    width: 23px;
    height: 34px;
}

.header_contact li.c_1 {
    position: relative;
    z-index: 99;
}

.header_contact li b {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../image/head_ico.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}

.header_contact li a.ico_head_weixin {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../image/head_ico.png) no-repeat -23px 0;
    position: absolute;
    top: 8px;
    left: 0;
}

.header_contact li .ico_head_phone {
    background-position: 0px 0;
}

.header_contact li .ico_head_weixin {
    background-position: -23px 0;
}

.header_contact li .ico_head_QQ {
    background-position: -46px 0;
}

.header_contact li .ico_head_sina {
    background-position: -69px 0;
}

.ceng {
    z-index: 999;
    position: relative;
    display: none;
}

.ceng .cnr {
    position: absolute;
    left: -60px;
    top: 35px;
    border-bottom: #c0c9ce 1px solid;
    border-left: #c0c9ce 1px solid;
    padding-bottom: 8px;
    margin-top: 6px;
    padding-left: 8px;
    width: auto;
    padding-right: 8px;
    background: #fff;
    height: auto !important;
    border-top: #c0c9ce 1px solid;
    font-weight: 200;
    border-right: #c0c9ce 1px solid;
    padding-top: 8px;
    border-radius: 4px;
}

.ceng img {
    left: 13px;
    top: 10px;
    width: 130px;
    height: 130px;
}

.header_contact li .ar_top {
    border-bottom: #adadad 8px solid;
    position: absolute;
    border-left: transparent 8px dashed;
    width: 0px;
    height: 0px;
    margin-left: -8px;
    font-size: 0px;
    overflow: hidden;
    border-top: transparent 8px dashed;
    top: 25px;
    border-right: transparent 8px dashed;
    left: 50%;
}

.header_contact li .ar_up_in {
    border-bottom: #fff 8px solid;
    position: absolute;
    border-left: transparent 8px dashed;
    width: 0px;
    height: 0px;
    margin-left: -8px;
    font-size: 0px;
    overflow: hidden;
    border-top: transparent 8px dashed;
    top: 26px;
    border-right: transparent 8px dashed;
    left: 50%;
}

.header-top {
    min-width: 1200px;
    background-color: #fff;
    color: #484848;
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 99
}

.header-top strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 51px;
}

.header-top a {
    color: #484848
}

.header-top-ul li {
    border-right: 1px solid #ddd;
    float: left;
    font-size: 14px;
}

.header-top-ul li:first-child {
    border-left: 1px solid #ddd
}

.header-top-ul li .c-orange {
    color: #09f
}

.header-top-ul li a {
    width: 100px;
    height: 51px;
    text-align: center;
    line-height: 50px;
    color: #777676;
    display: block;
    text-decoration: none;
}

.header-top-ul li a:hover {
    background-color: #2fa8d7;
    color: #fff;
}

.header-top-ul li a:hover .c-orange {
    color: #fff
}

.header-top-ul li .app {
    width: 110px;
}

.header-top-ul li .app0 {
    color: #f60;
}

.header-top-ul li .my-account {
    width: auto;
    padding: 0 22px;
}

.top-ico {
    border: 1px solid #ddd;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 12px 10px 0 0;
}

.header {
    min-width: 1200px;
    color: #333;
    height: 89px;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
}

.header .container {
    position: relative;
}

.header .logo {
    height: 35px;
    margin-top: 17px;
    width: 330px;
}

.header .logo p {
    text-indent: 0;
}

.top-nav {
    position: absolute;
    right: 0;
    top: 33px;
    margin-bottom: 0;
}

.top-nav li {
    float: left;
    margin-left: 20px;
}

.top-nav li.on a {
    color: #0d95dd;
}

.top-nav a {
    font-size: 16px;
    color: #3e3e3e;
    text-decoration: none;
}

.top-nav a:hover {
    color: #0d95dd;
}