﻿
.pc {
    display: block;
}

.phone {
    display: none;
}

.container {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.container1 {
    width: 1060px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

body {
    min-width: 1000px;
    overflow: hidden;
    overflow-y: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.op1 {
    height: auto;
}

.op2 {
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
}

.ban1 {
}

.ban1 {
    position: relative;
}

.ban1 img {
    width: 100%;
}

.ba2 {
    width: 100%;
}

.ban1 .swiper-button-prev {
    background: url(../images/banner_q1.png) no-repeat center center;
    width: 30px;
    height: 80px;
    background-size: 30px 90px;
    opacity: 1 !important;
    z-index: 10001;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -45px;
    background-size: 30px 90px;
}

.ban1 .swiper-button-next {
    background: url(../images/banner_q2.png) no-repeat center center;
    width: 30px;
    height: 90px;
    background-size: 30px 90px;
    opacity: 1 !important;
    z-index: 10001;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -45px;
    background-size: 30px 90px;
    border: 1px solid #009de2;
}

.ban1 .swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0px;
    width: 100%;
    height: 10px;
    z-index: 2100;
    text-align: center;
}

.ban1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0px 5px !important;
    vertical-align: text-top;
    border-radius: 0px;
    opacity: 1 !important;
    border-radius: 100%;
    border: 2px solid #0051AD;
    background: none;
}

.ban1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0051AD;
    opacity: 1 !important;
    border: 2px solid #0051AD;
}


/*header*/
.header1 { /* border-bottom:1px solid #cdcdcd; */
    z-index: 50;
    position: fixed;
    top: 0px;
    left: 50%;
    width: 100%;
    padding-top: 40px;
    background: #FFFFFF url(../images/header1.jpg) repeat-x bottom center;

    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    max-width: 1920px;
}

