html,
body {
    width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 14px;
    color: #333;
    text-align: center;
    /*
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    min-width: 1000px;
    */
    font-family: 'PingFangSC', 'helvetica neue', 'hiragino sans gb', 'arial', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif' !important;
}

* {
    outline: 0;
    margin: 0;
    padding: 0
}

ul {
    list-style-type: none
}

/* img */
img {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

span {
    display: inline-block;
}

i {
    font-style: normal;
}

a:hover {
    text-decoration: underline;
}

a {
    color: #337ab7;
    text-decoration: none;
    display: inline-block;
}

span {
    display: inline-block;
}

/* 婊氬姩鏉℃牱寮 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgb(255, 251, 251);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(125, 125, 125, 0.3);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
}

/* 娓呮诞鍔 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    background-color: #a9a1a1;
}

@media screen and (min-width:1200px) {
    .jiaxin {
        width: 1200px;
    }
}

@media screen and (min-width:880px) and (max-width:1200px) {
    .jiaxin {
        width: 880px;
    }
}

@media screen and (max-width:880px) {
    .jiaxin {
        width: 880px;
        min-width: 780px;
    }
}

.jiaxin {
    display: inline-block;
}



/* 澶撮儴杞挱鍥 */
.banner {
    position: relative;
}

.banner .header {
    position: absolute;
    left: 20px;
    top: 25px;
}

.header .logo {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    vertical-align: middle;
    float: left;
}

h1 {
    float: left;
    color: #305aa4;
    font-size: 32px;
    font-weight: 900;
    font-family: "瀹嬩綋";
}

h1 .en {
    color: #76a0d2;
    font-size: 14px;
    font-family: Times New Roman;
    letter-spacing: 1px;
    font-weight: normal;
}

.erweima {
    width: 122px;
    position: absolute;
    right: 10px;
    top: 25px;
}

.banner>img {
    width: 100%;
}

.main {
    margin-top: -3px;
}

/* 瀵艰埅鏍 */
.tab {
    line-height: 35px;
    height: 35px;
    text-align: center;
    background-color: #407dcd;
}

.tab li {
    width: calc((100% - 10px)/7);
    float: left;
    color: white;
    letter-spacing: 1px;
    background-color: #407dcd;
    cursor: pointer !important;
}

.tab li.active {
    background-color: #2d588f;
}

.tab li a {
    color: white;
}

/* 浣嶇疆 */
.location {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    color: #0086ff;
    background: linear-gradient(#f5ffff, #e6f6fd);
    text-align: left;
}

.location span {
    cursor: pointer
}

.location a {
    vertical-align: middle;
}

.location table {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

/* 涓讳綋 */
.main {
    margin: 15px 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 5px 0 #f2f2f2;
    position: relative;
}

.main .title {
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2
}

.main .left {
    width: 200px;
    padding: 10px 5px;
    overflow: auto;
    background-color: #f0f0f0;
    height: 950px;
    float: left;
}

.main .left .search {
    text-align-last: left;
    display: inline-block;
    width: 100%;
    height: 20px;
    font-size: 0;
}

.left .search input {
    float: left;
    width: calc(100% - 55px);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    border: 1px solid #e2e2e2;
}

.left .search span {
    margin-top: 1px;
    float: left;
    width: 30px;
    height: 20px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white url("../images/search.png") center no-repeat;
    cursor: pointer;
    box-sizing: border-box;
}

.two_bar {
    margin-left: 40px;
    /* display:none; */
}

li {
    list-style: none;
}

.two_bar li,
.one_bar {
    display: inline-block;
    text-align: left !important;
    padding: 1px 3px 0 0;
    margin: 0;
    cursor: pointer;
    color: #333 !important;
    background-color: transparent;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    width: 100%;

}

.menu li {
    position: relative;
}

.menu .expansion {
    position: absolute !important;
    margin-left: 10px;
    top: 5px !important;
    left: -1px !important;
    width: 14px;
    height: 14px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    background: #bbb;
    color: #fff;
    font-size: 28px;
}

.one_bar {
    padding-left: 20px;
    width: calc(100% - 40px);
    line-height: 25px;
    font-family: simsun;
}

.two_bar {
    line-height: 20px;
}

.two_bar span {
    display: inline-block;
    width: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.main .right {
    width: calc(100% - 210px);
    min-height: 200px;
    max-height: 950px;
    float: left;
}

/* 搴曢儴 */
.foot {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 3px solid #547596
}

.foot p {
    line-height: 25px;
}

.foot p a {
    margin: 0 5px;
}

.foot span {
    margin: 0 10px;
}

.foot .bottom {
    margin-top: 20px;
}