/* 初始化代码 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color: #333333; font-family:Verdana, Microsoft YaHei, Simsun; background:#fff;}
fieldset, img { border:0; }
ol, ul { list-style:none; }
em { font-style:normal; }
input, button, select, textarea { outline:none; }
textarea { resize:none; }
p{ text-align:justify; text-justify:distribute;}
a { color: #333333; text-decoration:none; }
a:hover { color: #0095ff; text-decoration:none; }
body{font-family: "微软雅黑";}
/* swiper默认格式 */
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 公共 */
.clear:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.h80{height:80px;}
.fl{float: left;}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.zxbtn{
    margin-top: 34px;
}
.zxbtn a{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 145px;
    height: 43px;
    line-height: 43px;
    border-radius: 24px;
    background-color: #0095ff;
    display: block;
    margin: 0 auto;
}
.zxbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}
.ft-zxbtn{
    margin-top: 21px;
}
.ft-zxbtn a{
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 125px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background-color: #0095ff;
    display: block;
    cursor: pointer;
}
.ft-zxbtn a:hover{
    background-color: #36abff;
    transition: .3s linear all;
}
.fatherbox h2{
    font-family: "微软雅黑";
    font-size: 36px;
    text-align: center;
}
.fatherbox p{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #777777;
    text-align: center;
}
/* 横排水平显示flex盒子内容▼▼▼*/
.horizontal-view{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
/* 竖排显示flex盒子内容▼▼▼ */
.vertical-view{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.twenzi{
    width: 100%;
    text-align: center;
}
a{
    transition: 0.5s;
}
.zxbtn a:hover{
    background-color: #36abff;
    transition: .3s linear all;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/* top */
.logo{
    display: inline-block;
    margin-left: 10px;
}
.tleft{
    text-align: left;
}
.top ul{
    margin-left: auto;
    margin-top: 7px;
    text-align: center;
}
.top ul li{
    display: inline-block;
    align-items: center;
    height: 100%;
}
.box1{
    font-size: 14px;
    margin: 18px 0;
}
.topactive{

}
.box1 .top ul li{
    height: 26px;
    width: 112px;
    position: relative;
}
.box1 .top ul li a {
    padding: 10px 0 25px 0;
}
.box1 .top ul li a.now {
    border-bottom: 2px solid #0095ff;
}
.ndc-btn{
    cursor: pointer;
    /*margin-left: 185px;*/
}
/* .box1 .top ul li::before{
    content: "";
    position: absolute;
    top: 21px;
    left: 50%;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #0095FF;
    transition: 0.3s all linear;
}
.box1 .top ul li:hover:before{
    left: 0;
    width: 100%;
} */
.top{
    margin-left: 50px;
}

.top li{position: relative;}
.top li>div{
    z-index:1000;
    position: absolute;
    top:48px;
    width: 2000px;
    left:-647px;
    background: #fff;
    height:0;
    transition: all 0.3s;
    padding-bottom: 0;
    overflow: hidden;
}
.top li:hover>div{height:290px;padding-bottom: 15px;padding-top: 20px}
.top li .title{text-indent: 42px;padding-top:70px;}
.top li>div a{display: inline-block;width:396px;box-sizing: border-box;padding-left:50px;padding-top:20px;height:128px;}
.top li>div a>div:first-of-type{float: left;width: 42px;height:42px;margin-right:12px;}
.top li>div a>div:nth-of-type(2){font-size:14px;color: #999;float: left;
    width: 335px;}
.top li>div a>div:nth-of-type(2) p:first-of-type{color: #333;}
.top li>div a>div p:hover{color: #0095FF!important;}
/* banner */

.swiper-box{
    width: 100%;
}
/* box2 */
.box2{
    position: relative;
}
.headerzxbtn a {
    text-align: center;
    font-size: 18px;
    width: 165px;
    height: 50px;
    line-height: 50px;
    border-radius: 24px;
    background-color: #0095ff;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 399px;
}
.headerzxbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}
.headerzxbtn a {
    color: #fff;
}

    /* box3 */
.box3 .fatherbox .imgbox .wrap{
    position: relative;
}
.box3 .fatherbox .imgbox{
    margin-top: 300px;
}
.box3 .fatherbox .imgbox .wrap .pt:hover img{
    -webkit-animation: moveImg .5s alternate;
    -moz-animation: moveImg .5s alternate;
    -ms-animation: moveImg .5s alternate;
    -o-animation: moveImg .5s alternate;
    animation: moveImg .5s alternate;
}
@keyframes  moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes moveImg {
    0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
    50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
    75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
    85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}

.box3 .fatherbox .imgbox .wrap .pt img{
    margin-left: 63px;
    margin-top: 20px;
    transition: 0.5s;
}
.box3 .fatherbox .imgbox .wrap .pt p:nth-of-type(1){
    color: #333333;
    font-size: 16px;
    margin-top: 13px;
}
.box3 .fatherbox .imgbox .wrap .pt p:nth-of-type(2){
    color: #555555;
    font-size: 12px;
    margin-top: 15px;
    padding:0 25px;
}
.box3 .fatherbox .imgbox .wrap .pt{
    transition: 0.6s;
    transition-timing-function: ease;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border:1px solid #e6e6e6;
    width: 167px;
    height: 222px;
}
.box3 .fatherbox .imgbox .wrap .pt::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    bottom: -5px;
    left: 49%;
    background-color: #0095FF;
    position: absolute;
}
.box3 .fatherbox .imgbox .wrap .pt:hover{
    transform: translateY(-16px);
    border:1px solid #0095ff;
}
.box3 .fatherbox .imgbox .wrap .pt:first-child{
    top: -130px;
    left: 1px;
}
.box3 .fatherbox .imgbox .wrap .pt:nth-child(2){
    top: -202px;
    left: 201px;
}
.box3 .fatherbox .imgbox .wrap .pt:nth-child(3){
    top: -100px;
    left: 417px;
}
.box3 .fatherbox .imgbox .wrap .pt:nth-child(4){
    top: -220px;
    left: 609px;
}
.box3 .fatherbox .imgbox .wrap .pt:nth-child(5){
    top: -70px;
    left: 806px;
}
.box3 .fatherbox .imgbox .wrap .pt:nth-child(6){
    top: -180px;
    left: 1012px;
}


/* box4 */
.box4 .wrap{
    position: relative;
    top: 1px;
    left: 1px;
}
.box4 .wrap .pt{
    transition: 0.5s;
    position: absolute;
}
.box4 .wrap .sm{
    color: #777777;
    font-size: 14px;
    transition: 0.5s;
    position: absolute;
}
.box4 .wrap .banquanbox{
    position: absolute;
    width: 350px;
    height: 125px;
    cursor: pointer;
    transition: 1s;
    opacity: 0;
    top: 310px;
    left: 410px;
}
.box4 .wrap .wenzibox{
    position: absolute;
    top: 304px;
    left: 445px;
    width: 310px;
}
.box4 .wrap .wenzibox p{
    text-align: center
}
.box4 .wrap .wenzibox .title{
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 10px;
}
.box4 .wrap .wenzibox .neirong{
    font-size: 18px;
    color: #777777;
	line-height:1.5;
}
.box4 .wrap .banquanbox .pbox{
    text-align: left;
    margin-top: 26px;
    margin-left: 75px;
}
.box4 .wrap .banquanbox .pbox2{
    text-align: left;
    margin-top: 28px;
    margin-left: 103px;
}
.box4 .wrap .banquanbox .fpt{
    font-weight: bold;
}
.box4 .wrap p{
    color: #536685;
    font-size: 24px;
    z-index: 3;
    text-align: left
}
.box4 .wrap p{
    transition: 0.5s;
}
.box4 .wrap .banquanbox:hover .fpt{
    color: #0095ff;
}

/* box5 */
.box5{
    margin-top: 100px;
}
.box5 .imgbox{
    margin-top: 20px;
}
.box5 .zxbtn{
    margin-top: 20px;
}
.box5 .swiper-slide {
    width: 332px;
}
.box5 .swiper-box {
    margin-top: 30px;
}
/* box6 */
.box6{
    background-color: #F9FBFF;
    margin-top: 60px;
    overflow: hidden;
}

.box6 .fatherbox{
    padding-top: 100px;
}
.box6 .imgbox{
    margin-top: 50px;
    position: relative;
}
.box6 .imgbox .xmtbox{
    position: absolute;
    top: 40px;
    left: 10px;
    width: 285px;
    height: 220px;
    text-align: center;
}
.box6 .imgbox .xmtboxmove1{
    display: none;
}
.box6 .imgbox .xmtboxmove2{
    display: none;
}
.box6 .imgbox .xmtboxmove3{
    display: none;
}
.box6 .imgbox .xmtboxmove4{
    display: none;
}
.box6 .imgbox .xmtbox p:nth-of-type(2n+1){
    margin-top: 5px;
}
.box6 .imgbox .xmtbox p:nth-of-type(2n){
    margin-top: 5px;
    line-height: 25px;
}
.box6 .imgbox .xmtbox:nth-of-type(2){
    top: 320px;
    left: 10px;
}
.box6 .imgbox .xmtbox:nth-of-type(3){
    top: 40px;
    left: 905px;
}
.box6 .imgbox .xmtbox:nth-of-type(4){
    top: 320px;
    left: 905px;
}
.box6 .swiper-box5{
    position: absolute;
    top: -8px;
    left: 409px;
    height: 605px;
    width: 383px;
}
.box6 .fatherbox .imgbox .xmtbox:hover img{
    -webkit-animation: moveImg .5s alternate;
    -moz-animation: moveImg .5s alternate;
    -ms-animation: moveImg .5s alternate;
    -o-animation: moveImg .5s alternate;
    animation: moveImg .5s alternate;
}
/* box7 */
.box7{
    background-color: #FFFFFF;
    padding-top: 100px;
}
.box7 .imgbox{
    line-height: 0;
    position: relative;
}
.box7 .swiper-box2{
    position: absolute;
    top: 62px;
    left: 263px;
    height: 369px;
    width: 636px;
    cursor: pointer;
}
/* box8 */
.box8{
    background-color: #F9FBFF;
    padding-top: 100px;
}
.box8 .imgbox{
    text-align: center;
    padding-bottom: 100px;
}
.box8 .tzblock{
    display: inline-block;
    height: 132px;
    width: 120px;
    text-align: center;
    margin-top: 65px;
}
.box8 .tzblock p{
    margin-top: 40px;
}

.box8 .xinxibox{
    width: 1000px;
    height: 177px;
    margin: 0 auto;
    text-align: center;
}
.box8 .xinxibox .shuzibox{
    width: 292px;
    height: 177px;
    margin: 0 15px;
    display: inline-block;
}
.box8 .xinxibox span{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}
.box8 .xinxibox .shuzibox p{
    margin-top: 92px;
    font-size: 12px;
    line-height: 12px;
    color: #777777;
    font-weight: bold;
}
.box8 .imgboxtou{
    width: 86px;
    height: 86px;
    margin: 0 auto;
    overflow: hidden;
}
.box8 .imgboxtou img{
    margin-top: 5px;
    width: 76px;
    height: 76px;
    transition: 0.5s
}
.box8 .imgboxtou:hover img{
    transform: scale(1.08);
}
/* box9 */
.box9{
    padding-top: 100px;
}
.box9 .imgbox{
    margin-top: 60px;
    position: relative;
}
.box9 .zxbtn{
    margin-bottom: 95px;
}
.box9 .imgbox .gundong{
    transition: 2.5s;
    position: absolute;
    top: 68px;
    left: 706px;
    width: 0;
    height: 30px;
    background-color: #56c4ff;
}
.box9 .imgbox .pbox{
    margin-left: 156px
}
.box9 .imgbox .pbox .npbox:last-child{
    margin-left: 85px
}
.box9 .imgbox .pbox .npbox .title{
    font-size: 20px;
    color: #333333;
}
.box9 .imgbox .pbox .npbox .neirong{
    font-size: 14px;
    color: #999999;
}
/* box10 */
.box10{
    padding-top: 100px;
}
.box10 .imgbox{
    position: relative;
}
.box10 .swiper-box6{
    position: absolute;
    top: 70px;
    left: 262px;
    height: 430px;
    width: 664px;
    overflow: hidden;
    border-radius: 13px;
    cursor: pointer;
}

/* box11 */
.box11{
    padding-top: 100px;
    background-color: #F9FBFF;
}
.b11title{
    font-size: 18px;
    color: #333333;
}
.smfont{
    font-size: 14px;
    color: #999999;
}
.box11 .swiper-slide>div{
    background: #fff;
    padding: 30px 40px 25px 40px;
    box-shadow: 0 0 10px 0 #EEEEEE;
}
.box11 p{
    text-align: center!important;
}
.box11 .swiper-slide:nth-child(2n) {
    width: 384px;
}
.box11 .swiper-slide:nth-of-type(2n)>div{
    margin: 95px 0 0 0;
}
.box11 .swiper-box{
    margin-top: 50px;
}
.box11 .zxbtn a{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 145px;
    height: 43px;
    line-height: 43px;
    border-radius: 24px;
    background-color: #0095ff;
    display: block;
    margin: 0 auto;
}
.box11 .zxbtn a:hover{
    background-color: #36abff
}

.box11 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 495px;
}
.box11 .swiper-slide .imgboxhover{
    border: 1px solid #ffffff;
    transition: 0.5s;
}
.box11 .swiper-slide:hover .imgboxhover{
    border: 1px solid #0095FF;
}
.imgboxhover {
    position: relative;
}
.imgboxhover .b11title {
    margin: 20px 0;
}
.zxbtn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.box11 .bigpic {
    height: 560px;
}
.box11 .bigpic img {
    width: 450px;
    height: 300px;
}
.box11 .minipic {
    height: 465px;
}
.box11 .minipic img {
    width: 340px;
    height: 255px;
}
/* box12 */
.box12{
    padding-top: 100px;
    padding-bottom: 65px;
}
.box12 .imgbox{
    margin-top: 72px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box12 .imgbox .crossimg{
    background-color: #eee;
    height: 178px;
    width: 236px;
    overflow: hidden;
}
.box12 .imgbox img{
    transition: 0.5s;
    height: 70%;
    display: block;
    margin: 25px auto;
}
.box12 .ptbox{
    display: inline-block;
    padding: 15px;
    background-color: #ffffff;
    margin: 0 12px;
    width: 240px;
    height: 338px;
    transition: 0.5s;
    border: 1px solid #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.08);
}
.box12 .ptbox:hover img{
    transform: scale(1.08);
}
.box12 .ptbox a:hover .b11title {
    color: #0095ff;
}
.box12 .ptbox a:hover .smfont2 {
    color: #0095ff;
}
.box12 .zxbtn{
    margin-top: 60px;
}

.box12 .smfont{
    font-size: 12px;
    color: #999999;
}
.box12 .smfont2 {
    font-size: 12px;
    color: #999999;
    width: 90%;
    margin: 0 auto;
}
.box12 .b11title{
    font-weight: bolder;
    font-size: 16px;
    color: #333333;
}

/* box13 */
.box13{
    padding: 100px 0;
}
.box13 .vertical-view{
    margin-top: 70px;
}
.box13 .imgbox img{
    width: 280px;
    height: 130px;
    margin-top: 18px;
}
.box13 .b13jq{
    transition: 0.5s;
    border: 1px solid #ffffff;
}
.box13 .b13jq:hover{
    border: 1px solid #0095FF;
}
/* box14 */
.box14{
    background-color: #F9FBFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.box14 .imgbox{
    display: inline-block;
    text-align: center;
    width: 380px;
    height: 285px;
    margin: 0 8px;
    margin-top: 75px;
}
.box14 .juzhong{
    text-align: center
}
.box14 .imgbox .crossimg{
    height: 285px;
    width: 380px;
    overflow: hidden;
}
.box14 .imgbox img{
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.box14 .imgbox:hover img{
    transform: scale(1.03);
    text-align: left;
}
.box14 .imgbox p{
    text-align: left;
    transition: 0.5s;
}
.box14 .b14title{
    font-size: 16px;
    color: #333333;
}
.box14 .b14time{
    font-size: 14px;
    color: #999999;
}
.box14 a:hover p{
    color: #0095ff; text-decoration:none;
}

/*改版后样式*/
/*4宣传图片及视频*/
.box1 {
    height: 70px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    margin: 0;
    padding: 15px 0;
    background-color: #FFFFFF;
}
.box1.shadow {
    box-shadow: 0 0 8px #d8d8d8;
}
.box1.transparent {
    background-color: transparent;
    box-shadow: none;
}
.box1 a:hover {
    color: #0095ff;
    text-decoration: none;
}
.fr {
    float: right;
}
.shares {
    margin-top: 10px;
}
.box2 .zxbtn a {
    position: absolute;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    width: 165px;
    border-radius: 25px;
    top: 380px;
}
.gotoweb {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    height: 33px;
    line-height: 33px;
    background: #0095ff;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    bottom: 45px;
}
.gotoweb:hover {
    background: #36abff;
    transition: .3s linear all;
}


.box-add-1 {
    width: 100%;
    height: 250px;
}
.box-add-1 .wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    top: -44px;
    z-index: 1000;
    box-shadow: 0 5px 12px #e5e5e5;
    border-radius: 6px;
}

.box-add-1 .zk-showimgbox {
    width: 273px;
    height: 156px;
    flex-shrink: 0 ;
    flex-grow: 0;
    position: relative;
}
.box-add-1 .zk-showimgbox img {
    width: 273px;
    height: 156px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.3s;
}
.zk-showimgbox p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.zk-showimgbox:hover img {
    top: -10px;
    box-shadow: 0 10px 20px #bababa;
    cursor: pointer;
}
.add-show .zk-showinfo {
    margin-top: 30px;
    padding-left: 50px;
    background-size: 36px 40px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.zk-info1 {
    background-image: url("../img/addicon/logo1.png");
}
.zk-info2 {
    background-image: url("../img/addicon/logo2.png");
}
.zk-info3 {
    background-image: url("../img/addicon/logo3.png");
}
.zk-info4 {
    background-image: url("../img/addicon/logo4.png");
}
.add-show .zk-showinfo .zk-showtitle {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.add-show .zk-showinfo .zk-showdetail {
    font-size: 14px;
    color: #777;
}


/*浮动点击弹出视频*/
.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100000;
}
#zkvideoshowBox {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    background-color: #000;
}
.zk-hidden {
    display: none;
}
.zk-close {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    top: 20%;
    right: 20%;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
}


.fb {
    font-weight: bold;
}

.p36c3 {
    color: #333333 !important;
    font-size: 36px !important;
    line-height: 36px;
}

.p36c3-b {
    color: #333333 !important;
    font-size: 36px !important;
    font-weight: bold;
    line-height: 36px;
}

.p32c3 {
    color: #333333 !important;
    font-size: 32px !important;
    line-height: 32px;
}

.p24c3 {
    color: #333333 !important;
    font-size: 24px;
    line-height: 24px;
}

.p18c3 {
    color: #333333 !important;
    font-size: 18px !important;
    line-height: 18px;
}

.p14c3 {
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 14px;
}

.p16c7 {
    color: #777777 !important;
    font-size: 14px !important;
    line-height: 2;
}

.p14c7 {
    color: #777777 !important;
    font-size: 14px !important;
    line-height: 14px;
}

.p12c7 {
    color: #777777 !important;
    font-size: 12px !important;
    line-height: 12px;
}

.p16c9 {
    color: #999999 !important;
    font-size: 16px !important;
    line-height: 16px;
}

.line2 {
    width: 100%;
    height: 0;
    border-bottom: #e5e5e5 1px dashed;
}

.mrauto {
    margin: 0 auto;
}

.weixinbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}

.weixinbtn a {
    text-align: center;
    color: #fff;
    width: 194px;
    height: 50px;
    line-height: 50px;
    border-radius: 24px;
    background-color: #0095ff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.weixinbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}

.weixinbtn a p {
    margin-left: 28px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
}

.weixinbtn a p::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 22px;
    height: 22px;
    background-image: url(../img/service/weixin.png);
}

.xw-box3 .yuedugengdo {
    width: 100%;
    height: 76px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.xw-box3 .yuedugengdo p {
    text-align: center;
    line-height: 76px;
    color: #555556;
    font-size: 14px;
}

.xw-box3 .fixbox {
    width: 245px;
    margin-left: 80px;
    position: relative;
}

.xw-box3 .aticalbox .title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
}

.xw-box3 .aticalbox .time {
    font-size: 12px;
    color: #999999;
    margin-bottom: 13px;
    line-height: 12px;
}

.xw-box3 .aticalbox .jiange {
    margin: 0 10px;
    font-size: 14px;
    color: #999999;
    line-height: 9px;
}

.xw-box3 .aticalbox .line1 {
    background-color: #e5e5e5;
    height: 1px;
}

.xw-box3 .aticalbox .line4 {
    background-color: #CDCDCF;
    height: 1px;
    margin: 10px 0;
}

.xw-box3 .aticalbox .contant {
    font-size: 14px;
    margin-top: 12px;
    color: #777777;
}

.xw-box3 .aticalbox #quanwen {
    color: #333333;
    transition: 0.5s;
    font-size: 12px;
    line-height: 12px;
}

.xw-box3 .aticalbox a:hover #quanwen {
    color: #0095ff;
}

