/* common */

.c-bg {
    background: #F6F8FB;
}

.c-pro-left {
    float: left;
}

.c-pro-right {
    float: right;
}


/* */

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* end common */

.c-banner {
    width: 100%;
    position: relative;
    font-size: 0;
}

.c-banner img {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.c-banner-text {
    position: absolute;
    top: 21%;
    left: 19%;
}

.c-banner-text p {
    font-size: .48rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: .373333rem;
}

.c-banner-text p:nth-child(2) {
    width: 57%;
    margin-top: 4.1%;
    font-size: .24rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.c-banner-text div {
    margin-top: 4.1%;
    font-size: 0;
}

.c-banner-text div a {
    display: inline-block;
    color: #4698FF;
    font-size: .213333rem;
    padding: .186667rem .773333rem;
    background-color: #FFFFFF;
    border-radius: 22px;
}

.c-banner-text div a:hover {
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
}

.c-banner-text div a:first-child {
    margin-right: 2.5%;
}

.c-con-title {
    width: 100%;
    background: #FFFFFF;
    padding: .266667rem 0;
    box-sizing: border-box;
    z-index: 99999;
}

.c-tab {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.c-tab li {
    display: inline-block;
    color: #666666;
    font-size: .186667rem;
    font-weight: 500;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    cursor: pointer;
}

.c-tab li a {
    display: block;
    padding: .12rem .266667rem;
}

.c-tab li:hover {
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: 1px solid #DDDDDD;
    color: #FFFFFF;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-tab li:hover a {
    color: #FFFFFF;
}

.c-tab li:not(:last-child) {
    margin-right: 2.5%;
}

.c-tab-on {
    background: linear-gradient(90deg, #67aaff, #4698ff);
}

.c-tab-on a {
    color: #FFFFFF;
}

.c-item-box {
    padding-top: 4.1%;
    padding-bottom: 8.3%;
}

.c-tab-content li {
    padding-bottom: 10px;
}

.c-tab-content li:not(:first-child) {
    margin-top: 10%;
}

.c-list-img {
    width: 45%;
    height: 6.666667rem;
    font-size: 0;
}

.c-list-img img {
    width: 100%;
    height: auto;
    transform: translateY(10%);
    max-width: 80%;
    max-height: 80%;
}

.c-list {
    width: 46%;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(70, 152, 255, 0.1);
    border-radius: 8px;
    padding: .653333rem .386667rem .266667rem .426667rem;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s eease-out;
    transition: all 0.3s ease-out;
}

.c-list:hover {
    box-shadow: 0px 10px 20px 0px rgba(70, 152, 255, .5);
}

.c-list>div {
    overflow: hidden;
}

.c-list>div span {
    font-size: .48rem;
    font-weight: bold;
    color: #4698FF;
}

.c-list>div span:last-child {
    color: #EEEEEE;
}

.c-list p:nth-child(2) {
    margin-top: 18.5%;
    font-size: .48rem;
    font-weight: bold;
    color: #282828;
}

.c-list p:nth-child(3) {
    margin-top: 8.8%;
    font-size: .213333rem;
    color: #282828;
    line-height: .426667rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.c-list div:last-child {
    font-size: 0;
}

.c-list div:nth-child(4) {
    margin-top: 6.8%;
}

.c-list div a {
    display: inline-block;
    padding: .12rem .346667rem;
    font-size: .213333rem;
    color: #4698FF;
    font-weight: 500;
    background: rgba(70, 152, 255, 0);
    border: 1px solid #4698FF;
    border-radius: 20px;
    cursor: pointer;
}

.c-list .c-item1-btn a:hover {
    background-color: #4698FF;
    color: #FFFFFF;
}

.c-list div a:nth-child(2) {
    margin: 0 1.8%;
}

.c-list .c-item-btn a {
    background: linear-gradient(90deg, #67aaff, #4698ff);
    color: #FFFFFF;
}

.c-tab-content .c-list .c-item-btn {
    margin-top: 18%;
}


/* 奇数行控制 */

.c-tab-content li:nth-child(odd) .c-list-img {
    margin-left: 6.2%;
    float: right;
}

.c-tab-content li:nth-child(odd) .c-list {
    float: left;
}

.c-tab-content li:nth-child(odd) .c-list .c-item1-btn {
    text-align: right;
}


/* 偶数行控制 */

.c-tab-content li:nth-child(even) .c-list-img {
    float: left;
}

.c-tab-content li:nth-child(even) .c-list {
    float: right;
}

.c-tab-content li:nth-child(even) .c-list-img {
    margin-right: 6.2%;
}


/* end product */


/* dingding */

.c-dingding p:nth-child(2) {
    width: 50%;
}

.c-dd-ul li {
    height: 8rem;
}

.c-dd-ul li dl {
    height: 100%;
}

.c-dd-ul li dl dd {
    width: 50%;
    height: 100%;
    font-size: 0;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}

.c-dd-ul li dl dd:first-child {
    text-align: center !important;
}

.c-dd-ul li dl dd img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 90%;
}


/* .c-dd-ul li:nth-child(4) dl dd img {

    width: auto;

    height: 100%;

} */

.c-dd-ul li dl dd p:first-child {
    margin-top: 20%;
    font-size: .96rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(90deg, #67aaff, #4698ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-dd-ul li dl dd p:nth-child(2) {
    margin-top: 8.3%;
    font-size: .48rem;
    font-weight: bold;
    color: #282828;
}

.c-dd-ul li dl dd p:nth-child(3) {
    margin-top: 7.5%;
    font-size: .213333rem;
    color: #282828;
    line-height: .426667rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.c-dd-ul li dl dd div {
    margin-top: 10%;
    font-size: 0;
}

.c-dd-ul li:nth-child(3) dd div {
    margin-top: 5%
}

.c-dd-ul li dl dd a {
    font-size: .186667rem;
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: 20px;
    padding: .173333rem .493333rem;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-dd-ul li dl dd a:hover {
    color: #4698ff;
    background: #FFFFFF;
    border: 1px solid #4698ff;
}

.c-dd-ul li:nth-child(odd) {
    background: #F6F8FB;
}

.c-dd-ul li:nth-child(odd) dl dd {
    float: right;
}


/* .c-dd-ul li:nth-child(odd) dl dd:nth-child(2) {

    padding-right: 10%;

} */

.c-dd-ul li:nth-child(even) dl dd {
    float: left;
    text-align: right;
}


/* end dingding */


/* download */

.c-bg-img {
    width: 100%;
    background: url(../images/c-bg3.png) no-repeat;
}

.c-nav {
    font-size: 0;
    padding: 18px 0;
}

.c-nav a {
    font-size: 0;
}

.c-nav a img {
    width: 15px;
    height: 15px;
}

.c-nav a span {
    font-size: .186667rem;
    color: #999999;
}

.c-nav a {
    font-size: .186667rem;
    color: #999999;
}

.c-nav a:hover {
    color: #999999;
}

.c-dl-content {
    margin-top: 2%;
}

.c-dl-content p {
    text-align: center;
    color: #282828;
}

.c-dl-content>p:first-child {
    font-size: .48rem;
    font-weight: bold;
}

.c-dl-content>p:nth-child(2) {
    font-size: .213333rem;
    margin-top: 1.5%;
}

.c-dl-content ul {
    margin-top: 8.2%;
    padding-bottom: 8.9%;
    font-size: 0;
    text-align: center;
}

.c-dl-content ul li {
    position: relative;
    display: inline-block;
    width: 16.6%;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    padding: 50px 0 30px 0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s eease-out;
    transition: all 0.3s ease-out;
}

.c-dl-content ul li:not(:last-child) {
    margin-right: 4.1%;
}

.c-dl-content ul li a {
    display: block;
}

.c-dl-content ul li img {
    height: 100%;
    width: auto;
    max-height: .8rem;
}

.c-hide-box {
    position: absolute;
    top: 5%;
    width: 100%;
    display: none;
}

.c-dl-content ul li .c-hide-box img {
    max-height: 2.133333rem;
}

.c-dl-content ul li .c-hide-box p {
    margin-top: 0;
}

.c-dl-content ul li p {
    margin-top: 22%;
    font-size: .213333rem;
    color: #282828;
}

.c-dl-content ul li:hover {
    box-shadow: 0px 0px 20px 1px #4698ff;
}

.c-dl-content ul li:hover p {
    color: #4698ff;
}

.c-dl-content ul li:nth-child(1):hover a>img,
.c-dl-content ul li:nth-child(1):hover a>p {
    opacity: 0;
}

.c-dl-content ul li:nth-child(2):hover a>img,
.c-dl-content ul li:nth-child(2):hover a>p {
    opacity: 0;
}

.c-dl-content ul li:hover .c-hide-box {
    display: block;
}


/* end download */


/* yitiji */

.c-yt-item>p {
    padding-top: 6.6%;
    font-size: .48rem;
    color: #282828;
    font-weight: bold;
    text-align: center;
}

.c-nt-ul {
    font-size: 0;
    margin-top: 4.1%;
}

.c-nt-ul li {
    width: 23%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.c-nt-ul li:not(:last-child) {
    margin-right: 2.5%;
}

.c-nt-ul li p:nth-child(2) {
    margin-top: 10%;
    font-size: .213333rem;
    font-weight: bold;
    color: #282828;
}

.c-nt-ul li p:last-child {
    margin-top: 5.6%;
    font-size: .186667rem;
    color: #666666;
}

.c-yt-item-con1 {
    margin-top: 4.1%;
    padding-bottom: 6.66%;
    height: 4.973333rem;
    text-align: center;
}

.c-yt-item-con1 ul {
    display: inline-block;
    width: 43.3%;
    text-align: left;
}

.c-yt-item-con1 img {
    margin-left: 4.66%;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.c-yt-item-con1 ul li:nth-child(odd) {
    margin-bottom: 3.2%;
    font-size: .24rem;
    font-weight: bold;
    color: #282828;
}

.c-yt-item-con1 ul li:nth-child(even) {
    margin-bottom: 5.5%;
    font-size: .186667rem;
    color: #666666;
}

.c-ys-ul {
    font-size: 0;
    margin-top: 8.2%;
    padding-bottom: 6.3%;
}

.c-ys-ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 23.6%;
    height: 3.733333rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(70, 152, 255, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 .4rem;
    vertical-align: top;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s eease-out;
    transition: all 0.3s ease-out;
}

.c-ys-ul li:hover {
    box-shadow: 0px 6px 20px 0px rgba(70, 152, 255, 0.5);
}

.c-ys-ul li:not(:last-child) {
    margin-right: .266667rem;
}

.c-ys-ul li img {
    position: absolute;
    top: -17%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 35%;
}

.c-ys-ul li div {
    width: 80px;
    height: 2px;
    background-color: #4698FF;
    margin: .4rem auto 0;
}

.c-ys-ul li p:nth-child(2) {
    margin-top: 1.066667rem;
    font-size: .213333rem;
    color: #282828;
    font-weight: bold;
}

.c-ys-ul li p:last-child {
    margin-top: .4rem;
    font-size: .186667rem;
    color: #282828;
}

.c-key p:first-child {
    margin-bottom: 0;
}

.c-key p:nth-child(2) {
    padding-top: 20px;
    font-size: .213333rem;
    font-weight: normal;
}

.c-cir-box {
    margin-top: 4.1%;
    text-align: center;
    font-size: 0;
    position: relative;
}

.c-cir-box .cir-bg {
    position: relative;
    width: 447px;
    height: 444px;
}


/* 动画 */

@keyframes warn {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
    25% {
        transform: scale(2);
        -webkit-transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(3);
        -webkit-transform: scale(1.2);
        opacity: 0.3;
    }
    75% {
        transform: scale(4);
        -webkit-transform: scale(1.5);
        opacity: 0.5;
        background-color: #D4E5FB;
    }
    100% {
        transform: scale(5);
        -webkit-transform: scale(2);
        opacity: 0.0;
    }
}


/* @keyframes warn1 {

    0% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0.0;

    }

    25% {

        transform: scale(1.5);

        -webkit-transform: scale(1);

        opacity: 0.1;

    }

    50% {

        transform: scale(1.7);

        -webkit-transform: scale(1);

        opacity: 0.3;

    }

    75% {

        transform: scale(2);

        -webkit-transform: scale(1.2);

        opacity: 0.5;

    }

    100% {

        transform: scale(2.3);

        -webkit-transform: scale(1.7);

        opacity: 0.0;

    }

}



@keyframes warn2 {

    0% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0.0;

    }

    25% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0.1;

    }

    50% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0.3;

    }

    75% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0.5;

    }

    100% {

        transform: scale(2.5);

        -webkit-transform: scale(1.3);

        opacity: 0.0;

    }

}



@-webkit-keyframes warn {

    0% {

        transform: scale(0);

        -webkit-transform: scale(0);

        opacity: 0.0;

    }

    25% {

        transform: scale(0);

        -webkit-transform: scale(0);

        opacity: 0.1;

    }

    50% {

        transform: scale(0.1);

        -webkit-transform: scale(0.1);

        opacity: 0.3;

    }

    75% {

        transform: scale(0.5);

        -webkit-transform: scale(0.5);

        opacity: 0.5;

    }

    100% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0.0;

    }

}

 */


/* 中心固定不动 */

.dot {
    position: absolute;
    width: 285px;
    height: 285px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #D4E5FB;
    z-index: -2;
}


/* 产生动画（向外扩散变大）的圆圈  */

.pulse {
    position: absolute;
    width: 285px;
    height: 285px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: warn 4s ease-out;
    -moz-animation: warn 4s ease-out;
    animation: warn 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #D4E5FB;
}


/* 

.pulse1 {

    position: absolute;

    width: 285px;

    height: 285px;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    z-index: -1;

    opacity: 0;

    -webkit-animation: warn1 4s ease-out;

    -moz-animation: warn1 4s ease-out;

    animation: warn1 4s ease-out;

    -webkit-animation-iteration-count: infinite;

    -moz-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

    background-color: #E4EEFB;

}



.pulse2 {

    position: absolute;

    width: 285px;

    height: 285px;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    z-index: 1;

    opacity: 0;

    -webkit-animation: warn2 4s ease-out;

    -moz-animation: warn2 4s ease-out;

    animation: warn2 4s ease-out;

    -webkit-animation-iteration-count: infinite;

    -moz-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

} */

#LRdiv0 {
    display: none !important;
}

.c-cir-box>img {
    height: 100%;
    width: auto;
    opacity: 0;
}

.c-cir-box ul li {
    position: absolute;
}

.c-img-ul li:nth-child(1) {
    top: 25%;
    left: 41%;
}

.c-img-ul li:nth-child(2) {
    top: 25%;
    right: 41%;
}

.c-img-ul li:nth-child(3) {
    top: 50%;
    left: 36%;
    transform: translateY(-50%);
}

.c-img-ul li:nth-child(4) {
    top: 50%;
    right: 36%;
    transform: translateY(-50%);
}

.c-img-ul li:nth-child(5) {
    bottom: 25%;
    left: 41%;
}

.c-img-ul li:nth-child(6) {
    bottom: 25%;
    right: 41%;
}

.c-text-ul li:nth-child(1) {
    top: 15%;
    left: 20%;
}

.c-text-ul li:nth-child(2) {
    top: 15%;
    right: 16%;
}

.c-text-ul li:nth-child(3) {
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}

.c-text-ul li:nth-child(4) {
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
}

.c-text-ul li:nth-child(5) {
    bottom: 15%;
    left: 13%;
}

.c-text-ul li:nth-child(6) {
    bottom: 15%;
    right: 26%;
}

.c-text-ul li p:first-child {
    font-size: .266667rem;
    font-weight: bold;
    color: #4698FF;
}

.c-text-ul li p:last-child {
    margin-top: .173333rem;
    font-size: .186667rem;
    color: #282828;
}

.c-text-ul li:nth-child(odd) p {
    text-align: right;
}

.c-text-ul li:nth-child(even) p {
    text-align: left;
}

.c-cp-ul {
    margin-top: 4.1%;
    padding-bottom: 6.6%;
    font-size: 0;
    text-align: center;
}

.c-cp-ul li {
    position: relative;
    display: inline-block;
    width: 31.6%;
    height: 7.04rem;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: left;
    vertical-align: top;
    font-size: 0;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, .1);
}

.c-cp-ul li:nth-child(2) {
    margin: 0 .266667rem;
}

.c-cp-ul li div.img-box {
    overflow: hidden;
}

.c-cp-ul li div.img-box img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-cp-ul li div.img-box img:hover {
    transform: scale(1.1);
}

.c-cp-ul li>div.text-box {
    padding: 0 5.2%;
    font-size: 0;
}

.c-cp-ul li>div.text-box p:first-child {
    margin-top: 7.8%;
    font-size: .266667rem;
    color: #282828;
    font-weight: bold;
}

.c-cp-ul li>div.text-box p span {
    color: #282828;
}

.c-cp-ul li>div.text-box p:nth-child(2) {
    margin-top: 4.7%;
    padding-bottom: 7.8%;
    font-size: .186667rem;
    color: #999999;
    line-height: .293333rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.c-cp-ul li>div.text-box a {
    position: absolute;
    bottom: 4.8%;
    display: inline-block;
    padding: .173333rem .306667rem;
    font-size: .186667rem;
    color: #FFFFFF;
    border-radius: 20px;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-cp-ul li>div.text-box a:last-child {
    left: 39%;
    margin-left: 5.2%;
}

.c-cp-ul li>div.text-box a:hover {
    background: #FFFFFF;
    border: 1px solid #4698ff;
    color: #4698ff;
}


/* end yitiji */


/* submit */

.c-sub-con {
    overflow: hidden;
    height: 100vh;
}

.c-sub-box1 {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, #67aaff, #8346FF);
    font-size: 0;
}

.c-sub-box2 {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #F6F8FB;
}

.c-sub-box1 a {
    display: inline-block;
    margin: 5.2% 0 0 6.2%;
    padding: .173333rem .306667rem;
    background: rgba(243, 243, 243, 0);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-size: .186667rem;
    color: #FFFFFF;
}

.c-sub-box1 div {
    width: 52%;
    height: 9.333333rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/c-bg2.png);
    text-align: center;
}

.c-sub-box1 div>p:first-child {
    font-size: .48rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 26%;
}

.c-sub-box1 div ul {
    margin-top: 19.5%;
    font-size: 0;
    padding-bottom: 30%;
}

.c-sub2 div ul {
    padding-bottom: 0;
}

.c-sub-box1 div ul li {
    display: inline-block;
    width: 50%;
}

.c-sub-box1 div ul li:nth-child(3),
.c-sub-box1 div ul li:nth-child(4) {
    margin-top: .4rem;
}

.c-sub-box1 div ul li img {
    height: 100%;
    width: auto;
}

.c-sub-box1 div ul li p {
    margin-top: .173333rem;
    color: #FFFFFF;
    font-size: .186667rem;
}

.c-sub-box1 div>p:last-child {
    font-size: .186667rem;
    color: rgba(255, 255, 255, .5);
    padding-bottom: 20px;
}

.c-sub-box1 div .tishi {
    margin-top: 10%;
    text-align: center;
    margin: 5% auto;
}

.c-sub-box1 div .tishi li {
    display: inline-block;
    border-bottom: 0;
    padding-bottom: .16rem;
    width: auto;
    text-align: left;
}

.c-sub-box1 div .tishi li:first-child {
    margin-right: 5%;
}

.c-sub-box1 div .tishi li img {
    width: auto;
    height: auto;
}

.c-sub-box1 div .tishi li p {
    font-size: .186667rem;
    color: #FFFFFF;
}

.c-sub-box1 div .tishi li span {
    margin-top: .133333rem;
    font-size: .32rem;
    color: #FFFFFF;
}

.c-sub-box2>div {
    width: 52%;
    height: 9.333333rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .666667rem;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(53, 53, 53, 0.1);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

.c-sub-box2 div>p {
    margin-top: 10.1%;
    font-size: .266667rem;
    font-weight: bold;
    color: #282828;
    text-align: left;
}

.c-sub-box2 div>ul {
    margin-top: 10%;
    text-align: left;
}

.c-sub-box2 div>ul>li {
    position: relative;
    font-size: 0;
    padding-bottom: .16rem;
    border-bottom: 1px solid #EEEEEE;
}

.c-sub-box2 div>ul:nth-child(2)>li:not(:first-child) {
    margin-top: 29px;
}

.c-sub-box2 div>ul>li span {
    font-size: 14px;
    color: #282828;
}

.c-sub-box2 div>ul>li input {
    width: calc(100% - 1.333333rem);
    border: 0;
    outline: 0;
}

.c-sub-box2 div>ul>li input:focus {
    border: 0;
}

.c-sub-box2 div>ul>li .position {
    width: calc(100% - 1.333333rem);
    border: 0;
    color: #BBBBBB;
    font-size: 14px;
}

.c-sub-box2 div>ul>li .position option {
    font-size: 14px;
    color: #4698ff;
}

.c-sub-box2 div>ul:nth-child(2)>li>img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-sub-box2 div>ul>li:nth-child(4),
.c-sub-box2 div>ul>li:nth-child(5) {
    position: relative;
}

.c-submenu1,
.c-submenu2 {
    display: none;
}

.c-dropdown {
    position: absolute;
    top: .466667rem;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 999;
}

.c-dropdown li {
    text-align: right;
    padding: .066667rem 0;
}

.c-dropdown li:hover a {
    color: #67aaff;
}

.c-dropdown li:not(:first-child) {
    margin-top: .133333rem;
}

.c-dropdown li>a {
    font-size: .186667rem;
    color: #282828;
}

.c-sub-box2 div button {
    text-align: center;
    display: inline-block;
    margin-top: 10%;
    font-size: .186667rem;
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border: 1px solid #4698ff;
    border-radius: .266667rem;
    width: 1.733333rem;
    height: .533333rem;
    line-height: .533333rem;
    cursor: pointer;
    outline: none;
}

.c-sub-box2 div button:hover {
    background: rgba(0, 0, 0, 0);
    color: #4698ff;
    border: 1px solid #4698ff;
}

.c-sub-box2 div img {
    text-align: left;
}

.c-sub-box2 div ul:last-child {
    font-size: 0;
}

.c-sub-box2 div>ul:last-child li {
    display: inline-block;
    border-bottom: 0;
}

.c-sub-box2 div ul:last-child li:last-child {
    margin-left: .16rem;
}

.c-sub-box2 div ul:last-child li p {
    font-size: .186667rem;
    color: #666666;
}

.c-sub-box2 div ul:last-child li span {
    margin-top: .133333rem;
    font-size: .32rem;
    color: #666666;
}


/* 弹窗 */

.Tanc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Tanc .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.c-tanchuang {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25.5%;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    z-index: 9999;
    font-size: 0;
}

.c-tanchuang img {
    margin-top: 8.2%;
}

.c-tanchuang p:nth-child(2) {
    margin-top: 2.8%;
    font-size: .266667rem;
    color: #67aaff;
}

.c-tanchuang p:nth-child(3) {
    margin-top: 5.9%;
    font-size: .186667rem;
    color: #282828;
}

.c-tanchuang button {
    margin-top: 10.9%;
    width: 24%;
    font-size: .186667rem;
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border: 1px solid #4698ff;
    border-radius: .266667rem;
    padding: .173333rem 0;
    outline: none;
}

.c-tanchuang #LR_User_Icon0 {
    display: inline;
}

.c-tanchuang #LR_User_Icon0 a {
    display: inline-block;
    width: 24%;
    margin-top: 10.9%;
    font-size: .186667rem;
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border: 1px solid #4698ff;
    border-radius: .266667rem;
    padding: .173333rem 0;
    outline: none;
    margin-left: 5%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.c-tanchuang #LR_User_Icon0 a:hover {
    background: rgba(0, 0, 0, 0);
    color: #4698ff;
}

.c-tanchuang button:hover {
    background: rgba(0, 0, 0, 0);
    color: #4698ff;
}


/* end submit */


/* hzhb */

.c-hb-item {
    padding: 4.1% 0 5.3%;
    text-align: center;
}

.c-item-title {
    font-size: .48rem;
    color: #282828;
    font-weight: bold;
}

.c-hzhb-ul {
    font-size: 0;
}

.c-hzhb-ul li {
    display: inline-block;
    vertical-align: top;
}

.c-hzhb-ul li p:nth-child(2) {
    font-size: .266667rem;
    color: #282828;
    font-weight: bold;
}

.c-hzhb-ul li p:nth-child(3) {
    font-size: .186667rem;
    color: #282828;
}

.c-hb-ul {
    margin-top: 1.7%;
}

.c-hb-ul li {
    width: 50%;
}

.c-hb-ul li img {
    width: 26%;
    height: auto;
}

.c-hb-ul li p:nth-child(3) {
    margin-top: .24rem;
}

.c-lx-bg {
    background: url(../images/c-bg4.png);
}

.c-lx-item {
    padding: 3.6% 0 5%;
    text-align: center;
}

.c-t-color {
    color: #FFFFFF !important;
}

.c-lx-ul {
    margin-top: 4.1%;
}

.c-lx-ul li {
    position: relative;
    width: 31%;
    height: 6.666667rem;
    padding: 0 .266667rem;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
}

.c-lx-ul li:nth-child(2) {
    margin: 0 2.5%;
}

.c-lx-ul li img {
    margin: .8rem 0 .666667rem 0;
    width: 38.9%;
    height: auto;
}

.c-lx-ul li p:nth-child(2) {}

.c-lx-ul li p:nth-child(3) {
    margin-top: .2rem;
    text-align: left;
    line-height: .293333rem;
}

.c-lx-ul li div {
    width: calc(100% - .533333rem);
    font-size: 0;
    position: absolute;
    bottom: 10.2%;
    text-align: center;
}

.c-lx-ul li div a {
    display: inline-block;
    font-size: .186667rem;
    border-radius: .266667rem;
    width: 1.733333rem;
    height: .533333rem;
    line-height: .533333rem;
}

.c-lx-ul li div a:first-child {
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    margin-right: 9.1%;
}

.c-lx-ul li div a:last-child {
    color: #282828;
    border: 1px solid #DDDDDD;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-lx-ul li div a:last-child:hover {
    background: #DDDDDD;
    border: 1px solid rgba(246, 246, 246, 0);
}

.c-jh-item {
    padding: 4.1% 0;
    text-align: center;
}

.c-jh-item p:nth-child(2) {
    margin-top: 1.5%;
    font-size: .213333rem;
    color: #282828;
}

.c-jh-ul {
    margin-top: 2.5%;
}

.c-jh-ul li {
    width: 23.6%;
    height: 6.666667rem;
    background: #FFFFFF;
    border-radius: .266667rem;
    position: relative;
}

.c-jh-ul li img {
    width: 100%;
    height: auto;
}

.c-jh-ul li:not(:last-child) {
    margin-right: 1.7%;
}

.c-jh-ul li>div p:nth-child(1) {
    margin-top: 10.2%;
    font-size: .266667rem;
    color: #282828;
}

.c-jh-ul li>div p:nth-child(2) {
    margin-top: 6.6%;
    font-size: .186667rem;
    color: #282828;
    font-weight: normal;
    line-height: .293333rem;
}

.c-jh-ul li>div {
    padding: 0 .266667rem;
}

.c-jh-ul li>div>div {
    position: absolute;
    bottom: .266667rem;
    width: calc(100% - .533333rem);
}

.c-jh-ul li>div>div a {
    display: inline-block;
    font-size: .186667rem;
    border-radius: .266667rem;
    width: 1.466667rem;
    height: .533333rem;
    line-height: .533333rem;
}

.c-jh-ul li>div>div a:first-child {
    color: #FFFFFF;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    margin-right: 5%;
}

.c-jh-ul li>div>div a:last-child {
    color: #282828;
    border: 1px solid #DDDDDD;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-jh-ul li>div>div a:last-child:hover {
    background: #DDDDDD;
    border: 1px solid rgba(246, 246, 246, 0);
}

.c-zs-item {
    text-align: center;
    padding-bottom: 2.6%;
}

.c-zs-ul {
    margin-top: 4.1%;
    font-size: 0%;
}

.c-zs-ul li {
    display: inline-block;
    margin-bottom: 4.1%;
    width: 16.6%;
    height: 2.666667rem;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(53, 53, 53, 0.1);
    vertical-align: top;
}

.c-zs-ul li:not(:nth-child(5n)) {
    margin-right: 4.1%;
}

.c-zs-ul li a {
    display: block;
}


/* end hzhb */


/* qbbiaoqian */

.c-con {
    overflow: hidden;
}

.c-left {
    float: left;
    width: 68.3%;
    padding-bottom: 9.7%;
}

.c-right {
    float: left;
    width: 29.1%;
    margin-left: 2.5%;
}


/* .c-biaoqian-con {

    margin-left: 2.5%;

    margin-right: 2.5%;

} */

.ln-letters {
    font-size: 0;
    border-bottom: 1px solid #EEEEEE;
}

.ln-letters a {
    display: inline-block;
    margin-bottom: 1.2%;
    width: 4.3%;
    height: .48rem;
    background: rgba(246, 246, 246, 0);
    border: 1px solid #4698FF;
    border-radius: 4px;
    text-align: center;
    color: #4698FF;
    font-size: .186667rem;
    font-weight: bold;
    line-height: .48rem;
}

.ln-letters a:not(:nth-child(17)) {
    margin-right: 1.2%;
}

.ln-letters a:hover {
    background-color: #4698FF;
    color: #FFFFFF;
}

.ln-letters a.ln-selected {
    background-color: #4698FF;
    color: #FFFFFF;
}

.c-left-nav {
    padding: .133333rem .133333rem .133333rem;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: .106667rem;
    box-sizing: border-box;
}

.c-left-nav-letter {
    font-size: 0;
    border-bottom: 1px solid #EEEEEE;
}

.c-left-nav-letter li {
    display: inline-block;
    margin-bottom: 1.2%;
    width: 4.3%;
    height: .48rem;
    background: rgba(246, 246, 246, 0);
    border: 1px solid #4698FF;
    border-radius: 4px;
    text-align: center;
    color: #4698FF;
    font-size: .186667rem;
    font-weight: bold;
    line-height: .48rem;
}

.c-left-nav-letter li {
    margin-right: 1.2%;
}

.c-left-nav-letter li.on {
    background-color: #4698FF;
    color: #FFFFFF;
}

.c-left-nav-letter li:hover {
    background-color: #4698FF;
    color: #FFFFFF;
}

.c-left-nav-letter-on {
    background-color: #4698FF;
    color: #FFFFFF;
}

.c-left-nav-con {
    margin-top: 1.1%;
    font-size: 0;
}

.c-left-nav-con li {
    display: inline-block;
    margin-bottom: 1.2%;
    padding: .146667rem .266667rem;
    background: rgba(246, 246, 246, 0);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-left-nav-con li:hover {
    background: #DDDDDD;
    border: 1px solid rgba(246, 246, 246, 0);
}

.c-left-nav-con li a {
    display: block;
    text-align: center;
    font-size: .186667rem;
    color: #282828;
}

.c-left-nav-con li {
    margin-right: 2%;
}

.c-left-nav-con-on {
    display: block;
}

.c-left-sj {
    display: none;
}

.c-left-title {
    margin-top: 3.5%;
    margin-bottom: 2.4%;
    font-size: 0;
}

.c-left-title a {
    display: inline-block;
    padding: .146667rem .266667rem;
    font-size: .186667rem;
    color: #282828;
    background: rgba(246, 246, 246, 0);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 1.2%;
}

.c-left-title span {
    font-size: .213333rem;
    font-weight: bold;
    color: #4698FF;
}

.c-list-ul>li {
    width: 100%;
    padding: .266667rem .266667rem .133333rem .133333rem;
    margin-bottom: 2.4%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    font-size: 0;
    box-shadow: 0px .133333rem .133333rem 0px rgba(53, 53, 53, 0.1);
}

.c-list-ul>li>img {
    height: 100%;
    width: auto;
    line-height: 2.666667rem;
    max-width: 260px;
}

.c-list-ul-r {
    margin-left: 2.5%;
    display: inline-block;
    width: 64%;
    vertical-align: top;
}

.c-list-ul-r p:first-child a {
    font-size: .266667rem;
    font-weight: bold;
    color: #282828;
}

.c-list-ul-r p:first-child span {
    font-size: .186667rem;
    color: #FFFFFF;
    background-color: #FF8E32;
    padding: .066667rem;
    border-radius: .053333rem;
    margin-right: 1%;
}

.c-list-ul-r p:nth-child(2) {
    font-size: .186667rem;
    color: #999999;
    margin: 3.5% 0;
}

.c-list-ul-r p:nth-child(3) {
    font-size: .186667rem;
    color: #282828;
    line-height: .32rem;
    margin-bottom: 2.5%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-list-ul-r>ul {
    font-size: 0;
    display: inline-block;
    width: 78%;
}

.c-list-ul-r>ul>li {
    display: inline-block;
    height: .426667rem;
    /* width: 1.333333rem; */
    box-sizing: border-box;
    background: rgba(243, 243, 243, 0);
    border: 1px solid #FF8E32;
    border-radius: .213333rem;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    padding: 0 .133333rem;
}

.c-list-ul-r>ul>li a {
    text-align: center;
    line-height: .426667rem;
}

.c-list-ul-r>ul>li:hover {
    background: #FF8E32;
}

.c-list-ul-r>ul>li:hover a {
    color: #FFFFFF;
}

.c-list-ul-r>ul>li>a {
    display: block;
    font-size: .186667rem;
    color: #FF8E32;
}

.c-list-ul-r>ul>li:not(:last-child) {
    margin-right: .133333rem;
}

.c-list-ul-r>a {
    display: inline-block;
    font-size: .186667rem;
    height: .426667rem;
    width: 1.333333rem;
    line-height: .426667rem;
    color: #EEEEEE;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: .213333rem;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-list-ul-r>a:hover {
    background: #FFFFFF;
    color: #4698ff;
    border: 1px solid #4698ff;
}

.c-right-item {
    padding-bottom: 3.4%;
    border-radius: .106667rem;
    background-color: #FFFFFF;
    font-size: 0;
}

.c-left-item {
    font-size: 0;
    padding-bottom: 3.4%;
    border-radius: .106667rem;
}

.c-right-item .c-right-item-title {
    background-color: #4698FF;
    height: .8rem;
    border-radius: 8px 8px 0px 0px;
}

.c-right-item .c-right-item-title img {
    margin-left: 6%;
    transform: translateY(25%);
    vertical-align: baseline;
}

.c-right-item .c-right-item-title span {
    margin-left: 2.2%;
    font-size: .266667rem;
    color: #FFFFFF;
    line-height: .8rem;
}

.c-right-item-ul1 {
    padding: 0 5.7%;
    margin-top: 5.7%;
}

.c-right-item-ul1 li {
    display: inline-block;
    padding: .146667rem .266667rem;
    margin-bottom: 2.8%;
    background: rgba(246, 246, 246, 0);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.c-right-item-ul1 li:hover {
    background: #DDDDDD;
    border: 1px solid rgba(246, 246, 246, 0);
}

.c-right-item-ul1 li a {
    display: block;
    font-size: .186667rem;
    color: #282828;
}

.c-right-item-ul1 li {
    margin-right: 2%;
}

.c-right-item-ul2 {
    padding: 0 5.7%;
}

.c-right-item-ul2 li {
    padding: .213333rem 0;
    border-bottom: 1px solid #EEEEEE;
}

.c-right-item-ul2 li a {
    display: block;
    font-size: .213333rem;
    color: #282828;
}

.c-biaoqian-box {
    margin-top: 8.5%;
}


/* end qbbiaoqian */


/* hehuoren */

.c-hehuiren {
    padding-bottom: 4.1%;
}

.c-content {
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 2.1%;
    padding-bottom: 3%;
}

.c-content-box {
    padding: 0 1.6%;
    text-align: center;
}

.c-content-box p:first-child {
    padding-top: 2.5%;
    font-weight: bold;
    font-size: .32rem;
    color: #282828;
}

.c-content-box p:nth-child(2) {
    font-size: .213333rem;
    color: #282828;
    width: 77%;
    margin: 1.5% auto 0;
}

.c-content-table {
    width: 100%;
    margin-top: 2.5%;
    border-collapse: collapse;
    border: 1px solid #4698FF;
}

.c-content-table tr {
    height: .666667rem;
}

.c-content-table tr:nth-child(odd) {
    background-color: rgba(70, 152, 255, .1);
}

.c-content-table tr:first-child {
    height: .8rem;
}

.c-content-table tr:not(:first-child) td:not(:nth-child(2)) {
    text-align: left;
    padding-left: .253333rem;
}

.c-content-table tr th {
    width: 22.9%;
    border: 1px solid #C1DCFF;
}

.c-content-table tr th:first-child {
    width: 16.6%;
}

.c-content-table tr th:nth-child(2) {
    width: 11.2%;
}

.c-content-table tr th {
    font-size: .213333rem;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #4698FF;
}

.c-content-table tr td {
    font-size: .186667rem;
    color: #282828;
    border: 1px solid #C1DCFF;
}

.c-table1 tr:nth-child(6) td,
.c-table1 tr:nth-child(7) td {
    padding: .16rem 0;
}

.c-table1 tr:nth-child(12) td,
.c-table1 tr:nth-child(13) td {
    padding: .133333rem 0;
}

.c-table2 tr:nth-child(3) td:last-child {
    text-align: left;
    padding-left: .253333rem;
}

.c-content-box2 p:nth-child(2) {
    width: 100%;
}

.c-table3 tr:nth-child(7) td,
.c-table3 tr:nth-child(8) td,
.c-table3 tr:nth-child(13) td {
    padding: .133333rem 0;
}

.c-right-nav {
    bottom: 500px;
    background: #FFFFFF;
}

.c-right-nav li .iconBox img {
    width: 100%;
    height: auto;
    max-width: 60%;
}

.c-right-nav li:nth-child(2) {
    background: none;
}

.c-right-nav li:first-child {
    background: linear-gradient(360deg, RGBA(103, 170, 255, 1), RGBA(70, 152, 255, 1));
}

.c-left-nav .navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3;
    z-index: 99999;
}


/* end hehuoren */

@media screen and (max-width: 1680px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    html {
        font-size: 65px;
    }
    .c-banner-text {
        left: 12%;
    }
    .c-text-ul li:nth-child(1) {
        left: 21%;
    }
    .c-text-ul li:nth-child(2) {
        right: 19%;
    }
    .c-text-ul li:nth-child(3) {
        left: 15%;
    }
    .c-text-ul li:nth-child(4) {
        right: 12%;
    }
    .c-text-ul li:nth-child(5) {
        left: 17%;
    }
    .c-text-ul li:nth-child(6) {
        right: 28%;
    }
    .c-lx-ul li div {
        bottom: 5.2%;
    }
    .c-dd-ul li dl dd div {
        margin-top: 5%;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 60px;
    }
    .c-banner-text {
        left: 10%;
    }
    .c-cp-ul li {
        height: 8rem;
    }
    .c-jh-ul li {
        height: 7.5rem;
    }
    .c-sub-box1 div ul {
        padding-bottom: 30%;
    }
    .c-sub2 div ul {
        padding-bottom: 0;
    }
    .c-left-nav-con li:not(:nth-child(8n)) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 1280px) {
    .w1200 {
        width: 92%;
    }
    .c-banner-text {
        left: 6%;
    }
    .c-yt-item-con1 img {
        margin-left: 3.66%;
    }
    .c-lx-ul li div {
        bottom: 4.2%;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 55px;
    }
    .c-yt-item-con1 ul {
        width: 34%;
        vertical-align: top;
    }
    .c-yt-item-con1 img {
        margin-left: 0;
    }
    .c-ys-ul li p:nth-child(2) {
        margin-top: 1.333333rem;
    }
    .c-text-ul li:nth-child(1) {
        left: 16%;
    }
    .c-text-ul li:nth-child(2) {
        right: 12%;
    }
    .c-text-ul li:nth-child(3) {
        left: 6%;
    }
    .c-text-ul li:nth-child(4) {
        right: 2%;
    }
    .c-text-ul li:nth-child(5) {
        left: 9%;
    }
    .c-text-ul li:nth-child(6) {
        right: 23%;
    }
    .c-lx-ul li div {
        bottom: 2.2%;
    }
    .c-jh-ul li {
        height: 7rem;
    }
    .c-sub-box1 div,
    .c-sub-box2 div {
        width: 72%;
    }
    .c-sub-box1 div>p:first-child {
        padding-top: 13%;
    }
    .c-sub-box2 div ul:last-child,
    .c-sub-box2 div>p:nth-child(4),
    .c-sub-box2 div button {
        margin-top: 4%;
    }
    .c-list-ul-r {
        width: 55%;
    }
    .c-list-ul-r>ul {
        width: 75%;
    }
    .c-list-ul-r p:nth-child(3) {
        margin-bottom: 6.5%;
    }
    .c-right-item-ul1 li {
        padding: .146667rem .2rem;
    }
    .c-banner-text p:nth-child(2) {
        margin-top: 3%;
    }
    .c-banner-text div {
        margin-top: 2%;
    }
}

@media screen and (max-width:960px) {
    .c-banner-text div {
        margin-top: 2.1%;
    }
    .c-dd-ul li dl dd p:nth-child(3) {
        margin-top: 4%;
    }
    .c-list-ul-r {
        width: 50%;
    }
}

@media screen and (max-width:823px) {
    .c-ys-ul li {
        width: 23%;
        height: 4rem;
    }
    .c-img-ul li:nth-child(1),
    .c-img-ul li:nth-child(5) {
        left: 36%;
    }
    .c-img-ul li:nth-child(2),
    .c-img-ul li:nth-child(6) {
        right: 36%;
    }
    .c-img-ul li:nth-child(3) {
        left: 28%;
    }
    .c-img-ul li:nth-child(4) {
        right: 28%;
    }
    .c-text-ul li {
        width: 20%;
    }
    .c-text-ul li:nth-child(1) {
        left: 9%;
    }
    .c-text-ul li:nth-child(2) {
        right: 9%;
    }
    .c-text-ul li:nth-child(3) {
        left: 2%;
    }
    .c-text-ul li:nth-child(4) {
        right: 2%;
    }
    .c-text-ul li:nth-child(5) {
        left: 9%;
    }
    .c-text-ul li:nth-child(6) {
        right: 11%;
    }
    .c-cp-ul li>div.text-box a {
        padding: .173333rem .1rem;
    }
    .c-cp-ul li>div.text-box a:last-child {
        margin-left: 10%;
    }
    .c-cp-ul li {
        height: 7rem;
    }
    .c-banner-text {
        top: 15%;
    }
    .c-banner-text p:nth-child(2) {
        width: 65%;
    }
    .c-sub-con {
        overflow: hidden;
        overflow-y: scroll;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 50px;
    }
    .c-yt-item-con1 {
        height: auto;
    }
    .c-yt-item-con1 ul {
        width: 100%;
    }
    .c-yt-item-con1 img {
        width: 100%;
        height: auto;
    }
    .c-ys-ul li {
        height: 4.5rem;
    }
    .c-cir-box>img {
        opacity: 0.1;
        width: 100%;
        height: 450px;
    }
    .c-cir-box .cir-bg {
        display: none;
    }
    .c-img-ul li:nth-child(1) {
        top: 0%;
        left: 0%;
    }
    .c-img-ul li:nth-child(2) {
        top: 17%;
        right: unset;
        left: 0%;
    }
    .c-img-ul li:nth-child(3) {
        top: 39%;
        left: 0%;
    }
    .c-img-ul li:nth-child(4) {
        top: unset;
        left: 0%;
        right: unset;
        bottom: 32%;
    }
    .c-img-ul li:nth-child(5) {
        left: 0%;
        bottom: 17%;
    }
    .c-img-ul li:nth-child(6) {
        left: 0%;
        right: unset;
        bottom: 0;
    }
    .c-text-ul li:nth-child(1) {
        top: 0%;
        left: 10%;
    }
    .c-text-ul li:nth-child(2) {
        top: 17%;
        left: 10%;
        right: unset;
    }
    .c-text-ul li:nth-child(3) {
        top: 39%;
        left: 10%;
    }
    .c-text-ul li:nth-child(4) {
        top: unset;
        left: 10%;
        bottom: 32%;
        right: unset;
    }
    .c-text-ul li:nth-child(5) {
        left: 10%;
        bottom: 17%;
    }
    .c-text-ul li:nth-child(6) {
        left: 10%;
        right: unset;
        bottom: 0;
    }
    .c-img-ul li img {
        width: 45px;
        height: 45px;
    }
    .c-text-ul li p:last-child {
        margin-top: 5px;
    }
    .c-text-ul li {
        width: 80%;
    }
    .c-text-ul li:nth-child(odd) p {
        text-align: left;
    }
    .c-hb-ul li {
        width: 45%;
    }
    .c-hb-ul li:nth-child(odd) {
        margin-right: 5%;
    }
    .c-lx-ul li {
        height: 6.3rem;
    }
    .c-lx-ul li div a:first-child {
        margin-right: 5%;
    }
    .c-lx-ul li p:nth-child(3) {
        margin-top: 4%;
    }
    .c-jh-ul li {
        width: 40%;
        height: 8rem;
        margin-bottom: 5%;
    }
    .c-jh-ul li:not(:last-child) {
        margin-right: 0;
    }
    .c-jh-ul li:nth-child(odd) {
        margin-right: 5%;
    }
    .c-zs-ul li {
        height: 2rem;
    }
    .c-lx-ul li {
        margin-bottom: 2%;
        height: auto;
        height: 6.5rem;
    }
    .c-dd-ul li {
        height: auto;
        padding-bottom: 5%;
    }
    .c-dd-ul li dl dd {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .c-dd-ul li:nth-child(even) dl dd {
        text-align: center;
    }
    .c-dd-ul li dl dd img {
        position: static;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .c-dd-ul li dl dd p:first-child,
    .c-dd-ul li dl dd p:nth-child(2),
    .c-dd-ul li dl dd div {
        margin-top: 5%;
    }
    .c-content-box div {
        white-space: nowrap;
        overflow: scroll;
        overflow-x: scroll;
    }
    .c-content-box div::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .c-content-box div::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 28px;
    }
    .c-content-box div::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .c-sub-box1 div,
    .c-sub-box2 div {
        width: 81%;
    }
    .c-sub-box1>div,
    .c-sub-box2>div {
        height: 10.2rem;
    }
    .c-tanchuang {
        width: 50%;
        height: 4.5rem;
    }
    .c-left {
        width: 100%;
        padding-bottom: 4.7%;
    }
    /* .c-left-nav {
        position: absolute;
        right: 0;
        width: auto;
        padding: .133333rem 0 .133333rem;
    } */
    .c-left-nav-letter li {
        display: block;
        width: auto;
        padding: 0 .05rem;
        margin-bottom: .133333rem;
        border: 0;
    }
    #myList-nav {
        position: absolute;
        top: 0;
        right: 0;
        width: .5rem;
    }
    /* .c-left-nav-con li {
        margin-bottom: 5%;
        margin-right: 5% !important;
    } */
    .c-right-item-ul1 li {
        margin-right: 2%;
    }
    .c-right {
        width: 100%;
        margin-left: 0%;
    }
    .c-right>.c-right-item {
        width: 100%;
        margin-bottom: 4.5%;
    }
    .c-left-sj {
        display: block;
        background-color: #FFFFFF;
    }
    .c-biaoqian-box {
        margin-top: 4.5%;
    }
    .c-left-sj {
        margin-bottom: 3.5%;
    }
    .c-con-title {
        display: none;
    }
    .c-pro-banner-text div {
        margin-top: 1%;
    }
    .c-tab-content li:nth-child(odd) .c-list-img,
    .c-tab-content li:nth-child(odd) .c-list,
    .c-tab-content li:nth-child(even) .c-list-img,
    .c-tab-content li:nth-child(even) .c-list {
        float: none;
    }
    .c-list-img {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .c-list {
        width: 90%;
        margin: 0 auto;
    }
    .c-list p:nth-child(2) {
        margin-top: 12%;
    }
    .c-pro-banner-text p:nth-child(2) {
        width: 70%;
    }
    .c-right-nav {
        display: none;
    }
    .c-list-ul-r {
        width: 59%;
    }
    .c-sub-box2 div>ul>li .position {
        width: calc(100% - 2rem);
    }
    .c-dd-ul li dl dd p:nth-child(3) {
        font-size: .3rem;
    }
    .c-hzhb-ul li p:nth-child(2) {
        font-size: .35rem;
    }
    .c-hzhb-ul li p:nth-child(3) {
        font-size: .25rem;
    }
    .c-cp-ul li div.img-box img:hover {
        transform: unset;
    }
    .ln-letters a {
        display: block;
        width: 100%;
        background: #FFFFFF;
    }
    .ln-letters a:not(:last-child) {
        margin-bottom: 10px;
    }
    .c-left-nav-con li {
        width: 100%;
        height: auto;
        padding: 10px 0;
        line-height: unset;
        margin-right: 0;
    }
    .c-left-nav-con li:not(:nth-child(8n)) {
        margin-right: 0;
    }
}

@media screen and (max-width:736px) {
    .c-list-ul-r {
        width: 53%;
    }
}

@media screen and (min-width:640px) and (max-width:736px) {
    .c-sub-con {
        height: 150vh;
    }
}

@media screen and (max-width:731px) {
    .c-lx-ul li {
        width: 80%;
        vertical-align: baseline;
    }
    .c-lx-ul li img {
        margin: 8% 0;
        width: 30%;
    }
    .c-lx-ul li p:nth-child(2) {
        margin-top: 1%;
    }
}

@media screen and (max-width:700px) {
    .c-ys-ul li {
        width: 45%;
        margin-bottom: 10%;
    }
    .c-ys-ul li:not(:last-child) {
        margin-right: 0;
    }
    .c-ys-ul li:nth-child(odd) {
        margin-right: 5%;
    }
    .c-cp-ul li:nth-child(2) {
        margin: 0 0 5% 0;
    }
    .c-cp-ul li {
        width: 100%;
        height: 8rem;
        vertical-align: baseline;
        margin-bottom: 5%;
    }
    .c-cp-ul li div.img-box {
        height: 50%;
    }
    .c-cp-ul li>div.text-box a {
        padding: .173333rem .306667rem;
    }
}

@media screen and (max-width:640px) {
    .c-lx-ul li div {
        bottom: 6%;
    }
    .c-zs-ul li {
        height: 1.5rem;
    }
    .c-list-ul>li>img {
        width: 100%;
        height: auto;
        max-height: 250px;
    }
    .c-list-ul-r {
        width: 100%;
        margin-top: 5%;
    }
    .c-banner-text p:nth-child(2) {
        display: none;
    }
    .c-banner-text {
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .c-banner-text p:nth-child(2) {
        width: 100%;
    }
    .c-banner-text div {
        margin-top: 10%;
    }
    .c-banner {
        height: 200px;
        overflow: hidden;
    }
    .c-banner img {
        width: 100%;
        height: 200px;
    }
    .c-hzhb-banner {
        height: 200px;
    }
    .c-hzhb-banner img {
        margin-left: 50%;
        display: block;
        transform: translateX(-50%);
        overflow: hidden;
        width: auto;
        height: 100%;
    }
    .c-nt-ul li p:nth-child(2) {
        font-size: .35rem;
    }
    .c-nt-ul li p:last-child {
        font-size: .25rem;
    }
    .c-pro-banner {
        overflow: hidden;
    }
    .c-pro-banner img {
        display: block;
        margin-left: 50%;
        transform: translateX(-50%);
        width: auto;
    }
    /* .dot,

    .pulse {

        width: 180px;

        height: 180px;

    } */
}

@media screen and (max-width:600px) {
    .c-banner-text p:nth-child(2) {
        width: 75%;
    }
    .c-dl-content ul li {
        width: 21%;
    }
    .c-nt-ul {
        text-align: center;
    }
    .c-nt-ul li {
        width: 35%;
        margin-bottom: 5%;
    }
}

@media screen and (max-width:568px) {
    .c-jh-ul li {
        height: 7rem;
    }
}

@media screen and (max-width:500px) {
    .c-dl-content ul li {
        width: 33%;
        margin-bottom: 4%;
    }
    .c-dl-content ul li:not(:last-child) {
        margin-right: 0;
    }
    .c-dl-content ul li:nth-child(odd) {
        margin-right: 4%;
    }
    .c-ys-ul,
    .c-ys-ul li {
        margin-top: 15%;
    }
}

@media screen and (max-width:450px) {
    .c-text-ul li {
        left: 20% !important;
    }
}

@media screen and (max-width:414px) {
    .c-jh-ul li {
        height: 8rem;
        width: 80%;
    }
    .c-jh-ul li:nth-child(odd) {
        margin-right: 0;
    }
    .c-zs-ul li {
        width: 40%;
        margin-bottom: 5%;
    }
    .c-zs-ul li:not(:nth-child(5n)) {
        margin-right: 0;
    }
    .c-zs-ul li:nth-child(odd) {
        margin-right: 5%;
    }
    .c-dd-ul li:nth-child(4) dl dd img {
        max-height: 280px;
    }
    .c-dd-ul li:nth-child(5) dl dd img {
        max-height: 280px;
    }
    .c-sub-box1,
    .c-sub-box2 {
        float: none;
        width: 100%;
        height: 75%;
    }
    .c-sub-box1>div {
        right: 50%;
        bottom: 0;
        top: unset;
        transform: translate(50%, 0);
        border-top-right-radius: 16px;
    }
    .c-sub-box2>div {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        border-top-right-radius: 0px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .c-sub-box1 div ul {
        padding-bottom: 15%;
    }
    .c-sub2 div ul {
        padding-bottom: 0;
    }
    .c-list-img {
        height: 5.666667rem;
    }
}

@media screen and (max-width:400px) {
    .c-dl-content ul li {
        width: 40%;
    }
    .c-sub-box1 div {
        height: auto;
    }
    .c-cp-ul li,
    .c-ys-ul li {
        width: 100%;
    }
    .c-ys-ul li {
        margin: 15% auto 0;
    }
    .c-ys-ul li:nth-child(odd) {
        margin-right: 0;
    }
}

@media screen and (max-width:375px) {
    .c-ys-ul li img {
        max-width: 25%;
    }
}


/* download 新增 */

.list_app {
    background: #f9fafd;
    padding: 45px 0;
    overflow: hidden;
}

.list_app .fl_l {
    margin: 15px auto 55px auto;
    width: 1200px;
    overflow: hidden;
    background: #f8f9fd;
}

.list_app .fix {
    left: 50%;
    transform: translate(-50%, 0);
}

.list_app .fl_l li {
    width: 14%;
    float: left;
    text-align: center;
    height: 80px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
}

.list_app .fl_l li i {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin: 16px 0 8px 0
}

.list_app .ti1 {
    background-image: url(../images/ti1.png);
}

.list_app .ti2 {
    background-image: url(../images/ti2.png);
}

.list_app .ti3 {
    background-image: url(../images/ti3.png);
}

.list_app .ti4 {
    background-image: url(../images/ti4.png);
}

.list_app .ti5 {
    background-image: url(../images/ti5.png);
}

.list_app .ti6 {
    background-image: url(../images/ti6.png);
}

.list_app .ti7 {
    background-image: url(../images/ti7.png);
}

.list_app li.active .ti1 {
    background-image: url(../images/ti_1.png);
}

.list_app li.active .ti2 {
    background-image: url(../images/ti_2.png);
}

.list_app li.active .ti3 {
    background-image: url(../images/ti_3.png);
}

.list_app li.active .ti4 {
    background-image: url(../images/ti_4.png);
}

.list_app li.active .ti5 {
    background-image: url(../images/ti_5.png);
}

.list_app li.active .ti6 {
    background-image: url(../images/ti_6.png);
}

.list_app li.active .ti7 {
    background-image: url(../images/ti_7.png);
}

.list_app .fl_l li.active {
    background: url(../images/li_cur.png) no-repeat center;
}

.list_app .fl_l li.active a {
    color: #fff;
}

.list_app .fl_r {
    clear: both;
}

.list_app .fl_r li {
    height: 390px;
    margin: 25px 0;
    background: #fff;
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
    padding: 40px 40px;
    overflow: hidden;
    border-radius: 5px;
}

.list_app .fl_r li .aimg {
    width: 50%;
    float: left;
    text-align: center
}

.list_app .fl_r li .w50 {
    width: 50%;
    float: right;
}

.list_app .fl_r li .abox {
    padding-left: 65px;
}

.list_app .fl_r li .xu2 {
    width: 118px;
    height: 118px;
    line-height: 118px;
    background: url(../images/xu2.png) no-repeat left center;
    font-size: .533333rem;
    color: #4887E1;
    text-align: center;
    font-family: arial;
    float: left;
    margin-left: -15px;
}

.list_app .fl_r li h3 {
    clear: both;
    font-size: .48rem;
}

.list_app .fl_r li .adesc {
    font-size: .266667rem;
    color: #666;
    line-height: 35px;
    margin-top: 12px;
}

.list_app .fl_r li:nth-child(2n) .aimg {
    float: right;
}

.list_app .fl_r li:nth-child(2n) .abox {
    padding-left: 0;
    padding-right: 90px;
    text-align: right;
}

.list_app .fl_r li:nth-child(2n) .abox .xu2 {
    float: right;
}

@media screen and (max-width:768px) {
    .list_app {
        width: 100%;
    }
    .list_app .fl_l {
        width: 92%;
    }
    .list_app .fl_l li {
        width: 25%;
    }
}

@media screen and (max-width:640px) {
    .list_app .fl_r li {
        width: 25%;
    }
    .list_app .fl_r li {
        height: auto;
        width: 100%;
        padding: 40px 0;
    }
    .list_app .fl_r li .aimg,
    .list_app .fl_r li .w50 {
        float: none;
        width: 100%;
    }
    .list_app .fl_r li .aimg img {
        max-width: 50%;
        max-height: 80%;
    }
    .list_app .fl_r li .xu2 {
        height: 59px;
        width: 59px;
        background-size: 100% 100%;
        margin-left: 0;
        line-height: 59px;
    }
    .list_app .fl_r li:nth-child(2n) .abox .xu2 {
        float: left;
    }
    .list_app .fl_r li:nth-child(2n) .abox {
        text-align: left;
        padding-left: 90px;
        padding-right: 0;
    }
}

@media screen and (max-width:414px) {
    .list_app .fl_r li .abox,
    .list_app .fl_r li:nth-child(2n) .abox {
        padding-left: 30px;
    }
}