@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    border: 0 none;
}

em, i {
    font-style: normal;
}

b, strong {
    font-weight: 100;
}

img {
    display: block;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    width: 0;
}

/*头部*/
.wkheader {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.wkheader .wkheader_info {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.wkheader .wkheader_info h1 {
    padding-top: 15px;
}

.wkheader .wkheader_info h1 img {
    width: 167px;
    height: 40px;
}

.navBox {
    padding-top: 18px;
    margin-left: 260px;
}

.navBox ul li {
    padding: 0 25px;
    float: left;
}

.navBox ul li a {
    width: 27px;
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}

.navBox ul li a:hover {
    color: #EDEDED;
}

.userBox {
    padding-top: 17px;
}

.userBox a {
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.userBox a:hover {
    background: rgba(255, 255, 255, 1);
    color: #3183F7;
}

.userBox .registerBtn {
    margin-left: 20px;
}

.bgWhite {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 4px 16px 2px rgba(206, 206, 206, 0.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bgWhite .navBox2 ul li a {
    color: #333;
}

.bgWhite .navBox2 ul li.active a,
.bgWhite .navBox2 ul li a:hover {
    color: #3183F7;
}

.bgWhite .userBox2 a {
    border: 1px solid rgba(49, 131, 247, 1);
    color: #3183F7;
}

.bgWhite .userBox2 a:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(49, 131, 247, 1), rgba(0, 180, 255, 1));
}

/*内容*/
.modular1 {
    width: 100%;
    height: 670px;
    /*background-color: linear-gradient(90deg,rgba(49,131,247,1),rgba(0,180,255,1));*/
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% 100%;
}

.modular1Cont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.modular1Txt h2 {
    font-size: 42px;
    color: #fff;
    padding-top: 118px;
    font-weight: 400;
}

.modular1Txt p {
    font-size: 16px;
    color: #fff;
    margin: 58px 0 50px;
    line-height: 32px;
}

.modular1Txt a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 4px 12px 1px rgba(31, 107, 215, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #fff;
}

.modular1Txt a:hover {
    box-shadow: 0px 4px 12px 1px rgba(31, 107, 215, 0.6);
    color: #3183F7;
    background: #fff;
}

/*内容2*/
.modular2 {
    width: 1100px;
    margin: 150px auto 190px;
}

.modular2 h3, .modular3 h3, .modular4 h3 {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.modular2 h3 {
    margin-top: 150px;
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.modular2 p.dec {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.modular2Cont {
    margin-top: 104px;
    overflow: hidden;
}

.modular2Cont dl {
    width: 50%;
    margin-bottom: 80px;
}

.modular2Cont dl:nth-child(3) {
    margin-bottom: 0px;
}

.modular2Cont dl:nth-child(4) {
    margin-bottom: 0px;
}

.modular2Cont dl dd {
    line-height: 80px;
    margin-right: 33px;
    font-size: 20px;
    color: #333;
}

/*内容3*/
.modular3 {
    width: 862px;
    margin: 0 auto 180px;
}

.modular3 h3 p, .modular4 h3 p {
    color: #999;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
}

.modular3Cont {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.txtFr {
    margin-top: 35px;
}

.txtFr p {
    color: #333;
    font-size: 32px;
}

.txtFr p em {
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin: 8px 0 50px;
}

.txtFr span {
    font-size: 16px;
    color: #999;
    line-height: 36px;
}

.modular3 .mtop {
    margin-top: 150px;
}

/*内容4*/
.modular4 {
    width: 1200px;
    margin: 0 auto 100px;
}

.modular4Cont {
    overflow: hidden;
}

.modular4Cont .part1 {
    width: 25%;
    margin-top: 70px;
}

.modular4Cont .part1 img {
    margin: 0 auto 60px;
    display: block;
}

.modular4Cont .part1 p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}

.modular4Cont .part1 span {
    color: #999;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}

.modular4Cont .part1:first-child {
    width: 27%;
}

.modular4Cont .part1:nth-child(2) {
    width: 23%;
}

/*底部*/
.footer {
    width: 100%;
    /* height: 547px; */
    padding-bottom: 20px;
    background: url(../images/footer.jpg) no-repeat center 0;
    background-size: 100% 100%;
}

.footer p.mt {
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 20px;
}

.footer p.mt2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.footer .freeuse {
    width: 200px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 4px 12px 1px rgba(31, 107, 215, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 6px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 70px auto 0;
}

.footer a.freeuse:hover {
    box-shadow: 0px 4px 12px 1px rgba(31, 107, 215, 0.6);
    color: #3183F7;
    background: #fff;
}

.smallTxt {
    width: 1200px;
    margin: 90px auto 0;
    border-top: 1px solid #94c6fc;
    padding-top: 20px;
}

.widSmall {
    width: 515px;
    margin: 0 auto;
    overflow: hidden;
}

.widSmall p {
    font-size: 12px;
    color: #fff;
}

.smallTxt .centerP {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}

/*悬浮二维码*/
.fixedCode {
    position: fixed;
    right: 10px;
    bottom: 100px;
    /* width: 240px; */
    /* height: 244px; */
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 1px rgba(215, 215, 215, 0.8);
}

.fixedCode p {
    color: #3183F7;
    font-size: 18px;
    text-align: center;
    /* margin-top: 30px; */
}

.fixedCode img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 17px auto;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #EEE;
}

::-webkit-scrollbar-thumb {
    background: #BBB;
}