.xw-box3 .aticalbox .imgbox {
    /*height: 400px;*/
    width: 100%;
    overflow: hidden;
}

.xw-box3 .aticalbox .imgbox img {
    width: 100%;

}

.xw-box3 .tuijianbox {
    text-align: center;
    margin-bottom: 75px;
}

.xw-box3 .tuijianbox .line4 {
    /*height: 5px;*/
    /*width: 245px;*/
    /*background-color: #f5f5f5;*/
}

.xw-box3 .tuijianbox .contant {
    box-sizing: border-box;
}

.xw-box3 .tuijianbox .contant .pbox {
    border: 1px solid #e5e5e5;
}

.xw-box3 .tuijianbox .contant .imgbox {
    width: 245px;
    height: 135px;
}

.xw-box3 .tuijianbox .contant .imgbox img {
    width: 100%;
    height: 100%;
}

.xw-box3 .tuijianbox .swiper-box9 {
    overflow: visible;
}

.xw-box3 .tuijianbox .swiper-box9 .swiper-button-next {
    background-image: url(../img/news/yjiantou.png);
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    top: 35%;
    right: -40px;
    outline: none;
}

.xw-box3 .tuijianbox .swiper-box9 .swiper-button-prev {
    background-image: url(../img/news/zjiantou.png);
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    top: 35%;
    left: -40px;
    outline: none;
}

