body {
    position: relative;
    font-size: 14px;
    color: #333;
    height: 100%;
}
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

.mainArea {
    width: 100%;
}

.pageHead {
    position: absolute;
    top: 0px;
    width: 100%;
    /* background-color: #EAC701; */
    z-index: 99;
}

.pageHead .infoArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: 80px;
    margin: 0 auto;
}

.headPlace {
    height: 80px;
    /* background-color: #EAC701; */
}

.pageHead .infoArea img {
    display: block;
    width: 160px;
}

.pageHead .infoArea .navBox {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.pageHead .infoArea .navBox .hov {
    display: flex;
    align-items: center;
    height: 100%;
}

.pageHead .infoArea .navBox .navItem {
    position: relative;
    padding: 0 10px;
    font-weight: bold;
    /* border: 1px solid #000; */
}
.pageHead .infoArea .navBox .navItem:hover {
    color: #EAC701;
    /* background-color: #000; */
    cursor: pointer;
}

.pageHead .infoArea .navBox .navItem .sLine {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #000;
}

.pageHead .infoArea .navBox .navItem:hover .sLine {
    width: 40px;
    transition: .5s;
}

.pageHead .infoArea .navBox .hov:hover .subNav {
    height: 255px;
    transition: .5s;
}

.pageHead .infoArea .navBox .navItem .subNav {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0px; */
    top: 35px;
    width: 156px;
    height: 0;
    /* height: 235px; */
    margin: auto;
    overflow: hidden;
    z-index: 999;
}

.pageHead .infoArea .navBox .navItem .subNav .triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 10px solid transparent;
    margin: 0 auto;
}

.pageHead .infoArea .navBox .navItem .subNav .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.pageHead .infoArea .navBox .navItem .subNav .block a {
    width: 100%;
}

.pageHead .infoArea .navBox .navItem .subNav .block span {
    display: block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    color: #000;
}
.pageHead .infoArea .navBox .navItem .subNav .block span:hover {
    color: #F4D420;
    background-color: #000;
}

.pageHead .infoArea .navBox .navItem .sText {
    font-size: 12px;
    margin-left: 5px;
}

.pageHead .infoArea .navBox .focus {
    color: #EAC701;
    /* background-color: #000; */
}

.pageHead .infoArea .navBox .focus .sLine {
    width: 40px;
}

#indexHead.navTop {
    position: fixed;
    top: -80px;
    z-index: 999;
}

#indexHead.headAnimate {
    top: 0;
    transition: .5s;
}

/* 第二板块 */
.block2 {
    position: relative;
}

.block2 .numberBox {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    width: 63%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
    z-index: 99;
}

.block2 .numberBox div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block2 .numberBox div::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
    height: 2px;
    background-color: #F4D420;
}

.block2 .numberBox div h2 {
    color: #F4D420;
    margin-bottom: 20px;
}

.block2 .numberBox div p {
    font-size: 13px;
}

.block2 img {
    width: 100%;
}

/* 第三板块 */
.titleBox {
    margin-bottom: 5vw;
}

.titleBox h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.titleBox p {
    color: #999;
}

.iconBox img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.block3 {
    padding: 40px 0;
}

.block3 .iconBox {
    position: relative;
    top: 0;
    font-size: 16px;
    margin-bottom: 50px;
}
.block3 .iconBox:hover {
    top: -20px;
    transition: .5s;
}

.block3 .iconBox:hover p {
    font-weight: bold;
}

.imgBox {
    position: relative;
}

.imgBox img {
    width: 100%;
}

.imgBox .topTier {
    position: absolute;
    top: 0;
}

.imgBox .bottomTier {
    display: none;
}

.block3 .iconBox .imgBox {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.block3 .iconBox:hover .imgBox .topTier {
    display: none;
}

.block3 .iconBox:hover .imgBox .bottomTier {
    display: block;
}

/* 第四板块 */
.block4 {
    padding: 40px 0;
    background-color: #262730;
}

.block4 .titleBox {
    color: #fff;
}

.block4 .col-md-4 {
    padding: 0 20px;
}

.block4 .iconBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 260px;
    color: #fff;
    background-color: #42444B;
    border-radius: 9px;
    margin-bottom: 25px;
}
.block4 .iconBox:hover {
    color: #000;
    background-color: #F5D622;
}
/* .block4 .iconBox:hover .imgBox {
    background-image:url(../image/index/profession1W.png);
} */

.block4 .iconBox .textBox {
    position: relative;
    top: 0;
}
.block4 .iconBox:hover .textBox {
    top: -10px;
    transition: .5s;
}

.block4 .iconBox h4 {
    font-weight: bold;
}