.header2 {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.header3 {
    float: left;
}

.header3 img {
    height: 30px;
}

.header4 {
    float: left;
    margin-left: 55px; /* margin-right:30px; */
}

.header4 li {
    float: left;
    margin: 0 32px;
}

.header4 li p {
    font-size: 18px;
    color: #222222;
    line-height: 35px;
}

.header4 li h3 {
    width: 41px;
    margin: 20px auto 0;
    height: 5px;
    background: #0051AD;
    opacity: 0;
}

.header4 li.on h3 {
    opacity: 1;
}

.header5 {
    float: right;
}

.header5 p {
    width: 120px;
    height: 40px;
    background: #0051ad;
    border-radius: 50px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

/*header*/
.afg {
    height: 100px;
    width: 100%;
}

.banner {
    /*height: 555px;*/
    background: #f7fafe;
    position: relative;
}

.banner1 {
    /*position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -485px;
    width: 970px; !* transform: scale(0.8); *!*/
}

.banner2 {
    /*float: left;
    width: 415px;
    margin-top: 160px;*/
}

.banner2 h2 {
    font-size: 40px;
    color: #032347;
    line-height: 50px;
    margin-bottom: 20px;
}

.banner2 p {
    font-size: 22px;
    color: #032347;
    line-height: 36px;
}

.banner2 h3 {
    width: 135px;
    height: 45px;
    background: #0051ad;
    border-radius: 50px;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin-top: 70px;
}

.banner3 {
    transform: perspective(400px);
    position: relative;
    float: right;
    width: 500px;
    margin-top: 70px;
}

.banner3 p img {
    width: 100%;
    opacity: 0;
}

.banner3 img {
    width: 100%;
}

.banner4 {
    /*position: absolute;
    top: 130px;
    left: 78px;*/
}

.banner5 {
    position: absolute;
    top: -15px;
    left: 14px;
    z-index: 10;
    transform: rotatex(0deg);
}

/* .banner5 img{width:485px;} */
.banner5 {
    -webkit-animation: banner5 3s infinite linear;
    -moz-animation: banner5 3s infinite linear;
    -ms-animation: banner5 3s infinite linear;
    animation: banner5 3s infinite linear;

}

@keyframes banner5 {
    0% {
        transform: rotatex(0deg);
        z-index: 10;
    }
    50% {

        -webkit-transform: rotatex(20deg);
    }
    100% {
        transform: rotatex(0deg);
        z-index: 10;
    }
}

.banner6 {
    position: absolute;
    top: 215px;
    left: 80px;
}

.banner7 {
    position: absolute;
    top: 215px;
    right: 80px;
}

.banner6, .banner7 {
    -webkit-animation: banner_as1 3s infinite linear;
    -moz-animation: banner_as1 3s infinite linear;
    -ms-animation: banner_as1 3s infinite linear;
    animation: banner_as1 3s infinite linear;
}


.banner_a1 {
    height: 555px;
    position: relative;
    background: #f7fafe;
}

.banner_a2 {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

.banner_a3 {
    float: left;
    margin-top: 170px;
    position: relative;
    z-index: 2;
}

.banner_a3 h2 {
    font-size: 40px;
    color: #032347;
    line-height: 50px;
    margin-bottom: 15px;
}

.banner_a3 p {
    font-size: 22px;
    color: #032347;
    line-height: 32px;
}

.banner_a3 h3 {
    width: 135px;
    height: 45px;
    background: #0051ad;
    border-radius: 50px;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin-top: 75px;
}

.banner_a3 h4 {
    position: absolute;
    bottom: -70px;
    left: 120px;
}

.banner_a4 {
    float: right;
}

.banner_a4 img {
    max-width: 400px;
}

.banner_a5 {
    position: relative;
    margin-top: 170px;
}

.banner_a5 p {
    margin-right: 80px;
}

.banner_a5 p img {
}

.banner_a6 {
    position: absolute;
    top: -40px;
    left: -80px;
}

.banner_a7 {
    position: absolute;
    top: -80px;
    left: -80px;
}

/* .banner_a8{position:absolute;bottom:65px;right:0px;} */


.banner_a8 {
    position: absolute;
    top: 0%;
    left: 15%;
}

.banner_a8 {
    -webkit-animation: banner_as1 3s infinite linear;
    -moz-animation: banner_as1 3s infinite linear;
    -ms-animation: banner_as1 3s infinite linear;
    animation: banner_as1 3s infinite linear;
}

@keyframes banner_as1 {
    0% {
        opacity: 0.2;
        /* top:50%; */
    }
    50% {
        opacity: 1;
        /* top:30%; */
    }
    100% {
        opacity: 0.2;
    }
}

.banner_c1 {
    position: relative;
    height: 555px;
    width: 100%;
    background: url(../images/banner_c1.png) no-repeat bottom center;
    background-size: cover;
}

.banner_c1 {
}

.banner_c2 {
    position: relative;
    height: 555px;
    padding-top: 170px;
}

.banner_c3 {
    position: relative;
    z-index: 2;
    padding-left: 130px;
}

.banner_c3 h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 10px;
}

.banner_c3 p {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 34px;
}

.banner_c5 {
    position: absolute;
    top: 80px;
    right: -60px;
    z-index: 1;
}

.banner_c6 {
    position: absolute;
    top: 82px;
    right: -56px;
    z-index: 1;
}

.banner_c6 p {
    width: 333px;
    height: 281px;
    overflow: hidden;
    margin-right: 236px;
    margin-top: 88px;
}

.banner_c6 img {
    margin-left: -259px;
    margin-top: -90px;
    width: 832px;
    height: 450px;
}

.banner_c5 img {
    width: 832px;
    height: 450px;
}

.banner_c6 p {
    -webkit-animation: banner_as3 4s infinite linear;
    -moz-animation: banner_as3 4s infinite linear;
    -ms-animation: banner_as3 4s infinite linear;
    animation: banner_as3 4s infinite linear;
}

@keyframes banner_as3 {
    0% {
        width: 333px;
        height: 281px;
        margin-right: 236px;
        margin-top: 88px;
        opacity: 0;
    }
    10% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
        width: 832px;
        height: 450px;
        margin-right: 0px;
        margin-top: 0px;
    }
    100% {
        opacity: 00;
        width: 832px;
        height: 450px;
        margin-right: 0px;
        margin-top: 0px;
    }
}


.banner_c6 p img {
    -webkit-animation: banner_as2 4s infinite linear;
    -moz-animation: banner_as2 4s infinite linear;
    -ms-animation: banner_as2 4s infinite linear;
    animation: banner_as2 4s infinite linear;
}

@keyframes banner_as2 {
    0% {
        margin-left: -259px;
        margin-top: -90px;
    }
    80% {
        margin-left: 0px;
        margin-top: 0px;
    }
    100% {
        margin-left: 0px;
        margin-top: 0px;
    }
}

/*首页*/
.index_a1 {
}

.index_a2 {
    text-align: center;
    padding: 50px 0 0px;
}

.index_a2 h2 {
    font-size: 30px;
    color: #373737;
    line-height: 40px;
    margin-bottom: 10px;
}

.index_a2 h3 {
    font-size: 20px;
    color: #373737;
    line-height: 30px;
    margin-bottom: 20px;
}

.index_a2 span {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 4px;
    background: #03BBDF;
}

.index_a3 {
    background: #f7fafe;
    overflow: hidden;
    padding: 0px 0 0px;
}

.index_a3 {
    text-align: center;
}

.index_a3 img {
    max-width: 100%;
}

.index_a4 {
    position: relative;
    width: 865px;
    margin: 40px auto 0;
    padding: 60px 0 75px; /* transform: scale(0.7); */
}

.index_a4 h5 img {
    width: 100%;
}

.index_a5 {
    position: absolute;
    top: 93px;
    left: 405px;
}

.index_a5 h2 {
    top: -70px;
    left: -30px;
    width: 152px;
    height: 58px;
    left: 0px; /* opacity:1 !important; */
}

.index_a5:hover h2 {
    left: 0px;
}

.index_a6 {
    position: absolute;
    top: 265px;
    right: 63px;
}

.index_a6 h2 {
    top: -70px;
    left: -30px;
}

.index_a6:hover h2 {
    left: 0px;
}

.index_a7 {
    position: absolute;
    top: 270px;
    left: 100px;
}

.index_a7 h2 {
    top: 25px;
    left: 60px;
}

.index_a7:hover h2 {
    left: 90px;
}

.index_a8 {
    position: absolute;
    top: 455px;
    left: 425px;
}

.index_a8 h2 {
    top: 25px;
    right: 60px;
}

.index_a8:hover h2 {
    right: 90px;
}

.index_a9 {
    position: absolute;
    top: 300px;
    left: 405px;
}

.index_a9 p {
    position: absolute;
    top: -14px;
    left: 13px;
}

.index_a9 p img {
    width: 60px;
}

.index_a9 h3 img {
    width: 93px;
}

.index_a9 p {
    display: block;
    -webkit-animation: Tada1 3s infinite linear;
    -moz-animation: Tada1 3s infinite linear;
    -ms-animation: Tada1 3s infinite linear;
    animation: Tada1 3s infinite linear
}

@keyframes Tada1 {
    0% {
        top: -4px;
    }
    50% {
        top: -24px;
    }
    100% {
        top: -4px;
    }
}

.bml p img {
    width: 60px;
    display: block;
    -webkit-animation: Tada 3s infinite linear;
    -moz-animation: Tada 3s infinite linear;
    -ms-animation: Tada 3s infinite linear;
    animation: Tada 3s infinite linear
}

@keyframes Tada {
    0% {
        transform: scale(1);
        transform: scale(1)
    }
    50% {
        transform: scale(1.1);
        transform: scale(1.1) ；
    }
    100% {
        transform: scale(1);
        transform: scale(1)
    }
}


.index_a4 h5 {
    display: block;
    position: relative;
}

.index_a4 h5:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.index_a4 h5:hover:before {
}


.index_a4 h5:before {
    display: block;
    -webkit-animation: Tada2 5s infinite linear;
    -moz-animation: Tada2 5s infinite linear;
    -ms-animation: Tada2 5s infinite linear;
    animation: Tada2 5s infinite linear
}

@keyframes Tada2 {
    0% {
        left: -150px;
    }
    100% {
        left: 150%;
        transition: left 1s ease 0s;
    }
}


.bml h2 {
    transition: all 0.6s;
    position: absolute;
    width: 127px;
    height: 48px;
    overflow: hidden;
    background: #3F8EC3;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    opacity: 0;
}

.bml:hover h2 {
    width: 127px;
    height: 48px;
    opacity: 1;
}

.index_b1 {
    padding: 80px 0 60px;
}

.index_b2 {
    text-align: center;
}

.index_b2 h2 {
    font-size: 31px;
    color: #373737;
    line-height: 40px;
    margin-bottom: 20px;
}

.index_b2 span {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 4px;
    background: #03BBDF;
    border-radius: 50px;
}

.index_b3 {
    width: 74%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 55px;
}

.index_b3 li {
    float: left;
    width: 20%;
    text-align: center;
}

.index_b3 li p {
    margin-bottom: 30px;
    height: 86px;
}

.index_b3 li p img {
    max-height: 86px;
}

.index_b3 li h3 {
    font-size: 22px;
    line-height: 37px;
    color: #373737;
}

.index_c1 {
    margin: 40px 0 60px;
}

.index_c2 {
    width: 940px;
    margin: 40px auto 0;
    overflow: hidden /* ;margin-top:40px; *//* transform: scale(0.8); */
}

.index_c2 li {
    width: 48%;
    float: left;
    text-align: center;
}

.index_c2 li:nth-child(2n) {
    float: right;
    margin-right: 0px;
}

.index_c2 li p {
    margin-bottom: 20px; /* height:352px; */
    width: 316px;
    margin: 0 auto;
    height: 279px;
}

.index_c2 li h5 {
    font-size: 20px;
    color: #373737;
    line-height: 35px;
    text-align: left;
    padding-left: 40px;
    background: url(../images/index_c3.png) no-repeat left center;
}

.index_d1 {
    padding: 30px 0 50px;
    background: #f7fafe;
}

.index_d2 {
    width: 100%;
    display: table;
    margin-top: 90px;
    transform: scale(0.9);
}

.index_d2 li {
    width: 215px;
    float: left;
    margin-bottom: 40px;
    height: 84px;
    overflow: hidden;
    margin-right: 31px;
    box-shadow: 0px 7px 15px 0px rgba(163, 163, 163, 0.08);
}

.index_d2 li:nth-child(5n) {
    float: right;
    margin-right: 0px;
}

.index_d2 li p img {
}

.index_d3 {
    background: url(../images/index_d_1.png) no-repeat center center;
    background-size: cover;
    padding: 30px 0 25px;
    text-align: center;
}

.index_d4 {
}

.index_d4 p {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 44px;
}

.index_d4 h3 {
    width: 146px;
    margin: 0 auto;
    height: 41px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    margin-top: 15px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 39px;
}

.index_d5 {
    width: 875px;
    margin: 40px auto 0;
}

.index_d5 img {
    width: 100%;
}


/*首页*/
/*footer*/
.footer1 {
    padding: 40px 0 60px; /* transform: scale(0.8); */
}

.footer2 {
    width: 100%;
    overflow: hidden;
    padding: 0 115px;
    text-align: center;
}

.footer3 {
    float: left;
}

.footer3 h2 {
    margin-bottom: 25px;
}

.footer3 h2 img {
    height: 34px;
}

.footer3 h3 {
    font-size: 15px;
    color: #2b2e2f;
    line-height: 25px;
}

.footer4 {
    /*float: right;*/
    /*text-align: right;*/
}

.footer5 {
    display: inline-block;
}

.footer5 li {
    float: left;
    margin-left: 30px;
}

.footer5 li p {
    float: left;
    font-size: 20px;
    color: #2b2e2f;
    line-height: 30px;
}

.footer5 li span {
    float: left;
    height: 18px;
    display: block; /* width:1px; */
    border-left: 1px solid #2b2e2f;
    margin-right: 30px;
    margin-top: 6px;
}

.footer6 {
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 150px;
    padding: 0 115px;
    font-size: 0px;
    text-align: center;
}

.footer6 li {
    display: inline-block;
    margin-right: 20px;
    font-size: 0px;
}

.footer6 li p {
    display: inline-block;
    font-size: 18px;
    color: #2b2e2f;
    line-height: 28px;
    vertical-align: text-top;
}

.footer6 li span {
    display: inline-block;
    font-size: 18px;
    color: #2b2e2f;
    line-height: 28px;
    vertical-align: text-top;
    padding-top: 5px;
    margin-right: 10px;
}

.footer6 li span img {
    display: block;
}

/* .footer6 ul{float:right;}
.footer6 ul li{margin-right:0px;margin-left:20px;} */
.footer7 {
    text-align: center;
    margin-top: 10px;
    padding: 0 115px;
}

.footer7 p {
    font-size: 15px;
    color: #2b2e2f;
    line-height: 25px;
}

.footer7 p a {
    font-size: 15px;
    color: #2b2e2f;
    line-height: 25px;
}


/*footer*/
/*产品*/
.adv {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.adv img {
    width: 100%;
}

.adv .hd ul {
    position: absolute;
    bottom: 25px;
    left: 0px;
    text-align: center;
    z-index: 5;
    font-size: 0px;
    width: 100%;
}

.adv .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.3;
    margin: 0 3px;
}

.adv .hd ul li.on {
    background: #E50011;
    opacity: 1;
}

.adv1 img {
    width: 100%;
}

/*产品*/

.product_a1 {
    padding: 55px 0 75px;
    background: #f7fafe;
    position: relative;
}

.product_a2 {
    text-align: center;
    width: 1000px;
    margin: 65px auto 0;
    font-size: 0px;
}

.product_a2 li {
    display: inline-block;
    vertical-align: text-top;
    width: 31%;
}

.product_a2 li p {
    margin-bottom: 50px;
    height: 115px;
}

.product_a2 li p img {
    height: 115px;
}

.product_a2 li h5 {
    font-size: 24px;
    color: #373737;
    line-height: 34px;
}

.product_a3 {
    text-align: center;
}

.product_a3 h2 {
    font-size: 30px;
    color: #373737;
    line-height: 40px;
    margin-bottom: 10px;
}

.product_a3 h3 {
    font-size: 20px;
    color: #373737;
    line-height: 30px;
    margin-bottom: 20px;
}

.product_a3 span {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 4px;
    background: #03BBDF;
}

.product_a4 {
    padding: 55px 0 55px;
    position: relative;
}

.product_a5 {
    padding: 85px 0 85px;
    background: #f7fafe;
    position: relative;
}

.About_us1 {
    margin: 40px 0 80px;
}

.About_us2 {
    text-align: center;
}

.About_us2 h2 {
    font-size: 30px;
    color: #373737;
    line-height: 40px;
    margin-bottom: 20px;
}

.About_us2 span {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 4px;
    background: #03BBDF;
    border-radius: 50px;
}

.About_us3 {
    width: 840px;
    margin: 50px auto 0;
}

.About_us3 img {
    max-width: 100%;
}

.About_us3 p {
    font-size: 22px;
    color: #373737;
    line-height: 40px; /* text-indent:2em; */
}

.About_usa1 {
    margin-bottom: 155px;
}

.About_usa2 {
    width: 970px;
    overflow: hidden;
    margin: 80px auto 0;
}

.About_usa3 {
    float: left;
}

.About_usa4 {
}

.About_usa4 p {
    font-size: 22px;
    color: #373737;
    line-height: 60px;
}

.About_usa5 {
    margin-top: 60px;
}

.About_usa5 p {
    margin-bottom: 25px;
}

.About_usa5 p img {
    width: 197px;
    height: 197px;
}

.About_usa5 h5 {
    font-size: 23px;
    color: #373737;
    line-height: 38px;
}

.About_usa6 {
    float: right;
    width: 540px;
    margin-top: -33px;
}

.About_usa6 p iframe {
    transform: scale(0.85);
}

/* .About_usa6 p{margin-bottom:25px;width:595px;} */

.About_usa6 img {
    width: 100%;
}

.About_usa6 h5 {
    font-size: 23px;
    margin-top: -15px;
    color: #373737;
    line-height: 30px;
    text-align: right;
}

.About_usa7 {
    background: url(../images/asfgk.jpg) no-repeat center center;
    background-size: cover;
    padding: 65px 0 70px;
    text-align: center;
}

.About_usa8 {
}

.About_usa8 h3 {
    width: 309px;
    margin: 0 auto;
    height: 65px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 63px;
}

.About_usa9 {
    padding: 70px 0 90px;
}

/*商务合作*/
.advantage1 {
    margin: 60px 0 140px;
}

.advantage2 {
    width: 940px;
    overflow: hidden;
    margin: 50px auto 0;
}

.advantage2 li {
    float: left;
    width: 290px;
    border: 1px solid #e1e1e1;
    height: 200px;
    margin-right: 30px;
    padding: 15px 15px 15px;
}

.advantage2 li:nth-child(3) {
    margin-right: 0px;
}

/* .advantage2 li:nth-child(1){padding:25px 45px 20px;} */
.advantage2 li p {
    text-align: center;
}

.advantage2 li p img {
    height: 70px;
}

.advantage2 li h2 {
    font-size: 23px;
    color: #121212;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
}

.advantage2 li h3 {
    text-align: center;
    font-size: 18px;
    color: #373737;
    line-height: 30px;
    margin-top: 10px;
    height: 70px;
    overflow: hidden;
}

.advantage2 li:nth-child(1) h3 {
    width: 200px;
    margin: 0 auto;
    text-align: left;
}

.advantagea1 {
    background: url(../images/advantagea1.png) no-repeat center center;
    background-size: cover;
    padding: 55px 0 50px;
    margin-top: 50px;
}

.advantagea2 {
    margin: 0 auto;
    background: #FFFFFF;
    width: 560px;
    height: 651px;
    padding: 60px 40px 65px;
}

.advantagea2 dl {
    margin-bottom: 40px;
}

.advantagea3 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 1px solid #b3b3b3;
    padding: 0 20px;
    height: 57px;
}

