/*--------- common 样式--------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    line-height: 1;
    font-family: "PingFang SC", "微软雅黑";
    color: #333;
}

dt {
    font-size: 2.3em;
}

dd {
    font-size: 1.9em;
    padding: 0.6em 0 0.9em 0;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #00a4e6;
}

h1 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    * height: 1%;
    *zoom: 1;
    *clear: both;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*------------main 样式-----------------*/

.section {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-origin: top center;
    background-origin: top center;
    overflow: hidden;
}

.one {
    background-image: url(../Images/banner-1.png);
}

.two {
    background-image: url(../Images/banner-2.png);
}

.three {
    background-image: url(../Images/banner-3.png);
}

.four {
    background-image: url(../Images/banner-4.png);
}

.five {
    background-image: url(../Images/banner-5.png);
}

.six {
    background-image: url(../Images/banner-6.png);
}

.seven {
    background-image: url(../Images/banner-7.png);
    position: relative;
}

.inner {
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.h1 {
    font-size: 40px;
    color: #111;
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    text-shadow: 2px 2px 2px #fff;
}

.text {
    font-size: 26px;
    line-height: 200%;
    color: #666;
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.text span {
    display: inline-block;
    margin-left: 80px;
}

.text span:first-child {
    margin-left: 0;
}


/*---top 部分------*/

.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    line-height: 75px;
    padding: 0 25px;
    background: rgba(136, 200, 255, .25);
    z-index: 10;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 1200px;
}

.wrap {
    width: auto;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    height: 38px;
    margin-right: 15px;
    vertical-align: middle;
}

.logo img {
    display: block;
    height: 100%;
}

.logo-text {
    font-size: 26px;
    line-height: 75px;
    color: #292929;
}

.navlist {
    margin-right: 20px;
    font-size: 18px;
}

.navlist li {
    display: inline-block;
    height: 75px;
    line-height: 75px;
    padding: 0 15px;
    position: relative;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, .4);
}

.navlist li:hover:before,
.navlist li.active:before {
    display: block;
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 10px;
    background-color: #00a4e6;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
}

.navlist li.active a {
    color: #2a8cd7;
}

@media screen and (max-width: 1400px) {
    .navlist {
        margin-right: 0px;
    }
    .navlist li {
        padding: 0 8px;
    }
}


/*---二维码 begin-------*/

.QRLog {
    position: fixed;
    top: 100px;
    right: 45px;
    z-index: 100;
}

.QRLog .qrShow {
    position: relative;
    width: 50px;
    height: 112px;
    background: url("../Images/Qr.png")no-repeat;
    cursor: pointer;
}

.QRLog .qrShow .QRbox {
    width: 401px;
    height: 200px;
    position: absolute;
    right: 50px;
    display: none;
}

.QRLog .qrShow:hover .QRbox {
    display: block;
}


/*---二维码 end-------*/


/*-----分页----------*/

.curPage {
    position: fixed;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    z-index: 1;
}

.curPage li {
    width: 10px;
    height: 12px;
    border-radius: 12px;
    background-color: rgba(51, 51, 51, .3);
    margin-bottom: 5px;
    cursor: pointer;
}

.curPage li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.curPage li.active {
    height: 25px;
    border-radius: 8px;
    background-color: #00a4e6;
    z-index: 1;
}


/*-----第一页--------*/

.one .innerBg {
    width: 100%;
    height: 560px;
    background-color: rgba(255, 255, 255, .35);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.one h1 {
    width: 100%;
    top: -50%;
    text-align: center;
}

.one .text {
    width: 100%;
    transition: all 1s;
    text-align: center;
}

.one .text:first-of-type {
    top: 42%;
}

.one .logInBtn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20%;
}