.xw-box3 .tuijianbox p {
    text-align: center;
}

.xw-box3 .tuijianbox .tj-yuedu {
    text-align: left;
    font-size: 14px;
}

.xw-box3 .tuijianbox .tj-title {
    font-size: 16px;
    color: #333333;
    margin: 0 13px;
}

.xw-box3 .tuijianbox .tj-neirong {
    font-size: 12px;
    color: #777777;
    margin: 0 17px;
    height: 220px;
}

.xw-box3 .remenbox p {
    line-height: 18px;
}

.xw-box3 .remenbox .tablebox {
    height: 60px;
}

.xw-box3 .remenbox .rm-nrbox {
    float: left;
    display: inline-block;
    width: 180px;
    height: 60px;
}

.xw-box3 .remenbox .rm-nrbox a p {
    transition: 0.5s;
}

.xw-box3 .remenbox .rm-nrbox a:hover p {
    color: #0095ff;
}

.xw-box3 .remenbox .rm-imgbox {
    float: left;
    display: inline-block;
    width: 55px;
    height: 45px;
    margin-left: 10px;
}

.xw-box3 .remenbox .rm-imgbox img {
    width: 100%;
    height: 100%;
}

.xwn-nr {
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.contant p{
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.xwn-line1 {
    height: 1px;
    background-color: #EDEDED;
}

.xwn-s .xwn-btn {
    margin-right: 5px;
    padding: 10px 15px;
    border: 1px solid #000000;
    border-radius: 3px;
}

.xwn-s .xwn-btn:hover {
    border: 1px solid #0095ff;
}

.xwn-x {
    margin-top: 20px;
    margin-bottom: 180px;
}

.sv-box2 {
    height: 570px;
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: 190px;
}

.sv-box2 .container {
    position: relative;
}

.sv-box2 .sv-topbox {
    position: absolute;
    left: 130px;
    top: 190px;
    width: 915px;
    height: 455px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px #dadada;
}

.sv-box2 .sv-topbox .sv-fl {
    float: left;
    width: 455px;
    height: 455px;
    text-align: center;
}

.sv-box2 .sv-topbox .sv-fl .sv-neirong {
    width: 210px;
    height: 320px;
    margin-left: 125px;
    margin-top: 75px;
}

.sv-box2 .sv-topbox .sv-fl p {
    text-align: center;
}

.sv-box2 .sv-topbox .sv-btn {
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.sv-box2 .sv-topbox .sv-btn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}

.sv-box2 .sv-topbox .sv-btn a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #0095ff;
    display: block;
}
.sv-box2 .sv-topbox .sv-btn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}
.sv-box4 .p36c3-b {
    text-align: center;
    margin-bottom: 70px;
}

.sv-box4 .container {
    position: relative;
}

.sv-box4 .container .neirongbox {
    position: absolute;
    top: 0;
    left: 180px;
    height: 340px;
    width: 450px;
    background-color: rgba(255, 255, 255, 0.55);
}

.sv-box4 .container .neirongbox .nbox {
    margin-left: 64px;
    margin-top: 58px;
}

.sv-box4 .container .neirongbox .nbox .imgbox img {
    margin-top: 5px;
}

.sv-box4 .container .neirongbox .nbox .imgbox p {
    margin-left: 46px;
    font-size: 14px;
    color: #999999;
}

.sv-box4 .container .neirongbox .nbox > p:first-child {
    font-size: 27px;
    color: #333333;
    margin-bottom: 68px;
    font-weight: bold;
}

.sv-box5 {
    height: 355px;
    background-color: #F2F7FD;
}

.sv-box5 .tablebox {
    width: 700px;
    height: 255px;
    background-color: #f9f9f9;
    margin-left: 260px;
    margin-top: 26px;
    position: relative;
}

.sv-box5 .tablebox img {
    position: absolute;
    top: 1px;
    left: 1px;
}

.sv-box5 .tablebox p {
    text-align: center;
    font-size: 30px;
    color: #2A3541;
}

.sv-box5 .tablebox .zxbtn a {
    text-align: center;
    color: #fff;
    width: 194px;
    height: 50px;
    line-height: 50px;
    border-radius: 24px;
    background-color: #0095ff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.sv-box5 .tablebox .zxbtn a:hover {
    background-color: rgba(0, 149, 255, 0.5);
}
.sv-box5 .tablebox .zxbtn a p {
    margin-left: 40px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
}

.sv-box5 .tablebox .zxbtn a p::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -4px;
    width: 22px;
    height: 22px;
    background-image: url(../img/service/weixin.png);
}

.sv-box5 .tablebox .zxbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}

.nmg-box2 {
    margin-top: 70px;
    overflow: hidden;
    background-repeat: no-repeat;
    width:100%;
    height: 550px;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nmg-box2 .twenzi .p36c3-b {
    margin-bottom: 35px;
}
.nmp-box3 .container {
    position: relative;
}

.nmp-box3 .container .neirongbox {
    overflow: hidden;
    height: 200px;
    width: 430px;
    position: absolute;
    left: 100px;
    top: 285px;
}

.nmp-box3 .container .neirongbox p:nth-of-type(1) {
    font-size: 32px;
    color: #2A3541;
    font-weight: bold;
    line-height: 32px;
}

.nmp-box3 .container .neirongbox p:nth-of-type(2) {
    font-size: 16px;
    color: #777777;
    margin-top: 27px;
}

.nmp-box3 .container .pztion1 {
    left: 680px;
    top: 285px;
}

.ndc-box4 .titlep {
    line-height: 36px;
}

.ndc-box4 p {
    text-align: center;
}

.ndc-box4 .fatherbox {
    margin: 0 auto;
}

.ndc-box4 .fatherbox .tablebox {
    width: 198px;
    height: 390px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid rgba(200, 200, 200, 0);
    transition: 0.5s;
}
.ndc-box4 .fatherbox .tablebox img {
    margin: 50px 0 30px 0;
}
.ndc-box4 .fatherbox .tablebox .pbox {
    width: 135px;
    height: 200px;
    margin: 0 auto;
}
.ndc-box4 .fatherbox .tablebox .pbox p:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.ndc-box4 .fatherbox .tablebox .pbox p:nth-of-type(1) span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #F2F3F5;
}
.ndc-box4 .fatherbox .tablebox .pbox p:nth-of-type(2) {
    font-size: 12px;
    color: #555555;
}

.ndc-box4 .fatherbox .tablebox:hover {
    border: 1px solid #0095FF;
}

.pztop {
    top: 260px !important;
}

.pztop2 {
    top: 160px !important;
}

.ndc-btn {
    text-align: center;
    display: inline-block;
}

/*.ndc-btn a:hover {*/
/*background-color: #36abff;*/
/*}*/

.ndc-btn a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 105px;
    height: 35px;
    border-radius: 3px;
    background-color: #0095ff;
    display: block;
    line-height: 35px;
}
.ndc-btn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}
.ndc-dw {
    margin-top: 52px;
}

.ndc-dw a {
    width: 120px;
}

.ndc-box5 .tablebox {
    padding-top: 97px;
    margin: 0 auto;
}

.ndc-box5 .tablebox .contaibox {
    margin: 33px 0 0 93px;
}

.ndc-box5 .tablebox .contaibox .p18c3 {
    margin-bottom: 10px;
}

.ndc-box5 .p14c7 {
    line-height: 20px;
}

.ndc-box5 .p16c7 {
    text-align: center;
    padding: 22px 0 45px 0;
}

.ndc-box5 .p36c3-b {
    text-align: center;
}

.ndc-box5 .floatbox {
    width: 330px;
    height: 130px;
}

.ndc-box5 .floatboxmr {
    margin-left: 345px;
}

.ndc-box5 .floatboxmt {
    margin-top: 119px;
}

.ndc-box5 .pbox {
    width: 192px;
    margin-left: 16px;
}

.ndc-box5 .zxbtn a {
    text-align: center;
    color: #fff;
    width: 290px;
    height: 50px;
    line-height: 50px;
    border-radius: 24px;
    background-color: #0095ff;
    display: block;
    margin: 0 auto;
}
.ndc-box5 .zxbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}
.ndc-box5 .zxbtn a p {
    margin-left: 118px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.ndc-box5 .zxbtn a p::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -40px;
    width: 22px;
    height: 22px;
    background-image: url(../img/service/weixin.png);
}

.ndc-box5 .zxbtn a:hover {
    background-color: #36abff;
    transition: .3s linear all;
}

.jou-box3 {
    height: 340px;
}

.jou-box3 .p16c7 {
    line-height: 25px;
    color: #999999 !important;
}

.jou-box3 .tablebox {
    margin-top: 115px;
}

.jou-box3 .neirongbox {
    width: 330px;
}

.jou-box3 .neirongbox:not(:last-child) {
    margin-right: 75px;
}

.jou-box3 .pbox {
    margin-top: 15px;
    width: 230px;
}

.jou-box3 .pbox p:first-child {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.jou-box4 {
    background-color: #f8f9fb;
}

.jou-box4 .tablebox {
    margin-top: 40px;
    text-align: center;
}

.jou-box4 .p36c3 {
    text-align: center;
    margin-top: 57px;
}

.jou-box4 .neirongbox {
    width: 345px;
    display: inline-block;
    margin: 0 15px;
    box-shadow: 0 0 11px 2px #e5e5e5;
    background-color: #f8f9fb;
    margin-top: 30px;
    position: relative;
}

.jou-box4 .neirongbox p:first-child {
    font-size: 24px;
    color: #2188FB;
    font-weight: bold;
    margin-bottom: 20px;
}

.jou-box4 .neirongbox .pbox {
    margin-top: 33px;
    margin-left: 26px;
    width: 360px;
}

.jou-box4 .neirongbox .pbox .p14c7 {
    line-height: 24px;
}

.jou-box4 .neirongbox .pbox .ndc-btn {
    display: block;
    position: absolute;
    left: 26px;
    bottom: 15px;
}

.jou-box5 {
    height: 690px;
}

.jou-box5 .p16c7 {
    line-height: 20px;
    font-size: 14px !important;
}

.jou-box5 .swiper-container7 {
    height: 470px;
}


.jou-box5 .swiper-container7 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.jou-box5 .swiper-container7 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.jou-box5 .swiper-box7 {
    height: 100%;
    width: 1200px;
    overflow: hidden;
}

.jou-box5 .p36c3 {
    text-align: center;
    margin: 90px 0 40px 0;
}


.jou-box5 .neirongbox {
    padding: 35px;
    box-shadow: 0 0 28px 5px #e0e0e0;
    margin: 0 25px;
    overflow: hidden;
    height: 200px;
}

.jou-box5 .neirongbox .ciclebox {
    height: 100px;
}

.jou-box5 .neirongbox .imgbox {
    margin-right: 20px;
}

.jou-box5 .neirongbox .pbox .p24c3 {
    margin-bottom: 10px;
}

.jou-box5 .neirongbox .pbox2 {
    width: 448px;
}

.cdt-box1 {
    /* 所有包裹的外边框 */
}

.cdt-box1 .ceshi {
    box-shadow: 0 0 50px 5px #e0e0e0;
    margin-top: 100px;
    border-radius: 3px;
    overflow: hidden;
    width: 1077px;
}

.cdt-box1 .ceshi .ulbox {
    width: 265px;
    height: 570px;
    float: left;
    border-right: 1px solid #DFDFDF;
    background-color: #F7F5F5;
}

.cdt-box1 .ceshi ul #xinxititle {
    margin-left: 0;
    padding: 14px 15px 14px 20px;
    background-color: #FFFFFF;
}

