/* 英文默认字体 */

@font-face {
    font-family: openSans;
    src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

html,
body {
    font-size: 16px;
    background-color: #fff;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 0px;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

/* 外边距和后台一致 */

p {
    margin: 5px 0;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.after:after {
    content: '';
    display: block;
    clear: both;
}

.mr-0 {
    margin-right: 0px !important;
}

.this-1200 {
    margin: 0 auto;
    width: 1200px;
}

.this-1400 {
    margin: 0 auto;
    width: 1400px;
}

/* 表格初始化 */

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

td {
    border: 1px solid #eee;
    padding: 7px;
    font-size: 14px;
}

.o-v {
    overflow-y: hidden;
}

/* 头部 */
#header {
    background-color: #fff;
    height: 100px;
}

#header .logo {
    height: 47px;
    margin-top: 26px;
}

#header .h_r {
    height: 38px;
    margin-top: 31px;
}

#header .search form input {
    width: 270px;
    padding-left: 60px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 38px;
    float: left;
    line-height: 38px;
    font-size: 16px;
}

#header .search form i {
    padding-left: 10px;
    outline: none;
    height: 38px;
    float: left;
    margin-left: -260px;
    line-height: 38px;
    color: #e5e5e5;
}

#header .search form button {
    border: 0px;
    cursor: pointer;
    outline: none;
    width: 88px;
    font-size: 16px;
    color: #e5e5e5;
    height: 38px;
    line-height: 38px;
    background-color: #801802;
}

#nav {
    height: 60px;
    color: #fff;
    background-color: #801802;
}

#nav a {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    margin-right: 106px;
}

#nav a:last-child {
    margin-right: 0;
}

#nav .nav-active,
#nav a:hover {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}

#home {
    margin: 40px 0;
}

#home .home-title {
    border-bottom: 1px solid #e6e6e6;
}

#home .home-title p {
    line-height: 60px;
    color: #801802;
    font-size: 24px;
    float: left;
    margin: 0;
}

#home .home-title p i {
    font-size: 16px;
    margin-right: 10px;
}

#home .home-title .more {
    float: right;
}

#home .home-title .more a {
    font-size: 13px;
    line-height: 60px;
    color: #666;
}

#home .home-title .more a:hover {
    color: #801802;
}

#home .left {
    float: left;
    width: calc(100% - 250px);
}

#home .one {
    float: left;
    margin-right: 46px;
    width: calc(50% - 46px);
}

#home .one .s_list {
    padding-top: 30px;
}

#home .one .s_list li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #f3f3f3;
}

#home .one .s_list li a {
    max-width: 430px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

#home .one .s_list li a i {
    color: #999;
    font-size: 18px;
    margin-right: 6px;
    line-height: 40px;
}

#home .one .s_list a:hover {
    color: #801802;
}

#home .one .s_list .addtime {
    float: right;
    width: 90px;
    text-align: right;
    font-size: 14px;
    color: #666;
}


#home .right {
    float: right;
    width: 250px;
}

#home .right .home-title {
    border-bottom: 0px;
}

#home .right .download a {
    width: 100%;
    display: block;
    padding: 34px 0;
    text-align: center;
    color: #fff;
    background-color: #b5b5b5;
}

#home .right .download a:hover {
    background-color: #801802;
}

#home .right .download a:nth-of-type(1) {
    margin-bottom: 10px;
}

#home .right .download a span {
    display: block;
    font-size: 16px;
}

#home .right .download a span i {
    font-size: 40px;
    margin-bottom: 4px;
}

#home .centre {
    margin: 60px 0 40px 0;
}

#home .centre .centre_left {
    float: left;
    width: 33.33%;
}

#home .centre .centre_right {
    float: left;
    width: 66.66%;
}

#home .centre .centre_left a {
    width: 100%;
    position: relative;
}

#home .centre .centre_left a .title {
    position: absolute;
    width: 100%;
    height: 60%;
    text-align: center;
    padding-top: 32.5%;
    color: #fff;
    transform: translate(0%, -100%);
}

#home .centre .centre_left a:hover .title,
#home .centre .centre_right a:hover .title {
    background: rgba(128, 24, 2, 0.5);
}

#home .centre .centre_left a .img {
    width: 100%;
    padding-top: 81%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

#home .centre .centre_left a .title span,
#home .centre .centre_right a .title span {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

#home .centre .centre_left a .title span:nth-of-type(2),
#home .centre .centre_right a .title span:nth-of-type(2) {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

#home .centre .centre_right a {
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

#home .centre .centre_right a .title {
    position: absolute;
    width: 100%;
    height: 70%;
    text-align: center;
    padding-top: 12%;
    color: #fff;
    transform: translate(0%, -100%);
}

#home .centre .centre_right a .img {
    width: 100%;
    padding-top: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

#home .below>.one {
    margin-right: 106px !important;
    width: calc(60% - 46px) !important;
}

#home .below>.one:nth-of-type(1) .s_list li a {
    max-width: 650px !important;
}