.block4 .iconBox .imgBox {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    /* background-image:url(../image/index/profession1Y.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

.block4 .iconBox:hover .imgBox .topTier {
    display: none;
}

.block4 .iconBox:hover .imgBox .bottomTier {
    display: block;
}

/* 第五板块 */
.block5 {
    padding: 40px 0;
}

.block5 .userBox {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    min-height: 245px;
    color: #999999;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.block5 .userBox div {
    width: 58%;
}

.block5 .userBox h4 {
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
}
.block5 .userBox h4::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
}

.block5 .userBox:hover h4  {
    color: #F5D622;
}

.block5 .userBox .pic {
    width: 35%;
}

.block5 .userBox img {
    width: 100%;
}

.block5 .userBox div {
    display: flex;
    flex-direction: column;
}

.block5 .userBox div p {
    position: relative;
}

.block5 .userBox div p::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #F5D622;
}

/* 第六板块 */
.block6 {
    padding: 40px 0;
    background-color: #262730;
}

.block6 .titleBox {
    color: #fff;
}

/* 第七板块 */

/* 第八板块 */

/* 第九板块 */
.block9 {
    padding: 40px 0;
}

.block9 .titleBox {
    margin-bottom: 30px;
}

.block9 .btnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 80px;
    margin-bottom: 30px;
}
.btnBox1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.block9 .btnBox div {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #F5D622;
    border: 1px solid #F5D622;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}
.btnBox1>div {
    width: 23%;
    margin-bottom:10px;
    border: 1px solid #e5e5e5;
    color:#999999;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding:5px 0;
}
.block9 .btnBox div:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    transition: .5s;
}

.block9 .btnBox .aim {
    color: #000;
    background-color: #F5D622;
}
/* .block9 .btnBox1 div:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    transition: .5s;
    background-color: #F5D622;
    color: #000;
} */

.aim1 {
    color: #000;
    background-color: #F5D622;
}

.block9 .slideBox {
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
}
.slideBox1 img {
    width: 100%;
}
.block9 .slideBox img {
    width: 25%;
}

.block9 .slideBox img:hover {
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
    transition: .5s;
}

.block9 .swiper-button-prev {
	left: 10px;
	width: 31px;
	height: 56px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/lastBtn.png) no-repeat;
	background-size: 70%;
}

.block9 .swiper-button-next {
	right: 10px;
	width: 31px;
	height: 56px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/nextBtn.png) no-repeat;
	background-size: 70%;
}

.block9 .swiper-button-prev:hover {
	transform: scale(1.1);
}

.block9 .swiper-button-next:hover {
	transform: scale(1.1);
}
.block9 .swiper-button-prev1 {
	left: 10px;
	width: 31px;
	height: 56px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/lastBtn.png) no-repeat;
	background-size: 70%;
}

.block9 .swiper-button-next1 {
	right: 10px;
	width: 31px;
	height: 56px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/nextBtn.png) no-repeat;
	background-size: 70%;
}

.block9 .swiper-button-prev1:hover {
	transform: scale(1.1);
}

.block9 .swiper-button-next1:hover {
	transform: scale(1.1);
}
/* .block9 .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background: url(../image/index/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
    z-index: 9;
}

.block9 .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.block9 .swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../image/index/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
    z-index: 9;
}

.block9 .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */

.swiper-no-swiping .arrow {
    display: none;
}

/* 侧边栏 */
.sideBox {
    position: fixed;
    bottom: 10vh;
    right: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.sideBox .imgBox {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.1rem;
}

.sideBox .imgBox img {
    display: block;
    width: 100%;
	height: 100%;
	border-radius: 0.1rem;
	box-shadow: 0px 0px 0.05rem 0.01rem #aaaaaa;
}

.sideBox .imgBox .bottomTier {
    display: none;
}

.sideBox .imgBox:hover .topTier {
    display: none;
}

.sideBox .imgBox:hover .bottomTier {
    display: block;
}



.sideBox .codeBox div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.65rem;
    margin: auto;
    width: 0;
    height: 103px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.sideBox .codeBox.CB1 div {
	height: 120px;
}
.sideBox .codeBox.CB1 div>p {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	width: 100px;
}
.sideBox .codeBox div img {
    width: 100px;
}

.sideBox .CB1:hover div {
    width: 100px;
    transition: .5s;
}

.sideBox .CB2:hover div {
    width: 100px;
    transition: .5s;
}

/* 轮播图 */
#slider .swiper-button-prev {
	left: 15vw;
	width: 31px;
	height: 56px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/lastBtn.png) no-repeat;
	background-size: 100%;
}

#slider .swiper-button-next {
	right: 15vw;
	width: 31px;
	height: 56px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/nextBtn.png) no-repeat;
	background-size: 100%;
}

