/* @media screen and (max-width: 1800px) {
    body {
        zoom: 0.9;
    }
}

@media screen and (max-width: 1550px) {
    body {
        zoom: 0.8;
    }
}

@media screen and (max-width: 1280px) {
    body {
        zoom: 0.6;
    }
}

@media screen and (max-width:1000px) {
    body {
        zoom: 0.4;
    }
} */

.page {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: #eeeeee;
}

.main {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: #000;
    /* background-image: url('../images/credential/cred-img.jpg'); */
    /* background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto; */
}

.box1-1 {
    width: 100%;
    height: 816px;
    background-color: #fff;
    /* background: url('../images/credential/credentialBg.png') top no-repeat;
    background-size: 100% 100%; */
}
.box1-1 .hd {
    position: relative;
    width: 1160px;
    margin: 100px auto 0;
    box-sizing: border-box;
    z-index: 9;
    text-align: center;
}
.box1-1 .bd {
    width: 1160px;
    margin: 64px auto 0;
    position: relative;
    width: 1160px;
    height: 400px;
    z-index: 9;
}
.box1-1 .bd .item {
    width: 580px;
    height: 200px;
    padding:  0 70px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border: 1px solid #E0E0E0;
    transition: border 0.3s;
}
.box1-1 .bd .item:hover {
    border: 1px solid #F0C568;
}
.box1-1 .bd .item .left {
    margin-right: 13px;
}
.box1-1 .bd .item .right p:nth-child(1) {
    margin-bottom: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.box1-1 .bd .item .right p:nth-child(2) {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    line-height: 20px;
}

.box1 {
    position: relative;
    width: 100%;
    height: 900px;
    padding: 95px 0 82px;
    box-sizing: border-box;
    background-image: url('../images/download/downloadBg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.box2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.box1 .hd,
.box2 .hd {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
}
.box1 .hd {
    padding-top: 0;
}
.box1 .hd::before,
.box2 .hd::before,
.box1-1 .hd::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 112px;
    height: 4px;
    background: linear-gradient(90deg, #0068FF, #62DAFE);
    border-radius: 2px;
    transform: translatex(-50%);
}

.box1 .hd h3,
.box2 .hd h3,
.box1-1 .hd h3 {
    margin-left: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 46px;
    color: #020033;
    margin-bottom: 40px;
}
.box1 .hd h3 {
    color: #fff;
}
.box1 .bd,
.box2 .bd {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.tip-text {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 19px;
    color: #5A5A5A;
    text-align: center;
}
.box1 .tip-text{
    color: #fff;
}
.box1 .bd .item,
.box2 .bd .item {
    width: 246px;
    margin: 0 40px 50px 0;
}

.box1 .bd .item:nth-of-type(4n),
.box2 .bd .item:nth-of-type(4n),
.box1-1 .bd .item:nth-of-type(3n) {
    margin-right: 0;
}

.box1 .bd .item img,
.box2 .bd .item img {
    width: 250px;
    height: 350px;
}

.box2 .bd .item img {
    width: 261px;
    height: 359px;
    box-shadow: 0px 5px 9px 1px rgba(31, 25, 16, 0.1);
}

.box1 .bd .item p,
.box2 .bd .item p {
    margin-top: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
    text-align: center;
}

.box2 {
    width: 100%;
    height: 100%;
    /* background-color: #000000; */
}

.box2 .hd {
    position: relative;
    width: 1200px;
    margin: 5px auto 0;
}

.banner-container {
    width: 100%;
    min-width: 1200px;
    height: 780px;
    background: url('../images/credential/cred-img.jpg') 0 0 no-repeat;
    align-items: end;
    overflow: hidden;
}

.banner-l {
    width: 682px;
    height: 100%;
    margin: 0 -40px 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.title-img {
    width: 665px;
    height: 128px;
    margin-top: 60px;
    margin-bottom: 30px;

}

.banner-r {
    width: 890px;
    height: 680px;
    background: url('../images/credential/ren-wu.png') 0 0 no-repeat;
    /* margin-right: auto; */
}

.msg-img {
    width: 675px;
    height: 62px;
    margin: 0 auto;

}

.tip {
    width: 656px;
    margin-top: 54px;
}

.tip .tip-img {
    width: 56px;
    height: 200px;
    background: url(../images/credential/kuan.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 5px 5px rgba(31, 25, 16, 0.8);
}

.tip .tip-img span {
    display: block;
    width: 30px;
}

.tip .tip-img:last-child {
    margin-right: 0;
}
#certify {
	position: relative;
	width: 1140px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify  .swiper-slide {
    width: 358px;
    height: auto;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
}
#certify  .swiper-slide img{
	display: block;
    width: 100%;
    height: 480px;
}
#certify  .swiper-slide p {
	font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
}
#certify .swiper-pagination {
	opacity: 0;
}
.box1 .bd .swiper-button-prev {
    position: absolute;
    top: 50%;
	left: 0;
	width: 80px;
	height: 80px;
    background-image: none;
    transform: translate(0, -50%);
    z-index: 9;
    cursor: pointer;
}
.box1 .bd .swiper-button-next {
    position: absolute;
    top: 50%;
	right: 0;
	width: 80px;
	height: 80px;
    background-image: none;
    transform: translate(0, -50%) rotate(180deg);
    z-index: 9;
    cursor: pointer;
}
.box2 {
    width: 100%;
    height: auto;
    padding: 84px 0 0;
    box-sizing: border-box;
}
.box2 .hd {
    padding-top: 0;
}
.box2 .bd {
    width: 1140px;
    margin-top: 48px;
}
.box2 .bd a,
.box2 .bd .item {
    width: 360px;
    height: auto;
    margin-right: 30px;
    cursor: pointer;
}
.box2 .bd a:last-child {
    margin-right: 0;
}
.box2 .bd .item img {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0px 0px;
}
.box2 .bd .item .info {
    height: 115px;
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.nbox2.bd .item .info .desc {
    height: 60px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #282828;
    line-height: 30px;
}
.box2 .bd .item .info .time {
    margin-left: auto;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #737373;
}
.self-service {
    width: 160px;
    height: 426px;
    background: url(../images/zhizu.png) no-repeat center;
    position: fixed;
    left: 68px;
    top: 394px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}