#home .below>.one:nth-of-type(2) {
    width: 35% !important;
    margin-right: 0 !important;
}

#home .below>.one:nth-of-type(2) .xz i {
    float: right;
    line-height: 40px;
    height: 40px;
    color: #666;
}

#footer {
    background-image: url(../images/f_d.jpg);
    padding-top: 60px;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer .f_logo {
    width: 245px;
    height: 190px;
    float: left;
    margin-right: 128px;
}

#footer .f_nr {
    width: calc(100% - 553px);
    float: left;
}

#footer .f_nav {
    margin-bottom: 30px;
}

#footer .f_nav a {
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

#footer .f_nav span {
    color: #fff;
    margin: 0 4px;
}

#footer .f_er {
    width: 180px;
    float: right;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

#footer .copyright p {
    margin: 0;
}

#footer .copyright {
    color: #fff;
    border-top: 1px solid #fff;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
}

#main>.banner {
    height: 200px;
    background-size: cover;
    background-attachment: initial;
    background-position: center;
}

/* 关于我们 */
#main .about>.left {
    width: 250px;
    float: left;
    margin: 40px 0;
}

#main .about>.left>.title {
    line-height: 50px;
    height: 50px;
    text-align: left;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid #eee;
    padding-left: 10px;
    background-color: #801802;
}

#main .about>.left>.title span:nth-of-type(1) {
    font-size: 21px;
    /* margin-right: 6px; */
}

#main .about>.left>.title span:nth-of-type(2) {
    font-size: 13px;
    text-transform: uppercase;
}

#main .about>.left>.list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 46px;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #eee;
    margin-top: -1px;
}

#main .about>.left>.list li a:hover,
#main .about>.left>.list li a:hover i {
    color: #801802;
}

#main .about>.left>.list li a i {
    margin-right: 10px;
    color: #999;
    font-size: 18px;
}

#main .about>.left .contact {
    border: 1px solid #eee;
    border-top: 0px;
    padding: 20px;
}

#main .about>.right {
    width: calc(100% - 310px);
    float: left;
    margin: 40px 0 40px 60px;
}

#main .about>.right>.link {
    line-height: 35px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    text-align: right;
}

#main .about>.right .content {
    margin: 20px 0;
}

#main .about .certificate li {
    float: left;
    width: calc(33.33% - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
}

#main .about .certificate li .img {
    width: 100%;
    height: 0;
    transition: all 0.3s;
    padding-top: 65%;
    background-size: cover;
}

#main .about .certificate li:nth-of-type(3n) {
    margin-right: 0;
}

#main .about .certificate li a .title {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

#main .about .certificate li a:hover .title {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #801802;
}

#main .news li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #f3f3f3;
}

#main .news li a {
    max-width: calc(100% - 100px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

#main .news li a i {
    color: #999;
    font-size: 18px;
    margin-right: 6px;
    line-height: 40px;
}

#main .news li .addtime {
    float: right;
    width: 90px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

#main .news li .xz i {
    float: right;
    line-height: 40px;
    height: 40px;
    color: #666;
}

#main .news li a:hover {
    color: #801802;
}

#main .join .list .item {
    margin-bottom: 40px;
}

#main .join .list .item .title {
    line-height: 60px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-color: #e9e9e9;
    border-radius: 6px;
    cursor: pointer;
}

#main .join .list .item .title i {
    padding-left: 25px;
    padding-right: 20px;
    vertical-align: bottom;
    font-size: 22px;
    line-height: 60px;
    transition: all 0.3s;
}

#main .join .list .item .body {
    box-shadow: 2px 2px 10px #efefef;
    padding: 40px 20px;
    border-top: 0px;
    margin-top: -1px;
    display: none;
}

#main .join .list .item:hover .title {
    color: #fff;
    background-color: #801802;
}

#main .contact {
    margin-bottom: 40px;
}

#main .contact .l {
    float: left;
    width: 350px;
    margin-right: 50px;
}

#main .contact .r {
    float: right;
    width: calc(100% - 400px);
}

#main .content_view .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

#main .content_view .date {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #999;
    margin-bottom: 10px;
}

#main .content_view .detailed {
    padding: 20px 0;
}

