.topname {
    background: #f2eeee;
}
.xwelcome {
    color: #666666;
}
.nofollow span {
    padding: 0 8px 0 10px;
    color: #E6E6E6;
}
.toptel div .t2 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 35px;
}
.toptel .toptelimg1 {
    width: 90px;
    margin-right: 15px;
    margin-top: 5px;
}
.toptel .toptelimg1 img {
    width: 100%;
}
.toptel {
    width: auto;
    margin-top: 33px;
}
.certificate span {
    margin: 0 15px;
    margin-top: 31px;
}
.certificate {
    margin-right: 90px;
}
.hd-top .logo {
    height: 140px;
    line-height: 140px;
}
.css-nav li > a {
    height: 75px;
    line-height: 75px;
}
.nav-sub dd {
    background-color: #0096ff;
}
.isearch {
    border-bottom: 1px solid #E6E6E6;
}
.iskey a {
    font-size: 14px;
    color: #999999;
    line-height: 65px;
}
.iskey a:first-of-type {
    color: #000000;
    font-weight: bold;
}
.m-so01 {
    margin: 17px 0;
}
.m-so01 .inp {
    height: 30px;
    border: 1px solid #E6E6E6;
    width: 280px;
    color: #333333;
    font-size: 14px;
}
.m-so01 .sub {
    width: 32px;
    height: 30px;
    background: url(../images/i7.png) center center no-repeat;
}
.g-tit01 .tit {
    color: #0096ff;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 18px;
}
.g-tit01 p {
    font-size: 18px;
    color: #333333;
}

