/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px); }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }
    100% {
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px); } }

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg); }
}
.title{text-align: center;}
.title h2{font-size:32px;font-weight: 550;text-transform: uppercase;color:#007BFF;line-height: 60px;position: relative;font-family: "DINPro-Bold";}
.title h2:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 10px;border-radius: 5px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    left: 50%;margin-left: -20px;top:-20px;
}
.title p{font-size: 18px;color: #868e96;line-height: 36px;font-weight: 500;}
.section-title{text-align: center;padding: 30px 0;position: relative;}
.section-title:after{
    content: '';
    width: 40px;height:10px;position: absolute;left: 50%;margin-left: -25px;top:10px;border-radius: 5px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.section-title span{font-family: "DINPro-Bold";font-size:36px;color:#007BFF;display: block;line-height:50px;}
.section-title p{font-family: "Noto Sans SC";display: block;font-size:22px;line-height: 36px;color:#444;font-weight:500;padding: 5px 0 0 0;}
@media (max-width: 992px) {
    .title{padding: 0 20px;}
    .title h2{font-size:2.5rem;line-height:3.5rem;font-weight: 700}
    .title h2:after{width: 30px;height: 8px;margin-left: -15px;top:-20px;}
    .title p{font-size: 1.3rem;line-height: 2rem;font-weight:500;padding: 5px 0 0 0}
    .section-title{text-align: center;padding: 30px 0;position: relative;}
    .section-title:after{width: 30px;height: 8px;top:10px;}
    .section-title span{font-size:2.5rem;line-height:3rem;}
    .section-title p{font-size: 1.5rem;line-height: 2rem;font-weight: 600;}
}

/*pro*/
.pro{padding:0 0 30px 0;background-color: #f4f4f4;}
.pro .container{align-items: center;background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.pro .pro-ul{width: 50%;}
.pro .pro-ul li{width: 32%;margin-right: 2%;padding: 20px 0;}
.pro .pro-ul li:last-child{margin-right: 0;}
.pro .pro-ul li a{display: block;text-align: center;font-size: 18px;color: #666;font-family: "Noto Sans SC";font-weight: 500;border-right: 1px solid #eee;}
.pro .pro-ul li:last-child a{border-right: none;}
.pro .pro-ul li a i{font-size: 4rem;color:#007BFF;display: block;margin-bottom: 10px;height:60px;}
.pro .pro-ul li:first-child a i{font-size: 4.3rem;}
.pro .pro-ul li a:hover{color:#007BFF;}
.pro .form{width: 50%;text-align: right;padding: 10px 40px 0 0;flex-wrap: wrap;}
.pro .form form{flex-wrap: wrap;}
.pro .form input{outline:none;width:58%;margin-right: 4%;height:50px;border:none;background-color: #f6f6f6;padding: 0 10px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 400;color: #666;
border-radius: 6px;}
.pro .form input::placeholder{padding: 0 20px;font-size: 16px;font-family: "Noto Sans SC";font-weight: 400;color: #999;}
.pro .form button{
    outline:none;
    width: 38%;
    margin-right: 0;
    height:50px;
    border:none;
    font-size: 16px;
    font-family: "Noto Sans SC";
    font-weight: 500;color: #fff;border-radius: 6px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.pro .form button i{font-size:1.8rem;margin-left: 10px;color:#fff;}
.pro .form p{width: 100%;line-height: 22px;font-size: 14px;color: #888;text-align: left;padding: 10px 0 0 0;}
.pro .form p i{font-size: 1.6rem;color: #888;margin-right: 10px;}
.pro .form p a{color: #999;position: relative;display: inline-block;padding: 0 8px 0 5px;}
.pro .form p a:after{content:'';width: 1px;height: 14px;background-color: #ccc;position: absolute;right: 0;top:4px;}
.pro .form p a:last-child:after{display: none;}
.pro .form p a:hover{color:#007BFF;}
.pro-zdh{padding:50px 0;position: relative;background-color: #f6f6f6;background-image: url(../images/pro-zdh-bg.jpg);background-size: cover;background-position: center;}
.pro-nav{padding:30px 0 0 0;}
.pro-nav li{margin-right:20px;}
.pro-nav li a{display: block;background-color: #fff;min-width: 120px;border-radius:4px;line-height: 40px;text-align: center;font-size: 16px;font-family: "Noto Sans SC";font-weight:400;color: #888;}
.pro-nav li a:hover{
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    color: #fff;
}
.pro-nav li:last-child{margin-right: 0;}
.pro-list{
    padding: 20px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
}
.pro-list li{
    margin: 20px 15px;
    background-color: #fff;
    box-shadow: 0 2px 20px -5px rgba(28, 61, 110, 0.1);
    -webkit-box-shadow: 0 2px 20px -5px rgba(28, 61, 110, 0.1);
    border-radius: 6px;
}
.pro-list li a{display: block;padding: 20px;}
.pro-list li a .img{text-align: center;width: 100%;overflow: hidden;align-items: center;}
.pro-list li a .img img{width:100%;}
.pro-list li a .info p{font-size: 16px;font-family: "Noto Sans SC";font-weight:400;text-align: center;padding:20px 10px;color: #666}
.pro-list li a .info span{
    display: block;
    font-size: 14px;
    font-family: "Noto Sans SC";
    font-weight:400;
    width:120px;
    border-radius:25px;
    margin: 0 auto 20px auto;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.pro-list li:hover{
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
.pro-list li a:hover .info span{width: 140px;}
@media (max-width: 1200px) {
   .pro-list li{width: 290px;margin: 10px 15px;}
}
@media (max-width: 992px) {
    .pro{padding:0 0 30px 0;background-color: #fff;}
    .pro .container{box-shadow: none;-webkit-box-shadow:none;flex-wrap: wrap;padding: 0 20px;}
    .pro .pro-ul{width:100%;}
    .pro .pro-ul li a{font-size:1.4rem;font-weight: 600;}
    .pro .pro-ul li a i{font-size:3rem;margin-bottom:10px;height:40px;font-weight: 400;}
    .pro .pro-ul li:first-child a i{font-size:3rem;}
    .pro .form{width:100%;padding: 10px 0 0 0;}
    .pro .form input{width:63%;margin-right:4%;height:35px;padding: 0 10px;font-size:1.2rem;border-radius: 20px;}
    .pro .form input::placeholder{padding: 0 10px;font-size:1.2rem;}
    .pro .form button{width: 33%;height:35px;font-size:1.4rem;border-radius: 20px;}
    .pro .form button i{font-size:1.4rem;margin-left:5px;}
    .pro .form p{line-height:2rem;font-size:1.2rem;padding: 10px 0 0 0;}
    .pro .form p a{padding: 0 8px 0 5px;}
    .pro .form p a:after{height: 12px;top:3px;}
    .pro-zdh{padding: 50px 0 20px 0;position: relative;background-color:#fff;}
    .pro-zdh .container{padding: 0 10px}
    .pro-nav{padding:20px 5px 0 5px;flex-wrap: wrap;}
    .pro-nav li{width: 32%;margin-right: 2%;margin-bottom: 2%;}
    .pro-nav li:nth-child(3n){margin-right: 0;}
    .pro-nav li a{min-width:auto;line-height: 35px;font-size:1.4rem;font-weight:500;border-radius:6px}
    .pro-list{padding:10px 0 0 0;}
    .pro-list li{margin:10px 3%;width: 94%;}
    .pro-list li a{padding:0 10px 10px 10px;}
    .pro-list li a .img{text-align: center;width: 100%;padding-top: 10px}
    .pro-list li a .info p{font-size:1.2rem;padding:10px;}
    .pro-list li a .info span{font-size: 1.2rem;width:75%;margin: 0 auto 10px auto;line-height: 30px;font-weight: 500;}
    .pro-list li a .info span i{font-size: 1.4rem;}
    .pro-list li a:hover .info span{width:80%;}
}

.pro-pj{padding:80px 0;position: relative;background-color: #fff;}
.pro-pj .container{position: relative;}
.pro-pj .container:after{
    content: '';
    position: absolute;left: -40px;bottom:65px;width: 125px;height: 126px;
    background-image: url(../images/bg.png);background-repeat: no-repeat;z-index: 1;
}
.pro-pj .container:before{
    content: '';
    position: absolute;right:-35px;top:90px;width: 125px;height: 126px;
    background-image: url(../images/bg.png);background-repeat: no-repeat;z-index: 1;
}
.pro-pj .pro-nav li{margin-right:20px;}
.pro-pj .pro-nav li a{border: none;background-color: #f6f6f6;min-width: 120px;}
.pro-pj-ul{padding:50px 0;position: relative;z-index: 2;}
.pro-pj-ul li{width: 30.66%;margin-right: 4%;border:6px solid #f6f6f6;background-color: #fff;}
.pro-pj-ul li:nth-child(2){border: 6px solid #007BFF;}
.pro-pj-ul li:nth-child(3n){margin-right: 0;}
.pro-pj-ul li a{display: block;padding: 20px;}
.pro-pj-ul li a .img{text-align: center;width: 100%;overflow: hidden;align-items: center;}
.pro-pj-ul li a .img img{width:100%;}
.pro-pj-ul li a .info{}
.pro-pj-ul li a .info p{font-size:16px;font-family: "Noto Sans SC";font-weight:400;text-align: center;padding:20px 10px;color: #666}
.pro-pj-ul li a .info span{
    display: block;
    font-size: 14px;
    font-family: "Noto Sans SC";
    font-weight:400;
    width:130px;
    border-radius:25px;
    margin: 0 auto 10px auto;
    text-align: center;
    line-height: 35px;
    color: #333;
    border: 1px solid #eee;
}
.pro-pj-ul li a:hover .info span{
    color: #fff;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    border: none;width: 140px;
}
.pro-pj-ul li a:hover{
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
@media (max-width: 992px) {
    .pro-pj{padding: 40px 0 30px 0;}
    .pro-pj .container{position: relative;padding: 0 10px;}
    .pro-pj .container:after{display: none;}
    .pro-pj .container:before{display: none;}
    .pro-pj .pro-nav li{margin-right:2%;width: 32%;}
    .pro-pj .pro-nav li:nth-child(3n){margin-right: 0;}
    .pro-pj .pro-nav li a{min-width:auto;}
    .pro-pj-ul{padding:20px;flex-wrap: wrap}
    .pro-pj-ul li{width: 49%;margin-right: 2%;border:none;}
    .pro-pj-ul li:nth-child(2){border:none;margin-right: 0;}
    .pro-pj-ul li:nth-child(3n){margin-right: 0;width: 100%;}
    .pro-pj-ul li a{display: block;padding:0;}
    .pro-pj-ul li a .img img{width:100%;}
    .pro-pj-ul li a .info p{font-size:1.4rem;padding:10px 0;}
    .pro-pj-ul li a .info span{display: none;}
}

.pro-dj{padding: 80px 0;position: relative;background-color: #eee;background-image: url(../images/pro-dj-bg.png);background-size: cover;background-position: center;}
.pro-dj .more{margin: 50px auto 0 0;}
.pro-dj .container{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    border-top-right-radius:50px;border-bottom-left-radius:50px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}
.section-left{width:22%;padding:40px 0 40px 40px;}
.section-left .section-title{text-align:left;}
.section-left .section-title:after{left: 0;margin-left: 0;}
.section-left .pro-nav-ul{flex-wrap: wrap;padding: 30px 0;}
.section-left .pro-nav-ul li{width: 30.66%;margin-right:4%;margin-bottom:4%;}
.section-left .pro-nav-ul li a{display: block;line-height: 40px;text-align: center;font-size: 14px;font-weight:400;font-family: "Noto Sans SC";color: #666;background-color: #f6f6f6;border-radius: 4px;}
.section-left .pro-nav-ul li:nth-child(3n){margin-right: 0;}
.section-left .pro-nav-ul li a:hover{
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    color: #fff;
}
.section-right{width:78%;padding:50px 50px 30px 50px;}
.pro-list-ul{flex-wrap: wrap;}
.pro-list-ul li{width:32%;margin-right: 2%;margin-bottom: 2%;border: 1px solid #eee;border-bottom:2px solid #007BFF;}
.pro-list-ul li:nth-child(3n){margin-right: 0;}
.pro-list-ul li a{display: block;padding:10px;}
.pro-list-ul li a .img{text-align: center;width: 100%;overflow: hidden;align-items: center;margin-bottom: 10px}
.pro-list-ul li a .img img{width:100%;}
.pro-list-ul li a .info p{font-size: 14px;font-family: "DINPro-Regular";font-weight: 400;text-align: center;color: #666;}
.pro-list-ul li:hover{-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0)}
@media (max-width: 992px) {
    .pro-dj{padding:30px 0 0 0;}
    .pro-dj .more{margin: 50px auto 0 0;}
    .pro-dj .container{box-shadow:none;-webkit-box-shadow:none;flex-wrap:wrap;padding: 20px;border-bottom-left-radius:0; border-top-right-radius:30px;}
    .section-left{width: 100%;padding: 0}
    .section-left .pro-nav-ul{padding:10px 0;}
    .section-left .pro-nav-ul li{width: 32%;margin-right:2%;margin-bottom:2%;}
    .section-left .pro-nav-ul li a{line-height:35px;font-size:1.4rem;font-weight: 500;color: #888}
    .section-left .more{display: none;}
    .section-right{width: 100%;padding:0;}
    .pro-list-ul{flex-wrap: wrap;}
    .pro-list-ul li{width:49%;margin-right: 2%;margin-bottom: 2%;border: 1px solid #ddd;border-bottom:2px solid #2bb67d;}
    .pro-list-ul li:nth-child(2n){margin-right: 0;}
    .pro-list-ul li:nth-child(3){margin-right: 2%}
    .pro-list-ul li a{display: block;padding:8px;}
    .pro-list-ul li a .info p{font-size:1.4rem;padding: 0;line-height: 1.8rem;}
}

/*about*/
.about{padding: 80px 0 0 0;position: relative;height: auto;background-color:#fdfdfd;}
.about:after{
    content: '';
    width: 100%;
    height: 50%;
    background-color:#007BFF;
    position: absolute;left: 0;top: 0;
}
.about .container{
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 12px 40px -15px rgba(28, 61, 110, 0.2);
    -webkit-box-shadow: 0 12px 40px -15px rgba(28, 61, 110, 0.2);
    position: relative;z-index: 2;
    background-image: url(../images/service-bg.png);background-position: left bottom;background-size: cover;
    border-top-left-radius: 50px;border-bottom-right-radius: 50px;overflow: hidden;
}
.about .about-title{}
.about .about-title h4{font-size: 30px;font-weight: 600;margin-bottom: 10px;position: relative;}
.about .about-title h4:after{
    content: '';
    width: 1px;height: 35px;background-color: #bbb;
    position: absolute;left: 140px;top:1px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.about .about-title h4 span{font-size:20px;color: #666;margin-left:30px;font-weight:400;letter-spacing: 1px;}
.about .about-title p {font-family: "Noto Sans SC";font-weight: 500;font-size:20px;color:#007BFF;text-transform: uppercase;padding-bottom: 50px;position: relative;}
.about .about-title p:after{
    content: '';
    width: 100%;height: 1px;background-color: #ddd;
    position: absolute;left: 0;bottom:20px;
}
.about .container .about-main{width:60%;margin-right: 5%}
.about .container .about-text{padding: 10px 0;}
.about .container .about-text p{font-size: 16px;color: #888;line-height:32px;text-align:justify; text-justify:inter-ideograph}
.about .container .about-img{width: 35%;}
.about .container .about-img img{width: 100%;}
.about .container .more{margin: 30px auto 0 0;}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .about{padding:30px 0;}
    .about .about-title{padding: 10px 0 0 0;}
    .about .about-title h4{font-size:2rem;font-weight: 600;font-family: "Noto Sans SC";margin-bottom:5px;}
    .about .about-title h4:after{height:20px;left:90px;top:3px;}
    .about .about-title h4 span{font-size:1.4rem;margin-left:20px;font-weight:500;text-transform: uppercase}
    .about .about-title p {font-size:1.4rem;padding-bottom:20px;}
    .about .about-title p:after{bottom:10px;}
    .about .container{flex-wrap: wrap;border-top-left-radius: 30px;border-bottom-right-radius: 30px;}
    .about .container .about-main{width:100%;margin-right:0}
    .about .container .about-text .btn{margin: 20px auto;}
    .about .container{width:90%;margin: 0 5%;padding:30px;}
    .about .container .about-text{width: 100%;padding:10px 0 0 0;}
    .about .container .about-text p{font-size: 1.4rem;line-height:2.5rem;}
    .about .container .about-img{display: none;}
    .about .container .more{margin:20px auto 0 0;}
}

/*news*/
.news{padding:80px 0;background-color: #f8f8f8;background-image: url(../images/news-bg.jpg);background-size: cover;background-position: center;}
.news .container{padding: 50px 0;}
.news .img{width: 48%;flex-wrap: wrap;margin-right: 4%;margin-top: 20px;position: relative;}
.news .img:after{
    content: '';
    width: 126px;height: 126px;background-image: url(../images/bg.png);background-repeat: no-repeat;
    position: absolute;left:-40px;bottom: -35px;z-index: 1;
}
.news .img li{width: 100%;height: 350px;overflow: hidden;
    position: relative;z-index: 2;background-color:#fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);
    border-top-left-radius: 30px;border-bottom-right-radius: 30px;
}
.news .img li a{display: block;height: 100%;position: relative;}
.news .img li a span{
    display: block;font-weight: 400;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    width: 100%;height: 50px;padding: 0 20px;background-color: rgba(0,0,0,0.4);
    font-family: "Noto Sans SC";font-size: 16px;color: #fff;line-height: 50px;position: absolute;bottom: 0;left: 0;}
.news .img li a img{width: 100%;}
.news .news-ul{width: 48%;margin-top: 20px;}
.news .news-ul li{margin-bottom: 25px;}
.news .news-ul li a{display: block;border-bottom: 1px solid #dadada;padding-bottom: 20px;}
.news .news-ul li a .title{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;;
}
.news .news-ul li a .title i{font-size: 1.4rem;color:#007BFF;position: absolute;left: 0;top:5px;}
.news .news-ul li a .title h4{text-align: left;font-size: 18px;color: #555;font-weight:500;width: 70%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: "Noto Sans SC";}
.news .news-ul li a .title span{font-size: 16px;color: #666;font-family: "DINPro-Regular";font-weight: 600;}
.news .news-ul li a .info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}
.news .news-ul li a .info p{color: #999;font-size: 14px;font-family: "DINPro-Regular";line-height: 22px;font-weight: 400;width: 92%;padding: 0 15% 0 0;
    position: relative;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.news .news-ul li a .info p:before{
    content: '';
    width: 1px;height:30px;background-color: #ddd;
    position: absolute;right:0;top:50%;margin-top: -15px;
}
.news .news-ul li a .info i{width:8%;font-size: 2.6rem;color: #ccc;text-align: right;}
.news .news-ul li a:hover .title h4{color:#007BFF;}
.news .news-ul li a:hover .title p{color:#444;}
@media (max-width: 992px) {
    .news{padding:20px 20px 30px 20px;background-color: #fff;}
    .news .container{padding: 20px 0;flex-wrap: wrap;}
    .news .img{width: 100%;flex-wrap: wrap;margin-right: 0;padding:0;}
    .news .img:after{display: none}
    .news .img li{margin-bottom:2%;height: auto;}
    .news .img li a span{font-weight: 600;height:40px;font-size:1.2rem;line-height:40px}
    .news .news-ul{width: 100%;padding: 10px 0 0 0;margin-bottom: 0;}
    .news .news-ul li{margin-bottom: 20px;}
    .news .news-ul li:last-child{margin-bottom: 0}
    .news .news-ul li a{padding-bottom: 10px;}
    .news .news-ul li a .title{ padding-left: 20px; }
    .news .news-ul li a .title i{font-size: 1.2rem;top:2px;}
    .news .news-ul li a .title h4{font-size: 1.4rem;width: 70%;}
    .news .news-ul li a .title span{font-size: 1.2rem;}
    .news .news-ul li a .info{padding-left: 20px;}
    .news .news-ul li a .info p{font-size: 1.1rem;line-height:1.6rem;width: 86%;padding: 0 10% 0 0;}
    .news .news-ul li a .info p:before{height:30px;margin-top: -15px;}
    .news .news-ul li a .info i{width:14%;font-size: 2.3rem;}
}
/*client*/
.partner{background-color: #fff;padding:80px 0;}
.partner-list{flex-wrap: wrap;padding:50px 0 0 0;}
.partner-list li{width: 23.5%;margin-right: 2%;margin-bottom: 2%;overflow: hidden;border: 1px solid #eee;padding:20px 30px;}
.partner-list li:nth-child(4n){margin-right: 0;}
.partner-list li img{width: 100%;}
.partner-list li:hover img{transform:scale(0.9);-webkit-transform:scale(0.9);}
@media (max-width: 992px) {
    .partner{padding:40px 0 30px 0;background-color: #fff;}
    .partner-list{padding:20px 0 0 0;}
    .partner-list li{width: 24.25%;margin-right: 1%;margin-bottom: 1%;padding:10px 0;}
}
.more{
    width:160px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    margin:0 auto;
    display: block;
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color:#fff!important;
    border-radius:25px;
    background-image: linear-gradient(125deg,#007BFF,#66CCFF);
    box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(0,123,255, 0.28);
}
.more:hover{width: 180px;background-image: linear-gradient(45deg,#007BFF,#66CCFF);}
.more i{font-size:2rem;position: relative;font-weight:100;margin-left: 10px;top:1px;}
@media screen and (max-width: 992px){
    .more{width: 140px;height:35px;line-height: 32px;font-size: 1.4rem;font-weight: 500;}
    .more i{font-size: 1.6rem;}
}