
.sx-index-bg{
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.sx-index-bgs{
    background-color: #f6f8fc;
    width: 100%;
    height: 100%;
}.sx-index-item{
    width: 100%;
    height: 280px;
}
.sx-index-item img{
    width: 100%;
    height: 100%;
}

.sx-index-pttz{
    margin-top: 40px;
    width: 590px;
    height: 458px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(255,111,6,0.2);
    border-radius: 10px;
}
.sx-index-pttz-title{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 62px;
}
.sx-index-pttz-title div:nth-child(1){
    width: 12px;
    height: 9px;
    margin: 0 8px 0 23px;
    background: url("../images/pttz.png") no-repeat;
    background-size: 100% 100%;
}
.sx-index-pttz-title div:nth-child(3){
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 23px 0 auto;
    background: url("../images/youjiantou.png") no-repeat;
    background-size: 100% 100%;
}
.sx-index-pttz .sx-content-right{
    width: 100%;
    padding-left: 23px;
    height: 365px;
}
.sx-index-pttz .sx-content-right-meu{
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.sx-index-pttz .sx-content-right-meu-con{
    width: 459px;
    height: 70px;
}
.sx-index-pttz .sx-content-right-meu-top{
    margin-top: 11px;
}
.sx-index-pttz .sx-content-right-meu-top-times{
    margin-top: 15px;
}
.sx-index-pttz .sx-content-right-meu-title{
    width: 459px;
}
.sx-index-xzzx-con{
    display: flex;
    padding-left: 23px;
    padding-right: 23px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 14px 0 20px 0;
    height: 372px;
    overflow-y: auto;
    overflow-x: hidden;

}
.sx-index-xzzx-con-box{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    width: 256px;
    height: 176px;
    background-color: rgb(255, 248,242);
    border-bottom: 2px solid rgb(255, 248,242);
    margin-bottom: 10px;
}
.sx-index-xzzx-con-box:nth-of-type(2n + 1){
    margin-right: auto;
}
.sx-index-xzzx-con-box:hover{
    border-bottom: 2px solid #ff6f06;
    background-color: #ff6f06;
    color: #fff;
}
/*.sx-index-xzzx-con-box:hover img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0;*/
/*}*/
.sx-index-xzzx-con-box:hover p{
    /*display: none;*/
    color: #fff;
}
.sx-index-xzzx-con-box img{
    width: 70px;
    height: 60px;
    margin-top: 40px;
}
.sx-index-xzzx-con-box a {
    width: 100%;
    margin-top: 24px;
}
.sx-index-swiper{
    width: 100%;
    min-height: 34vw;
}
.sx-index-swiper .swiper-slide img{
    width: 100%;
}
.sx-login{
    width: 352px;
    height: 368px;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    top: 87px;
    right: 124px;
    padding: 27px 26px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    z-index:88;
    border-radius: 5px;
}
.sx-login-box{
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
}
.sx-login-box:hover{
    cursor: pointer;
    opacity: 0.8;
}
.sx-login-box-img-box{
    width: 38px;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 20px;
}
.sx-login-box-text{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}
.login-box1{
    background-color: #4b8af3;
}
.login-box2{
    background-color: #64cd78;
}
.login-box3{
    background-color: #d5432a;
}
.login-box4{
    background-color: #eb7930;
}
.login-box5{
    background-color: #61b6af;
}
.sx-login-box-img1{
    width: 37px;
    height: 32px;
}
.sx-login-box-img2{
    width: 34px;
    height: 33px;
}
.sx-login-box-img3{
    width: 36px;
    height: 28px;
}
.sx-login-box-img4{
    width: 33px;
    height: 34px;
}
.sx-login-box-img5{
    width: 24px;
    height: 32px;
}
/* 联系挂件样式 */
.contact-board{
    width: 70px;
    height: 400px;
    position: fixed;
    background-color: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(23, 98, 0, 0.1);
    border-radius: 10px;
    z-index: 100;
    right: 10px;
    top: 50vh;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.contact-inner{
    position: relative;
    flex: 1;
    width: 100%;
}

.contact-bar{
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.contact-bar>img{
    height: 25px;
}

.contact-bar>p{
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.contact-inner:not(:last-of-type)::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: #ff6f06;
    opacity: 0.3;
}

.contact-other{
    background-color: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(23, 98, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: -10px;
    transform: translateX(-100%);
    display: none;
}

.contact-other1,.contact-other3,.contact-other4{
    width: 180px;
}

.contact-other3,.contact-other4{
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-label{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-num{
    color: #ff6f06;
    font-size: 20px;
    font-weight: 400;
}

.contact-other1-per{
    position: relative;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 16px;
}

.contact-other1-per:not(:last-of-type)::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: #ff6f06;
    opacity: 0.3;
}

.contact-inner:hover .contact-other{
    display: block;
}

.contact-other3 .contact-label,.contact-other4 .contact-label{
    padding-left: 20px;
}

.qrcode-qq,.qrcode-wx{
    width: 130px;
    margin-top: 5px;
}

.contact-other5-main{
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
}

.contact-other5-part{
    position: relative;
    text-align: center;
    flex:1
}

.contact-other5-part img{
    width: 130px;
}

.contact-other5::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 90%;
    top: 50%;
    background-color: #ff6f06;
    opacity: 0.3;
}

.currPage{
    background-color: #ff6f06 !important;
}

.page:hover{
    background-color: #ff6f06 !important;
}