html,
body {
    margin: 0;
    padding: 0;
    min-width:1000px;
    font-family: "PingFangSC-Regular";
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* 滚动条的滑块样式 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
    /*滚动条的背景颜色*/
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

div:focus {
    outline: none;
}

img {
    padding: 0;
    margin: 0;
    display: block;
}

.clear {
    clear: both;
}

pre {
    white-space: pre-wrap;
    /* css3.0 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.main_background_color {
    width: 100%;
    position: relative;
    background-color: #F3F5F9;
}

.main_menu {
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
    left: 0;

}

.main_logo {
    display: block;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.mainWidth {
    margin: 0 auto;
    position: relative;
}

.login_button {
    display: block;
    position: absolute;
    cursor: pointer;
    transition: .2s;
}

.login_button:hover {
    opacity: .7;
}

.register_button {
    position: absolute;
    right: 0;
    color: #5a5a5a;
    cursor: pointer;
}

.menuHeader {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #595959;
    overflow: hidden;
}

.menuHeader div {
    transition: 0.5s;
}

.menuHeader {
    white-space: nowrap;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-item {
    display: inline-block;

}

.menuHeader div:hover {
    color: #00BAEF;
}

.clickIndexClass {
    color: #00BAEF;
}

.main_box {
    overflow: hidden;
}

.main_bottom {
    overflow: hidden;
    border-top: 1px solid #d5d5d8;
    background-color: #fff;
}

.main_bottom_left {
    float: left;
}

.main_bottom_right {
    float: right;
}

.main_bottom_text {
    color: #949494;
}

.main_bottom_menu {
    color: #6d6d6d;
}

.main_bottom_menu span {
    cursor: pointer;
    transition: 0.5s;
}

.main_bottom_menu span:hover {
    color: #00BAEF;
}

.main_bottom_num_box {
    float: right;
    color: #454545;
    text-align: right;
}

.main_bottom_icon {
    float: right;
    position: relative;
}

.main_bottom_icon1 {
    float: left;
    cursor: pointer;
}

.main_bottom_icon2 {
    float: left;
    cursor: pointer;
    width: 58px;
    height: 58px;
}

.main_side {
    position: fixed;
    z-index: 99;
}

.main_eweima {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
    display: none;
    transition: 0.5s;
}

.main_eweima_wechat {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    right: 160px;
    display: none;
    transition: 0.5s;
}

.main_eweima_qq {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    right: 70px;
    display: none;
    transition: 0.5s;
}

.main_side_box {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main_side_box01 {
    background-image: url(../images/main_side01_01.png);
    transition: 0.5s;
}

.main_side_box01:hover {
    background-image: url(../images/main_side01_02.png);
}

.main_side_box02 {
    margin-top: -1px;
    background-image: url(../images/main_side02_01.png);
}

.main_side_box03 {
    margin-top: -1px;
    background-image: url(../images/main_side03_02.png);
}

.main_side_box03:hover {
    background-image: url(../images/main_side03_01.png);
    background-color: #00BAEF;
    transition: background-color 0.5s;
}

.main_lead {
    color: #969696;
    border-bottom: 1px solid #bbbbc1;
}

.main_lead span {
    cursor: pointer;
}

.main_lead_active {
    color: #00BAEF;
    border-bottom: 1px solid #00BAEF;
}

.main_lead span:hover {
    color: #00BAEF;
    border-bottom: 1px solid #00BAEF;
}

.main_box {
    margin-top: 88px;
}

.main_menu {
    height: 88px;
}

.main_logo {
    height: 48px;
    top: 20px;
}

.mainWidth {
    width: 100%;
    max-width: 1300px;
    min-width: 900px!important;
}

.login_button {
    right: 65px;
    height: 30px;
    top: 29px;
}

.register_button {
    padding: 0 10px;
    height: 30px;
    top: 29px;
    line-height: 30px;
    font-size: 15px;
    transition: .2s;
}

.register_button:hover {
    color: #00BAEF;
}

.menuHeader {
    right: 0px;
    font-size: 17px;
}

.menuHeader div {
    margin: 0 15px;
    float: left;
    cursor: pointer;
}

.main_bottom {
    padding-top: 40px;
    padding-bottom: 60px;
}

.main_bottom_logo {
    width: 240px;
    margin-bottom: 25px;
}

.main_bottom_logo2 {
    margin-bottom: 25px;
}

.main_bottom_text {
    font-size: 14px;
}

.main_bottom_menu {
    font-size: 18px;
    margin-bottom: 70px;
}

.main_bottom_menu span {
    padding: 0 20px;
}

.main_bottom_menu span:last-child {
    padding: 0 0 0 20px;
}

.main_bottom_num_box {
    font-size: 18px;
}

.main_bottom_num_box>div:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.main_bottom_icon {
    margin-right: 85px;
}

.main_bottom_icon2 {
    margin-left: 28px;
}

.main_side {
    right: 5%;
    bottom: 95px;
}

.main_side_box {
    width: 55px;
    height: 55px;
}

.main_side_box {
    background-size: 29px auto;
}

.main_eweima {
    left: -164px;
    height: 164px;
    width: 164px;
}

.main_eweima_wechat {
    height: 164px;
    width: 164px;
}

.main_eweima_qq {
    height: 164px;
    width: 164px;
}

.main_lead {
    margin: 52px auto 40px;
    font-size: 16px;
    padding-bottom: 24px;
}

@media screen and (max-width: 500px) {
    html,
    body {
        margin: 0;
        padding: 0;
        min-width:1400px;
        font-family: "PingFangSC-Regular";
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    }
    .main_menu{
        position:relative;
    }


}

/*@media screen and (min-width: 1200px) and (max-width: 1399px){*/

/*}*/
/*@media screen and (max-width: 1199px){*/

/*}*/