.cdt-box1 .ceshi ul li {
    margin-left: 17px;
    margin-bottom: 34px;
}

.cdt-box1 .ceshi ul p {
    position: relative;
    display: block;
    padding: 20px 15px 20px 20px;
    background-color: #FFFFFF;
    color: #2D6FF4;
    font-size: 18px;
    text-align: left;
}

.cdt-box1 .tab-content .tab-pane {
    width: 810px;
    height: 570px;
    padding-top: 70px;
}

.cdt-box1 .tab-content .tab-pane .imgbox {
    width: 600px;
    height: 433px;
    margin: 0 auto;
}

.cdt-box1 .tab-content .tab-pane .imgbox img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.cdt-box2 .pbox p {
    text-align: center;
}

.cdt-box2 .pbox2 {
    margin: 0 auto;
    width: 465px;
}

.cdt-box3 .fatherbox {
    box-shadow: 0 0 50px 5px #e0e0e0;
    width: 1077px;
    height: 720px;
    position: relative;
    border-radius: 3px;
}

.cdt-box3 .fatherbox .line {
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
}

.cdt-box3 .fatherbox .swiper-box8 {
    padding-top: 30px;
}

.cdt-box3 .fatherbox .swiper-box8 .swiper-container {
    height: 690px;
}

.cdt-box3 .fatherbox .swiper-box8 .swiper-button-next {
    background-image: url(../img/credential/hou.png);
    width: 93px;
    height: 33px;
    background-size: 93px 33px;
    top: 94%;
    right: 46px;
}

.cdt-box3 .fatherbox .swiper-box8 .swiper-button-prev {
    background-image: url(../img/credential/qian.png);
    width: 93px;
    height: 33px;
    background-size: 93px 33px;
    top: 94%;
    left: 46px;
}

.itc-box1 {
    background-color: #ffffff;
}

.itc-box1 p {
    text-align: center;
}

.itc-box1 .fatherbox {
    margin: 0 auto;
}


.itc-box1 .fatherbox .tablebox {
    width: 285px;
    height: 400px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid rgba(200, 200, 200, 0);
    transition: 0.5s;
}

.itc-box1 .fatherbox .tablebox img {
    margin: 50px 0 30px 0;
}

.itc-box1 .fatherbox .tablebox .pbox {
    width: 210px;
    height: 200px;
    margin: 0 auto;
}

.itc-box1 .fatherbox .tablebox .pbox p:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
    margin-bottom: 50px;
}

.itc-box1 .fatherbox .tablebox .pbox p:nth-of-type(2) {
    font-size: 14px;
    color: #555555;
}

.itc-box1 .fatherbox .tablebox:hover {
    border: 1px solid #0095FF;
}

.itc-box2 {
    background-color: #f9f9f9;
    height: 285px;
    padding-top: 85px;
}

.itc-box2 p {
    text-align: center;
}

.nmd-box2 {
    background-color: #f9f9f9;
    height: 295px;
    padding-top: 110px;
}

.nmd-box2 p {
    text-align: center;
}

.nfw-box1 .pbox p {
    text-align: center;
}

.nfw-box1 .pbox2 {
    width: 700px;
    margin: 0 auto;
}

.nmd-box1 .imgbox {
    width: 100%;
}
.nmd-box1 .imgbox img {
    display: block;
    margin: 0 auto;
}
.nmd-box1 .pbox p {
    text-align: center;
}

.nmd-box1 .pbox2 {
    width: 700px;
    margin: 0 auto;
}

.nmd-box1 .tablebox {
    position: relative;
}

.nmd-box1 .tablebox .neirongbox {
    position: absolute;
    width: 970px;
    left: 130px;
    top: 155px;
}

.nmd-box1 .tablebox .neirongbox .title {
    font-size: 18px;
    color: #333333;
    margin-left: 70px;
}

.nmd-box1 .tablebox .neirongbox .shujubox {
    width: 970px;
    margin-top: 30px;
}

.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 {
    width: 33%;
    line-height: 2;
}

.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 {
    width: 233px;
    text-align: center;
}

.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .iconbox {
    margin: 0 auto;
    width: 100px;
}

.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p1 {
    font-size: 16px;
}

.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p2 {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.nmd-box1 .tablebox .neirongbox .shujubox .shuju1 .pbox3 img {
    width: 25px;
    height: 25px;
    margin-top: 3px;
    margin-right: 8px;
}

.nmd-box4 .imgbox {
    /*width: 1000px;*/
    margin: 0 auto;
}

.nmd-box4 .pbox p {
    text-align: center;
}

.nmd-box4 .pbox2 {
    width: 700px;
    margin: 0 auto;
}

.nmd-box4 .tablebox {
    position: relative;
}

.nmd-box4 .tablebox .neirongbox {
    position: absolute;
    width: 410px;
    left: 400px;
    top: 110px;
}

.nmd-box4 .tablebox .neirongbox .shujubox {
    width: 450px;
    margin-top: 30px;
}

.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 {
    width: 33%;
    line-height: 2;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
}

.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 {
    text-align: center;
    padding-left: 10px;
}

.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .iconbox {
    width: 110px;
}

.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p1 {
    font-size: 14px;
}

.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 .p2 {
    font-size: 30px;
    color: #333333;
    margin-top: 12px;
}

.nmd-box4 .tablebox .neirongbox .shujubox .shuju1 .pbox3 img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 8px;
}

.gy-color .title {
    color: #ffffff;
    font-size: 42px;
}

.gy-color .twenzi {
    text-align: center;
}

.gy-box1 .pbox {
    text-align: center;
}

.gy-box1 .imgbox {
    width: 180px;
    height: 15px;
    margin: 0 auto;
}

.gy-box1 .imgbox img {
    width: 100%;
}

.huisebeijing {
    background-color: #fbfbfb;
}

.gy-box2 .ptbox:hover .smfont ,.gy-box2 .ptbox:hover .b11title{
    color: #0095ff;
}

.gy-box2 .ptbox:hover img {
    transform: scale(1.05);
}