.advantagea3 dt {
    text-align-last: justify;
    font-size: 23px;
    color: #1F1F1F;
    line-height: 55px;
    font-weight: 400;
    width: 104px;
    margin-right: 10px;
}

.advantagea3 dd {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.advantagea3 dd input {
    width: 100%;
    border: 0px;
    height: 55px;
    font-size: 20px;
    color: #838383;
    line-height: 62px;
}

.advantagea3 dd select {
    width: 100%;
    height: 55px;
    border: 0px;
    font-size: 20px;
    color: #838383;
    line-height: 62px;
    text-align: right;
    padding-right: 20px;
}

.advantagea4 {
    width: 100%;
    overflow: hidden;
}

.advantagea4 .advantagea3 {
    float: left;
    width: 290px;
}

.advantagea4 .advantagea5 {
}

.advantagea4 .advantagea5 button {
    width: 161px;
    float: right;
    line-height: 57px;
    background: #006baf;
    border: 0px;
    font-size: 23px;
    color: #FFFFFF;
    text-align: center;
}

.advantagea6 {
}

.advantagea6 button {
    width: 100%;
    line-height: 57px;
    background: #006baf;
    border: 0px;
    font-size: 23px;
    color: #FFFFFF;
    text-align: center;
}

.advantagea7 {
    padding: 0px 0px 0px 20px !important;
}

.Solution_a1 {
    margin: 55px 0 60px;
}

.Solution_a2 {
    width: 1050px;
    overflow: hidden;
    margin: 25px auto 0;
    padding: 10px 10px;
}

.Solution_a2 li {
    width: 235px;
    float: left;
    margin-right: 30px;
    position: relative;
    height: 360px;
    box-shadow: -1.026px 2.819px 7px 0px rgba(4, 188, 223, 0.15);
}

.Solution_a2 li:nth-child(4) {
    margin-right: 0px;
}

.Solution_a2 li:hover .Solution_a4 {
    top: 0px;
    opacity: 1;
}

.Solution_a3 {
    text-align: center;
    margin-top: 30px;
}

.Solution_a3 h2 {
    font-size: 23px;
    color: #121212;
    line-height: 36px;
}

.Solution_a3 h5 {
    width: 214px;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px auto 0;
}

.Solution_a3 p {
    padding: 0 10px;
}

.Solution_a3 p img {
    max-width: 100%;
}

.Solution_a4 { /* display:none; */
    position: absolute;
    top: 100%;
    left: -10px;
    width: 255px;
    height: 360px;
    background: url(../images/Solution_a5.png) no-repeat center center;
    padding: 40px 25px 0;
    transition: all 0.5s;
    opacity: 0;

}

.Solution_a4 p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.Solution_b1 {
    background: #f7fafe;
    padding: 55px 0 80px;
}

.Solution_b2 {
    width: 950px;
    margin: 60px auto 0;
    overflow: hidden;
}

.Solution_b3 {
    float: left;
    position: relative; /* margin-left:35px; */
    width: 430px;
}

.Solution_b4 {
}

.Solution_b4 img {
    max-width: 100%;
}

.Solution_b3 img {
    max-width: 100%;
}

.Solution_b5 {
    position: absolute;
    top: 23px;
    left: 0px;
}

.Solution_b5 img {
    width: 410px;
}

.Solution_b6 {
    position: absolute;
    top: 90px;
    left: 50px;
    width: 230px;
}

.Solution_b6 h2 {
    font-size: 23px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}

.Solution_b6 p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: justify;
    text-justify: distribute-all-lines;
}