#slider .swiper-button-prev:hover {
	transform: scale(1.1);
}

#slider .swiper-button-next:hover {
	transform: scale(1.1);
}

#slider .swiper-pagination1 {
    bottom: 70px;
}

#slider .swiper-pagination1 span {
    width: 20px;
    height: 6px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 10px;
}

/* 队列滚动 */
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 370px;
	height: 710px;
}
#certify  .swiper-slide img{
	display:block;
    width: 100%;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url( https://weishijiao.oss-accelerate.aliyuncs.com/website/image/index/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}


@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;

    }
   .phoneClass{display:flex !important}
}

@media screen and (max-width: 992px) {
    /* 头部轮播 */
    #slider .swiper-button-prev {
        background-size: 50%;
    }
    
    #slider .swiper-button-next {
        background-size: 50%;
    }

    /* 数字栏 */
    .block2 .numberBox {
        top: 40px;
        padding: 0;
    }

    .block2 .numberBox div h2 {
        font-size: 20px;
    }
    
    .block2 .numberBox div p {
        font-size: 12px;
    }
    /* 小图标 */
    .block3 .iconBox .imgBox {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .block3 .iconBox {
        font-size: 14px;
    }
    /* 头部简化 */
    .pageHead .infoArea .navBox .navItem .sText {
        display: none;
    }
}
.phoneNav {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(0,0,0,0.15);
    position: fixed;
    color: #fff;
    top:0;
    left:0;
    z-index: 9999
}
.icon-title {
    display: flex;

}
.phoneNav >.icon-title>img{
    height: 20px;
}
.phoneNav >.icon-title>.icon-title-img{
    height: 30px;
}
.icon-right {
    width: 30px;
    height: 30px;
    position: relative;
}
.icon-right-img {
    width: 100%;
    /* transition: all 1s ease-in-out; */
}
.modal_menu {
    position: absolute;
    top: 44px;
    left: -250px;
    width: 300px;
    border-radius: 5px;
    background: rgba(0,0,0,0.8);
    /* z-index: 9999; */
    
    /* color:#000; */
    
}
.modal_item_box {
    animation: topToBottom 0.5s linear;
}
@keyframes topToBottom {

    0% {
  
      height: 0;
  
    }
  
    50% {
        height:80px;
    }
    100% {
        height: 160px;
      /* transform: translateY(0); */
  
    }
  
  }
.modal_menu_item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.15rem;
    display: block;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.lb_method_box {
    position: relative;
}
.lb_method {
    overflow: hidden;
    animation: sceondAnimate 0.5s linear;
}
@keyframes sceondAnimate {
    0% {
        height: 0;
    }
    100% {
        height: 280px;
    }
}
.add_bai_box {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top:50%;
    right: 0;
    transform: translate(0,-50%);
    border-left: 1px solid #ccc;
}
.add_bai {
    width: 15px;
    height: 15px;
    
    
}
.modal_menu_item-active {
    /* background: #fff; */
    color: #FAA537
}
.modal_menu_item :visited {
    color: #FAA537
}
.icon-sanjiao{
    border: 10px solid rgba(0,0,0,.8);
    border-left-color:transparent;
    border-right-color:transparent;
    border-top-color:transparent;
    position: absolute;
    right: 25px;
    top: -20px;
}
/* .compClass {
    display: none;
} */
.phoneNav {
    display: none;
}
.maskPhone {
    display: none;
}
.icon-right-shou {
    display: none;
}
.modal_menu {
    display: none;
}
.six_box {
    width:100%;
    margin-top: 20px;
}
.position_box {
    position: relative;
    width: 100%;
    height: 250px;
}
.six_img{
   position: absolute;
   width: 250px !important;
   height: 250px !important;
    left: 50%;
    top:0;
    transform: translate(-50%,0);
}
.tilte_img {
    position: absolute;
    width: 25% !important;
}
.yin_title {
    right: 2%;
    top: 25%;
    transform: translate(0,-50%);
}
.suo_title {
    right: 0%;
    top: 50%;
    transform: translate(0,-50%);
}
.xin_title {
    right: 2%;
    top: 75%;
    transform: translate(0,-50%);
}
.wen_title {
    left: 2%;
    top: 25%;
    transform: translate(0,-50%);
}
.ying_title {
    left: 0%;
    top: 50%;
    transform: translate(0,-50%);
}
.liu_title {
    left: 2%;
    top: 75%;
    transform: translate(0,-50%);
}
.maskPhone {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    z-index: 100000;
}
.maskImgBox {
    position: absolute;
    top:50%;
    left: 50%;
    width:100%;
    padding:5%;
    transform: translate(-50%,-50%);

}
.maskImgBox img {
    width: 100%;
}