.gy-box2 .tablebox {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gy-box2 .tablebox .crossimg {
    height: 178px;
    width: 330px;
    overflow: hidden;
    background: #f5f5f5;
}

.gy-box2 .tablebox img {
    transition: 0.5s;
    /*width: 100%;*/
    height: 70%;
    display: block;
    margin: 25px auto;
}

.gy-box2 .zxbtn {
    margin-top: 60px;
}


.gy-box2 .smfont {
    font-size: 14px;
    color: #999999;
}

.gy-box2 .b11title {
    font-weight: bolder;
    font-size: 16px;
    color: #333333;
    line-height: 14px;
}

.gy-box3 p {
    text-align: center;
}

.gy-box3 .neirongbox {
    width: 400px;
    height: 300px;
}

.gy-box3 .neirongbox .imgbox {
    width: 400px;
    height: 300px;
}

.gy-box3 .neirongbox .imgbox img {
    width: 100%;
    height: 100%;
}

.gy-box3 .wenzibox {
    position: relative;
    width: 400px;
    height: 300px;
    background-color: #293443;
}

.gy-box3 .wenzibox p {
    text-align: center;
}

.gy-box3 .wenzibox .pbox {
    width: 250px;
    margin: 0 auto;
    margin-top: 100px;
}

.gy-box3 .wenzibox .pbox .title {
    font-size: 28px;
    color: #DEBD91;
}

.gy-box3 .wenzibox .pbox .neirong {
    margin-top: 30px;
    font-size: 13px;
    color: #979FAA;
	line-height:1.5;
}

.gy-box3 .wenzibox::before {
    display: inline-block;
    content: '';
    border-top: 15px solid #293443;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    right: 177px;
}

.gy-box3 .wenzibox2 {
    width: 400px;
    height: 300px;
}

.gy-box3 .wenzibox2 p {
    text-align: center;
}

.gy-box3 .wenzibox2 .pbox {
    width: 300px;
    margin: 0 auto;
    padding-top: 100px;
}

.gy-box3 .wenzibox2 .pbox .title {
    font-size: 28px;
    color: #333333;
}

.gy-box3 .wenzibox2 .pbox .neirong {
    margin-top: 30px;
    font-size: 13px;
    color: #777777;
	line-height:1.5;
}
.gy-box3 .tablecell:hover .wenzibox2 {
    background: #293443;
}
.gy-box3 .tablecell:hover .wenzibox2 .title {
    color: #debd91;
}
.gy-box3 .tablecell:hover .wenzibox2 .neirong {
    color: #979FAA;
}
.gy-box3 .tablecell:hover .tipbottom {
    position: relative;
}
.gy-box3 .tablecell:hover .tipbottom:before {
    content: "";
    display: block;
    border: 15px solid #293443;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.gy-box3 .tablecell:hover .tiptop {
    position: relative;
}
.gy-box3 .tablecell:hover .tiptop:before {
    content: "";
    display: block;
    border: 15px solid #293443;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}




/*aboutus*/
.zk-aboutbox {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
}
.h600 {
    height: 600px;
}
.aboutbox {
    width: 1530px;
    margin: 0 auto;
    align-items: center;
}
.zk-aboutleftbox {
    width: 632px;
    flex-grow: 0;
    flex-shrink: 0;
}

.zk-aboutright {
    width: 665px;
    margin-left: 80px;
}
.zk-abouttitle {
    font-size: 23px;
    color: #FFFFFF;
}
.zk-abouttitle span {
    font-size: 12px;
    color: #8e8e8e;
}
.zk-aboutmintitle {
    font-size: 16px;
    color: #c8c8c8;
    margin: 50px 0 40px 0;
}
.zk-aboutdetail {
    font-size: 14px;
    color: #828282;
}
.zk-aboutnumbox {
    justify-content: space-between;
}
.zk-numscrollbox {
    height: 170px;
    font-size: 12px;
    color: #8e8e8e;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.zk-numscrollbox p {
    text-align: center;
    margin-bottom: 10px;
}
.zk-numscroll {
    font-size: 50px;
    color: #FFFFFF;

}
.zk-teamleftbox {
    flex: 1;
    padding: 88px 165px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.zk-staffshowbox {
    display: flex;
    margin-top: 200px;
    overflow: hidden;
}
#type {
    color: #3b3b3b;
    font-size: 60px;
    margin-right: 50px;
    padding-top: 10px;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    background: #191919;
    width: 100px;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
}
.zk-type span {
    color: #FFFFFF;
    font-size: 30px;
    vertical-align: middle;
}
#swiperbox {
    overflow: hidden;
}
.zk-staffbox.swiper-slide {
    background: #191919;
    display: block;
}
.zk-staffbox .zk-staffname {
    font-size: 23px;
    color: #FFFFFF;
}
.zk-staffbox .zk-staffwork {
    font-size: 14px;
    color: #828282;
    margin: 20px 0 60px 0;
}
.zk-staffbox .zk-staffintroduce {
    font-size: 14px;
    color: #828282;
}

.zk-culturetitle {
    margin-top: 35px;
}
.zk-culturebox {
    margin: 70px 0 95px 0;
    display: flex;
    justify-content: space-between;
}
.zk-culturebox .zk-culture {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #252525;
    height: 445px;
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition: all linear .5s;
}
.zk-culture.zk-culture-hidden {
    top: -40px;
    opacity: 0;
}
.zk-culture1 {
    background-position: left top;
    background-image: url("../img/about/culture1.png");
}
.zk-culture2 {
    background-position: left bottom;
    background-image: url("../img/about/culture2.png");
}
.zk-culture3 {
    background-position: left top;
    background-image: url("../img/about/culture3.png");
}
.zk-culture4 {
    background-position: left bottom;
    background-image: url("../img/about/culture4.png");
}
.zk-culture5 {
    background-position: left top;
    background-image: url("../img/about/culture5.png");
}
.zk-culturebox .zk-hoverbox {
    height: 445px;
    width: 300px;
    position: relative;
}
.zk-culturebox .zk-hoverbox:after {
    display: block;
    content: "";
    height: 445px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    transition: all linear .3s;
}
.zk-hoverbox:hover:after {
    height: 395px;
    width: 250px;
    border-color: #c1a97e;
}
.zk-backbox {
    height: 445px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear .3s;
}
.zk-hoverbox:hover .zk-backbox {
    background-color: rgba(0,0,0,.3);
}

.zk-hoverbox .zk-introduce {
    height: 315px;
    width: 300px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 50px;
    box-sizing: border-box;
    visibility: hidden;
}
.zk-hoverbox:hover .zk-introduce {
    visibility: visible;
}
.zk-titlebox {
    max-width: 300px;
    height: 130px;
    padding: 50px 0 35px 0;
    box-sizing: border-box;
    text-align: center;
}
.zk-hovername {
    font-size: 24px;
    color: #FFFFFF;
    transition: all linear .3s;
    display: block;
}
.zk-hoverline {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #999;
    transition: all linear .3s;
}
.zk-hoverbox:hover .zk-hoverline {
    width: 50px;
}
.zk-hoverbox:hover .zk-hovername {
    color: #c1a97e;
    transform: translateY(-10px);
}

.zk-maptitle {
    text-align: center;
}
.zk-map {
    display: block;
    margin: 60px auto;
}


/*证件*/
.zk-card {
    width: 1150px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 66px 0 45px 0;
    background: #FFFFFF;
    box-shadow: 0 0 50px #efefef;
}
.zk-card img {
    height: 400px;
    display: block;
    margin: 0 auto;
}
.zk-card p {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 40px;
}


.zk-jobbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.zk-jobbox .neirongbox {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    width:561px;
    height: 241px;
    margin-bottom: 40px;
}



.prizebox2 .imgbox {
    width: 100%;
    height: 605px;
    background-image:url(../img/prize/prizeimg.png);
    box-shadow: 0 0 0 #000;
}
.zk-prizebox {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
}
.prizebox {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.zk-prizetitle {
    font-size: 23px;
    color: #FFFFFF;
}
.zk-prizetitle span {
    font-size: 12px;
    color: #8e8e8e;
}
.zk-prizelistbox {
    padding-top: 150px;
    padding-bottom: 90px;
    display: flex;
    align-items: flex-start;
}
.zk-prizeleftbox {
    width: 310px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 100px;
}
.zk-prizerightbox {
    width: 890px;
    flex-grow: 0;
    flex-shrink: 0;
}
.zk-prizebiginfo {
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    margin: 50px 0;
}
.zk-prizeminiinfo {
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
}
.zk-prizelist {
    overflow: hidden;
    width: 100%;
}
.zk-prizecard {
    width: 256px;
    height: 338px;
    padding: 16px 20px 40px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.zk-prizecardimg {
    /*width: 223px;*/
    height: 178px;
}
.zk-prizecardtitle {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.zk-prizecardinfo {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: center;
}
/*分页器*/
#pagination {
    display: flex;
    width: 100%;
}
#pagination .swiper-pagination-bullet {
    flex: 1;
    height: 1px;
    background: #3e3a45;
    border-radius: 0;
    opacity: 1;
}
#pagination .swiper-pagination-bullet-active {
    background-color: #06aaff;
    height: 2px;
}

.zk-morebox {
    margin-top: 50px;
}
.zk-morebtn {
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    padding-right: 30px;
    outline: none;
    border: none;
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    background-image: url("../img/prize/arr.png");
    background-position: center right;
    background-repeat: no-repeat;
}


/*时间轴*/
.zk-timelistbox {
    background-color: #212020;
    padding: 70px 0 85px 0;
}
.zk-timelistbox .zk-prizetitle {
    text-align: center;
    margin-bottom: 40px;
}
.zk-timebox {
    padding-top: 80px;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: 110px 120px;
    background-size: auto;
    position: relative;
}
.zk-time1 {
    background-image: url("../img/prize/dashline1.png");
}
.zk-timecard {
    width: 250px;
    position: absolute;
}
.zk-time {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 80px;
}
.zk-funtion {
    text-align: left;
    font-size: 14px;
    color: #bdbdbd;
}
.zk-time-t1 {
    top: 70px;
}
.zk-time-l1 {
    left: -6px;
}
.zk-time-l2 {
    left: 305px;
}
.zk-time-l3 {
    left: 615px;
}
.zk-time-l4 {
    left: 925px;
}
.zk-time-l5 {
    left: 1010px;
}
.zk-time-l6 {
    left: 350px;
}
.zk-time-l7 {
    left: 580px;
}
.zk-time-l8 {
    left: 815px;
}





.stockbox2 .imgbox {
    width: 100%;
    height: 605px;
    background-image:url(../img/stock/stockimg.jpg);
    background-position: top center;
    box-shadow: 0 0 0 #000;
    position: relative;
}
.stockbox {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}
.zk-gotobtn {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url("../img/stock/goto.png");
    background-size: 100%;
    background-position: center;
    width: 162px;
    height: 43px;
}

.zk-stockbox {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
}
.zk-stockbox1 {
    display: flex;
    justify-content: space-between;
    padding: 115px 0 80px 0;
}
.zk-stocktitle {
    font-size: 23px;
    color: #FFFFFF;
}
.zk-stocktitle span {
    font-size: 12px;
    color: #8e8e8e;
}
.zk-photobox {
    width: 562px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: .5s all linear;
}
.zk-photobox-hidden {
    left: -20px;
    opacity: 0;
}
.zk-photobox img {
    width: 562px;
}
.zk-detailbox {
    width: 573px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: .5s all linear;
}
.zk-detailbox-hidden {
    left: 20px;
    opacity: 0;
}
.zk-stockminititle {
    font-size: 16px;
    color: #d9d9d9;
    margin: 50px 0;
}
.zk-stockinfo {
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
.zk-synopsisbox1 {
    padding: 50px 0 90px 0;
    flex-direction: column;
}
.zk-synopsis p{
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
.zk-synopsisbtn {
    display: block;
    width: 175px;
    height: 45px;
    color: #FFFFFF;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 3px;
    background-color: #4899f4;
    margin: 0 auto;
    margin-top: 55px;
    transition: .3s all linear;
}
.zk-synopsisbtn:hover {
    background-color: #4392e7;
}


.col-xs-8 {
    width: 66.6%;
}
.col-xs-4 {
    width: 33.3%;
}







/*首页杂志展示*/
.thesis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 56px 0;
}
.thesisBox {
    box-sizing: border-box;
    width: 228px;
    height: 290px;
    padding: 24px;
    background-color: #fff;
    margin-bottom: 18px;
    cursor: pointer;
    border: 1px solid transparent;
    box-shadow: 0 0 10px 5px #e2e2e2;
}
.thesisBox .thesisImg {
    width: 183px;
    height: 244px;
    transition: 1s all linear;
    display: block;
    margin: 0 auto;
}
.thesisBox:hover .thesisImg {
    transform: scale(1.03,1.03)
}




button.ft-zxbtn {
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 125px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background-color: #00a4ff;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 85px auto;
    margin-bottom: 0;
}
button.ft-zxbtn:hover {
    background-color: #00dfe7;
    transition: .3s linear all;
}
.gy-box1 .imgbox {
    width: 180px;
    height: 15px;
    margin: 0 auto;
}
.gy-box1 .imgbox img {
    width: 100%;
}
.gy-box2 .tablebox {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gy-box2 .tablebox .crossimg {
    height: 178px;
    width: 340px;
    overflow: hidden;
    background: #f5f5f5;
}
.zk-gy-box2 .tablebox img {
    transition: 0.5s;
    height: 70%;
    display: block;
    margin: 25px auto;
}

.gy-box2 .zxbtn {
    margin-top: 60px;
}

.gy-box2 .ptbox {
    display: inline-block;
    padding: 15px;
    background-color: #ffffff;
    margin: 0 20px;
    width: 370px;
    height: 300px;
    border: 1px solid #ffffff;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.2);
}
.ptcard {
    box-shadow: 0 0 12px 1px rgba(85, 122, 175, 0.24);
    border-radius: 9px;
    box-sizing: border-box;
    padding: 40px;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
.flexbox img.bigphoto {
    width: 512px;
    height: 296px;
    margin: 0 32px 32px 0;
    flex-shrink: 0;
    flex-grow: 0;
}
.ptcard h2{
    font-size: 30px;
    text-align: left;
    line-height: 48px;
    margin-bottom: 55px;
    margin-top: 0;
}
.ptcard p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: left;
}
.gy-box2 a.zk-goto {
    display: block;
    width: 176px;
    height: 45px;
    background-color: #00a4ff;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    margin: 0 auto;
}
.gy-box2 a.zk-goto:hover {
    background-color: #00dfe7;
    transition: .3s linear all;
}
.gy-box2 .smfont {
    font-size: 14px;
    color: #999999;
}

.gy-box2 .b11title {
    font-weight: bolder;
    font-size: 16px;
    color: #333333;
    line-height: 14px;
}
#zk-videoshowbox {
    position: relative;
    top: 0;
    left: 0;
    width: 960px;
    height: 543px;
    margin: 0 auto;
}
#zk-videoshowbox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 543px;
    z-index: 1;
}
#zk-videoshowbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 543px;
    z-index: 100;
}

.zk-videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100000;
}
#zkvideoshowBox {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    background-color: #000;
}
.zk-hidden {
    display: none;
}
.zk-close {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    top: 20%;
    right: 20%;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
}