.Solution_bb1 {
    float: right;
    position: relative;
    width: 450px;
}

.Solution_bb2 {
    margin-right: 0px;
    padding-right: 50px;
}

.Solution_bb2 img {
    max-width: 100%;
}

.Solution_bb3 {
    position: absolute;
    top: 10px;
    right: 0px;
}

.Solution_bb3 img {
    width: 430px;
}

.Solution_bb4 {
    position: absolute;
    top: 130px;
    left: 100px;
    width: 220px;
}

.Solution_bb4 h2 {
    font-size: 23px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: right;
}

.Solution_bb4 p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 33px;
    padding: 0px;
    text-align: justify;
    text-justify: distribute-all-lines;
    padding-left: 30px;
}


.Solution_bc1 {
    float: left;
    position: relative;
    margin-top: 60px;
    width: 450px;
}

.Solution_bc2 {
}

.Solution_bc2 img {
    max-width: 100%;
}

.Solution_bc3 {
    position: absolute;
    top: 17px;
    left: 0px;
}

.Solution_bc3 img {
    width: 420px;
}

.Solution_bc4 {
    position: absolute;
    top: 65px;
    left: 130px;
    width: 210px;
}

.Solution_bc4 h2 {
    font-size: 23px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}

.Solution_bc4 p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: justify;
    text-justify: distribute-all-lines;
    padding-right: 30px;
}


