@charset "utf-8";
@font-face {
    font-family: 'loraregular';
    src: url('fonts/lora-webfont.eot');
    src: url('fonts/lora-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lora-webfont.woff2') format('woff2'), url('fonts/lora-webfont.woff') format('woff'), url('fonts/lora-webfont.ttf') format('truetype'), url('fonts/lora-webfont.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----reset start----*/

* {
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

html,
body {
    font-family: Arial, Helvetica, "Microsoft YaHei", SimHei, STHeiti, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

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

table {
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    font-weight: normal;
}

img,
iframe {
    border: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}

select {
    margin: inherit;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}

section {
    position: relative;
}


/*----reset end----*/


/*----tool start----*/

.img-box {
    display: block;
    position: relative;
    width: 100%;
}

.img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.img-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    z-index: 1;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.bg-black {
    background-color: #000;
}

.font-orange {
    color: #f39800 !important;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.hr {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
}

.content,
.wap-menu,
.wap-header {
    transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
}


/*----tool end----*/


/*----common start----*/

.middle {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.content {
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
}

.ul-list {
    width: calc( 100% + 15px);
    font-size: 0;
}

.li-list1 {
    display: inline-block;
    position: relative;
    width: 25%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.li-list2 {
    display: inline-block;
    position: relative;
    width: 33.333333%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.li-list3,
.li-list4 {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.li-list5 {
    display: inline-block;
    position: relative;
    width: 25%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.li-list6 {
    display: inline-block;
    position: relative;
    width: 33.333333%;
    padding: 0 25px 0 15px;
    box-sizing: border-box;
    vertical-align: top;
}

.li-list7 {
    display: inline-block;
    position: relative;
    width: 20%;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.list-box {
    display: block;
}

.header {
    z-index: 9999;
    position: relative;
}

.header-top {
    height: 90px;
    overflow: hidden;
    padding: 25px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
}

.header-logo {
    display: inline-block;
    width: 152px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}

.header-logo img {
    width: 100%;
    display: block;
}

.header-other {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    overflow: hidden;
}

.header-other a {
    display: inline-block;
    margin-left: 35px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.header-other2 {
    position: relative;
    float: right;
    padding: 10px 0;
}

.header-search {
    display: inline-block;
    float: right;
    height: 25px;
    box-sizing: border-box;
    position: relative;
    margin: 0 5px 0 0;
}

.search {
    display: none;
    width: 240px;
    height: 24px;
    line-height: 24px;
    border-radius: 15px;
    font-size: 12px;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    background: #000;
    border: 1px solid #aaa;
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder {
    color: #aaa;
}

.header-search-icon {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}

.header-language {
    display: inline-block;
    float: right;
    height: 24px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.header-language img {
    margin-right: 15px;
    vertical-align: middle;
}

.dotted-erect {
    vertical-align: middle;
}

.header-menu {
    position: relative;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    background: #000;
    color: #fff;
}

.header-menu-label {
    display: block;
    position: relative;
    display: inline-block;
    line-height: 55px;
}

.header-menu-label img {
    margin: 0 0 0 35px;
    vertical-align: middle;
}

.header-menu-text {
    display: inline;
    font-size: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0 0 35px;
}

.header-sub-menu {
    position: absolute;
    top: 55px;
    display: block;
    z-index: 200;
    width: 100%;
}

.header-sub-menu-first {
    left: 0;
}

.header-sub-menu-each {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}

.header-sub-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    z-index: 10;
}

.header-sub-menu-text {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 20;
}

.header-sub-menu-text:hover {
    color: #f4a026;
    background: #555;
}

.header-tag {
    position: relative;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    box-shadow: 0 2px 3px #aaa;
    background: #fff;
    z-index: 100;
}

.header-tag-text {
    position: relative;
    display: inline-block;
    line-height: 55px;
    padding: 0 50px 0 0;
    font-size: 18px;
    cursor: pointer;
}

.footer {
    padding: 30px 0;
}

.about-menu-box {
    text-align: center;
    font-size: 0;
}

.about-logo {
    width: 140px;
    height: 37px;
    margin: 0 35px 0 0;
}

.about-menu {
    display: inline-block;
    padding: 7px 0 13px;
    box-sizing: border-box;
    vertical-align: top;
}

.about-menu-text {
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
    color: #fff;
    position: relative;
}

.about-menu-text img {
    vertical-align: bottom;
    cursor: pointer;
}

.wechat_2dbarcode {
    display: none;
    width: 60px;
    position: absolute;
    top: 0;
    left: 80px;
}

.copyright {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 20px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.back-to-top-btn {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    background: transparent;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.wap {
    display: none;
}

.wap-header {
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.wap-header-logo {
    display: inline-block;
    width: 114px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    margin: 10px;
}

.wap-header-logo img {
    width: 100%;
    display: block;
}

.wap-menu-icon {
    display: inline-block;
    width: 20px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    margin: 15px 10px;
    position: absolute;
    left: 0;
}

.wap-menu-icon img {
    width: 100%;
    display: block;
}

.wap-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    transform: translateX(-100%);
}

.wap-header-search {
    height: 50px;
    padding: 12px 20px;
    box-sizing: border-box;
}

.wap-search {
    width: 100%;
    height: 26px;
    border-radius: 15px;
    font-size: 12px;
    padding: 0 35px 0;
    box-sizing: border-box;
    background: #000;
    border: 1px solid #aaa;
    color: #fff;
}

.wap-header-search-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    left: 30px;
    cursor: pointer;
}

.wap-menu-box {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding: 0 0 70px;
    box-sizing: border-box;
}

.wap-header-menu-label {
    display: block;
    position: relative;
    line-height: 50px;
    width: 100%;
}

.wap-header-menu-label img {
    vertical-align: middle;
    position: absolute;
    right: 20%;
    top: 25px;
}

.wap-header-menu-text {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    position: relative;
}

.wap-header-sub-menu {
    position: relative;
    display: none;
    width: 100%;
}

.wap-header-sub-menu-each {
    position: relative;
    display: block;
    width: 100%;
    line-height: 50px;
}

.wap-header-sub-menu-text {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    z-index: 20;
}

.wap-header-tag {
    position: relative;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    box-shadow: 0 2px 3px #aaa;
}

.wap-header-tag-text {
    position: relative;
    display: inline-block;
    line-height: 55px;
    padding: 0 40px 0 0;
    font-size: 18px;
    cursor: pointer;
}

.active-font-color {
    color: #f4a026;
}

@media screen and (max-width: 1024px) {
    .middle {
        width: calc( 100% - 20px);
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .ul-list {
        width: calc( 100% + 10px);
    }
    .li-list1 {
        width: 50%;
        padding: 0 10px 10px 0;
        box-sizing: border-box;
    }
    .li-list2 {
        width: 50%;
        padding: 0 10px 10px 0;
    }
    .li-list3 {
        width: 100%;
        padding: 0 10px 10px 0;
    }
    .li-list4 {
        padding: 0 10px 10px 0;
    }
    .li-list5 {
        width: 100%;
        padding: 0 10px 10px 0;
        box-sizing: border-box;
    }
    .li-list6 {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .li-list7 {
        width: 50%;
        padding: 0 0 50px 0;
    }
    .li-last {
        width: 100%;
    }
    .about-logo {
        width: 100px;
        height: 26px;
        margin: 0;
    }
    .about-menu {
        width: 100%;
        padding: 7px 0 13px;
    }
    .about-menu-text {
        font-size: 12px;
        padding: 10px 5px;
    }
    .copyright {
        font-size: 10px;
        margin: 0;
    }
}


/*----common end----*/