#nav-m {
    display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

    html,
    body {
        overflow-x: hidden;
        min-height: 100vh;
    }

    /* 头部 */
    .wrap {
        transition: all 0.3s ease 0s;
        transform: translate(0, 0px);
    }

    .wrap.active {
        transform: translate(calc(-90% + 60px), 0px);
    }

    .this-1200 {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .this-1400 {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    #header,
    #nav {
        display: none;
    }

    #nav-m {
        height: 50px;
        display: block;
        position: relative;
        z-index: 999;
        font-size: 0;
        width: 100%;
    }

    #nav-m .logo {
        height: 50px;
        float: left;
    }

    #nav-m .logo img {
        height: 32px;
        margin-left: 10px;
        margin-top: 9px;
    }

    #nav-m>.title {
        font-size: 14px;
        display: inline-block;
        line-height: 50px;
        vertical-align: top;
        margin-left: 10px;
        width: calc(100% - 140px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #nav-m .menu {
        position: absolute;
        right: 10px;
        top: 11px;
        width: 22px;
        padding: 5px 10px;
        border: 1px solid #333;
        border-radius: 3px;
    }

    #nav-m .menu span {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        height: 2px;
        background-color: #333;
    }

    #nav-m .menu span:nth-of-type(3) {
        margin-bottom: 0px;
    }

    #nav-m .list {
        position: fixed;
        left: 100%;
        width: calc(90% - 60px);
        top: 0;
        height: 100vh;
    }

    #nav-m .list a {
        padding-left: 10px;
        position: relative;
    }

    #nav-m .list a {
        height: 45px;
        width: 100%;
        float: left;
        font-size: 14px;
        color: #666;
        box-sizing: border-box;
        line-height: 45px;
        border-bottom: 1px solid #DEDEDF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #nav-m .list .title {
        border-bottom: 1px solid #DEDEDF;
    }

    #nav-m .list .title a {
        width: calc(100% - 60px);
        border-right: 1px solid #DEDEDF;
        border-bottom: 0;
    }

    #nav-m .list li i {
        width: 60px;
        height: 45px;
        line-height: 45px;
        float: right;
        font-size: 22px;
        text-align: center;
        color: #666;
        transition: all 0.3s;
        box-sizing: border-box;
    }

    #nav-m .list li .children {
        background-color: #FAFAFA;
        display: none;
    }

    /* 搜索 */
    #nav-m .list .search {
        font-size: 0;
        display: block;
        padding: 20px;
    }

    #nav-m .list .search input {
        width: calc(100% - 50px);
        line-height: 35px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #DEDEDF;
        font-size: 12px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #nav-m .list .search button {
        width: 50px;
        line-height: 37px;
        border: 0;
        height: 37px;
        vertical-align: bottom;
        color: #fff;
        background-color: #DDD;
        outline: none;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #main .search input {
        width: 60%;
        font-size: 14px;
    }

    #main .search button {
        font-size: 14px;
    }

    #home {
        margin: 20px 0;
    }

    #home .left {
        float: none;
        width: 100%;
    }

    #home .one {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #home .one .s_list {
        padding-top: 10px;
    }

    #home .home-title p {
        line-height: 40px;
        font-size: 20px;
    }

    #home .home-title .more a {
        line-height: 40px;
    }

    #home .one .s_list li a {
        max-width: calc(100% - 100px);
    }

    #home .right {
        float: none;
        width: 100%;
    }

    #home .right .home-title {
        margin-bottom: 10px;
    }

    #home .centre {
        margin: 30px 0 0 0;
    }

    #home .centre .centre_left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #home .centre .centre_left a .img {
        padding-top: 50%;
    }

    #home .centre .centre_right {
        float: none;
        width: 100%;
    }

    #home .centre .centre_right a {
        width: calc(50% - 10px);
    }

    #home .centre .centre_right a:nth-of-type(2n-1) {
        margin-left: 0;
    }

    #home .centre .centre_right a .img {
        padding-top: 70%;
    }

    #home .centre .centre_right a .title {
        padding-top: 21%;
    }

    #home .centre .centre_left a .title span,
    #home .centre .centre_right a .title span {
        font-size: 18px;
    }

    #home .centre .centre_left a .title span:nth-of-type(2),
    #home .centre .centre_right a .title span:nth-of-type(2) {
        font-size: 12px;
    }

    #home .below>.one {
        width: 100% !important;
    }

    #home .below>.one:nth-of-type(2) {
        width: 100% !important;
    }

    #home .below>.one:nth-of-type(1) .s_list li a {
        max-width: calc(100% - 100px) !important;
    }

    #footer {
        padding-top: 20px;
    }

    #footer .f_logo {
        display: none;
    }

    #footer .f_nr {
        width: 100%;
        float: none;
    }

    #footer .f_er {
        width: 180px;
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    #main>.banner {
        height: 60px;
    }

    #main .about>.left {
        display: none;
    }

    #main .about>.right {
        width: 100%;
        float: none;
        margin: 0;
    }

    #main .about .certificate li a .title {
        font-size: 14px;
    }

    #main .content_view .title {
        font-size: 18px;
    }

    #main .join .list .item .title {
        line-height: 50px;
        font-size: 16px;
    }

    #main .join .list .item .title i {
        font-size: 16px;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 10px;
    }

    #main .join .list .item .body {
        padding: 20px;
    }

    #main .contact .l {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #main .contact .r {
        width: 100%;
        float: none;
    }
}


@media screen and (min-width:1201px) and (max-width:1399px) {
    .this-1200 {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .this-1400 {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    #nav a {
        margin-right: 78px;
    }

    #home .one .s_list li a{
        width: calc(100% - 100px);
    }

    #home .below>.one {
        margin-right: 90px !important;
    }

    #footer .f_logo {
        margin-right: 80px;
    }

    #footer .f_nr {
        width: calc(100% - 520px);
    }

}