.Solution_bd1 {
    float: right;
    position: relative;
    margin-right: 60px;
    margin-top: 40px;
    width: 430px;
}

.Solution_bd2 {
    padding-right: 0px;
}

.Solution_bd2 img {
    max-width: 100%;
}

.Solution_bd3 {
    position: absolute;
    top: 10px;
    right: 0px;
}

.Solution_bd3 img {
    width: 410px;
}

.Solution_bd4 {
    position: absolute;
    top: 120px;
    left: 170px;
    width: 210px;
}

.Solution_bd4 h2 {
    font-size: 23px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 30px;
}

.Solution_bd4 p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: justify;
    text-justify: distribute-all-lines;
}


.Solution_c1 {
    padding: 60px 0 90px;
}

.Solution_c2 {
    width: 950px;
    overflow: hidden;
    margin: 75px auto 0;
}

.Solution_c3 {
    float: left;
    width: 542px; /* padding-left:30px; */
}

.Solution_c4 {
}

.Solution_c4 h2 {
    font-size: 30px;
    color: #373737;
    line-height: 45px;
    margin-bottom: 10px;
}

.Solution_c4 h5 {
    width: 100%;
    overflow: hidden;
}

.Solution_c4 h5 span {
    width: 150px;
    height: 4px;
    background: #03BBDF;
    margin-bottom: 15px;
    display: block;
}