.ul-imgtxt02 li .con1 {
    background: #0096ff;
    border-radius: 100%;
    position: relative;
}
.ul-imgtxt02 li .txt {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 60px;
}
.ul-imgtxt02 li .txt .tit {
    font-size: 20px;
}
.ul-imgtxt02 li .txt p {
    font-size: 16px;
}
.ul-imgtxt02 li:hover .con1 {
    background-image: unset;
}
.ul-imgtxt02 li:hover .txt {
    color: #ffffff;
}
dimg img:hover {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}
@-webkit-keyframes buzz-out {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
    }
    40%,
    43%{
        transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
        transform: translate3d(0,-30px,0);
    }
    70%{
        transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        transform: translate3d(0,-15px,0);
    }
    90%{
        transform: translate3d(0,-4px,0);
    }
}
.ul-imgtxt02 li:hover {
    animation-duration:.8s; /*动画时间*/

    animation-fill-mode: both; /*播放后的状态*/

    animation-name: buzz-out;

    animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/

    transform-origin: center bottom; /*设置动画旋转元素的基点为：居中靠下*/

    cursor: pointer;
}
.ul-imgtxt02{
    margin: 65px 0 30px;
    display: flex;
    justify-content: space-between;
    overflow: unset;
}
.ul-imgtxt02 li{
    width: 180px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px dashed #0096ff;
    border-radius: 100%;
}
.ul-imgtxt02 li .con1{
    width: 145px;
    height: 145px;
    padding: 0;
}
.row-a3 .g-more01{
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    width: 280px;
    border-radius: 0;
}
.row-a2{
    padding-top: 77px;
    margin-top: 0;
}
.m-tab01 li a{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}
.m-tab01 li.active a span, .m-tab01 li a:hover span{
    background-image: url(../images/i8.png);
}
.m-tab01 li a span{
    background-image: url(../images/i9.png);
    padding-left: 35px;
}
.ul-imgtxt01 li .txt .tit{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.pavilion-container .tab-content-wrap{
    height: 600px;
}
.g-more01{
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    width: 280px;
    border-radius: 0;
    margin: 37px auto;
}
.row-a2{
    padding-bottom: 50px;
}
.zlnav{
    text-align: center;
    margin: 40px 0 0 0;
}
.zlnav ul li{
    display: inline-block;
}
.zlnav ul li a{
    color: #333;
    margin: 0 8px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    width: 184px;
    border: 1px solid #0096ff;
}
.m-imgtxt04.swiper-container{
    margin-top: 40px;
    margin-bottom: 67px;
}
.m-imgtxt04 .swiper-slide .txt{
    padding: 15px 22px 35px 22px;
}
.m-imgtxt04 .swiper-slide .txt .tit{
    text-align: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.pavilion-container{
    padding-bottom: 30px;
    min-height: 770px;

}
.row-a4{
    margin-bottom: 50px;
}
.zlnav ul li a:hover{
    background: #0096ff;
    color: #ffffff;
}
.row-a5{
    background: #bfe5ff;
}
.m-imgtxt03 > .pic{
    float: left;
    width: auto;
    height: auto;
    margin-top: 0;
}
.m-imgtxt03 .box{
    float: right;
    width: 550px;
    padding-top: 50px;
}
.m-imgtxt03:after{
    content: unset;
}
.m-imgtxt03 .box a.desc .tit{
    font-size: 36px;
    color: #333333;
}
.m-imgtxt03 .box a.desc p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    -webkit-line-clamp: 6;
}
.iabmore a:nth-child(1){
    background: #0096ff;
}
.iabmore a:nth-child(2){
    background: #666666;
}
.iabmore a{
    font-size: 16px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    display: block;
    float: left;
}
.row-a7 .g-tit01 .tit,.row-a7 .g-tit01 p,.row-a7 .g-tit01 .tit-sj a{
    color: #ffffff;
}
.row-a7{
    background: #0096ff;
}
.yun-main-bd{
    margin: 70px 0 20px ;
}
.row-a6{
    padding-top: 75px;
}
.row-a7{
    padding: 65px 0 30px;
}
.yun-solution-list .yun-solution-list-item:nth-child(1) .img-wrap{
    width: 40px;
    height: 30px;
    background-size: 35px;
}
.yun-solution-list .yun-solution-list-item:nth-child(2) .img-wrap{
    background-size: 20px;
}
.yun-solution-list .yun-solution-list-item:nth-child(3) .img-wrap{
    background-size: 20px;
}

.yun-solution-list .img-wrap{
    width: 30px;
    height: 30px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.yun-solution-list .yun-solution-text{
    margin-top: 5px;
}
.m-news01{
    background-color: #e8f6ff;
}
.m-news01 .txt h4 a{
    font-size: 16px;
    color: #333333;
}
.m-news01 .txt p{
    font-size: 16px;
    color: #666666;
    -webkit-line-clamp: 1;
    margin-top: 0;
    line-height: 45px;
    margin-bottom: 15px;
}
.m-news01{
    margin-top: 12px;
}
.m-txt02 .swiper-slide p.da{
    background: url(../images/i23.png) left center no-repeat;
}
.m-txt02 .swiper-button-next{
    background-position: -50px -2px;
}
.m-txt02 .swiper-button-prev:hover{
    background-position: 0 -2px;
}
.m-link1 {
    padding: 27px 0;
}
.ul-link1 li a{
    font-size: 16px;
    margin-right: 0;
}
.ul-link1 li:last-of-type{
    display: none;
}
.ul-link1{
    display: flex;
    justify-content: space-between;
}
.fd-left .inp{
    width: 300px;
    display: block;
}
.fd-left .inp:nth-child(2){
    margin-bottom: 10px;
}
.fd-left .textarea{
    width: 300px;
}
.fd-left .sub{
    width: 300px;
}
.fd-left{
    width: 35%;
}
.fd-left .g-tit02{
    margin-bottom: 30px;
}
.fd-txt p{
    font-size: 18px;
    line-height: 37px;
    padding-left: 30px;

}
.fd-txt p:nth-child(2){
    background: url("../images/i24.png") no-repeat;
    background-position-y: 10px;
}
.fd-txt p:nth-child(3){
    background: url("../images/i27.png") no-repeat;
    background-position-y: 10px;
}
.fd-txt p:nth-child(4){
    background: url("../images/i28.png") no-repeat;
    background-position-y: 12px;
}
.fd-txt p:nth-child(5){
    background: url("../images/i24.png") no-repeat;
    background-position-y: 10px;
}
.fd-txt p:nth-child(6){
    background: url("../images/i27.png") no-repeat;
    background-position-y: 10px;
}
.fd-txt p:nth-child(7){
    background: url("../images/i28.png") no-repeat;
    background-position-y: 12px;
}
.fd-txt p:nth-child(8){
    background: url("../images/i32.png") no-repeat;
    background-position-y: 10px;
}
.qrcode{
    float: left;
    width: 125px;
    margin-right: 40px;
}
.qrcode p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}
.css-footer .copy p{
    font-size: 16px;
}
.css-footer .copy{
    height: 70px;
    line-height: 70px;
}
.kf .contact p:nth-child(2n){
    padding-left: 22px;
}
.ul-newslist li{
    font-size: 16px;
}
.m-info p{
    font-size: 16px;
}
.m-chanpin{
    margin-top: 20px;
}

.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}
.row-b1 .wp{
    margin-bottom: 30px;
}
.main{
    /*margin-bottom: 30px;*/
}
.ul-imgtxt-01 li{
    padding-top: 10px;
}
.row-a7 .g-tit01 p{
    font-weight: unset;
}
.m-tab01 li:last-of-type a{
    width: 245px;
}
.m-tab01 li{
    margin-bottom: 15px;
}
/*.m-tab01{*/
/*    text-align: left;*/
/*}*/
@media (max-width: 768px) {
    .g-tit01 .tit{
        display: block;
        font-size: 26px !important;
    }
    .g-tit01 .tit-sj{
        display: none;
    }
    .g-tit01 p{
        font-size: 16px !important;
        display: block;
    }
    .row-a2{
        padding-top: 30px;
    }
    .m-so01{
        float: unset;
        margin-bottom: 0;
    }
    .m-so01 .inp{
        width: 100%;
    }
    .row-a3,.row-a3 .g-tit01{
        display: block;
    }
    .ul-imgtxt02{
        display: block;
    }
    .ul-imgtxt02 li{
        width: 160px;
        padding: 12px;
        margin-bottom: 20px;
    }
    .ul-imgtxt02 li:nth-child(2n-1){
        margin-right: 65px;
    }
    .ul-imgtxt02 li .con1{
        width: 130px;
        height: 130px;
    }
    .ul-imgtxt02 li:last-of-type{
        /*display: none;*/
    }
    .ul-imgtxt01 li .txt .more{
        display: none;
    }
    .ul-imgtxt01 li .txt .tit{
        font-size: 16px;
        text-align: center;
    }
    .pavilion-container .tab-content-wrap{
        height: 745px;
    }
    .zlnav ul li a{
        width: 100px;
        font-size: 16px;
        line-height: 35px;
        height: 35px;
    }
    .m-imgtxt04{
        padding: 0 12px !important;
        margin-bottom: 20px !important;
    }
    .m-imgtxt04 .swiper-slide .txt{
        height: 120px;
    }
    .m-imgtxt04.swiper-container .swiper-pagination {
        bottom: 10px;
    }
    .m-imgtxt03 .box{
        padding-top: 25px;
        width: auto;
    }
    .iabmore a{
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .row-a6{
        padding-top: 20px;
    }
    .m-list01 .swiper-wrapper{
         transform-origin: unset !important;
         transform: unset !important;
    }
    .ul-news01 li .txt .tit h5 a{
        font-size: 16px;
    }
    .ul-news01 li .txt .tit .time{
        font-size: 14px;
    }
    .ul-link1{
        display: block;
    }
    .ul-link1 li:first-of-type{
        display: none;
    }
    .ul-link1 li:nth-child(2n-1){
        width: 33.33%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ul-link1 li:nth-child(2n){
        display: none;
    }
    .m-link1{
        padding: 15px 0 5px;
    }
    .fd-qr{
        display: none;
    }
    .ul-newslist li .tit a{
        font-size: 15px !important;
    }
    .ul-newslist li .txt p{
        font-size: 14px;
    }
    .ban{
        display: block;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 400px) {
    .ul-imgtxt02 li:nth-child(2n-1){
        margin-right: 30px;
    }
    .m-tab01 li{
        width: 50%;
    }
    .m-tab01 li a{
        font-size: 14px;
        text-align: left;
        padding-left: 5px;
    }
    .iskey{
        margin-top: 15px;
    }
    .iskey a{
        line-height: 25px;
    }
    .m-content img{
        width: 100% !important;
        height: auto !important;
    }
}