/* 导航开始 */

.daohang {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 74px;
    z-index: 2333;
    /* overflow: hidden; */
}

.daohang .logo {
    width: 83px;
    height: 54px;
    display: block;
}

.daohang .nav {
    align-items: center;
}

.daohang .nav .nav_list {
    line-height: 74px;
    margin-left: 30px;
}

.daohang .nav .nav_list>li {
    /* padding: 0 10px; */
    font-size: 18px;
    margin-right: 32px;
    position: relative;
}

.daohang .nav .nav_list>li a {
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    height: 74px;
    width: 100%;
    font-family: "Alibaba";
    color: rgb(230, 240, 246);
    cursor: pointer;
}

.daohang .nav .nav_list>li:hover a {
    background-color: rgb(0, 121, 233);
}

.daohang .nav .nav_list .meuns {
    display: none;
}

.daohang .nav .nav_list>li:hover .meuns {
    display: block;
    position: absolute;
    left: 0;
    top: 74px;
}

.daohang .nav .nav_list>li:hover .meuns a {
    line-height: 40px;
    width: 100%;
    background-color: rgb(0, 121, 233);
    height: 40px;
}

.daohang .nav .nav_list>li:hover .meuns a:hover {
    background-color: rgb(0, 255, 247);
    color: rgb(0, 35, 107);
}


/* 导航结束 */


/* footer */

footer {
    height: 470px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, rgb(9, 7, 82) 0%, rgb(7, 134, 241) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(9, 7, 82) 0%, rgb(7, 134, 241) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(9, 7, 82) 0%, rgb(7, 134, 241) 100%);
    box-sizing: border-box;
    padding-top: 40px;
}

footer .join-us {
    display: block;
    height: 100px;
    width: 100px;
    background: url(../images/joinus.png) no-repeat center;
    right: 60px;
    bottom: 19px;
    position: fixed;

}

footer .flex-box-left {
    min-width: 765px;
}

footer .intr {
    padding-left: 170px;
    background: url(http://www.idcquan.com/vip/images/logo.png) no-repeat;
    background-position: 24px 0;
    padding-bottom: 40px;
    border-color: rgb(255, 255, 255);
    overflow: hidden;
    background-size: auto 76px;
    padding-right: 24px;
}

footer .intr h2 {
    font-size: 22px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 240, 255);
    text-transform: uppercase;
    margin-top: 18px;
    text-align: left;
    text-shadow: 1.147px 1.638px 0.98px rgba(0, 0, 0, 0.33);
    font-weight: 400;
    margin-bottom: 5px;
}

footer .intr p {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1.147px 1.638px 0.98px rgba(0, 0, 0, 0.33);
}

footer .flex-box-left h4 {
    padding-left: 24px;
    position: relative;
    font-size: 18px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    line-height: 22px;
}

footer .flex-box-left h4::after {
    content: "";
    background-color: rgb(0, 216, 255);
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 18px;
    margin-top: -9px;
}

footer .flex-box-left .footer-contact {
    margin: 38px 0;
}

footer .flex-box-left .footer-contact p {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    line-height: 18px;
    margin-top: 12px;
    padding-left: 24px;
}

footer .flex-box-left .footer-contact .footer-join-us {
    margin-right: 90px;
}

footer .flex-box-left .footer-links p {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    line-height: 18px;
    padding-left: 24px;
    margin-top: 12px;
}

footer .flex-box-left .footer-links p a {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
}

footer .flex-box-right {}

footer .flex-box-right .erm-box {
    width: 140px;
    margin-bottom: 30px;
}