.Solution_c4 p {
    font-size: 20px;
    color: #373737;
    line-height: 36px;
}

.Solution_c5 {
    margin-top: 70px;
}

.Solution_c5 h2 {
    font-size: 30px;
    color: #373737;
    line-height: 40px;
}

.Solution_c5 ul {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.Solution_c5 ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 35px;
}

.Solution_c5 ul li p {
    border: 1px solid #a0a0a0;
    border-radius: 50px;
    width: 192px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #373737;
    overflow: hidden;
    transition: all 0.3s;
}

.Solution_c5 ul li:hover p {
    background: #00308E;
    color: #FFFFFF;
    border: 1px solid #00308E;
}

.Solution_c6 {
    float: right;
    width: 380px;
    text-align: center;
}

.Solution_c6 img {
    max-width: 100%;
}

.Solution_d1 {
    padding: 80px 0 90px;
    background: #f7fafe;
}

.Solution_d2 {
    width: 950px;
    overflow: hidden;
    margin: 0 auto;
}

.Solution_d3 {
    float: right;
    width: 530px;
    padding-right: 0px;
}

.Solution_d6 {
    float: left;
    width: 535px;
    text-align: center;
}

.Solution_d4 {
    text-align: right;
}

.Solution_d4 h2 {
    font-size: 40px;
    color: #373737;
    line-height: 55px;
    margin-bottom: 15px;
}

.Solution_d4 h5 {
    width: 100%;
    overflow: hidden;
}

.Solution_d4 h5 span {
    float: right;
    width: 150px;
    height: 4px;
    background: #03BBDF;
    margin-bottom: 15px;
    display: block;
}

.Solution_d4 p {
    text-align: left;
    font-size: 20px;
    color: #373737;
    line-height: 36px;
}

.Solution_d5 {
    margin-top: 60px;
}

.Solution_d5 h2 {
    font-size: 30px;
    color: #373737;
    line-height: 40px;
    text-align: right;
}

