@font-face {
    font-family: 'iconfont';  /* project id 313444 */
    src: url('https://at.alicdn.com/t/font_lh3t33bqmmkg9zfr.eot');
    src: url('https://at.alicdn.com/t/font_lh3t33bqmmkg9zfr.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_lh3t33bqmmkg9zfr.woff') format('woff'),
    url('https://at.alicdn.com/t/font_lh3t33bqmmkg9zfr.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_lh3t33bqmmkg9zfr.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:20px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: Helvetica, Tahoma, Arial, 'STXihei', '华文细黑', 'Microsoft YaHei', '微软雅黑', sans-serif;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,main {
    display:block;
}

ol,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:sup;
}
.bk10{margin-top:10px;}
.bk15{margin-top:15px;}
.bk20{margin-top:20px;}
.sh-public{
    border: 1px solid #e8e8e8;
    border-top: 2px solid #f33;
    box-sizing: border-box;
}
.sh-public+.sh-public{
    margin-top: 30px;
}
.sh-style{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
}
.sh-style .title{
    margin-left: 10px;
    display: inline-block;
    font-size: 16px;
    color: #f33;
    font-weight: bold;
}
.sh-style i{
    font-size: 20px;
    float: right;
    color: #f33;
    margin-right: 10px;
}
.right-btn{
    width: 40px;
    height: 120px;
    position: fixed;
    bottom: 54px;
    left: 50%;
    margin-left: 610px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}
.right-btn span{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.right-btn span i{
    color: #e7e7e7;
    display: block;
    font-size: 20px;
}
.right-btn span+span{
    border-top: 1px solid #e7e7e7;
}
.right-btn .gotop:before{
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    border: 2px solid #e7e7e7;
    border-right: transparent;
    border-bottom: transparent;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}
.right-btn .mobile-code{
    background: url(../../images/news/mobile.png) no-repeat center;
    background-color: #fff;
    position: absolute;
    top: -10px;
    right: 50px;
    display: none;
    padding: 10px;
    width: 140px;
    height: 140px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding:5px;
    box-sizing: border-box;
}
/* ͷ �� */

header{
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background-color: #333;
    font-size: 14px;
    position: relative;
    text-align: center;
}
header a{
    color: #fff;
    display: block;
}
header li{
    width: 78px;
    height: 44px;
}
.header-left{
    overflow: hidden;
    float: left;
    text-align: center;
}
.header-left li{
    width: 78px;
    float: left;
    background-color: #333;
    transition: all .45s;
}
.header-left .highlight{
    background-color: #f33;
    border-radius: 3px 3px 0 0    ;
    transition: all .45s;
}
.header-left li a:hover,.header-left li:hover{
    border-radius: 3px 3px 0 0;
    background-color: #f33;
    transition: all .45s;
}
.header-left .more{
    position: relative;
    text-align: left;
    text-indent: 16px;
}
.header-left .more:after{
    width: 8px;
    height: 8px;
    display: block;
    content: "";
    border: 2px solid #fff;
    border-radius: 2px;
    border-left: transparent;
    border-top: transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 15px;
    margin: auto;
}
.header-right{
    float: right;
}
.header-right li{
    float: left;
    cursor: pointer;
}
.header-right .mobile{
    position: relative;
}
.header-right .mobile a{
    width: 17px;
    height: 18px;
    display: block;
    background: url(../../images/news/icon.png) no-repeat -50px 0;
    background-size: 400px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header-right .list-login{
    width: 70px;
    position: relative;
}
.header-right .list-login a{
    width: 70px;
    height: 48px;
    display: block;
    background-color: #f33;
}
.header-right .bars span{
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin:15px auto 0;
    transition: transform .35s
}
.header-right .bars span+span{
    margin-top: 5px;
}
.header-list{
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    box-shadow: 0 0 2px 3px rgba(4,0,0,0.08);
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 107;
}
.header-content{
    width: 1044px;
    padding: 30px 0;
    overflow: hidden;
    margin: 0 auto;
}
header .header-content li{
    text-align: left;
    width: auto;
    height: auto;
    float: none;
}
.header-content ul{
    border-right: 1px solid #f6f6f6;
    float: left;
    padding-right: 60px;
    box-sizing: border-box;
}
.header-content ul+ul{
    padding: 0 60px;
}
.header-content ul:last-child{
    padding: 0 0 0 60px;
    border: none;
}
.header-content a{
    color: #333;
}
.header-content a:hover{
    color: #f33;
}
.header-content li{
    font-size: 12px;
    line-height: 30px;
}
.header-content h3{
    font-size: 16px;
    font-weight: normal;
}
header .header-right li:first-child a {
    font-size: 20px;
}
