﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('../images/ALIMAMASHUHEITI-BOLD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 1.5;
    font-family: Arial, Helvetica, STHeiTi, sans-serif;
    background: #F6F7F9;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

html,
body {
    font-size: 14px;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 1920px;
    min-width: 1420px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.header {
    height: 110px;
    width: 1420px;
    margin: 0 auto;

}

.logo {
    float: left;
}

.logo img {
    display: block;
}

.search-title {
    float: left;
    height: 50px;
    padding: 0 19px;
    margin: 30px 0 0 5px;
    /* font-weight: bold; */
    border-left: 1px solid #000;
}

.search-title h2 {
    font-size: 24px;
    color: #212121;
    line-height: 30px;
}

.search-title p {
    font-size: 14px;
    color: #313131;
    line-height: 28px;
    letter-spacing: 5px;
}

.links {
    position: relative;
    float: right;
}

.links ul li {
    float: left;
    margin-left: 35px;
    color: #313131;
    font-size: 18px;
    font-weight: bold;
    line-height: 110px;
}

.links ul li a {
    color: #313131;
}

.menu_hide_show {
    display: none;
    position: absolute;
    top: 70px;
    left: 55px;
    z-index: 9999999;
    width: 340px;
    height: 220px;

    text-align: center;
}

.menu_more::after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 30px;
    background: url("../images/icon=down.png") no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-left: 5px;
}

.banner {
    width: 100%;
    height: auto;
    height: 500px;
    background: url("../images/banner.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.bannaer-box {
    height: auto;
    width: 1420px;
    margin: 0 auto;
    display: table;

}

.bannaer-box img {
    display: block;

}

.bannaer-box-left {
    float: left;
    padding-top: 80px;
}

.bannaer-box-right {
    float: right;
    margin-top: 36px;
}

.bannaer-box-rightBox {
    width: 700px;
    height: 410px;
}



.banner-onload {
    float: left;
    margin-top: 40px;
}

.banner-onload>img {

    cursor: pointer;
}

.banner-platform {
    margin-top: 10px;
}

.banner-code {
    float: left;
    margin-left: 80px;
}


.poster-main img {
    -webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));

}

.title {
    width: 100%;
    height: auto;
    text-align: center;
}

.box1 {
    width: 1420px;
    height: auto;
    display: table;
    margin: 50px auto 20px auto;

}

.box1-box-left {
    float: left;
}

.box1-box-right {
    float: right;
}

.box2 {
    width: 100%;
    height: auto;
    display: table;
    background: url(../images/box2-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 20px;
}

.box2-box {
    position: relative;
    width: 1420px;
    height: auto;
    display: table;
    margin: 30px auto 0 auto;
}

.box2-box-left {
    float: left;
}

.box2-box-right {
    float: right;
    position: absolute;
    top: 90px;
    right: -20px;
}

.box3 {
    width: 1420px;
    height: auto;
    display: table;
    margin: 50px auto 20px auto;
}

.box3-tabs {
    width: 100%;
    height: 124px;
    margin-top: 10px;
}

.box3-tabs a {
    float: left;
    width: 354px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    background: url(../images/tabs-bg.png) no-repeat center;
    font-family: "MyCustomFont";
    font-size: 24px;
    color: #1b253c;

}

.box3-tabs a span {
    display: inline-block;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    margin: -4px 15px 0 0;
}

.box3-tabs a:nth-of-type(1) span {
    background: url(../images/nav_1.png) no-repeat center;
}

.box3-tabs a:nth-of-type(2) span {
    background: url(../images/nav_2.png) no-repeat center;
}

.box3-tabs a:nth-of-type(3) span {
    background: url(../images/nav_3.png) no-repeat center;
}

.box3-tabs a:nth-of-type(4) span {
    background: url(../images/nav_4.png) no-repeat center;
}

.box3-tabs a.active {
    width: 354px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    background: url(../images/tabs-active.png) no-repeat center;
    font-family: "MyCustomFont";
    font-size: 24px;
    color: #fff;
}

.box3-tabs a.active span {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
}

.box3-tabs a.active:nth-of-type(1) span {
    background: url(../images/nav_1_sel.png) no-repeat center;
}

.box3-tabs a.active:nth-of-type(2) span {
    background: url(../images/nav_2_sel.png) no-repeat center;
}

.box3-tabs a.active:nth-of-type(3) span {
    background: url(../images/nav_3_sel.png) no-repeat center;
}

.box3-tabs a.active:nth-of-type(4) span {
    background: url(../images/nav_4_sel.png) no-repeat center;
}


.tab {
    display: none;
    position: relative;
    width: 100%;
    height: 550px;
}

.show {
    display: block;
}

.list-qiu {
    position: absolute;
    width: 400px;
    height: 380px;
    top: 100px;
    left: 0;
    right: 0;
    background: url(../images/qiu_bg.jpg) no-repeat center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 300px;
}

#tab1 .list-qiu {
    line-height: 40px;
    height: 270px;
    padding-top: 110px;
}