footer .flex-box-right .erm-box img {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

footer .flex-box-right .erm-box p {
    text-align: center;
    color: #fff;
    font-family: "SourceHanSansCNVF";
    font-size: 16px;
    line-height: 20px;
}


/* footer结束 */


/* banner */

.banner a {
    background: url(../images/banner.png) no-repeat center;
    display: block;
    width: 100%;
    height: 300px;
    background-size: auto 300px;
	margin-top:73px;
}


/* 栏目title */

h1.title {
    font-size: 26px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    text-align: center;
    background: no-repeat center;
    background-position-y: 38px;
}

h2.title {
    font-size: 24px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    line-height: 26px;
    text-align: center;
    align-items: center;
}

h2.title img {
    font-size: 24px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    line-height: 26px;
    text-align: center;
    align-items: center;
    margin-left: 10px;
}


/* 会员企业 */

.member-enterprise h1.title {
    background-image: url(../images/member-enterprise.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.member-enterprise .flex-strat {
    flex-wrap: wrap;
}

.member-enterprise .flex-strat .img-box {
    margin-bottom: 20px;
    margin-right: 18px;
    background: url(../images/logo-bg.png) no-repeat center;
    background-size: cover;
    width: 151px;
    height: 66px;
    padding: 4px;
    box-sizing: border-box;
}

.member-enterprise .flex-strat img {
    display: block;
    width: 142px;
    height: 57px;
}

.member-enterprise .flex-strat .img-box:nth-child(6n-6) {
    margin-right: 0;
}


/* italk 最新活动 */

.italk .new-activity {
    position: relative;
    background-color: rgb(230, 242, 255);
    width: 840px;
   /* height: 310px;*/
    box-sizing: border-box;
    padding: 30px 18px 0;
    margin-bottom: 55px;
}

.italk .new-activity h3 {
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    line-height: 49px;
    text-align: center;
    background-image: -moz-linear-gradient(-90deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    width: 282px;
    height: 49px;
    border-radius: 25px 0 25px 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.italk .new-activity p {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    line-height: 28px;
    text-align: left;
    width: 544px;
}



.italk .new-activity p.activety-intr {
    margin-bottom: 30px;
}

.italk .new-activity .img-box {
    margin-bottom: 30px;
    width: 365px;
    height: 243px;
    position: absolute;
    top: 50%;
    margin-top: -122px;
    right: -160px;
}

.italk .new-activity .swiper-container {

    position: relative;
    width: 365px;
    height: 243px;
}

.italk .new-activity .img-box img {
    width: 365px;
    height: 243px;
}

.italk .new-activity .img-box .pagination2 {
    position: absolute;
    right: 14px;
    bottom: 14px;
    /* background-color: aquamarine */
    height: 14px;
}

.italk .new-activity .img-box .pagination2 span {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
}

.italk .new-activity .img-box .pagination2 span.swiper-active-switch {
    background-color: rgb(20, 225, 255);
}

@media screen and (max-width:600px) {
    .w {
        width: 100%;
    }

    body {
        padding-bottom: 0;
    }
    body  h1.title {
        margin: 20px 0;
        
    }
    body  .daohang {
        display: none;
    }

    body  .italk .new-activity {
        /* display: none; */
    }

    body   .italk .new-activity {
        margin: 20px auto 20px;
        width: 95%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
    }

    body  .italk .new-activity p {
        width: 100%;
    }

    body  .italk .new-activity .img-box {
        margin-bottom: 0;
        width: 100%;
        height: 63.25vw;

        position: relative;
        top: auto;
        margin-top: 10px;
        right: auto;
    }

    body .italk .new-activity .swiper-container,
    body  .italk .new-activity .img-box img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    body  footer {
        /* display: none; */
        height: auto;
        position: relative;
        padding-top: 20px;
    }

    body  footer .join-us {
        display: none;
    }

    body  footer .flex-space-between {
        display: block;
    }

    body  footer .flex-box-left {
        min-width: auto;
    }

    body footer .intr {
        padding-left: 90px;
        background: url(../images/logo.png) no-repeat;
        background-position: 2.5% center;
        padding-bottom: 10px;
        border-color: rgb(255, 255, 255);
        overflow: hidden;
        background-size: auto 40px;
        padding-right: 10px;
    }

    body footer .intr h2 {
        font-size: 16px;
        font-family: "SourceHanSansCNVF";
        color: rgb(0, 240, 255);
        text-transform: uppercase;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    body footer .flex-box-left .footer-contact {
        margin: 15px 0;
    }

    body footer .flex-box-left .footer-contact .footer-join-us {
        margin-right: 0px;
        width: 50%;
        margin-left: 2.5%;
    }

    body footer .flex-box-left .footer-contact .footer-contact-us {
        margin-right: 0px;
        width: 47.5%;
    }

    body footer .flex-box-left h4 {
        padding-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    body footer .flex-box-left h4::after {
        width: 3px;
        height: 14px;
        margin-top: -7px;
    }

    body footer .flex-box-left .footer-contact p {
        font-size: 12px;
        font-family: "SourceHanSansCNVF";
        color: rgb(255, 255, 255);
        line-height: 18px;
        margin-top: 12px;
        padding-left: 10px;
    }

    body footer .flex-box-left .footer-links {

        margin-left: 2.5%;
    }

    body footer .flex-box-left .footer-links p {
        font-size: 12px;
        font-family: "SourceHanSansCNVF";
        color: rgb(255, 255, 255);
        line-height: 20px;
        padding-left: 10px;

    }

    body  footer .flex-box-left .footer-links p a {
        font-size: 12px;
        font-family: "SourceHanSansCNVF";
        color: rgb(255, 255, 255);
    }

    body footer .flex-box-right {
        margin-top: 15px;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        padding: 0 2.5%;
        box-sizing: border-box;
    }

    body footer .flex-box-right .erm-box p {
        font-size: 12px;
    }

    body .banner a {
        width: 100%;
        height: 200px;
        background-size: auto 200px !important;
    }
    body  .member-enterprise .flex-strat .img-box {
        margin-bottom: 10px;
        margin-right: 3%;
        width: 30%;
        height: auto;
        padding: 4px;
    }
    body  .member-enterprise .flex-strat img {
        display: block;
        width: 100%;
        height: auto;
    }
    body  .member-enterprise .flex-strat {
        padding: 0 2.5%;box-sizing: border-box;
    }
}