.one .logInBtn a {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.one .logInBtn .pre {
    background-color: rgba(250, 82, 11, .7);
}

.one .logInBtn .pre:hover {
    background-color: rgba(250, 82, 11, .5);
}

.one .logInBtn .log {
    background-color: rgba(42, 140, 215, .8);
    margin-left: 40px;
}

.one .logInBtn .log:hover {
    background-color: rgba(42, 140, 215, .6);
}


/*------第二页-------*/

.two h1,
.two .text {
    width: 100%;
    text-align: center;
}

.two h1 {
    top: 20%;
}

.two .text {
    top: 35%;
    right: -50%;
}

.nav_img {
    width: 100%;
    height: 350px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
}

.nav_pics {
    width: 1200px;
    margin: 0px auto;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.nav_img li {
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.nav_img li:nth-child(2n+1) {
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.nav_img li:nth-child(2n) {
    width: 5%;
    background: url(../Images/arrow.png) center no-repeat;
}

.nav_img .pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 160px;
    background-color: #e5e5e5;
    margin-top: -100px;
    margin-bottom: 17px;
    font-size: 0;
}

.nav_img .pic img {
    width: 100%;
    height: 100%;
}

.nav_pics li p {
    font-size: 18px;
}


/*------第三页--------*/

.three .inner {
    width: 1280px;
    padding-top: 400px;
}

.three h1 {
    /*top:25%;*/
    top: 0;
    left: 7%;
}

.three .text {
    top: 45%;
    width: 450px;
    /*left:17%;*/
}

.three .text p:nth-of-type(2) {
    margin-left: -20px;
}

p.text_bg,
.text_bg p {
    color: #444;
    padding-left: 20px;
    background: url(../Images/litArrow.png) left center no-repeat;
    height: 35px;
    line-height: 35px;
    margin-bottom: 50px;
}

.three .p3_img {
    width: 800px;
    height: 390px;
    overflow: hidden;
    position: absolute;
    top: 35%;
    right: -1%;
}

.three .p3_img img {
    width: 100%;
    height: 100%;
}


/*--------第四张-------------*/

.four h1 {
    /*top:25%;*/
}

.four .text {
    left: -100%;
}

.four .text:first-of-type {
    top: 40%;
}

.four .text:nth-of-type(2) {
    top: 48%;
}

.p4Nav_img {
    position: absolute;
    top: 65%;
}

.p4Nav_img ul li {
    display: inline-block;
    margin-right: 50px;
    width: 130px;
}

.p4Nav_img li:last-child {
    margin-right: 0;
}

.p4Nav_img li div {
    width: 100%;
    height: 130px;
    border-radius: 130px;
    margin-bottom: 15px;
    position: relative;
}

.p4Nav_img li p {
    text-align: center;
    font-size: 18px;
}

.pic01 {
    background-color: #4fc0e9;
}

.pic02 {
    background-color: #48cfad;
}

.pic03 {
    background-color: #fdc23a;
}

.pic04 {
    background-color: #83d46e;
}

.p4Nav_img li div img {
    width: 62px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*----------第五张------------*/

.five h1 {
    width: 520px;
    top: 36%;
    /*left:58%;*/
    left: 100%;
}

.five .text {
    /*left:58%;*/
    width: 520px;
    left: 100%;
}

.five .text:first-of-type {
    top: 50%;
}

.five .text:nth-of-type(2) {
    top: 57%;
}

.circle {
    width: 564px;
    height: 746px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-origin: top center;
    background-origin: top center;
    overflow: hidden;
    background-image: url(../Images/circle.png);
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}


/*--------第六张--------------*/

.six .inner {
    text-align: center;
}

.six h1 {
    width: 100%;
    /*top:12%;*/
    top: 0;
}

.six .text {
    width: 835px;
    line-height: 45px;
    /*top:28%;*/
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p6_pic {
    width: 493px;
    height: 494px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    margin: 0 auto;
    background: url(../Images/p6_pic.png) center bottom no-repeat;
}


/*------第七张--------------*/

.seven h1 {
    width: 100%;
    text-align: center;
    color: #fff;
    top: 12%;
    top: 0;
    text-shadow: 2px 2px 2px #2a8cd7;
}

.p7Nav_img {
    width: 100%;
    position: absolute;
    top: 28%;
    margin: 0 20px;
    box-sizing: border-box;
}

.p7Nav_img ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.p7Nav_img li {
    display: inline-block;
    width: 250px;
    height: 280px;
    margin-right: 60px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    box-sizing: border-box;
}

.p7Nav_img li:hover {
    background-color: rgb(0, 0, 0, .2);
}

.p7Nav_img li:last-child {
    margin-right: 0;
}

.p7Nav_img li div {
    width: 124px;
    height: 124px;
    border-radius: 124px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.p7Nav_img li a {
    color: #fff;
}

.p7Nav_img li div img {
    width: 100%;
    height: 100%;
}

.p7Nav_img li p {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 15px;
}

.p7Nav_img li div:hover img {
    transform: scale(1.1, 1.1);
    transition: all 1s ease-in-out;
}

.p7Nav_img li .btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
}

.p7Nav_img li:hover .btn {
    background-color: #f39800;
}


/*--------底部-------------*/

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1c2b40;
}

.bottomInner {
    width: 1200px;
    margin: 0 auto;
}

.bottomInner .up {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e435e;
}

.bottomInner .up .logoCnki {
    width: 113px;
    height: 38px;
    margin-top: 10px;
}

.bottomInner .up .logoCnki img {
    width: 100%;
    height: 100%;
}

.bottomInner .up ul.fl {
    margin-left: 15px;
    font-size: 12px;
    color: #a4acb7;
}

.bottomInner .up ul.fl li {
    line-height: 18px;
}

.bottomInner .QR {
    width: 71px;
    height: 72px;
}

.bottomInner .QR img {
    width: 100%;
    height: 100%;
}

.bottomInner .down {
    padding-bottom: 20px;
    margin-top: 15px;
}

.bottomInner .legalInfo p {
    font-size: 12px;
    color: #6a7481;
    line-height: 16px;
}

.bottomInner .down .fr div {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    width: 86px;
    height: 32px;
}

.bottomInner .down .fr div img {
    width: 100%;
    height: 100%;
}


/* 弹窗提示样式 */

.tipsdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 1000;
    overflow-y: auto;
    text-align: center;
}

.tipsdiv .tipscontent {
    width: 700px;
    height: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    /* border: 1px solid #2b82ff; */
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 0 8px #666;
    box-shadow: 0 0 8px #666;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -350px;
    padding-top: 50px;
}

.tipsdiv .tipscontent p {
    text-align: center;
    line-height: 70px;
    height: 70px;
}

.tipsdiv .tipscontent .firstTip {
    font-size: 20px;
    color: #443e3e;
}

.tipsdiv .tipscontent .secondTip {
    font-size: 18px;
    color: #7c7a7a;
}

.tipsdiv .tipscontent .secondTip #timer {
    color: #00a4e6;
    padding: 0 3px;
}

.tipsdiv .tipscontent .thirdTip a {
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    width: 80px;
    margin: 0 10px;
    padding: 0 15px;
    text-align: center;
    background-color: #00a4e6;
    border: 1px solid #00a4e6;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
}