.Solution_d5 ul {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.Solution_d5 ul li {
    float: right;
    margin-left: 50px;
    margin-bottom: 35px;
}

.Solution_d5 ul li p {
    border: 1px solid #a0a0a0;
    border-radius: 50px;
    width: 192px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #373737;
    overflow: hidden;
    transition: all 0.3s;
}

.Solution_d5 ul li:hover p {
    background: #00308E;
    color: #FFFFFF;
    border: 1px solid #00308E;
}

.Solution_d2 .Solution_c6 {
    float: left;
}

.Solution_d1 .Solution_d2 .Solution_c6 {
    float: right;
}

.Solution_f1 {
    padding: 70px 0;
}


.mls1 {
    display: none;
    position: fixed;
    top: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.mls2 {
    position: fixed;
    top: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.mls3 .advantagea2 {
    padding-top: 40px;
    height: auto;
    padding-bottom: 60px;
}

.mls3 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -323px;
    margin-top: -432px;
    width: 646px;
    height: 764px;
    z-index: 10;
    background: #FFFFFF;
    padding-top: 50px;
    transform: scale(0.7);
    -ms-transform: scale(0.7); /* IE 9 */
    -moz-transform: scale(0.7); /* Firefox */
    -webkit-transform: scale(0.7); /* Safari 和 Chrome */
    -o-transform: scale(0.7);
}

.mls4 {
    text-align: center;
}

.mls4 h2 {
    font-size: 40px;
    color: #373737;
    line-height: 50px;
    margin-bottom: 20px;
}

.mls4 span {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 4px;
    background: #03BBDF;
}

.mls3 .advantagea3 dd select option {
    font-size: 18px;
}


.mls7 {
    padding: 100px 0;
    background: url(../images/advantagea1.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.mls7 .advantagea7 {
    margin-bottom: 50px;
}

.mls7 .About_us2 h2 {
    color: #FFFFFF;
}

.advantagea1 {
    position: relative;
}

#particles-js {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.advantagea2 {
    position: relative;
    z-index: 5;
}


.dh_a1 {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.dh_a1 p img {
    width: 100%;
}

.dh_a2 {
}

.dh_a2 dd {
    width: 6px;
    height: 6px;
    background: #adf0ff;
    border-radius: 100%;
    position: absolute;
}

.dh_a2 dd:nth-child(1) {
    top: 60%;
    left: 45%;
    opacity: 0.8;
    -webkit-animation: dh_as1 5s infinite linear;
    -moz-animation: dh_as1 5s infinite linear;
    -ms-animation: dh_as1 5s infinite linear;
    animation: dh_as1 5s infinite linear;
}

.dh_a2 dd:nth-child(2) {
    width: 8px;
    height: 8px;
    top: 60%;
    left: 50%;
    opacity: 0.8;
    -webkit-animation: dh_as2 5s infinite linear;
    -moz-animation: dh_as2 5s infinite linear;
    -ms-animation: dh_as2 5s infinite linear;
    animation: dh_as2 5s infinite linear;
}

.dh_a2 dd:nth-child(3) {
    top: 60%;
    left: 47%;
    opacity: 0.8;
    -webkit-animation: dh_as3 9s infinite linear;
    -moz-animation: dh_as3 9s infinite linear;
    -ms-animation: dh_as3 9s infinite linear;
    animation: dh_as3 9s infinite linear;
}

.dh_a2 dd:nth-child(4) {
    top: 60%;
    left: 53%;
    opacity: 0.8;
    -webkit-animation: dh_as4 6s infinite linear;
    -moz-animation: dh_as4 6s infinite linear;
    -ms-animation: dh_as4 6s infinite linear;
    animation: dh_as4 6s infinite linear;
}

.dh_a2 dd:nth-child(5) {
    top: 60%;
    left: 42%;
    opacity: 0.8;
    -webkit-animation: dh_as5 7s infinite linear;
    -moz-animation: dh_as5 7s infinite linear;
    -ms-animation: dh_as5 7s infinite linear;
    animation: dh_as5 7s infinite linear;
}

.dh_a2 dd:nth-child(6) {
    top: 60%;
    left: 45%;
    opacity: 0.8;
    -webkit-animation: dh_as6 10s infinite linear;
    -moz-animation: dh_as6 10s infinite linear;
    -ms-animation: dh_as6 10s infinite linear;
    animation: dh_as6 10s infinite linear;
}


@keyframes dh_as1 {
    0% {
        top: 60%;
        opacity: 0;
    }
    3% {
        top: 60%;
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@keyframes dh_as2 {
    0% {
        top: 60%;
        opacity: 0;
    }
    3% {
        top: 60%;
        opacity: 1;
    }
    100% {
        top: 35%;
        opacity: 0;
    }
}

@keyframes dh_as3 {
    0% {
        top: 65%;
        opacity: 0;
    }
    20% {
        top: 65%;
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@keyframes dh_as4 {
    0% {
        top: 55%;
        opacity: 0;
    }
    40% {
        top: 55%;
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@keyframes dh_as5 {
    0% {
        top: 55%;
        opacity: 0;
    }
    60% {
        top: 55%;
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

@keyframes dh_as6 {
    0% {
        top: 65%;
        opacity: 0;
    }
    50% {
        top: 65%;
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}

.dh_a3 {
    position: absolute;
    bottom: 72px;
    left: 151px;
    width: 100px;
}

.dh_a3 img {
    width: 100%;
}


.dh_b1 {
    width: 316px;
    margin: 0 auto;
    position: relative;
}

.dh_b1 p {
    padding-top: 15px;
}

.dh_b1 p img {
    width: 100%;
}

.dh_b2 {
    position: absolute;
    top: 30%;
    left: 5%;
    -webkit-animation: dh_bs2 2s infinite linear;
    -moz-animation: dh_bs2 2s infinite linear;
    -ms-animation: dh_bs2 2s infinite linear;
    animation: dh_bs2 2s infinite linear;
}

.dh_b3 {
    position: absolute;
    top: 30%;
    left: 5%;
    -webkit-animation: dh_bs3 3s infinite linear;
    -moz-animation: dh_bs3 3s infinite linear;
    -ms-animation: dh_bs3 3s infinite linear;
    animation: dh_bs3 3s infinite linear;
}

.dh_b4 {
    position: absolute;
    top: 30%;
    left: 11%;
    -webkit-animation: dh_bs4 3.5s infinite linear;
    -moz-animation: dh_bs4 3.5s infinite linear;
    -ms-animation: dh_bs4 3.5s infinite linear;
    animation: dh_bs4 3.5s infinite linear;
}


@keyframes dh_bs2 {
    0% {
        top: 25%;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
    70% {
        opacity: 1;
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    100% {
        opacity: 0;
        top: 42%;
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

@keyframes dh_bs3 {
    0% {
        top: 13%;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
    70% {
        opacity: 1;
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    100% {
        opacity: 0;
        top: 42%;
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

@keyframes dh_bs4 {
    0% {
        top: 25%;
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    70% {
        opacity: 1;
        transform: scale(0.6);
        -ms-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
    100% {
        opacity: 0;
        top: 42%;
        transform: scale(0.6);
        -ms-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
}


.BMapLabel {
    display: none !important;
}


/**/
.sqk {
}

.sqk1 {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}

.sqk2 {
    float: right;
    margin-right: 100px;
}

.sqk2 .advantagea7 {
    padding: 0 !important;
}

.sqk2 .advantagea4 .advantagea3 {
    width: 100%;
}

.sqk2 .advantagea4 .advantagea5 {
    border-left: 1px solid #cfd1d3;
}

.sqk2 .advantagea4 .advantagea5 button {
    height: 55px;
}

.sqk2 .advantagea2 {
    margin: 0 auto;
    background: #FFFFFF;
    width: 470px;
    height: 651px;
    padding: 0px 0px 0px;
}

.sqk2 .advantagea2 dl {
    margin-bottom: 40px;
}

.sqk2 .advantagea3 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 1px solid #cfd1d3;
    padding: 0 0px;
    height: 57px;
}

.sqk2 .advantagea3 dt {
    text-align: center;
    text-align-last: inherit;
    font-size: 23px;
    color: #1F1F1F;
    line-height: 55px;
    font-weight: 400;
    width: 55px;
    margin-right: 35px;
    background: #edf4f9;
    border-right: 1px solid #cfd1d3;
}

.sqk2 .advantagea3 dd {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.sqk2 .advantagea3 dd input {
    width: 100%;
    border: 0px;
    height: 55px;
    font-size: 20px;
    color: #838383;
    line-height: 62px;
    padding-right: 35px;
}

.sqk2 .advantagea3 dd select {
    width: 100%;
    height: 55px;
    border: 0px;
    font-size: 20px;
    color: #838383;
    line-height: 62px;
    text-align: right;
    padding-right: 20px;
}


.sqk3 {
    float: left;
    text-align: center;
}

.sqk3 {
    padding-top: 90px;
}

.sqk3 p {
    margin-bottom: 25px;
}

.sqk3 p img {
    max-width: 100%;
}

.sqk3 h2 {
    font-size: 28px;
    color: #373737;
    line-height: 38px;
}


.sqkh1 {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 150;
}

.sqkh2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.sqkh5 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.sqkh3 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1198px;
    height: 898px;
    box-shadow: 0px 3px 46px 0px rgba(0, 73, 119, 0.22);
    background: #FFFFFF;
    padding-top: 65px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5000;
}

.sqkh4 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0.83);
    z-index: 5000;
}

.header1 .container {
    width: 1100px;
}


.sqk2 .advantagea2 dl span {
    font-size: 14px;
    position: absolute;
    bottom: -24px;
    left: 0px;
}

.sqk2 .advantagea2 dl {
    position: relative;
}


@media screen and (max-width: 1399px) {

    .sqkh4 {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        transform: scale(0.6);
        z-index: 5000;
    }
}


.newsbody {
    width: 1100px;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner_news {
    position: relative;
    height: 260px;
    width: 100%;
    background: url(../images/banner_c11.png) no-repeat bottom center;
    background-size: cover;
}

.newsbodyleft {
    width: 705px;
    margin-right: 50px;
    float: left;
}

#conttable li {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ededed;
}

.newsimg {
    width: 220px;
    float: left;
}

.newsimg img {
    width: 220px;
    object-fit: cover;
    height: 95px;
}

.newstext {
    width: 440px;
    padding: 0px 20px;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 88px;
    color: #596580;
    font-size: 15px;
    line-height: 23px;
}

.newsbodyright {
    width: 340px;
    float: left;
}

.shadow_div {
    box-shadow: 0px 2px 5px 2px #dad4d4;
}

.rmlist {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.rmlist h3 {
    font-weight: bold;
    line-height: 48px;
}

.rmlist ul li {
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.showli {
    box-shadow: 2px 2px 5px 3px #dad4d4;
}

.newstitle {
    margin: 20px 0px;
    font-weight: bold;
    font-size: 18px;
}

.newscondiv {
    font-size: 15px
}













































































































































































































































































































































































