@charset "UTF-8";
/*css样式初始化*/
* {
    box-sizing: border-box;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "宋体";
    color: #333;
    list-style: none;
}

/*修改滚动条样式*/
body {
    overflow-y: scroll;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /**/
}

body::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

body::-webkit-scrollbar-corner {
    background: #179a16;
}

i, s {
    font-style: normal;
    text-decoration: none;
}

a {
    color: #333;
    text-decoration: none !important;
}

input, img {
    /*display: block;*/
    border: 0 none;
    /*去掉轮廓线*/
    outline-style: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.clearfix:after {
    content: "";
    height: 0px;
    line-height: 0px;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.morn-button {
    margin: 30px 0;
}

.blue-button {
    width: 190px;
    height: 50px;
    border: 1px solid #0099FF;
    color: #0099FF;
    text-align: center;
    line-height: 50px;
}

.white-button {
    width: 190px;
    height: 50px;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}

.headerMain-bg {
    background-color: #1786D6 !important;
}

@media screen and (min-width: 760px) {
    /* 当大于760的时候 */
    /* body{font-size:12px!important;}*/
    /*body a{font-size:12px;}*/
    .explain-num {
        font-size: 12px !important;
    }

    .explain-title {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 768px) {
    /* 当小于320的时候 */
    body {
        font-size: 12px !important;
    }

    .introduction-title .title-en {
        font-size: 14px !important;
    }

    .introduction-title .title-ch {
        font-size: 12px !important;
    }

    body a {
        font-size: 12px;
    }
    .footer-bg .container{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .footer-bg .friendship-links{
        font-size: 10px!important;
    }
    .footer-bg .friendship-links span a {
        font-size: 10px!important;
    }
}

@media screen and (min-width: 1500px) {
    .explain-num {
        font-size: 14px !important;
    }

    .explain-title {
        font-size: 14px !important;
    }

    body {
        font-size: 14px !important;
    }

    /*body a{font-size:18px;}*/
    .nav > li > a {
        padding: 20px 20px !important;
    }

}

@media (max-width: 390px ) {
    .navbar-brand {
        width: 80% !important;
    }

    .trends {
        font-size: 10px !important;
    }

    .copyright-company {
        margin-bottom: 40px !important;
    }

    .logo-img {
        width: 240px !important;
    }
}

@media (min-width: 391px ) and (max-width: 769px ) {
    .logo-img {
        width: 270px !important;
    }

    .trends {
        font-size: 12px !important;
    }

    .copyright-company {
        margin-bottom: 40px !important;
    }
}

@media (min-width: 768px ) and (max-width: 1100px ) {
    .logo-icon1 {
        display: none !important;
    }

    .logo-img {
        width: 70px !important;
    }

    .logo-icon2 {
        display: block !important;
    }

    .nav > li > a {
        padding: 20px 5px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1000px ) and (max-width: 1500px ) {
    .nav > li > a {
        padding: 20px 5px !important;
        font-size: 16px !important;
    }
}

@media (min-width: 1500px) {
    .logo-img {
        width: 380px !important;
    }

    .container-fluid {
        margin-top: 0 !important;
    }
    .nav > li > a {
        padding: 20px 19px !important;
    }
}

@media (min-width: 767px) {
    .sc-header .navbar-default {
        height: 85px !important;
    }

    .container-fluid {
        margin-top: 0 !important;
    }
}
.rich-text-wrapper img {
    width: 100% !important;
    height: auto !important;
    display: block!important;
}
.rich-text-wrapper table {
    width: 100%!important;
}

@media (max-width: 768px) {
    .rich-text-wrapper img {
        width: 100% !important;
        height: auto !important;
        display: block!important;
    }
    .rich-text-wrapper table {
        width: 100%!important;
    }
}
@media (min-width: 1280px) and (max-width: 1536px )  {
    .navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-left: -15px!important;
    }
    .container-fluid>.navbar-collapse {
        margin-right: -15px!important;
        margin-left: 0;
    }
}



