/*幻灯片*/
.banner {
    max-height: 700px;
    overflow: hidden;
    position: relative;
}

.banner .item img {
    display: block;
    width: 100%;
}

.banner .slick-arrow {
    font-size: 0;
    text-indent: 9999px;
    z-index: 5;
    cursor: pointer;
    outline: 0;
    top: 50%;
    border: none;
    margin-top: -52px;
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/20201126100325_1671150766.png);
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.banner .slick-prev {
    left: -54px;
}

.banner .slick-next {
    right: -54px;
    background-position: -49px 0;
}

.banner:hover .slick-prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner:hover .slick-next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner .slick-arrow:hover {
    opacity: .8;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.banner .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #ccc;
    cursor: pointer;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.banner .slick-dots button {
    display: none;
}

.banner .slick-dots li.slick-active {
    width: 32px;
    background-color: #006fb4;
}








/*搜索*/
.search_nbg {
    width: 100%;
    min-width: 1400px;
    height: 79px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 615px;
    left: 0;
    z-index: 9;
}

.m-search {
    width: 100%;
    height: 79px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

#search {
    color: #999;
    height: 79px;
    margin: 0 auto;
    line-height: 79px;
}

.m-search .left {
    float: left;
    width: 1000px;
}

.m-search .left d {
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.m-search .left a {
    font-size: 15px;
    color: #666;
}

.m-search .left a:hover {
    color: #db0404;
}

.m-search .right {
    width: 395px;
    height: 30px;
    float: right;
    position: relative;
}

.search-i {
    margin-top: 16px;
    position: absolute;
    right: 19px;
}
.search-i input{
    display: block;
    width: 56px;
    height: 44px;
    background: url(../images/20201113145635_1771518422.png) no-repeat center;
    background-size: 100%;
    border: none;
}
.so-box #infoname {
    width: 375px;
    margin-top: 16px;
    outline: none;
    color: #666 !important;
    border: none;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 70px;
    font-weight: lighter;
    background: #f5f5f5;
    border-radius: 24px;
}









/*担忧*/
.row-a1 {
    /*   height: 639px;
    background: url(../images/20201113151255_1163226201.jpg) no-repeat center;
    background-size: 100%; */
    overflow: hidden;
}

.row-a1 .bg {
    display: block;
    width: 100%;
}

.row-a1 .wp {
    position: relative;
}

.row-a1 .g-titb1 b:after {
    display: none;
}

.m-worry.m-worry_m{
    display: none;
} 
.m-worry li {
    position: relative;
    cursor: pointer;
}

.m-worry .on b,
.m-worry .on p {
    color: #db0404;
}

.m-worry .on .dot:before {
    background: rgba(34, 172, 61, 0.5);
}

.m-worry .on .dot_s {
    background: #db0404;
}

.m-worry li b {
    font-size: 36px;
    color: #333;
}

.m-worry li p {
    font-size: 16px;
    color: #666;
}

.m-worry.fl {
    left: 0;
}

.m-worry.fr {
    right: 0;
}

.m-worry.fl,
.m-worry.fr {
    width: 430px;
    height: 385px;
    margin-top: 20px;
    position: absolute;
    top: 38px;
}

.m-worry.fl {
    text-align: right;
}

.m-worry.fl li:nth-child(2) {
    margin: 70px 125px 0 0;
}

.m-worry.fl li:nth-child(3) {
    margin: 90px 190px 0 0;
}

.m-worry.fl li:nth-child(1) .dot {
    top: 36px;
    left: 447px;
}

.m-worry.fl li:nth-child(2) .dot {
    top: 35px;
    left: 320px;
}

.m-worry.fl li:nth-child(3) .dot {
    top: 30px;
    left: 260px;
}

.m-worry.fr li:nth-child(2) {
    margin: 70px 0 0 145px;
}

.m-worry.fr li:nth-child(3) {
    margin: 90px 0 0 190px;
}

.m-worry.fr li:nth-child(1) .dot {
    top: 37px;
    right: 447px;
}

.m-worry.fr li:nth-child(2) .dot {
    top: 37px;
    right: 320px;
}

.m-worry.fr li:nth-child(3) .dot {
    top: 37px;
    right: 265px;
}

/*担忧光圈*/
.dot {
    position: absolute;
}

.dot_s {
    background: #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.dot:before {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    background: hsla(0, 0%, 0%, 0.5);
    margin: 0 auto;
    z-index: 9;
    -webkit-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
}

@-webkit-keyframes warn1 {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes warn1 {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes warn1 {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes worry_yy {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    40% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    80% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes worry_yy {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    40% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    80% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes worry_yy {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    40% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    80% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}











/*数据*/
.row-a2 {
    height: 395px;
    background: #db0404;
}

.m-data .tit {
    position: relative;
}

.m-data .tit:after {
    display: block;
    content: "";
    width: 142px;
    height: 142px;
    position: absolute;
    top: 48px;
    left: 197px;
    background-size: 100%;
}

.m-data .tit b {
    display: block;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
}

.m-data .tit b:first-child {
    padding-top: 45px;
}

.m-data .tit t {
    font-size: 40px;
    color: #ffff00;
}

.ul-data {
    margin-top: 68px;
    padding: 100px 65px 83px;
    background: #fff;
    text-align: center;
    border-radius: 1000px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.ul-data li {
    width: 254px;
    float: left;
}

.ul-data li p {
    line-height: 50px;
    font-size: 62px;
    color: #333;
    font-family: "Impact";
    font-weight: bold;
    position: relative;
}

.ul-data li p:after {
    display: block;
    content: "+";
    width: 35px;
    height: 35px;
    line-height: 30px;
    background: #eee;
    border-radius: 100%;
    font-size: 28px;
    color: #db0404;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 30px;
}

.ul-data li span {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #666;
}












/*服务*/
.row-a3 {
    margin-top: 80px;
}

.ul-service {
    cursor: pointer;
    overflow: hidden;
}

.ul-service .on {
    width: 1029px;
    position: relative;
}

.ul-service li {
    position: relative;
    width: 117px;
    height: 500px;
    overflow: hidden;
}

.ul-service .on .li {
    display: none;
}

.ul-service .on .li2 {
    display: block;
}

.ul-service .text,
.ul-service .on .text {
    width: 100%;
    padding: 30px;
    background: rgba(34, 172, 61, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.ul-service .text b,
.ul-service .on .text b {
    font-size: 26px;
    line-height: 20px;
}

.ul-service .text a,
.ul-service .on .text a {
    display: block;
    float: right;
    width: 125px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #db0404;
    text-align: center;
}

.ul-service .text p,
.ul-service .on .text p {
    font-size: 14px;
    margin-top: 15px;
}

.ul-service .image,
.ul-service .on .image {
    position: relative;
    top: 0;
    left: 0px;
}

.ul-service .image img {
    display: block;
    width: 100%;
}

.ul-service li {
    float: left;
    margin-right: 5px;
}

.ul-service li:last-child {
    margin-right: 0px;
}

.ul-service li .li2 {
    display: none;
}

.ul-service li .title {
    position: absolute;
    top: 130px;
    left: 40px;
}

.ul-service li .title span {
    width: 38px;
    height: 38px;
    background: #db0404;
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.ul-service li .title span:after {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/20201113225539_456826763.png)no-repeat;
}

.ul-service li:nth-child(2) .title span:after {
    background-position: -22px 0px;
}

.ul-service li:nth-child(3) .title span:after {
    background-position: -44px 0px;
}

.ul-service li:nth-child(4) .title span:after {
    background-position: -66px 0px;
}

.ul-service li .title p {
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 7px;
}










/*产品*/
.row-a4 {
    /* height: 1240px; */
    background: #f5f5f5 ;
    padding-bottom: 4.27vw;
}

.m-pro_type {
    width: 498px;
    height: 50px;
    margin: 0 auto;
}

.m-pro_type a {
    display: block;
    float: left;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-right: 10px;
    font-size: 20px;
    color: #666;
    text-align: center;
}

.m-pro_type .on {
    background: #db0404;
    color: #fff;
}

.m-pro_type a:last-child {
    margin-right: 0px;
}

.m-pro {
    margin-top: 35px;
}

.ul-listb1 {
    overflow: hidden;
}

.ul-listb1 li {
    float: left;
    width: 33.33%;
}

.ul-listb1 .con {
    display: block;
    margin: 0 5px 10px;
}

.ul-listb1 .pic {
    position: relative;
    height: 0;
    padding-top: 75.28089%;
    overflow: hidden;
}

.ul-listb1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ul-listb1 .more {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.ul-listb1 .more .s {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    background: rgb(206, 11, 11);
    border-radius: 35px;
    z-index: 1;
    text-align: center;
}

.ul-listb1 .txt {
    height: 70px;
    line-height: 70px;
    background: #fff;
    font-size: 16px;
    color: #666;
    text-align: left;
    padding-left: 25px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.ul-listb1 .txt::after {
    display: block;
    content: "";
    width: 18px;
    height: 15px;
    position: absolute;
    top: 28px;
    right: 20px;
    background: url(../images/20201116/20201116220605_2076587244.png) no-repeat;
    background-position: 0px -15px;
}

.ul-listb1 .con:hover .txt {
    color: #fff;
    background: #db0404;
}

.ul-listb1 .con:hover .more {
    height: 100%;
    transition: .3s;
}

.ul-listb1 .con:hover .more .s {
    top: 50%;
}






/*优势*/
.adv_cont {
    position: relative;
}

.ul-adv_list {
    height: 538px;
    position: absolute;
    top: 50px;
    left: 570px;
    z-index: 2;
    background: #db0404;
}

.ul-adv_list li {
    width: 100px;
    height: 115px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    border-bottom: 1px #50bf33 solid;
    margin: 20px 15px 0px 15px;
}

.ul-adv_list li:last-child {
    border-bottom: none;
}

.ul-adv_list li i {
    display: block;
    background-image: url(../images/20201116102738_880400840.png);
    height: 30px;
    width: 30px;
    margin: 0 auto;
}

.ul-adv_list li:nth-child(2) i {
    background-position: -30px 0;
}

.ul-adv_list li:nth-child(3) i {
    background-position: -60px 0;
}

.ul-adv_list li:nth-child(4) i {
    background-position: -90px 0;
}

.ul-adv_list li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    left: 115px;
    top: 40px;
}

.ul-adv_list li p {
    margin: 8px 0px 12px 0px;
}

.ul-adv_list li span {
    font-size: 20px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
}

.ul-adv_list li.on:before {
    border-top: 10px solid transparent;
    border-left: 10px solid #db0404;
    border-bottom: 10px solid transparent;
}

.m-adv_box {
    position: relative;
    height: 637px;
    margin-top: 46px;
    margin-left: -260px;
}

.m-adv_img {
    float: left;
}

.m-adv_img .tempWrap {
    width: 960px;
    height: 637px;
}

.m-adv_img .tempWrap ul {
    height: 637px;
    position: absolute;
}

.m-adv_img ul li {
    width: 960px;
    height: 637px;
}

.m-adv_txt {
    position: absolute;
    width: 100%;
}

#m-adv_txt {
    margin: 0 auto;
}

.m-adv_txt .tempWrap {
    position: relative;
    margin-top: 50px;
    float: right;
    margin-right: -260px;
}

.m-adv_txt ul {
    width: 960px;
    height: 538px;
    position: absolute;
    margin-top: 50px;
    float: left;
}

.m-adv_txt ul li {
    width: 960px;
    height: 538px;
    background: #f5f5f5;
}

.m-adv_txt .con {
    width: 642px;
    padding-left: 58px;
    margin-top: 58px;
}

.m-adv_txt .tit p {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
}

.m-adv_txt .tit p>t {
    color: #db0404;
}

.m-adv_txt .tit span {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: initial;
}

.m-adv_txt .tit em {
    display: block;
    width: 60px;
    height: 4px;
    background: #db0404;
    margin-top: 35px;
}

.m-adv_txt .info {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}

.m-adv_txt .info p {
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
}

.m-adv_txt .info p:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px #ccc solid;
}

.m-adv_txt .a a {
    display: block;
    content: "";
    width: 130px;
    height: 40px;
    margin-top: 30px;
    line-height: 40px;
    background: #db0404;
    border-radius: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.m-adv_txt .a a:hover {
    width: 250px;
}











/*治理案例*/
.ul-type {
    height: 122px;
    border: 1px #eee solid;
    overflow: hidden;
}

.ul-type li {
    width: 154.4px;
    height: 122px;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
}

.ul-type li:last-child {
    border-right: none;
}

.ul-type li p:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    margin: 25px auto 15px;
    background: url(../images/20201116114555_1469748711.png)no-repeat;
    transition: all 0.3s;
}

.ul-type li:nth-child(2) p:before {
    background-position: -40px 0px;
}

.ul-type li:nth-child(3) p:before {
    background-position: -80px 0px;
}

.ul-type li:nth-child(4) p:before {
    background-position: -120px 0px;
}

.ul-type li:nth-child(5) p:before {
    background-position: -160px 0px;
}

.ul-type li:nth-child(6) p:before {
    background-position: -200px 0px;
}

.ul-type li:nth-child(7) p:before {
    background-position: -240px 0px;
}

.ul-type li:nth-child(8) p:before {
    background-position: -280px 0px;
}

.ul-type li:nth-child(9) p:before {
    background-position: -320px 0px;
}

.ul-type li:hover:nth-child(1) p:before {
    background-position: 0px -40px;
}

.ul-type li:hover:nth-child(2) p:before {
    background-position: -40px -40px;
}

.ul-type li:hover:nth-child(3) p:before {
    background-position: -80px -40px;
}

.ul-type li:hover:nth-child(4) p:before {
    background-position: -120px -40px;
}

.ul-type li:hover:nth-child(5) p:before {
    background-position: -160px -40px;
}

.ul-type li:hover:nth-child(6) p:before {
    background-position: -200px -40px;
}

.ul-type li:hover:nth-child(7) p:before {
    background-position: -240px -40px;
}

.ul-type li:hover:nth-child(8) p:before {
    background-position: -280px -40px;
}

.ul-type li:hover:nth-child(9) p:before {
    background-position: -320px -40px;
}

.ul-type li p {
    font-size: 15px;
    color: #666;
    text-align: center;
}

.ul-type li:hover p {
    color: #db0404;
}

.m-ban_case {
    position: relative;
    margin-top: 25px;
}

.m-ban_case .con {
    display: block;
    margin: 0 8px;
}

.m-ban_case .pic {
    position: relative;
    height: 0;
    padding-top: 74.85029%;
    overflow: hidden;
}

.m-ban_case .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.m-ban_case .txt {
    background: #fff;
    position: relative;
    padding: 28px 40px 0;
    height: 80px;
}

.m-ban_case .txt::after {
    display: block;
    content: "";
    width: 100%;
    height: 0px;
    background: #b07b49;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
}

.m-ban_case .tit {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.m-ban_case .txt .btn {
    text-align: center;
    width: 115px;
    height: 27px;
    line-height: 27px;
    margin-top: 15px;
    background: #db0404;
    border-radius: 27px;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.m-ban_case .con:hover .txt::after {
    height: 100%;
}

.m-ban_case .con:hover .tit {
    color: #fff;
}

.m-ban_case .con:hover .btn {
    color: #db0404;
    background-color: #fff;
}

.m-ban_case .slick-arrow {
    font-size: 0;
    text-indent: 9999px;
    border: none;
    z-index: 5;
    cursor: pointer;
    outline: 0;
    width: 32px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.m-ban_case .slick-prev {
    left: -100px;
    background-image: url('http://www.gdsjhb.cn/uploadfile/image/20201116/20201116135615_586954251.png');
}

.m-ban_case .slick-next {
    transform: rotate(180deg);
    right: -100px;
    background-image: url('http://www.gdsjhb.cn/uploadfile/image/20201116/20201116135615_586954251.png');
}









/*流程*/
.row-a7 {
    height: 600px;
    background: #f5f5f5 ;
    overflow: hidden;
}

.ul-step {
    height: 349px;
    background: #fff;
}

.ul-step li {
    width: 25%;
    height: 349px;
    padding: 70px 30px 70px 30px;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #333;
    border-right: 1px #eee solid;
    display: block;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.ul-step .on {
    background: #db0404;
    color: #fff;
}

.ul-step li:nth-child(4n) {
    border: none;
}

.ul-step li:nth-child(n+1):nth-child(-n+4) {
    border-bottom: 1px #eee solid;
}

.ul-step li b:before {
    display: block;
    content: "";
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;
    background: url(../images/20201116141705_1005518621.png)no-repeat;
    transition: all 0.3s;
}

.ul-step li:nth-child(2) b:before {
    background-position: -75px 0;
}

.ul-step li:nth-child(3) b:before {
    background-position: -150px 0;
}

.ul-step li:nth-child(4) b:before {
    background-position: -225px 0;
}

.ul-step li:nth-child(5) b:before {
    background-position: -300px 0;
}

.ul-step li:nth-child(6) b:before {
    background-position: -375px 0;
}

.ul-step li:nth-child(7) b:before {
    background-position: -450px 0;
}

.ul-step li:nth-child(8) b:before {
    background-position: -525px 0;
}

.ul-step li:nth-child(1).on b:before {
    background-position: 0px -75px;
}

.ul-step li:nth-child(2).on b:before {
    background-position: -75px -75px;
}

.ul-step li:nth-child(3).on b:before {
    background-position: -150px -75px;
}

.ul-step li:nth-child(4).on b:before {
    background-position: -225px -75px;
}

.ul-step li:nth-child(5).on b:before {
    background-position: -300px -75px;
}

.ul-step li:nth-child(6).on b:before {
    background-position: -375px -75px;
}

.ul-step li:nth-child(7).on b:before {
    background-position: -450px -75px;
}

.ul-step li:nth-child(8).on b:before {
    background-position: -525px -75px;
}

.ul-step li p {
    margin-top: 25px;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.ul-step .on p {
    color: #fff;
}












/*简介*/
.com {
    position: relative;
}
.row-a6{
    background:#f5f5f5;
}

.row-a8 {
    /* height: 1140px; */
    background: #fff;
    overflow: hidden;
    padding-bottom: 2.9vw;
}

.m-newsb1 {
    overflow: hidden;
}

.m-newsb1 .pic {
    float: left;
    width: 50%;
    overflow: hidden;
    margin-right: 3.5%;
}

.m-newsb1 .pic img {
    display: block;
    width: 100%;
}

.m-newsb1 .txt {
    overflow: hidden;
}

.m-newsb1 .txt b {
    display: block;
    margin: 10px 0 30px 0;
    font-size: 30px;
    color: #db0404;
}

.m-newsb1 .txt p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.m-newsb1 .types {
    width: 520px;
    height: 85px;
    line-height: 85px;
    border: 1px #eee solid;
    overflow: hidden;
}

.m-newsb1 .types a {
    display: block;
    float: left;
    /* width: 103px; */
    height: 85px;
    padding-left: 70px;
    font-size: 18px;
    color: #333;
    position: relative;
}

.m-newsb1 .types .on {
    color: #db0404;
}

.m-newsb1 .types a:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    left: 30px;
    background: url(../images/20201116145615_300250197.png)no-repeat;
    transition: all 0.3s;
}

.m-newsb1 .types a:nth-child(1).on:before {
    background-position: 0 -30px;
}

.m-newsb1 .types a:nth-child(2).on:before {
    background-position: -30px -30px;
}

.m-newsb1 .types a:nth-child(3).on:before {
    background-position: -60px -30px;
}

.m-newsb1 .types a:nth-child(2):before {
    background-position: -30px 0;
}

.m-newsb1 .types a:nth-child(3):before {
    background-position: -60px 0;
}

.m-newsb1 .types a:after {
    display: block;
    content: "";
    width: 1px;
    height: 45px;
    background: #eee;
    position: absolute;
    top: 20px;
    right: 0;
}

.m-newsb1 .types a:last-child:after {
    display: none;
}

.oh {
    overflow: hidden;
}

.news_tab {
    margin-top: 35px;
}

.ul-newsb1 {
    overflow: hidden;
    margin: 0 -16px;
}

.ul-newsb1 li {
    float: left;
    width: 25%;
}

.ul-newsb1 .con {
    display: block;
    margin: 0 16px;
}

.ul-newsb1 .pic {
    position: relative;
    height: 0;
    padding-top: 134.66063%;
    overflow: hidden;
}

.ul-newsb1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ul-newsb1 .txt {
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.ul-newsb1 .con:hover .txt {
    background: #db0404;
    color: #fff;
}








/*新闻*/
.row-a9 .g-titb1 {
    text-align: left;
}


.row-a9 .g-titb1 b:after {
    display: none;
}

.newstop {
    font-size: 25px;
    color: #999999;
    text-transform: uppercase;
    /* overflow: hidden; */
}

.newstop strong {
    font-size: 35px;
    color: #db0404;
}

.newstab a {
    display: inline-block;
    width: 165px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    position: relative;
    border-radius: 26px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.newstab a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: -1px;
    transition: all .4s ease;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.newstab a.on {
    color: #fff;
    background: #db0404;
}

.newstab a.on:after {
    width: 100%;
}

.newstab a+a {
    margin-left: 20px;
}


.m-newsb2 .item {
    overflow: hidden;
}

.m-newsb2 .left {
    float: left;
    width: 50%;
}

.m-newsb2 .right {
    margin-left: 53.5%;
}

.ul-newsb2 {
    overflow: hidden;
    margin: 0 -20px;
}

.ul-newsb2 li {
    float: left;
    width: 50%;
}

.ul-newsb2 .con {
    margin: 0 20px;
}

.ul-newsb2 .pic {
    display: block;
    position: relative;
    height: 0;
    padding-top: 67.68292%;
    overflow: hidden;
    margin-bottom: 30px;
}

.ul-newsb2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ul-newsb2 .tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
}

.ul-newsb2 .info {
    margin-top: 20px;
    line-height: 24px;
    color: #888;
    font-size: 14px;
    font-weight: lighter;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.ul-newsb2 .bot {
    overflow: hidden;
}

.ul-newsb2 .date {
    font-size: 14px;
    color: #696d71;
    margin-top: 25px;
}

.ul-newsb2 .arr {
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: url(../images/20201117101207_105216853.jpg) no-repeat right center;
    float: right;
    margin-top: 17px;
}

.ul-newsb3 {
    padding: 10px 10px 10px 0;
}

.ul-newsb3 .con {
    border: 1px solid #f2f5f5;
    padding: 23px 0;
    overflow: hidden;
}

.ul-newsb3 li+li .con {
    border-top: none;
}

.ul-newsb3 .date {
    float: left;
    width: 115px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: Arial;
    position: relative;
    margin-right: 20px;
}

.ul-newsb3 .date .day {
    font-size: 46px;
    font-weight: bold;
}

.ul-newsb3 .date::after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 0;
    background-color: #f2f5f5;
}

.ul-newsb3 .tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-newsb3 .info {
    margin-top: 10px;
    line-height: 30px;
    height: 60px;
    color: #888;
    padding-right: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.ul-newsb3 .con:hover {
    box-shadow: 0 0 10px rgba(1, 128, 233, 0.26);
    z-index: 1;
    transition: 300ms;
}














/*友情链接*/
.m-links {
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
}



.m-links .icon {
    float: left;
    margin: 25px 8px 0 0;
}

.m-links .p1 {
    float: left;
    font-size: 20px;
    color: #333;
}



.ul-linkTagcs li {
    float: left;
}

.ul-linkTagcs li a {
    color: #000000;
    word-break: break-all;
}

.ul-linkTagcs li img {
    border: 0px;
}














/*解决方案*/
.ymdx {
    width: 1400px;
    margin: 0 auto;
}

.btwz {
    font-size: 24px;
    color: #333;
}

.nnbg {
    background-color: #f9f9f9;
    width: 1380px;
    padding: 20px 10px 20px 10px;
    line-height: 28px;
    color: #666;
}

.dwone li:hover .dwwa_a a {
    color: #db0404 !important;
}

.dwone li:hover .dwwa_more a {
    background: #db0404 !important;
}


.nylist-photo img {
    width: 99.6% !important;
}








@media only screen and (min-width: 1199px) and (max-width: 1920px) {

    /*幻灯片*/
    .banner {
        max-height: 36.45vw;
        overflow: hidden;
        position: relative;
    }

    .banner .item img {
        display: block;
        width: 100%;
    }

    .banner .slick-arrow {
        font-size: 0;
        text-indent: 520.7vw;
        z-index: 5;
        cursor: pointer;
        outline: 0;
        top: 50%;
        border: none;
        margin-top: -2.708vw;
        background-position: 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url(../images/20201126100325_1671150766.png);
        background-size: 5vw;
        width: 2.552vw;
        height: 5.416vw;
        position: absolute;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .banner .slick-prev {
        left: -2.812vw;
    }

    .banner .slick-next {
        right: -2.812vw;
        background-position: -2.552vw 0;
    }

    .banner:hover .slick-prev {
        left: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner:hover .slick-next {
        right: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner .slick-arrow:hover {
        opacity: .8;
    }

    .banner .slick-dots {
        position: absolute;
        left: 0;
        bottom: 5%;
        width: 100%;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

    .banner .slick-dots li {
        display: inline-block;
        width: 1.041vw;
        height: 0.520vw;
        background-color: #ccc;
        cursor: pointer;
        margin: 0 0.260vw;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        border-radius: 1.041vw;
        -webkit-border-radius: 1.041vw;
        -moz-border-radius: 1.041vw;
        -ms-border-radius: 1.041vw;
        -o-border-radius: 1.041vw;
    }

    .banner .slick-dots button {
        display: none;
    }

    .banner .slick-dots li.slick-active {
        width: 1.666vw;
        background-color: #006fb4;
    }








    /*搜索*/
    .search_nbg {
        width: 100%;
        min-width: 72.91vw;
        height: 4.114vw;
        margin: 0 auto;
        background: #fff;
        border-bottom: 0.052vw solid #eee;
        position: absolute;
        top: 32.03vw;
        left: 0;
        z-index: 9;
    }

    .m-search {
        width: 100%;
        height: 4.114vw;
        margin: 0 auto;
        background: #fff;
        border-bottom: 0.052vw solid #eee;
    }

    #search {
        color: #999;
        height: 4.114vw;
        margin: 0 auto;
        line-height: 4.114vw;
    }

    .m-search .left {
        float: left;
        width: 52.08vw;
    }

    .m-search .left d {
        color: #222;
        font-size: 0.833vw;
        font-weight: bold;
    }

    .m-search .left a {
        font-size: 0.781vw;
        color: #666;
    }

    .m-search .left a:hover {
        color: #db0404;
    }

    .m-search .right {
        width: 20.57vw;
        height: 1.562vw;
        float: right;
        position: relative;
    }

    .search-i {
        margin-top: 0.833vw;
        position: absolute;
    }
    .search-i input{
        width: 2.91666vw;
        height: 2.291vw;
    }
    .so-box #infoname {
        width: 19.53vw;
        margin-top: 0.833vw;
        outline: none;
        color: #666 !important;
        border: none;
        height: 2.291vw;
        line-height: 2.291vw;
        font-size: 0.729vw;
        padding-left: 1.041vw;
        padding-right: 3.64583vw;
        font-weight: lighter;
        background: #f5f5f5;
        border-radius: 1.25vw;
    }









    /*担忧*/
    /* .row-a1 {
        height: 33.28vw;
        background: url(../images/20201113151255_1163226201.jpg)no-repeat center;
    } */

    .row-a1 .g-titb1 b:after {
        display: none;
    }


    .m-worry li {
        position: relative;
        cursor: pointer;
    }

    .m-worry .on b,
    .m-worry .on p {
        color: #db0404;
    }

    .m-worry .on .dot:before {
        background: rgba(34, 172, 61, 0.5);
    }

    .m-worry .on .dot_s {
        background: #db0404;
    }

    .m-worry li b {
        font-size: 1.875vw;
        color: #333;
    }

    .m-worry li p {
        font-size: 0.833vw;
        color: #666;
    }

    .m-worry.fl,
    .m-worry.fr {
        width: 22.39vw;
        height: 20.05vw;
        margin-top: 1.041vw;
    }

    .m-worry.fl {
        text-align: right;
    }

    .m-worry.fl li:nth-child(2) {
        margin: 3.645vw 6.510vw 0 0;
    }

    .m-worry.fl li:nth-child(3) {
        margin: 4.687vw 9.895vw 0 0;
    }

    .m-worry.fl li:nth-child(1) .dot {
        top: 1.875vw;
        left: 23.28vw;
    }

    .m-worry.fl li:nth-child(2) .dot {
        top: 1.822vw;
        left: 16.66vw;
    }

    .m-worry.fl li:nth-child(3) .dot {
        top: 1.562vw;
        left: 13.54vw;
    }

    .m-worry.fr li:nth-child(2) {
        margin: 3.645vw 0 0 7.552vw;
    }

    .m-worry.fr li:nth-child(3) {
        margin: 4.687vw 0 0 9.895vw;
    }

    .m-worry.fr li:nth-child(1) .dot {
        top: 1.927vw;
        right: 23.28vw;
    }

    .m-worry.fr li:nth-child(2) .dot {
        top: 1.927vw;
        right: 16.66vw;
    }

    .m-worry.fr li:nth-child(3) .dot {
        top: 1.927vw;
        right: 13.80vw;
    }

    /*担忧光圈*/
    .dot {
        position: absolute;
    }

    .dot_s {
        background: #000;
        width: 1.458vw;
        height: 1.458vw;
        border-radius: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .dot:before {
        width: 2.291vw;
        height: 2.291vw;
        display: block;
        border-radius: 50%;
        background: hsla(0, 0%, 0%, 0.5);
        margin: 0 auto;
        z-index: 9;
        -webkit-animation: warn1 2s ease-out;
        animation: warn1 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        content: "";
        position: absolute;
        top: -0.416vw;
        left: -0.416vw;
    }

    @-webkit-keyframes warn1 {
        0% {
            -webkit-transform: scale(.3);
            transform: scale(.3);
            opacity: 0.0;
        }

        25% {
            -webkit-transform: scale(0.3);
            transform: scale(0.3);
            opacity: 0.1;
        }

        50% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0.3;
        }

        75% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0.0;
        }
    }

    @-webkit-keyframes warn1 {
        0% {
            -webkit-transform: scale(.3);
            transform: scale(.3);
            opacity: 0.0;
        }

        25% {
            -webkit-transform: scale(0.3);
            transform: scale(0.3);
            opacity: 0.1;
        }

        50% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0.3;
        }

        75% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0.0;
        }
    }

    @keyframes warn1 {
        0% {
            -webkit-transform: scale(.3);
            transform: scale(.3);
            opacity: 0.0;
        }

        25% {
            -webkit-transform: scale(0.3);
            transform: scale(0.3);
            opacity: 0.1;
        }

        50% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0.3;
        }

        75% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0.0;
        }
    }

    @-webkit-keyframes worry_yy {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        20% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }

        40% {
            -webkit-transform: rotate(2deg);
            transform: rotate(2deg)
        }

        60% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        80% {
            -webkit-transform: rotate(8deg);
            transform: rotate(8deg)
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @-webkit-keyframes worry_yy {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        20% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }

        40% {
            -webkit-transform: rotate(2deg);
            transform: rotate(2deg)
        }

        60% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        80% {
            -webkit-transform: rotate(8deg);
            transform: rotate(8deg)
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @keyframes worry_yy {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        20% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }

        40% {
            -webkit-transform: rotate(2deg);
            transform: rotate(2deg)
        }

        60% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        80% {
            -webkit-transform: rotate(8deg);
            transform: rotate(8deg)
        }

        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }











    /*数据*/
    .row-a2 {
        height: 20.57vw;
        background: #c80808;
    }

    .m-data .tit {
        position: relative;
    }

    .m-data .tit:after {
        display: block;
        content: "";
        width: 7.395vw;
        height: 7.395vw;
        position: absolute;
        top: 2.5vw;
        left: 10.26vw;
        background-size: 100%;
    }

    .m-data .tit b {
        display: block;
        line-height: 3.125vw;
        font-size: 1.8vw;
        color: #fff;
        text-align: center;
    }

    .m-data .tit b:first-child {
        padding-top: 2.343vw;
    }

    .m-data .tit t {
        font-size: 2.125vw;
        color: #ffff00;
    }

    .ul-data {
        margin-top: 3.541vw;
        padding: 5.208vw 3.385vw 4.322vw;
        background: #fff;
        text-align: center;
        border-radius: 52.08vw;
        box-shadow: 0 0 1.562vw rgba(0, 0, 0, .08);
        overflow: hidden;
    }

    .ul-data li {
        width: 13.22vw;
        float: left;
    }

    .ul-data li p {
        line-height: 2.604vw;
        font-size: 3.229vw;
        color: #333;
        font-family: "Impact";
        font-weight: bold;
        position: relative;
    }

    .ul-data li p:after {
        display: block;
        content: "+";
        width: 1.822vw;
        height: 1.822vw;
        line-height: 1.562vw;
        background: #eee;
        border-radius: 100%;
        font-size: 1.458vw;
        color: #db0404;
        font-weight: 300;
        text-align: center;
        position: absolute;
        top: -1.562vw;
        right: 1.562vw;
    }

    .ul-data li span {
        display: block;
        margin-top: 0.781vw;
        font-size: 0.937vw;
        color: #666;
    }












    /*服务*/
    .row-a3 {
        margin-top: 4.166vw;
    }



    .ul-service .on {
        width: 53.59vw;
        position: relative;
    }

    .ul-service li {
        position: relative;
        width: 6.09375vw;
        height: 26.04vw;
    }

    .ul-service .on .li {
        display: none;
    }

    .ul-service .on .li2 {
        display: block;
    }

    .ul-service .on .text {
        width: 100%;
        padding: 1.562vw;
        background: rgba(34, 172, 61, 0.8);
        color: #fff;
        position: absolute;
        bottom: 0vw;
        left: 0;
        z-index: 1;
    }

    .ul-service .on .text b {
        font-size: 1.354vw;
        line-height: 1.041vw;
    }

    .ul-service .on .text a {
        display: block;
        float: right;
        width: 6.510vw;
        height: 1.562vw;
        line-height: 1.562vw;
        background: #fff;
        border-radius: 1.562vw;
        font-size: 0.729vw;
        color: #db0404;
        text-align: center;
    }

    .ul-service .on .text p {
        font-size: 0.729vw;
        margin-top: 0.781vw;
    }

    .ul-service .on .image {
        position: relative;
        top: 0;
        left: 0vw;
    }

    .ul-service li {
        float: left;
        margin-right: 0.260vw;
    }

    .ul-service li:last-child {
        margin-right: 0vw;
    }

    .ul-service li .li2 {
        display: none;
    }

    .ul-service li .title {
        position: absolute;
        top: 6.770vw;
        left: 2.083vw;
    }

    .ul-service li .title span {
        width: 1.979vw;
        height: 1.979vw;
        background: #db0404;
        border-radius: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .ul-service li .title span:after {
        display: block;
        content: "";
        width: 1.145vw;
        height: 1.145vw;
        background: url(../images/20201113225539_456826763.png) no-repeat;
        background-size: 4.615vw;
    }

    .ul-service li:nth-child(2) .title span:after {
        background-position: -1.145vw 0vw;
    }

    .ul-service li:nth-child(3) .title span:after {
        background-position: -2.291vw 0vw;
    }

    .ul-service li:nth-child(4) .title span:after {
        background-position: -3.437vw 0vw;
    }

    .ul-service li .title p {
        margin-top: 0.781vw;
        font-size: 1.25vw;
        color: #fff;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.364vw;
    }










    /*产品*/
    .row-a4 {
        background: #f5f5f5;
    }

    .m-pro_type {
        width: 24.37vw;
        height: 2.604vw;
        margin: 0 auto;
    }

    .m-pro_type a {
        display: block;
        float: left;
        width: 11.45vw;
        height: 2.604vw;
        line-height: 2.604vw;
        background: #fff;
        margin-right: 0.520vw;
        font-size: 1.041vw;
        color: #666;
        text-align: center;
    }

    .m-pro_type .on {
        background:#b07b49;
        color: #fff;
    }

    .m-pro_type a:last-child {
        margin-right: 0vw;
    }

    .m-pro {
        margin-top: 1.822vw;
    }

    .ul-listb1 {
        overflow: hidden;
    }

    .ul-listb1 li {
        float: left;
        width: 33.33%;
    }

    .ul-listb1 .con {
        display: block;
        margin: 0 0.260vw 0.520vw;
    }

    .ul-listb1 .pic {
        position: relative;
        height: 0;
        padding-top: 75.28089%;
        overflow: hidden;
    }

    .ul-listb1 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .ul-listb1 .more {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0vw;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
    }

    .ul-listb1 .more .s {
        display: block;
        width: 5.208vw;
        height: 1.822vw;
        line-height: 1.822vw;
        font-size: 0.729vw;
        color: rgb(255, 255, 255);
        position: absolute;
        top: -1.822vw;
        left: 50%;
        transform: translate(-50%);
        z-index: 2;
        background: rgb(215, 0, 0);
        border-radius: 1.822vw;
        z-index: 1;
        text-align: center;
    }

    .ul-listb1 .txt {
        height: 3.645vw;
        line-height: 3.645vw;
        background: #fff;
        font-size: 0.833vw;
        color: #666;
        text-align: left;
        padding-left: 1.302vw;
        position: relative;
    }

    .ul-listb1 .txt::after {
        display: block;
        content: "";
        width: 0.937vw;
        height: 0.781vw;
        position: absolute;
        top: 1.458vw;
        right: 1.041vw;
        background: url(../images/20201116/20201116220605_2076587244.png) no-repeat;
        background-position: 0vw -0.781vw;
    }

    .ul-listb1 .con:hover .txt {
        color: #fff;
        background: #b07b49;
    }

    .ul-listb1 .con:hover .more {
        height: 100%;
        transition: .3s;
    }

    .ul-listb1 .con:hover .more .s {
        top: 50%;
    }






    /*优势*/
    .adv_cont {
        position: relative;
    }

    .ul-adv_list {
        height: 28.02vw;
        position: absolute;
        top: 2.604vw;
        left: 29.68vw;
        z-index: 2;
        background: #db0404;
    }

    .ul-adv_list li {
        width: 5.208vw;
        height: 5.989vw;
        font-size: 1.041vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        position: relative;
        cursor: pointer;
        margin: 0 auto;
        border-bottom: 0.052vw #50bf33 solid;
        margin: 1.041vw 0.781vw 0vw 0.781vw;
    }

    .ul-adv_list li:last-child {
        border-bottom: none;
    }

    .ul-adv_list li i {
        display: block;
        background-image: url(../images/20201116102738_880400840.png);
        height: 1.562vw;
        width: 1.562vw;
        margin: 0 auto;
    }

    .ul-adv_list li:nth-child(2) i {
        background-position: -1.562vw 0;
    }

    .ul-adv_list li:nth-child(3) i {
        background-position: -3.125vw 0;
    }

    .ul-adv_list li:nth-child(4) i {
        background-position: -4.687vw 0;
    }

    .ul-adv_list li:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: 2;
        left: 5.989vw;
        top: 2.083vw;
    }

    .ul-adv_list li p {
        margin: 0.416vw 0vw 0.625vw 0vw;
    }

    .ul-adv_list li span {
        font-size: 1.041vw;
        font-weight: lighter;
        color: rgba(255, 255, 255, 0.5);
    }

    .ul-adv_list li.on:before {
        border-top: 0.520vw solid transparent;
        border-left: 0.520vw solid #db0404;
        border-bottom: 0.520vw solid transparent;
    }

    .m-adv_box {
        position: relative;
        height: 33.17vw;
        margin-top: 2.395vw;
        margin-left: -13.54vw;
    }

    .m-adv_img {
        float: left;
    }

    .m-adv_img .tempWrap {
        width: 50vw;
        height: 33.17vw;
    }

    .m-adv_img .tempWrap ul {
        height: 33.17vw;
        position: absolute;
    }

    .m-adv_img ul li {
        width: 50vw;
        height: 33.17vw;
    }

    .m-adv_txt {
        position: absolute;
        width: 100%;
    }

    #m-adv_txt {
        margin: 0 auto;
    }

    .m-adv_txt .tempWrap {
        position: relative;
        margin-top: 2.604vw;
        float: right;
        margin-right: -13.54vw;
    }

    .m-adv_txt ul {
        width: 50vw;
        height: 28.02vw;
        position: absolute;
        margin-top: 2.604vw;
        float: left;
    }

    .m-adv_txt ul li {
        width: 50vw;
        height: 28.02vw;
        background: #f5f5f5;
    }

    .m-adv_txt .con {
        width: 33.43vw;
        padding-left: 3.020vw;
        margin-top: 3.020vw;
    }

    .m-adv_txt .tit p {
        font-size: 1.562vw;
        font-weight: bold;
        color: #333;
        line-height: 1.666vw;
    }

    .m-adv_txt .tit p>t {
        color: #db0404;
    }

    .m-adv_txt .tit span {
        display: block;
        font-size: 0.625vw;
        color: #999;
        font-weight: initial;
    }

    .m-adv_txt .tit em {
        display: block;
        width: 3.125vw;
        height: 0.208vw;
        background: #db0404;
        margin-top: 1.822vw;
    }

    .m-adv_txt .info {
        font-size: 0.833vw;
        line-height: 1.562vw;
        margin-top: 2.083vw;
    }

    .m-adv_txt .info p {
        position: relative;
        padding-left: 1.406vw;
        margin-bottom: 0.625vw;
    }

    .m-adv_txt .info p:before {
        content: "";
        position: absolute;
        top: 0.416vw;
        left: 0vw;
        width: 0.677vw;
        height: 0.677vw;
        border-radius: 50%;
        border: 0.052vw #ccc solid;
    }

    .m-adv_txt .a a {
        display: block;
        content: "";
        width: 6.770vw;
        height: 2.083vw;
        margin-top: 1.562vw;
        line-height: 2.083vw;
        background: #db0404;
        border-radius: 2.083vw;
        font-size: 0.781vw;
        color: #fff;
        text-align: center;
        transition: all 0.3s;
    }

    .m-adv_txt .a a:hover {
        width: 13.02vw;
    }











    /*治理案例*/
    .ul-type {
        height: 6.354vw;
        border: 0.052vw #eee solid;
    }

    .ul-type li {
        width: 8.042vw;
        height: 6.354vw;
        float: left;
        border-right: 0.052vw #eee solid;
        cursor: pointer;
    }

    .ul-type li:last-child {
        border-right: none;
    }

    .ul-type li p:before {
        display: block;
        content: "";
        width: 2.083vw;
        height: 2.083vw;
        margin: 1.302vw auto 0.781vw;
        background: url(../images/20201116114555_1469748711.png) no-repeat;
        transition: all 0.3s;
        background-size: 18.666vw;
    }

    .ul-type li:nth-child(2) p:before {
        background-position: -2.083vw 0vw;
    }

    .ul-type li:nth-child(3) p:before {
        background-position: -4.166vw 0vw;
    }

    .ul-type li:nth-child(4) p:before {
        background-position: -6.25vw 0vw;
    }

    .ul-type li:nth-child(5) p:before {
        background-position: -8.333vw 0vw;
    }

    .ul-type li:nth-child(6) p:before {
        background-position: -10.41vw 0vw;
    }

    .ul-type li:nth-child(7) p:before {
        background-position: -12.5vw 0vw;
    }

    .ul-type li:nth-child(8) p:before {
        background-position: -14.58vw 0vw;
    }

    .ul-type li:nth-child(9) p:before {
        background-position: -16.66vw 0vw;
    }

    .ul-type li:hover:nth-child(1) p:before {
        background-position: 0vw -2.083vw;
    }

    .ul-type li:hover:nth-child(2) p:before {
        background-position: -2.083vw -2.083vw;
    }

    .ul-type li:hover:nth-child(3) p:before {
        background-position: -4.166vw -2.083vw;
    }

    .ul-type li:hover:nth-child(4) p:before {
        background-position: -6.25vw -2.083vw;
    }

    .ul-type li:hover:nth-child(5) p:before {
        background-position: -8.333vw -2.083vw;
    }

    .ul-type li:hover:nth-child(6) p:before {
        background-position: -10.41vw -2.083vw;
    }

    .ul-type li:hover:nth-child(7) p:before {
        background-position: -12.5vw -2.083vw;
    }

    .ul-type li:hover:nth-child(8) p:before {
        background-position: -14.58vw -2.083vw;
    }

    .ul-type li:hover:nth-child(9) p:before {
        background-position: -16.66vw -2.083vw;
    }

    .ul-type li p {
        font-size: 0.781vw;
        color: #666;
        text-align: center;
    }

    .ul-type li:hover p {
        color: #db0404;
    }

    .m-ban_case {
        margin-top: 1.302vw;
    }

    .m-ban_case .con {
        display: block;
        margin: 0 0.416vw;
    }

    .m-ban_case .pic {
        position: relative;
        height: 0;
        padding-top: 74.85029%;
        overflow: hidden;
    }

    .m-ban_case .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .m-ban_case .txt {
        background: #fff;
        position: relative;
        padding: 1.441vw 2.083vw 0 2.083vw;
        height: 4.129166vw;
    }

    .m-ban_case .txt::after {
        display: block;
        content: "";
        width: 100%;
        height: 0vw;
        background: #b07b49;
        position: absolute;
        transition: all 0.3s;
        top: 0;
        left: 0;
    }

    .m-ban_case .tit {
        font-size: 0.937vw;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -icab-text-overflow: ellipsis;
        -khtml-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        position: relative;
        z-index: 1;
    }

    .m-ban_case .txt .btn {
        text-align: center;
        width: 5.989vw;
        height: 1.406vw;
        line-height: 1.406vw;
        margin-top: 0.781vw;
        background: #db0404;
        border-radius: 1.406vw;
        font-size: 0.729vw;
        color: #fff;
        font-weight: lighter;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .m-ban_case .con:hover .txt::after {
        height: 100%;
    }

    .m-ban_case .con:hover .tit {
        color: #fff;
    }

    .m-ban_case .con:hover .btn {
        color: #db0404;
        background-color: #fff;
    }

    .m-ban_case .slick-arrow {

        width: 1.66666vw;
        height: 3.75vw;
        position: absolute;
        top: 50%;
        margin-top: -1.875vw;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .m-ban_case .slick-prev {
        left: -5.208333vw;
    }

    .m-ban_case .slick-next {
        right: -5.208333vw;
    }









    /*流程*/
    .row-a7 {
        height: 35.57vw;
        background: #f5f5f5 ;
    }

    .ul-step {
        height: 18.1vw;
        background: #fff;
    }

    .ul-step li {
        width: 25%;
        height: 18.17vw;
        padding: 3.645vw 1.562vw 3.645vw 1.562vw;
        float: left;
        text-align: center;
        font-size: 1.354vw;
        color: #333;
        border-right: 0.052vw #eee solid;
        display: block;
        transition: all 0.3s;
        cursor: pointer;
    }

    .ul-step .on {
        background: #b07b49;
        color: #fff;
    }

    .ul-step li:nth-child(4n) {
        border: none;
    }

    .ul-step li:nth-child(n+1):nth-child(-n+4) {
        border-bottom: 0.052vw #eee solid;
    }

    .ul-step li b:before {
        display: block;
        content: "";
        width: 3.906vw;
        height: 3.906vw;
        margin: 0 auto 1.302vw;
        background: url(../images/20201116141705_1005518621.png) no-repeat;
        transition: all 0.3s;
        background-size: 31.17187vw;
    }

    .ul-step li:nth-child(2) b:before {
        background-position: -3.906vw 0;
    }

    .ul-step li:nth-child(3) b:before {
        background-position: -7.812vw 0;
    }

    .ul-step li:nth-child(4) b:before {
        background-position: -11.71vw 0;
    }

    .ul-step li:nth-child(5) b:before {
        background-position: -15.62vw 0;
    }

    .ul-step li:nth-child(6) b:before {
        background-position: -19.53vw 0;
    }

    .ul-step li:nth-child(7) b:before {
        background-position: -23.43vw 0;
    }

    .ul-step li:nth-child(8) b:before {
        background-position: -27.34vw 0;
    }

    .ul-step li:nth-child(1).on b:before {
        background-position: 0vw -3.906vw;
    }

    .ul-step li:nth-child(2).on b:before {
        background-position: -3.906vw -3.906vw;
    }

    .ul-step li:nth-child(3).on b:before {
        background-position: -7.812vw -3.906vw;
    }

    .ul-step li:nth-child(4).on b:before {
        background-position: -11.71vw -3.906vw;
    }

    .ul-step li:nth-child(5).on b:before {
        background-position: -15.62vw -3.906vw;
    }

    .ul-step li:nth-child(6).on b:before {
        background-position: -19.53vw -3.906vw;
    }

    .ul-step li:nth-child(7).on b:before {
        background-position: -23.43vw -3.906vw;
    }

    .ul-step li:nth-child(8).on b:before {
        background-position: -27.34vw -3.906vw;
    }

    .ul-step li p {
        margin-top: 1.302vw;
        font-size: 0.781vw;
        color: #666;
        line-height: 1.458vw;
    }

    .ul-step .on p {
        color: #fff;
    }



    /*简介*/
    .com {
        position: relative;
    }
    .row-a6{
        background:#f5f5f5;
    }
    .row-a8 {
        /* height: 59.37vw; */
        background: #fff;
        overflow: hidden;
    }

    .m-newsb1 {
        overflow: hidden;
    }

    .m-newsb1 .pic {
        float: left;
        width: 50%;
        margin-right: 3.5%;
    }

    .m-newsb1 .txt {
        overflow: hidden;
    }

    .m-newsb1 .txt b {
        display: block;
        margin: 0.520vw 0 1.562vw 0;
        font-size: 1.562vw;
        color: #000;
    }

    .m-newsb1 .txt p {
        font-size: 0.781vw;
        color: #666;
        line-height: 1.562vw;
    }

    .m-newsb1 .types {
        width: 27.08vw;
        height: 4.427vw;
        line-height: 4.427vw;
        border: 0.052vw #eee solid;
        overflow: hidden;
    }

    .m-newsb1 .types a {
        display: block;
        float: left;
        /* width: 5.364vw; */
        height: 4.427vw;
        padding-left: 3.645vw;
        font-size: 0.937vw;
        color: #333;
        position: relative;
    }

    .m-newsb1 .types .on {
        color: #db0404;
    }

    .m-newsb1 .types a:before {
        display: block;
        content: "";
        width: 1.562vw;
        height: 1.562vw;
        position: absolute;
        top: 1.145vw;
        left: 1.562vw;
        background: url(../images/20201116145615_300250197.png) no-repeat;
        transition: all 0.3s;
        background-size: 4.60937vw;
    }

    .m-newsb1 .types a:nth-child(1).on:before {
        background-position: 0 -1.562vw;
    }

    .m-newsb1 .types a:nth-child(2).on:before {
        background-position: -1.562vw -1.562vw;
    }

    .m-newsb1 .types a:nth-child(3).on:before {
        background-position: -3.125vw -1.562vw;
    }

    .m-newsb1 .types a:nth-child(2):before {
        background-position: -1.562vw 0;
    }

    .m-newsb1 .types a:nth-child(3):before {
        background-position: -3.125vw 0;
    }

    .m-newsb1 .types a:after {
        display: block;
        content: "";
        width: 0.052vw;
        height: 2.343vw;
        background: #eee;
        position: absolute;
        top: 1.041vw;
        right: 0;
    }

    .m-newsb1 .types a:last-child:after {
        display: none;
    }

    .oh {
        overflow: hidden;
    }

    .news_tab {
        margin-top: 1.822vw;
    }

    .ul-newsb1 {
        overflow: hidden;
        margin: 0 -0.833vw;
    }

    .ul-newsb1 li {
        float: left;
        width: 25%;
    }

    .ul-newsb1 .con {
        display: block;
        margin: 0 0.833vw;
    }

    .ul-newsb1 .pic {
        position: relative;
        height: 0;
        padding-top: 124.66063%;
        overflow: hidden;
    }

    .ul-newsb1 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .ul-newsb1 .txt {
        height: 3.645vw;
        line-height: 3.645vw;
        background: #ffffff;
        font-size: 0.937vw;
        color: #666;
        text-align: center;
    }

    .ul-newsb1 .con:hover .txt {
        background: #db0404;
        color: #fff;
    }








    /*新闻*/
    .row-a9 .g-titb1 {
        text-align: left;
    }


    .row-a9 .g-titb1 b:after {
        display: none;
    }

    .newstop {
        font-size: 1.302vw;
        color: #999999;
        text-transform: uppercase;
        /* overflow: hidden; */
    }

    .newstop strong {
        font-size: 1.822vw;
        color: #db0404;
    }

    .newstab a {
        display: inline-block;
        width: 8.593vw;
        line-height: 2.083vw;
        font-size: 0.937vw;
        color: #666;
        position: relative;
        border-radius: 1.354vw;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 1.562vw rgba(0, 0, 0, .08);
    }

    .newstab a:after {
        content: '';
        display: block;
        position: absolute;
        width: 0vw;
        height: 0.052vw;
        bottom: -0.052vw;
        transition: all .4s ease;
        margin: 0 auto;
        left: 0vw;
        right: 0vw;
    }

    .newstab a.on {
        color: #fff;
        background: #db0404;
    }

    .newstab a.on:after {
        width: 100%;
    }

    .newstab a+a {
        margin-left: 1.041vw;
    }


    .m-newsb2 .item {
        overflow: hidden;
    }

    .m-newsb2 .left {
        float: left;
        width: 50%;
    }

    .m-newsb2 .right {
        margin-left: 53.5%;
    }

    .ul-newsb2 {
        overflow: hidden;
        margin: 0 -1.041vw;
    }

    .ul-newsb2 li {
        float: left;
        width: 50%;
    }

    .ul-newsb2 .con {
        margin: 0 1.041vw;
    }

    .ul-newsb2 .pic {
        display: block;
        position: relative;
        height: 0;
        padding-top: 67.68292%;
        overflow: hidden;
        margin-bottom: 1.5625vw;
    }

    .ul-newsb2 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .ul-newsb2 .tit {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.937vw;
        color: #333333;
    }

    .ul-newsb2 .info {
        margin-top: 1.041vw;
        line-height: 1.25vw;
        color: #888;
        font-size: 0.729vw;
        font-weight: lighter;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .ul-newsb2 .bot {
        overflow: hidden;
    }

    .ul-newsb2 .date {
        font-size: 0.729vw;
        color: #696d71;
        margin-top: 1.302vw;
    }

    .ul-newsb2 .arr {
        float: right;
        width: 1.458vw;
        height: 1.458vw;
        border-radius: 50%;
        background: url(../images/20201117101207_105216853.jpg) no-repeat right center;
        float: right;
        margin-top: 0.885vw;
    }

    .ul-newsb3 {
        padding: 0.520vw 0.520vw 0.520vw 0;
    }

    .ul-newsb3 .con {
        border: 0.052vw solid #f2f5f5;
        padding: 1.197vw 0;
        overflow: hidden;
    }

    .ul-newsb3 li+li .con {
        border-top: none;
    }

    .ul-newsb3 .date {
        float: left;
        width: 5.989vw;
        text-align: center;
        font-size: 0.729vw;
        color: #333;
        font-family: Arial;
        position: relative;
        margin-right: 1.041vw;
    }

    .ul-newsb3 .date .day {
        font-size: 2.395vw;
        font-weight: bold;
    }

    .ul-newsb3 .date::after {
        content: "";
        display: block;
        width: 0.052vw;
        position: absolute;
        top: 5%;
        bottom: 5%;
        right: 0;
        background-color: #f2f5f5;
    }

    .ul-newsb3 .tit {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.937vw;
        color: #333333;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .ul-newsb3 .info {
        margin-top: 0.520vw;
        line-height: 1.562vw;
        height: 3.125vw;
        color: #888;
        padding-right: 1.041vw;
        font-size: 0.729vw;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .ul-newsb3 .con:hover {
        box-shadow: 0 0 0.520vw rgba(1, 128, 233, 0.26);
        z-index: 1;
        transition: 300ms;
    }















    /*友情链接*/
    .m-links {
        height: 3.645vw;
        line-height: 3.645vw;
        background: #f5f5f5;
    }



    .m-links .icon {
        float: left;
        width: 1.40625vw;
        margin: 1.302vw 0.416vw 0 0;
    }

    .m-links .p1 {
        float: left;
        font-size: 1.041vw;
        color: #333;
    }



    .ul-linkTagcs li {
        float: left;
    }

    .ul-linkTagcs li a {
        color: #000000;
        word-break: break-all;
    }

    .ul-linkTagcs li img {
        border: 0vw;
    }









}

@media screen and (max-width: 1199px) {
    .m-search .left {
        display: none;
    }

    .m-search .right {
        float: none;
        width: 375px;
        margin: 0 auto;
    }

    .m-worry li {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
    }

    .m-data .tit {
        display: none;
    }

    .m-data .tit:after {
        left: 0;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
    }

    .m-data .tit b {
        padding-left: 150px;
        font-size: 18px;
    }

    .m-data .tit t {
        font-size: 18px;
    }

    .row-a2 {
        height: auto;
        padding: 3vw 0;
    }

    .ul-data {
        padding: 2vw 0;
        margin: 0;
        border-radius: 5vw;
    }

    .ul-data li {
        width: 20%;
    }

    .ul-data li p {
        font-size: 22px;
        line-height: 2;
    }

    .ul-data li span {
        font-size: 14px;
        margin-top: 5px;
    }

    .ul-data li p:after {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        top: 0;
        right: 55px;
    }

    .row-a3 {
        margin-top: 0;
    }

    .ul-service li {
        height: auto;
    }

    .ul-service .text p,
    .ul-service .on .text p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;

    }

    .ul-service .on {
        width: auto;
        height: auto;
    }

    .ul-service .li {
        display: none;
    }

    .ul-service li .li2 {
        display: block;
    }

    .ul-adv_list {
        position: static;
        height: auto;
        overflow: hidden;
        padding: 2vw 0;
    }

    .ul-adv_list li {
        float: left;
        width: 25%;
        font-size: 14px;
        margin: 0;
        border-bottom: none !important;
    }

    .ul-adv_list li.on:before {
        border-left: 10px solid transparent;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        top: 94px;
        left: 50%;
        margin-left: -10px;

    }

    .m-adv_txt ul li,
    .m-adv_img .tempWrap,
    .m-adv_box,
    .m-adv_txt ul {
        height: auto;
    }

    .m-adv_box,
    .m-adv_txt .tempWrap {
        margin-top: 0;
    }

    .m-adv_txt .con {
        padding: 1vw;
        margin-top: 3vw;
    }

    .m-adv_txt .tit p {
        font-size: 16px;
    }

    .m-adv_txt .tit em {
        height: 1px;
        margin-top: 2vw;
    }

    .m-adv_txt .info {
        font-size: 14px;
        margin-top: 2vw;
    }

    .m-adv_txt .info p {
        margin-bottom: 0;
    }

    .m-adv_img {
        display: none;
    }

    .m-adv_box {
        margin-left: 0;
    }

    .m-adv_txt {
        position: static;
        width: auto;
    }

    .m-adv_txt .tempWrap {
        float: none;
        margin-right: 0;
    }

    .m-adv_txt ul,
    .m-adv_txt .con,
    .m-adv_txt ul li {
        width: 100%;
    }


    .ul-type {
        height: auto;
    }

    .ul-type li {
        width: 20%;
    }


    .row-a7 {
        height: auto;
    }

    .ul-step {
        overflow: hidden;
        height: auto;
    }

    .ul-step li {
        font-size: 16px;
        padding: 1vw;
        height: 250px;
    }

    .ul-step li p {
        font-size: 14x;
        margin-top: 1vw;
    }

    .m-newsb1 .pic {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 1vw;
    }

    .m-newsb1 .txt b {
        font-size: 18px;
        margin: 2vw 0;
    }

    .m-newsb2 .left {
        float: none;
        width: auto;
    }

    .m-newsb2 .right {
        display: none;
    }

    .row-a9 .g-titb1,
    .newstab {
        float: none;
        width: auto;
        text-align: center;
    }

    .newstab {
        margin: 0;
        padding: 2vw 0;
    }

    .newstab a {
        font-size: 14px;
        width: auto;
        padding: 0 1vw;
        border-radius: 17px;
        line-height: 35px;
    }

    .m-pro_type {
        width: auto;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
    }

    .m-pro_type a {
        display: inline-block;
        float: none;
        width: auto;
        height: auto;
        line-height: 35px;
        padding: 0 5px;
        font-size: 14px;
        margin: 0 1vw 1vw;
    }

    .ul-service .text b,
    .ul-service .on .text b {
        font-size: 16px;
    }

    .ul-service .text,
    .ul-service .on .text {
        padding: 1vw;
    }

    .ul-service .text a,
    .ul-service .on .text a {
        width: 90px;
        font-size: 12px;
    }

    .ul-newsb1 .txt {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .m-adv_txt .a a {
        margin: 0 auto 10px;
    }

    .row-a4 {
        height: auto;
    }

    .ul-listb1 .txt {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
    }

    .ul-service {
        padding-bottom: 20px;
    }

    .ul-service .slick-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 0;
    }

    .ul-service .slick-dots li {
        float: none;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #ccc;
        cursor: pointer;
    }

    .ul-service .slick-dots button {
        display: none;
    }

    .ul-service .slick-dots li.slick-active {
        background-color: #db0404;
    }

    .m-ban_case .slider {
        padding-bottom: 20px;
    }

    .m-ban_case .slick-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 0;
    }

    .m-ban_case .slick-dots li {
        float: none;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #ccc;
        cursor: pointer;
    }

    .m-ban_case .slick-dots button {
        display: none;
    }

    .m-ban_case .slick-dots li.slick-active {
        background-color: #db0404;
    }

    .m-links .p1 {
        font-size: 14px;
    }


    .m-worry.fl,
    .m-worry.fr {
        position: static;
        width: auto;
        height: auto;
        overflow: hidden;
        display: none;
    }
    .m-worry.m-worry_m{
        display: block;
    }
    .m-worry li {
        float: left;
        width: 50%;
        text-align: left;
        margin: 0 !important;
        transform: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .m-worry li p{
        font-size: 14px;
    }
    .row-a1 .bg{
        display: none;
    }


    .dot {
        display: none;
    }

    .m-worry li b {
        font-size: 16px;
    }

    .m-worry li p {
        line-height: 1.5;
        height: 3em;
        overflow: hidden;
    }
    .m-ban_case .tit{
        font-size: 16px;
    }

    .ul-step li b:before{
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        margin-bottom: 0;
}
.m-newsb1 .txt p{
    font-size: 14px;
    line-height: 1.7;
}
.m-newsb1 .types{
    margin: 0 auto;
}
.news_tab{
    margin: 1vw 0;
}
.ul-newsb2 .bot{
    margin-bottom: 2vw;
}
.ul-newsb2 .info{
    margin-top: 1vw;
}
.ul-newsb2 .pic{
    margin-bottom: 10px;
}
}

@media screen and (max-width: 770px) {
    .ul-data li {
        width: 33.33%;
    }

    .ul-step li {
        width: 33.33%;
    }

    .ul-listb1 li {
        width: auto;
        float: none;
    }

    .ul-newsb2 {
        margin: 0;
    }

    .ul-newsb2 .con {
        margin: 0;
    }

    .ul-newsb2 li {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .ul-newsb1 li {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .ul-newsb1 {
        margin-left: 0;
        margin-right: 0;
    }

    .ul-newsb1 .con {
        margin: 0;
    }

    .m-newsb1 .types {
        width: auto;
        height: auto;
    }

    .m-newsb1 .types a {
        float: none;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .m-newsb1 .types a:after {
        display: none;
    }

    .m-newsb1 .types a:before {
        top: 10px;
        left: 15px;
    }

    .ul-step li {
        float: none;
        width: auto;
        height: auto;
        border-bottom: 1px solid #eee;
    }

    .ul-step li b:before {
        transform: scale(.7);
        margin-bottom: 0;
    }

    .ul-type li {
        width: 25%;
        border-bottom: 1px solid #eee;
    }

    .ul-type li:last-child {
        border-right: 1px solid #eee;
        border-bottom: none;
    }

    .ul-data li p:after {
        right: 9px;
    }

    .m-search .so-box {
        float: none;
        width: auto;
    }

    .m-search .right {
        width: auto;
    }

    .so-box #infoname {
        width: 100%;
    }
    .search-i{
        right: 0;
        top: 0;
    }

    
    .ul-newsb2 .tit{
        font-size: 16px;
        margin-top: 8px;
    }
    .ul-newsb2 .info{
        margin-top: 5px;
    }
}