/*首页风采*/
.fengcaibox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto;
}
.fengcai {
    width: 388px;
    height: 412px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    padding: 22px 35px;
    text-align: center;
    margin-top: 20px;
}
.fengcaiimg {
    width: 318px;
    height: 203px;
    display: block;
    margin: 0 auto;
}
.fengcaititle {
    font-size: 18px;
    color: #333333;
    margin: 20px 0 5px 0;
}
.fengcai a:hover .fengcaititle {
    color: #0095ff;
}
.fengcaidetail {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.fengcai a:hover .fengcaidetail {
    color: #0095ff;
}
.fengcaibtn {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    background: #0095ff;
    height: 36px;
    width: 130px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    .
}
.fengcaibtn:hover {
    color: #ffffff;
}

.topbtnbox a:hover {
    color: #fff;
    background-color: #36abff
}

.zk-allBox {
    width: 100%;
    min-width: 1200px;
}
.zk-ash {
    background-color: #F8F8F8;
}
.zk-w1200 {
    width: 1200px;
    margin: 0 auto;
}
.zk-w1077 {
    width: 1077px;
    margin: 0 auto;
}

.zk-box {
    display: flex;
    justify-content: center;
}
.zk-standard-title {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 36px;
    color: #333;
    margin-top: 74px;
    margin-bottom: 20px;
    text-align: center;
}

.zk-standard-title-mini {
    font-size: 18px;
    color: #999;
    margin-bottom: 66px;
    text-align: center;
}
.zk-bottomBlack {
    padding-bottom: 80px;
}
.zk-apply {
    width: 256px;
    height: 50px;
    border:none;
    border-radius: 24px;
    background-color: #00c1de;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.zk-apply:hover ,.zk-titleBox .zk-serverMoer:hover {
    transition: background-color .1s linear;
    background-color: #00dfe7;
}
i.zk-icon-weixin {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../image/qk/icon/weixin.png");
    background-repeat: no-repeat;
    vertical-align:middle;
    margin-right: 20px;
}
/*box1 */


/*4卡片*/
.zk-server {
    width: 100%;
    padding-bottom: 80px;
}
.zk-server-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 100;
    position: relative;
}
.zk-server-list2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.zk-serverCard {
    width: 280px;
    height: 380px;
    background-color: transparent;
    padding: 50px 50px 30px 50px;
    box-sizing: border-box;
    transition: 0.2s all linear;
}
.zk-server-list2 .zk-serverCard {
    background: #fff;
    box-shadow: 0 0 10px 5px #f2f2f2;
}
.zk-serverCardMin {
    transition: 0.2s all linear;
}
.zk-serverImg {
    width: 49px;
    display: block;
    margin: 0 auto;
}
.zk-serverTitle {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    text-align: center;
}
.zk-serverCard:hover .zk-serverTitle a{
    color: #00a4ff;
}
.zk-serverCard:hover .zk-serverImg {
    animation: shake 0.5s linear
}
.zk-serverInfo {
    font-size: 14px;
    height: 90px;
    color: rgba(51,51,51,0.74);
    margin: 25px 0 30px 0;
}
.zk-serverMoer {
    display: block;
    width: 158px;
    height: 39px;
    background-color: #00a4ff;
    border: none;
    border-radius: 3px;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
}
.zk-serverMoer a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
	color:#fff;
}
/*4硬币翻转*/
.zk-flowBox {
    width: 900px;
    justify-content: space-around
}
.zk-flowCard {
    margin-bottom: 67px;
    text-align: center;
    font-size:18px;
    color: #777;
    position: relative;
    cursor: default;
}
.zk-flowCard div {
    width: 105px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 105px 105px;
}
.zk-flowCard:after{
    display: block;
    content: " ";
    width:76px;
    height: 0;
    border-top: 1px dashed #999;
    position: absolute;
    top: 50px;
    left: 125px;
}
.zk-flowCard:last-child:after {
    display: none;
}
.zk-flowCard p {
    padding-top: 26px;
    text-align: center;
}
.zk-cardIcon1 {
    background-image: url("../img/qk/icon/cycicon1.png");
}
.zk-cardIcon2 {
    background-image: url("../img/qk/icon/cycicon2.png");
}
.zk-cardIcon3 {
    background-image: url("../img/qk/icon/cycicon3.png");
}
.zk-cardIcon4 {
    background-image: url("../img/qk/icon/cycicon4.png");
}
.zk-flowCard:hover p {
    color: #00c1de;
}
/*优势*/
.zk-strengthBox {
    justify-content: space-around;
    padding-bottom: 25px;
}
.zk-strengthCard {
    width: 180px;
    padding: 55px;
    transition: 0.2s all linear;
    border:1px solid;
    border-color: transparent;
    cursor: pointer;
}
.zk-strengthCard div {
    width: 75px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.zk-strengthCard .zk-official {
    background-image: url("../img/qk/icon/blockicon1.png");
}
.zk-strengthCard .zk-safe {
    background-image: url("../img/qk/icon/blockicon2.png");
}
.zk-strengthCard .zk-overall {
    background-image: url("../img/qk/icon/blockicon3.png");
}
.zk-strengthCard .zk-company {
    background-image: url("../img/qk/icon/blockicon4.png");
}
.zk-strengthCard .zk-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 35px 0 25px 0;
}
.zk-strengthCard .zk-info {
    font-size: 14px;
    color: #777;
    line-height: 20px;
}
.zk-strengthCard:hover {
    box-shadow: 0 0 10px 5px #F2F2F2;
}
.zk-strengthCard:hover .title {
    color: #00c1de;
}
/*保障*/
.zk-ensureBox {
    width: 1200px;
    height: 400px;
    background-image: url("../img/qk/22.png");
    background-repeat: no-repeat;
    background-position: 215px -20px;
    position: relative;
    overflow: hidden;
}
.zk-ensureBox>div {
    transition: 0.5s all linear;
    opacity: 0;
}
.zk-ensureCard-1 {
    width: 260px;
    display: flex;
}
.zk-ensureCard-2 {
    width: 300px;
    display: flex;
}
.zk-ensureIcon {
    width: 72px;
    height: 72px;
    margin-right: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.zk-ensureInfo .zk-ensureTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.zk-ensureInfo .zk-ensureDetail {
    font-size: 14px;
    color: #777;
}
.zk-guarantee {
    position: absolute;
    top: 400px;
    left: 133px;
}
.zk-guarantee .zk-ensureIcon{
    background-image: url("../img/qk/icon/4-1.png");
}
.zk-secrecy {
    position: absolute;
    top: 400px;
    right: 100px;
}
.zk-secrecy .zk-ensureIcon{
    background-image: url("../img/qk/icon/4-2.png");
}
.zk-direct {
    position: absolute;
    top: 400px;
    left: 133px;
}
.zk-direct .zk-ensureIcon{
    background-image: url("../img/qk/icon/4-3.png");
}
.zk-transaction {
    position: absolute;
    top: 400px;
    right: 100px;
}
.zk-transaction .zk-ensureIcon{
    background-image: url("../img/qk/icon/4-4.png");
}



.zk-QandABox {
    margin-bottom: 80px;
    padding: 45px 35px;
    box-sizing: border-box;
    flex-direction: column;
}
.zk-QandABox>div {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.zk-QandABox>div:first-child>div {
    margin-top: 0;
}
.zk-QandABox>div:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
.zk-question {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    padding-left: 40px;
    position: relative;
}
.zk-question:before {
    content: "Q";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: #00a4ff;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.zk-answer {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding-left: 40px;
    position: relative;
}
.zk-answer:before {
    content: "A";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: #00a4ff;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}
.zk-QandABox div:hover .question {
    color: #00a4ff;
}

/*口碑*/
.zk-bluebox {
    width: 100%;
    padding: 20px 0 32px 0;
    background: #00a4ff;
    box-sizing: border-box;
}
.zk-bluebox .zk-standard-title {
    color: #fff;
    margin-top: 27px;
	font-weight:400;
}
.zk-praiseshow {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
}
.zk-praise {
    margin-top: 36px;
    padding: 0 36px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.zk-praise .zk-praiseimg {
    width: 90px;
    height: 90px;
    margin-right: 43px;
    flex-grow: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px 90px;
}
.zk-praise .zk-praiseimg-1 {
    background-image: url("../img/qk/photo_image_1.png");
}
.zk-praise .zk-praiseimg-2 {
    background-image: url("../img/qk/photo_image_2.png");
}
.zk-praise .zk-praiseimg-21 {
    background-image: url("../img/qk/photo_image_21.png");
}
.zk-starbox .zk-star {
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url("../image/qk/star.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.zk-praise .zk-praisedetail {
    flex: 1;
}
.zk-clear:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.zk-customerinfo p {
    float: left;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 35px;
}
.zk-customerinfo .zk-time {
    font-weight: normal;
}
.zk-praisedetail .zk-message {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 10px 0;
}
.zk-praisedetail .zk-time {
    font-size: 14px;
    margin-top: 23px;
    color: rgba(255,255,255,.7);
}
#zk-praiseshow {
    overflow: hidden;
}
.zk-praiseshowlist {
    width: 100%;
    text-align: center;
    margin-top: 95px;
}
.zk-praiseshowlist .swiper-pagination-bullet {
    margin: 0 8px;
    background: #59d0f2;
    opacity: 1;
}
.zk-praiseshowlist .swiper-pagination-bullet-active {
    margin: 0 8px;
    background: #00566f;
}
.zk-QandA {
    margin-bottom: 35px;
}

/*动画设置*/
@keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/*头部大图*/
.zk-nmg-box {
    width:100%;
    height: 470px;
    background-repeat: no-repeat;
    background-position: top center ;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 470px;
}
.zk-nmg-box .zk-title {
    line-height: 48px;
    font-size: 48px;
    color: #333333;
    margin-bottom: 25px;
}
.zk-nmg-box .zk-biginfo {
    line-height: 24px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.zk-titleBox {
    text-align: center;
}
.zk-titleBox p {
    text-align: center;
    display: block;
    box-sizing: content-box;
}
.zk-titleBox .zk-bigTitle {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.zk-titleBox .zk-minTitle {
    font-size: 24px;
    color: #333333;
    margin: 0;
}
.zk-titleBox .zk-minTitle span {
    display: inline-block;
    height: 32px;
    color: #333;
}


/*付款*/
.zk-paybox {
    background-color: #ffffff;
    box-shadow: 0 0 12px 1px rgba(85, 122, 175, 0.24);
    border-radius: 9px;
    padding: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.zk-payinputbox {
    padding: 20px 70px;
    margin-top: 16px;
}
.zk-jdbox {
    padding: 60px 40px;
    margin-top: 50px;
}
.zk-payinfobox {
    flex-grow: 0;
    flex-shrink: 0;
}
.zk-payinfobox .zk-payname {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 40px;
}
.zk-payinfobox .zk-payname span {
    margin-right: 60px;
}
.zk-payinfobox .zk-payinfo {
    font-size: 18px;
    color: #777777;
}
.zk-payimgbox {
    width: 165px;
    height: 165px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 165px 165px;
    flex-grow: 0;
    flex-shrink: 0;
}
.zk-alipayimg {
    background-image: url("../image/fk/alipay.png");
}
.zk-wxpayimg {
    background-image: url("../image/fk/wxpay.png");
}
.zk-pb80 {
    padding-bottom: 80px;
}


.zk-payinput {
    font-size: 16px;
    color: #333333;
}
.zk-payinput .zk-input {
    width: 215px;
    height: 50px;
    box-sizing: border-box;
    border: solid 1px #eeeeee;
    margin:  0 15px;
    padding: 0 20px;
    outline: none;
}
.zk-payinputbox .zk-submit {
    width: 200px;
    height: 50px;
    background-color: #0095ff;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}
.zk-jdbox  .zk-input {
    width: 165px;
    box-sizing: border-box;
    border: solid 1px #eeeeee;
    margin:  0 15px;
    padding: 0 20px;
}


.zk-banktable {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}
.zk-banktable th {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
}
.zk-banktable td {
    height: 140px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 20px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.zk-banktable td.zk-fz14 {
    font-size: 14px;
    line-height: 24px;
}
.zk-banktable td.zk-fz12 {
    font-size: 12px;
    line-height: 24px;
}
.zk-banktable td.zk-br {
    border-right: 1px solid #eee;
}
.zk-banktable td.zk-bb {
    border-bottom: 1px solid #eee;
}
.zk-banklogo {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.zk-red {
    color: #ff0000;
}




/*wm*/


.zk-serverInfo {
    text-align: center;
}
.zk-chosebox {
    justify-content: center;
    margin-bottom: 80px;
}
.zk-chosebox .zk-idcard {
    width: 120px;
    margin: 0 40px;
}
.zk-chosebox .zk-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 45px;
}
.zk-chosebox .zk-name {
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.zk-positionbox {
    width: 1200px;
    height: 530px;
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0 0 48px 1px rgba(154, 154, 154, 0.33);
}
.zk-positioncard {
    width: 400px;
    height: 530px;
    position: absolute;
    top: 0;
    background: #fff;
    transition: all .3s linear;
}
.zk-l1 {
    left: 0;
}
.zk-l2 {
    left: 400px;
}
.zk-l3 {
    left: 800px;
}
.zk-positioncard1 {
    background: #f4f4f4;
    height: 200px;
    width: 400px;
    text-align: center;
    transition: all .3s linear;
}
.zk-positioncard1 .zk-icon {
    display: inline-block;
    height: 49px;
    width: 49px;
    margin-top: 33px;
    background-size: 49px;
    background-position: center center;
    background-repeat: no-repeat;
}
.zk-positioncard1 .zk-icon-1 {
    background-image: url("../img/wm/icon/bigcardicon1.png");
}
.zk-positioncard1 .zk-icon-2 {
    background-image: url("../img/wm/icon/bigcardicon2.png");
}
.zk-positioncard1 .zk-icon-3 {
    background-image: url("../img/wm/icon/bigcardicon3.png");
}
.zk-positioncard1 h3 {
    text-align: center;
    margin-top: 17px;
    font-size: 22px;
    color: #333333;
    transition: all .3s linear;
}
.zk-positioncard1 p {
    text-align: center;
    margin-top: 13px;
    font-size: 16px;
    color: #777;
    transition: all .3s linear;
}
.zk-positioncard2 {
    height: 330px;
    width: 400px;
    padding-top: 32px;
    text-align: center;
    box-sizing: border-box;
}
.zk-positioncard2 .zk-miniinfobox {
    text-align: center;
    margin-bottom: 16px;
}

.zk-positioncard2 .zk-miniinfobox p {
    text-align: center;
}
.zk-positioncard2 .zk-miniinfobox .zk-positionminititle {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}
.zk-positioncard2 .zk-miniinfobox .zk-positionminiinfo {
    font-size: 12px;
    color: #777;
    line-height: 14px;
    height: 28px;
}
.zk-positioncard2 button {
    display: inline-block;
    width: 135px;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #00a4ff;
    background: #fff;
    color: #00a4ff;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s linear;
}
.zk-positioncard:hover {
    z-index: 100;
    transform: scale(1.05);
    box-shadow: 0 0 48px 1px rgba(154, 154, 154, 0.33);
    border: 1px solid #00a4ff;
    cursor: default;
}
.zk-positioncard:hover .zk-positioncard1 {
    background: #00a4ff;
}
.zk-positioncard:hover .zk-positioncard1 h3 {
    color: #fff;
}
.zk-positioncard:hover .zk-positioncard1 p {
    color: #fff;
}
.zk-positioncard:hover .zk-positioncard1 .zk-icon-1 {
    background-image: url("../img/wm/icon/bigcardicon1-h.png");
}
.zk-positioncard:hover .zk-positioncard1 .zk-icon-2 {
    background-image: url("../img/wm/icon/bigcardicon2-h.png");
}
.zk-positioncard:hover .zk-positioncard1 .zk-icon-3 {
    background-image: url("../img/wm/icon/bigcardicon3-h.png");
}
.zk-positioncard:hover .zk-positioncard2 button {
    background: #00a4ff;
    color: #fff;
}

.zk-QandABox div:hover .zk-question {
    color: #00a4ff;
}

/*2020-2-10*/
.zoom::after{content:"."; display:block; height:0; clear:both; visibility: hidden;}
.zoom,.clear{clear:both;}
.zoom{*zoom:1;}
.o_hide{overflow:hidden;}
.zadl-block1{height:470px; overflow:hidden; text-align:center; background:#f4f4f4 url(https://www.zazhi.com.cn/theme/zazhi.com.cn/default/vip/box/image/nmagazine/dytb.jpg) top center no-repeat;}
.zadl-block1 h2{margin:172px 0 20px 0; font-size:48px; font-weight:bold; color:#333; }
.zadl-block1 p{font-size:24px; text-align:center;}
.zadlbg1{background:#f4f4f4 url(https://www.zazhi.com.cn/theme/zazhi.com.cn/default/vip/box/image/shouquan/fbtb.jpg) top center no-repeat; background-size:cover;}
.zadlbg2{background:#f4f4f4 url(https://www.zazhi.com.cn/theme/zazhi.com.cn/default/vip/box/image/wm/xztb.jpg) top center no-repeat; background-size:cover;}
.zadlbg3{background:#f4f4f4 url(https://www.fabiao.com/theme/fabiao.com/default/vip/box/qk/fbtb.jpg) top center no-repeat; background-size:cover;}
.zadl-block4{padding:70px 0; text-align:center; background-color:#f8f8f8;}
.zadl-block4 h2{margin-bottom:20px; font-size:36px; color:#333; font-weight:400;}
.zadl-block4>p{margin-bottom:66px; font-size:18px; color:#999; text-align:center;}
.zadl-block4-box{width:780px; margin:0 auto;}
.zadl-block4-box p{width:110px; margin-right:113px; float:left; font-size:18px; color:#999; position:relative; text-align:center;}
.zadl-block4-box p:hover{color:#00c1de;}
.zadl-block4-box p:hover span{-webkit-animation:spin 2s alternate;  -moz-animation:spin 2s alternate; -ms-animation:spin 2s alternate; animation:spin 2s alternate;}
.zadl-block4-box .zadllast{margin-right:0;}
.zadl-block4-box span{display:inline-block; width:105px; height:105px; margin-bottom:30px; border-radius:100%;}
.zadl-block4>a{display:block; width:256px; height:50px; line-height:50px; margin:65px auto 0 auto; border-radius:50px; vertical-align:middle; font-size:18px; color:#fff; background-color:#00a4ff;}
.zadl-block4>a:hover{text-decoration:none; color:#fff; background-color:#00dfe7;}
.zadl-block4>a img{display:inline-block; width:24px; height:24px; margin-right:20px;}
.zadl-block4-box1{background:url(../img/qk/icon/cycicon1.png) no-repeat;}
.zadl-block4-box2{background:url(../img/qk/icon/cycicon2.png) no-repeat;}
.zadl-block4-box3{background:url(../img/qk/icon/cycicon3.png) no-repeat;}
.zadl-block4-box4{background:url(../img/qk/icon/cycicon4.png) no-repeat;}
.dl-serverCard{margin-right:0 !important;}
.zk-serverCard{float:left; margin-right:18px;}
.zk-strengthCard,.zk-chosebox .zk-idcard{float:left;}
.zk-ash{overflow:hidden;}
.swiper-slide{background-color:#00a4ff;}
@-webkit-keyframes spin{
  0%{-webkit-transform: rotateY(360deg);}
  100%{-webkit-transform: rotateY(0deg);}
}
@-moz-keyframes spin{
  0%{-moz-transform: rotateY(360deg);}
  100%{-moz-transform: rotateY(0deg);}
}
@-ms-keyframes spin{
  0%{-ms-transform: rotateY(360deg);}
  100%{-ms-transform: rotateY(0deg);}
}
@keyframes spin{
  0%{transform: rotateY(360deg);}
  100%{transform: rotateY(0deg);}
}

.allBox button {
    outline: none;
}
.allBox a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.allBox a:hover {
   color: inherit;
}
.allBox {
    width: 100%;
    min-width: 1200px;
}
.ash {
    background-color: #F8F8F8;
}
.box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.standard-title {
    font-size: 36px;
    color: #333;
    margin-top: 74px;
    margin-bottom: 22px;
    text-align: center;
}
.standard-title-mini {
    font-size: 18px;
    color: #999;
    margin-bottom: 97px;
    text-align: center;
}
.bottomBlack {
    padding-bottom: 100px;
}
.apply {
    width: 256px;
    height: 50px;
    border:none;
    border-radius: 24px;
    background-color: #00a4ff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.apply:hover ,.titleBox .serverMoer:hover {
    transition: background-color .1s linear;
    background-color: #00dfe7;
}
i.icon-weixin {
    background-position-x: -88px;
    margin-right: 5px;
}
.photoFrame {
    overflow: hidden;
}
.left {
    float: left;
}
/*box1    */
.banner {
    width: 100%;
    min-width: 1200px;
    height: 470px;
	background:#f4f4f4 url(https://www.fabiao.com/theme/fabiao.com/default/vip/box/qk/fbtb.jpg) top center no-repeat; 
	background-size:cover;
    background-repeat: no-repeat;
    position: relative;
}
.titleBox {
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.titleBox p {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
}
.titleBox .bigTitle {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 28px;
    border: 1px solid;
    border-color: transparent transparent #C8C8CA transparent;
}
.titleBox .minTitle {
    font-size: 24px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
}
.titleBox .minTitle span {
    display: inline-block;
    height: 32px;
    color: #333;
}
i.icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../img/icon3/15.png");
    background-repeat: no-repeat;
    background-position-y: -295px;
    vertical-align:sub;
}
i.icon-empower {
    background-position-x: 0;
}
i.icon-team {
    background-position-x: -25px;
}
i.icon-agreement {
    background-position-x: -55px;
}
.titleBox .serverMoer {
    margin-top: 50px;
}

/*box2*/
.recommend {
    width: 100%;
    text-align: center;
}
.recommend-list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 97px;
    margin-bottom: 30px;
}
.recommend-list li {
    float: left;
    margin: 0 51px;
    font-size: 18px;
    color: #777;

}
.recommend-list li:hover {
    color: #00a4ff;
    cursor: pointer;
}
.recommend-list li.clicked {
    color: #00a4ff;
}
.recommend-list li {
    text-align: center;
}
.recommend-list li div {
    margin: 0 auto;
    margin-bottom: 16px;
    width: 42px;
    height: 42px;
}
.CSSCI div {
    background-image: url("../img/icon3/8.png");
}
.CSCD div {
    background-image: url("../img/icon3/10.png");
}
.core div {
    background-image: url("../img/icon3/14.png");
}
.stati div {
    background-image: url("../img/icon3/6.png");
}
.cnki div {
    background-image: url("../img/icon3/12.png");
}
.vepse div {
    background-image: url("../img/icon3/1.png");
}
.WanfangData div {
    background-image: url("../img/icon3/4.png");
}
.CSSCI.clicked div {
    background-image: url("../img/icon3/7.png");
}
.CSCD.clicked div {
    background-image: url("../img/icon3/9.png");
}
.core.clicked div {
    background-image: url("../img/icon3/13.png");
}
.stati.clicked div {
    background-image: url("../img/icon3/5.png");
}
.cnki.clicked div {
    background-image: url("../img/icon3/11.png");
}
.vepse.clicked div {
    background-image: url("../img/icon3/2.png");
}
.WanfangData.clicked div {
    background-image: url("../img/icon3/3.png");
}
.clicked {
    position: relative;
}
.clicked:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: transparent transparent #F8F8F8 transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-25px);
}

/*box3*/
.thesis {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 56px 0;
}
.thesisBox {
    box-sizing: border-box;
    width: 228px;
    height: 360px;
    padding: 0 15px;
    padding-top: 36px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}
.thesisBox .thesisImg {
    width: 145px;
    height: 190px;
}
.thesisTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    color: #00a4ff;
    margin-top: 18px;
}
.thesisInfo {
    font-size: 14px;
    color: #333;
    margin-top: 16px;
}
.thesisInfoDetail {
    font-size: 12px;
    color: #777;
    margin-top: 13px;
}
.thesisInfoDetail .font1{
    font-size: 12px;
    color: #ef2424;
}
.thesisInfoDetail .font2{
    font-size: 12px;
    color: #da3232;
}
.more {
    width: 193px;
    height: 52px;
    font-size: 16px;
    background-color: #ffffff;
    color: #00a4ff;
    border:1px solid #00a4ff;
    margin-bottom: 59px;
    outline: hidden;
    cursor: pointer;
    transition: 0.2s all linear;
}
.thesisBox:hover {
    box-shadow: 0 0 10px 5px #e2e2e2;
}
.thesisBox .thesisImg {
    transition: 1s all linear;
}
.thesisBox:hover .thesisImg {
    transform: scale(1.03,1.03)
}
.more:hover {
    background-color: #00a4ff;
    color: #fff;
}


/*box4*/
.server {
    width: 100%;
    padding-bottom: 160px;
}
.server-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 100;
    position: relative;
}
.server-list2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.serverCard {
    width: 281px;
    height: 380px;
    background-color: transparent;
    padding: 0 30px;
    box-sizing: border-box;
    transition: 0.2s all linear;
}
.server-list2 .serverCard {
    background: #fff;
    box-shadow: 0 0 10px 5px #f2f2f2;
}
.serverCardMin {
    transition: 0.2s all linear;
}
.serverImg {
    width: 75px;
    height: 80px;
    display: block;
    margin: 40px auto;
}
.serverTitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    text-align: center;
}
.serverCard:hover .serverTitle {
    color: #00a4ff;
}
.serverCard:hover .serverImg {
    animation: shake 0.5s linear
}
.serverInfo {
    font-size: 14px;
    color: rgba(51,51,51,0.74);
    margin: 20px 0 30px 0;
	text-align:center;
}
.serverMoer {
    display: block;
    width: 158px;
    height: 39px;
    background-color: #00a4ff;
    border: none;
    border-radius: 3px;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
	color:#fff;
}
.serverMoer a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
}

/*box5*/
.flowBox {
    width: 900px;
    justify-content: space-around
}
.flowCard {
    margin-bottom: 67px;
    text-align: center;
    font-size:18px;
    color: #777;
    position: relative;
    cursor: default;
}
.flowCard div {
    width: 105px;
    height: 105px;
    background-image: url("../img/icon3/15.png");
    background-repeat: no-repeat;
    background-position-y: -82px;
}
.flowCard:after{
    display: block;
    content: " ";
    width:76px;
    height: 0;
    border-top: 1px dashed #999;
    position: absolute;
    top: 50px;
    left: 125px;
}
.flowCard:last-child:after {
    display: none;
}
.flowCard p {
    padding-top: 26px;
}
.cardIcon1 {
    background-position-x: 0;
}
.cardIcon2 {
    background-position-x: -113px;
}
.cardIcon3 {
    background-position-x: -226px;
}
.cardIcon4 {
    background-position-x: -340px;
}
/*.flow .apply,.strengt .apply {*/
    /*width: 256px;*/
    /*height: 50px;*/
    /*border:none;*/
    /*border-radius: 24px;*/
    /*background-color: #02a0cc;*/
    /*color: #fff;*/
    /*font-size: 18px;*/
/*}*/
.flowCard:hover p {
    color: #02a2cc;
}


/*box6*/
.strengthBox {
    justify-content: space-around;
    padding-bottom: 25px;
}
.strengthCard {
    width: 180px;
    padding: 55px;
    transition: 0.2s all linear;
    border:1px solid;
    border-color: transparent;
    cursor: pointer;
}
.strengthCard div {
    width: 55px;
    height: 70px;
    background-image: url("../img/icon3/15.png");
    background-repeat: no-repeat;
    background-position-y: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.strengthCard .official {
    background-position-x: 0;
}
.strengthCard .safe {
    width: 75px;
    height: 70px;
    background-position-x: -55px;
}
.strengthCard .overall {
    width: 60px;
    background-position-x: -130px;
}
.strengthCard .company {
    width: 65px;
    background-position-x: -205px;
}
.strengthCard .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 23px;
    text-align: center;
}
.strengthCard .info {
    font-size: 14px;
    color: #777;
    line-height: 20px;
}
.strengthCard:hover {
    box-shadow: 0 0 10px 5px #F2F2F2;
}
.strengthCard:hover .title {
    color: #00A1CC;
}

/*box7*/
.ensureBox {
    width: 1200px;
    height: 400px;
    background-image: url("img/22.png");
    background-repeat: no-repeat;
    background-position: 215px -20px;
    position: relative;
    overflow: hidden;
}
.ensureBox>div {
    transition: 0.5s all linear;
    opacity: 0;
}
.ensureCard-1 {
    width: 260px;
    display: flex;
}
.ensureCard-2 {
    width: 300px;
    display: flex;
}
.ensureIcon {
    width: 72px;
    height: 72px;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url("../img/icon3/15.png");
    background-repeat: no-repeat;
    background-position-y: -210px;
}
.ensureInfo .ensureTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.ensureInfo .ensureDetail {
    font-size: 14px;
    color: #777;
}
.guarantee {
    position: absolute;
    top: 400px;
    left: 133px;
}
.guarantee .ensureIcon{
    background-position-x: 0px;
}
.secrecy {
    position: absolute;
    top: 400px;
    right: 100px;
}
.secrecy .ensureIcon{
    background-position-x: -163px;
}
.direct {
    position: absolute;
    top: 400px;
    left: 133px;
}
.direct .ensureIcon{
    background-position-x: -82px;
}
.transaction {
    position: absolute;
    top: 400px;
    right: 100px;
}
.transaction .ensureIcon{
    background-position-x: -244px;
}

/*box8*/
.authorizeBox {
    justify-content: space-between;
    margin-bottom: 48px;
}
.authorizeCard {
    width: 382px;
    height: 270px;
    padding: 30px 25px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
}
.authorizeBox2 .authorizeCard {
    transition: 0.2s all linear;
}
.authorizeCard:hover {
    transition: 0.2s all linear;
}
.authorizeImg {
    width: 150px;
    height: 210px;
    flex-shrink: 0;
}
.authorizeInfo {
    margin-left: 20px;
}
.authorizeInfo .authorizeTitle {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.authorizeInfo .authorizeDetail {
    font-size: 14px;
    line-height: 2;
    color: #777;
    margin-bottom: 20px;
}
.authorizeInfo .authorizeKinds {
    font-size: 14px;
    color: #777;
}
.authorizeInfo .authorizeKinds span {
    color: #333;
}
.authorizeCard img {
    transition: 1s all linear;
}
.authorizeCard:hover img {
    transform: scale(1.05, 1.05);
}
.authorizeCard:hover .authorizeTitle {
    color: #00A1CC;
}
.authorizeBox2 {
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.authorizeBox2 .authorizeCard {
    background: #fff;
    box-shadow: 0 0 10px 5px #f2f2f2;
}

.teamImg {
    width: 100%;
}
.teamImg img {
    cursor: pointer;
}
.img1 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.img1 div{
    width: 397px;
    height: 280px;
    margin-bottom: 5px;
}
.img1 img {
    width: 397px;
    height: 280px;
}
.img2 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.img2 div{
    width: 598px;
    height: 442px;
    margin-bottom: 5px;
}
.img2 img {
    width: 598px;
    height: 442px;
}
.teamImg img:hover {
    transition: 0.7s all linear;
    transform: scale(1.01, 1.01);
}

.QandABox {
    padding: 27px 10px;
    flex-direction: column;
}
.QandABox>div {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.QandABox>div:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
.question {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    padding-left: 40px;
    position: relative;
}
.question:before {
    content: "Q";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: #01AAFF;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.answer {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding-left: 40px;
    position: relative;
}
.answer:before {
    content: "A";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: #01AAFF;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}
.QandABox div:hover .question {
    color: #00A1CC;
}

/*测试用*/
.thesisListBox {
    margin: 0 auto;
    width: 1200px;
    min-height: 800px;
}

.thesisList>div {
    width: 1200px;
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.zk-netcn table {
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53" !important;
    border-color: #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333;
    /* width: 100%; */
    margin-top: 36px;
}
.zk-netcn table td {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 22px;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
.zk-netcn .zk-text-size-14 {
    font-size: 14px;
}
.zk-netcn table td h3 img {
    width: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    vertical-align: baseline;
}
.zk-netcn h3 {
    font-size: 16px;
}
.zk-gy-box1{margin:100px auto 0 auto;}
.zk-ptcard {
	width:1200px;
	margin:0 auto;
    box-shadow: 0 0 12px 1px rgba(85, 122, 175, 0.24);
    border-radius: 9px;
    box-sizing: border-box;
    padding: 40px;
}
.zk-gy-box1 td p{margin-bottom:18px;}
.zk-gy-box1 td p:last-child{margin-bottom:0;}
.dswen-vip{height:190px; text-align:center; background:#f4f4f4 url(https://www.fabiao.com/theme/fabiao.com/default/vip/box/qk/fbtb.jpg) top center no-repeat; background-size:cover;}
.dswen-vip h1{display:inline-block; margin-top:55px; font-size:30px; font-weight:400;}
.dswen-vip p{text-align:center; font-size:14px; color:#777;}

/* 整治报告 */
.block-zzbg{
	padding-left: 136px;
	padding-right: 136px;
	padding-bottom: 120px;
}
.block-zzbg>h1{
	font-size: 32px;
	text-align: center;
	margin-bottom: 12px;
}
.block-zzbg>.time{
	font-size: 12px;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}
.block-zzbg>img{
	width: 100%;
}
.block-zzbg>.content p{
	line-height: 2;
	font-size: 16px;
	margin-bottom: 30px;
}
.block-zzbg>.content .no-mb{
	margin-bottom: 0;
}
.block-zzbg>.content .imgp{
	margin-top: 30px;
}