.list {
    position: absolute;
    top: 60px;
    width: 320px;
    height: 100px;
    line-height: 86px;
    background: url(../images/list-bg.png) no-repeat center;
    color: #1844a7;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.list-left1 {
    left: 220px;
}

.list-left2 {
    top: 250px;
    left: 170px;
}

.list-right1 {
    right: 220px;
}

.list-right2 {
    top: 250px;
    right: 170px;
}

#tab2 .list-left1,
#tab4 .list-left1 {
    top: 60px;
    left: 220px;
}

#tab2 .list-left2,
#tab4 .list-left2 {
    top: 360px;
    left: 220px;
}

#tab2 .list-right1,
#tab4 .list-right1 {
    top: 60px;
    right: 220px;
}

#tab2 .list-right2,
#tab4 .list-right2 {
    top: 360px;
    right: 220px;
}


#tab1 .list-center1 {
    top: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#tab3 .list-center1 {
    top: 450px;
    left: 220px;
}

#tab3 .list-center2 {
    top: 450px;
    right: 220px;
}

.box4 {
    width: 100%;
    height: 480px;
    background: url(../images/box4.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 20px;
    margin-top: 40px;
}

.box4-box {
    position: relative;
    width: 1420px;
    height: auto;
    display: table;
    margin: 30px auto 0 auto;
}

.box4-bottom {
    position: relative;
}

.box4-list {
    position: absolute;
    width: 130px;
    height: 100px;
    line-height: 90px;
    background: url(../images/box4-list.png) no-repeat center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;

}

.box4-list-animation {
    animation: breathe 3s infinite;
}


@keyframes breathe {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



.box4-list1 {
    top: -30px;
    left: 150px;
}

.box4-list2 {
    top: 80px;
    left: 315px;
}

.box4-list4 {
    top: 170px;
    left: 420px;
}

.box4-list3 {
    top: 26px;
    left: 440px;
}

.box4-list5 {
    top: 54px;
    left: 596px;
}

.box4-list6 {
    top: 130px;
    left: 690px;
}

.box4-list7 {
    top: 105px;
    right: 400px;
}

.box4-list8 {
    top: 205px;
    right: 305px;
}

.box4-list9 {
    top: 135px;
    right: 160px;
}

.box5 {
    width: 100%;
    height: 590px;
    background: url(../images/box5.jpg) no-repeat center;
    padding-top: 50px;
}

.box5-box {
    width: 1420px;
    height: auto;
    display: table;
    margin: 50px auto 20px auto;
}

.box5-box ul li {
    float: left;
    width: 370px;
    height: 260px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 20px rgba(231, 231, 231, .6);
    margin-right: 50px;
    padding: 40px 30px 40px 40px;
}

.box5-box ul li:last-child {
    margin-right: 0px;
}



.box5-title-left {
    float: left;
    font-size: 24px;
    color: #03172b;
    background: url(../images/box5-title-left.jpg) no-repeat left bottom;
    padding-bottom: 25px;
}

.box5-title-right {
    float: right;
    margin-top: 10px;
}

.box-bottom {
    float: left;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px;
}

.box-bottom p {
    font-size: 16px;
    color: #03172b;
    line-height: 40px;
}

.box-bottom p::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #bcbcbc;
    border-radius: 5px;
    vertical-align: middle;
    margin: -2px 10px 0 0
}

.footer {
    width: 100%;
    height: 230px;
    background: #f2f5fa;
    text-align: center;
    line-height: 30px;
    padding-top: 100px;
}

.copyright p {
    font-size: 14px;
    color: #515151;
}

.copyright p a {
    display: inline-block;
    font-size: 14px;
    color: #515151;
    margin: 0 2px;
}

.copyright b {
    font-size: 14px;
    color: #6180c6;
    font-weight: 400;
}

.copyright b a {
    display: inline-block;
    font-size: 14px;
    color: #6180c6;
    margin: 0 2px;
}

/* 弹窗 */
.chart1,
.chart2 {
    display: none
}

.chart-mask {
    z-index: 99999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.4;
    cursor: pointer;
}

.chart-center {
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 340px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -210px;
}

.chart-center>img {
    width: 340px;
    height: 420px;
}

.chart-colse {
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}