.header_top{
    line-height: 45px;
    background: #ededed;
}
.header_top_fl{
    width: 70%;
}

.phone_ul{
    display: none;
}
.header_top_fr{
    width: 25%;
    text-align: right;
}
.header_top_fl a{
    display: block;
    color: #484848;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;

}
.header_top_fl .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
.header_top_fr>span{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background: #a5d6dc;
    padding: 0 18px;
}
.header_top_fr>span .iconfont{
    font-size: 1.25rem;
    margin-right: 10px;
}
.header_top_div{
    display: inline-block;

}
.header_top_div_size .iconfont{
    color: #fff;
    font-size: 1.25rem;
    margin: 0 5px;
    
}
.header_top_div_size{
    padding: 0 20px;
    background: #0780ae;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
}
.header_top_div_size .icon-qrcode{
    position: relative;
    top: 4px;
}
.header_bott{
    line-height: 90px;
}
.header_bott_logo{
    display: block;
}
.daohang_ul>li{
    display: inline-block;
    position: relative;
    margin-left: 35px;
}
.daohang_ul>li:nth-of-type(1){
    margin-left: 0;
}
.daohang_ul>li>a{
    color:#2d2c2c;
    font-size: 1.1875rem;
}
.daohang_ul>li.active>a{
    color: #0780ae;
}

.hbyd{
	color:#000;
	font-size:1.1875rem;
	font-weight:bold;
	margin-left:20px;
	vertical-align:middle;
	
	}




.daohang_ul .iconfont{
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
}
.banner .swiper-button-next{
    right: 7%;
}
.banner .swiper-button-prev{
    left: 7%;
}
.banner .swiper-slide a{
    display: block;
    overflow: hidden;
}

/* 产品列表 */
.picture_div{
    position: absolute;
    left: 0;
     width: 100%;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
}
.picture_size{
    color: #fff;
}
.picture_size>p:nth-of-type(1){
    font-size: 2.8125rem;
    font-weight: bold;
}
.picture_size>p:nth-of-type(2){
    font-size: 1.3125rem;

    margin-top: 10px;
}
.second{
    line-height: 60px;
    background: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.second_ul li{
    display: inline-block;
}
.second_ul li a{
    display: block;
    color:#2d2c2c;
    font-size: 0.85rem;
    font-weight: bold;
    position: relative;
}
.second_ul li a::after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #0780ae;
    display: block;
    content: "";
}
.second_ul li:hover a::after,
.second_ul li.active a::after{
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}
.second_ul li:hover a,
.second_ul li.active a{
    color: #0780ae;
}
.second_ul li{
    padding: 0 10px;
    position: relative;
}
.second_ul li::after{
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 1px;
    background: #cacaca;
    display: block;
    content: "";
    transform: translateY(-50%);
}
.second_ul li:nth-of-type(1)::after{
    width: 0;
}
.second_ul li:nth-of-type(1){
    padding-left: 0;
}
.second_a a,
.second_a span{
    display: inline-block;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
}
.second_a a{
    margin: 0 5px;
}
.second_a .iconfont{
    color: #fff;
    font-size: 1.125rem;
    margin-right: 10px;
}
.prolist{
    padding: 80px 0 110px 0;
}
.prolist_ul li{
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}
.prolist_size{
    border-top: 1px solid #e0e0e0;
    padding: 15px 20px;
}
.prolist_size a{
    color: #000000;
    font-size: 1.3125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}
.prolist_size p{
    color:#2d2c2c;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
}
.prolist_ul li:nth-of-type(1),
.prolist_ul li:nth-of-type(5),
.prolist_ul li:nth-of-type(9),
.prolist_ul li:nth-of-type(13),
.prolist_ul li:nth-of-type(17){
    margin-left: 0;
}
.prolist_ul li .prolist_ul_a,
.prolist_ul li>a{
    display: block;
    height: 355px;
}
.listfa .prolist_ul li>a{
    height: auto;
}
.prolist_ul li:hover {
    border: 1px solid #0780ae;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prolist_ul li:hover .prolist_size{
    background: #0780ae;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prolist_ul li:hover .prolist_size a{
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prolist_ul li:hover .prolist_size p{
    color: #fff;
    border-top: 1px solid #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/* .foot_div{
    padding: 50px 0;
} */
.foot{
    background: #333333;
    padding-top: 55px;
}

.footerTop{
    width: 100%;
}

.footerTop {
    /* border-bottom: #496d8d solid 1px; */
    padding-bottom: 40px;
}
.footerTop .kslj {
    border-right: 1px solid #5a5a5a;
    color: #fff;
    min-height: 192px;
    width: 30%;
    float: left;
}
.footerTop .kslj .bt {
    font-size: 18px;
}
.footerTop .kslj i.xian {
    width: 70px;
    height: 2px;
    background: #5a5a5a;
    display: block;
    margin-top: 20px;
}
.footerTop .kslj .t {
    margin-top: 20px;
}
.footerTop .kslj .t a {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}
.footerTop .footerDh {
    float: left;
    width: 40%;
    border-right: 1px solid #5a5a5a;
    border-left: 1px solid #5a5a5a;
    padding: 0 80px;
    min-height: 192px;
}
.footerTop .footerDh h3 {
    color: #fff;
    font-size: 18px;
}
.footerTop .footerDh .t p {
    margin-top: 11px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-left: 50px;
}
.footerTop .ewm {
    float: right;
    width: 30%;
    border-left: 1px solid #5a5a5a;
    text-align: center;
    padding-left: 145px;
    min-height: 192px;
}
.footerTop .ewm .icon {
    line-height: 0;
    margin-bottom: 15px;
}
.footerTop .ewm .ewmimg span {
    width: 92px;
    display: block;
    line-height: 0;
    margin: 0 auto;
}
.footerTop .ewm .ewmimg p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}
.footerTop .footerDh .t p.d1 {
    background: url(../img/d1.png) no-repeat left center;
}
.footerTop .footerDh .t p.d2 {
    background: url(../img/d2.png) no-repeat left center;
}
.footerTop .footerDh .t p.d3 {
    background: url(../img/d3.png) no-repeat left center;
}
.footerTop .footerDh .t p.d4 {
    background: url(../img/d4.png) no-repeat left center;
}
.foot_bor{
    border-top: 1px solid #5a5a5a;
    color: #a7a7a7;
    font-size: 1rem;
    padding: 20px 0;
    text-align: center;
}
.foot_bor a{
    color: #a7a7a7 !important;
}

/* 产品详情 */
.proxq{
    padding: 75px 0 65px 0;
    background: #f5f5f5;
}
.proxq_lb{
    width: 55%;
}
.proxq_fr{
    width: 40%;
}
.proxq_lb .gallery-top{
    width: 80%;
    float: left;
}
.proxq_lb .gallery-top .swiper-slide>div{
    height: 667px;
    overflow: hidden;
    position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.proxq_lb .gallery-thumbs{
    width: 18%;
    float: right;
    height: 560px;
    margin-top: 55px;
}
.proxq_lb .swiper-slide{
    border: 1px solid #dcdcdc;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.proxq_lb .swiper-button-next,
.proxq_lb .swiper-button-prev{
    background: none;
    height: 40px;
    line-height: 40px;
    width: 149px;
   opacity: 1;
}
.proxq_lb .swiper-button-next .iconfont,
.proxq_lb .swiper-button-prev .iconfont{
    font-size: 1.375rem;
    font-weight: bold;
}
.proxq_lb .swiper-button-next span,
.proxq_lb .swiper-button-prev span{
    /* height: 40px; */
    width: 100%;
    background: #ebebeb;
    display: inline-block;
    color: #000;
    /* line-height: 40px; */
    text-align: center;
}
.proxq_lb .swiper-button-next{
    top: 22px;
    right: 0;
}
.proxq_lb .swiper-button-prev{
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}
.proxq_lb .swiper-slide-thumb-active{
    border: 1px solid #0780ae;
}
.proxq_fr>p:nth-of-type(1){
    color: #000000;
    font-size: 1.8125rem;
}
.proxq_fr>p:nth-of-type(2){
   color: #676767;
   font-size: 1rem;
   line-height: 32px;
   padding: 20px 0 25px 0;
   border-bottom: 1px solid #dcdcdc;
}

.proxq_fr_qq .iconfont{
    font-size: 1.25rem;
}
.proxq_fr_dh .iconfont{
    font-size: 1.5625rem;
    margin-right: 5px;
}
.proxq_fr .proxq_fr_qq{
    margin: 65px 0;

 font-size: 1.125rem;
    
}
.proxq_fr_qq a{
    display: inline-block;
    background: #0780ae;
    color: #fff;
    font-size: 1.125rem;
    line-height: 50px;
    width: 165px;
    border: 1px solid #0780ae;
    text-align: center;
}
.proxq_fr_qq span{
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 15px;
    color: #000;
    text-align: center;
}
.proxq_fr_qq {
    color: #0780ae;
	 font-weight: bold;
	
}
.proxq_fx span{
    color: #5a5a5a;
    font-size: 1.125rem;
}
.pronr_ul li{
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 1.375rem;
    line-height: 85px;
    margin-left: 70px;
}
.pronr_ul li:nth-of-type(1){
    margin-left: 0;
}
.pronr_bor{
    border-bottom: 1px solid #e7e7e7;
}
.pronr_size{
    color: #717171;
    font-size: 1.125rem;
    line-height: 32px;
}
.pronr_div{
    padding: 30px 0 115px 0;
}
.pronr_ul li{
    position: relative;
}
.pronr_ul li::after{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    background: #0780ae;
    display: block;
    content: "";
    height: 2px;
}
.pronr_ul li:hover::after,
.pronr_ul li.active::after{
    width: 100%;
}
.pronr_ul li:hover,
.pronr_ul li.active{
    color: #0780ae;
}
/* 关于我们 */
.brief{
    padding: 80px 0 110px 0;
}
.brief_img{
    width: 48%;
    position: absolute;
    right: 0;
    top: 0;
}
.brief_size{
    width: 47%;
}
.brief_size>div>span{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #0780ae;
    display: inline-block;
    line-height: 35px;
    padding: 0 26px;
}
.brief_size>p{
    color: #000000;
    font-size: 2.0625rem;
    margin: 35px 0 40px 0;
}
.brief_size{
    color: #595959;
    font-size: 1.0625rem;
    line-height: 32px;
}
.brief_size_a{
    margin-top: 70px;
}
.brief_size_a a{
    display: inline-block;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 50px;
    width: 180px;
    text-align: center;
    border-radius: 24px;
    background: #0780ae;
}
.vision_pa{
    position: absolute;
    left: 5%;
    top: 5%;

}
.vision_pa span{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #0780ae;
    display: block;
    line-height: 35px;
    padding: 0 12px;
}
.vision_size p{
    color: #000000;
    font-size: 1.1875rem;
}
.vision_size{
    color: #626262;
    font-size: 1.0625rem;
    line-height: 35px;
    padding-top: 26px;
}
.vision_ul li{
    width: 28%;
    float: left;
    margin-left: 8%;
    position: relative;
    padding: 75px 0;
}
.vision_ul li:nth-of-type(1){
    margin-left: 0;
}
.vision_ul li:nth-of-type(2)::after{
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0px;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: "";
}
.vision_ul li:nth-of-type(2)::before{
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0px;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: "";
}
.vision{
    border-top: 1px solid #e0e0e0;
}
.honor{
    background: #f7f7f7;
    padding: 80px 0 110px 0;
}
.honor_ti p{
    color: #63c452;
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.honor_ti span{
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    background: #0780ae;
    line-height: 35px;
    padding: 0 15px;
}
.honor_ti{
    /* margin-bottom: 45px; */
    text-align: center;
}
.honor_ul{
    padding: 55px 0 80px 0;
}
.honor_ul li:nth-of-type(odd)>div{
    width: 60%;
    float: left;
    margin-left: 15%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.honor_ul li:nth-of-type(even)>div{
    width: 60%;
    margin-right: 15%;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    float: right;
}
.honor_size{
    color: #000000;
    font-size: 1.25rem;
    background: #f2f2f2;
    padding: 20px 0;
    text-align: center;
}
.honor_ul li:nth-of-type(1){
    margin-top: 0;
}
.honor_ul li{
    width: 50%;
    margin-top: 140px;
    position: relative;
}
.honor_ul li:nth-of-type(odd){
    float: left;
}
.honor_ul li:nth-of-type(odd)::before{
    position: absolute;
    top: 0;
    right: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "";
    display: block;
    background: url(../img/1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: scale 3s infinite linear;
    -moz-animation: scale 3s infinite linear;
    -o-animation: scale 3s infinite linear;
    animation: scale 3s infinite linear;
}
.honor_ul li:nth-of-type(even)::before{
    position: absolute;
    top: 0;
    left: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "";
    display: block;
    background: url(../img/1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: scale 3s infinite linear;
    -moz-animation: scale 3s infinite linear;
    -o-animation: scale 3s infinite linear;
    animation: scale 3s infinite linear;
}
@-webkit-keyframes scale {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

@-moz-keyframes scale {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

@-o-keyframes scale {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

@keyframes scale {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

.honor_ul li:nth-of-type(even){
    float: right;
}
.honor_ul{
    position: relative;
    height: 1296px;
    overflow: hidden;
}
.honor_ul::before{
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.course_cli {
    text-align: center;
}
.course_cli span {
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    line-height: 50px;
    border: 1px solid #0780ae;
    border-radius: 25px;
    padding: 0 60px;
    display: inline-block;
    background: #0780ae;
}
.honor_ul.active{
    height: auto;
}
/* 联系我们 */
.xinwen_top_ti {
    background: #0780ae;
    color: #fff;
    text-align: center;
    padding: 16px 0;
}

.xinwen_top_ti>p:nth-of-type(1) {
    font-size: 1.8rem;
    margin-bottom: 5px;
}



.xinwen_top {
    border: 1px solid #d5d5d5;
    margin-top: 15px;
}

.xinwen_fl {
    padding: 15px 15px 20px 15px;
    border: 1px solid #dfdfdf;
    
}

.xinwen_fl>p {
    font-size: 1.5rem;
    color: #0780ae;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.xinwen_fl_zi span {
    background: #0780ae;
    color: #fff;
    display: inline-block;
    line-height: 46px;
    width: 50px;
    text-align: center;
    margin-right: 2px;
    float: left;
}

.xinwen_fl_zi span .iconfont {
    font-size: 2.5rem;
}

.xinwen_fl_zi a {
    display: inline-block;
    background: #0780ae;
    color: #fff;
    font-size: 1rem;
    width: 110px;
    text-align: center;
    line-height: 50px;
    float: left;
}
.prolist_fl_ul li a {
    color: #6f6f6f;
    font-size: 1rem;
    line-height: 32px;
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.prolist_fl_ul li a::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #565656;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    transform: translateY(-50%);
}
.lxwm {
    margin-top: 20px;
    border: 1px solid #eeeeee;
    background: url(../img/downbg2.jpg) no-repeat left top;
}
.lxwm .t {
    margin-top: 12px;
    font-size: 13px;
    line-height: 36px;
    padding: 12px 16px;
}
.lxwm .t p {
    padding-left: 24px;
}
.lxwm .t p.d1 {
    background: url(../img/lx1.jpg) no-repeat left center;
}
.lxwm .t p.d2 {
    background: url(../img/lx2.jpg) no-repeat left center;
}
.lxwm .t p.d3 {
    background: url(../img/lx3.jpg) no-repeat left center;
}
.lxwm .t p.d4 {
    background: url(../img/lx4.jpg) no-repeat left center;
}
.lxwm .t p.d5 {
    background: url(../img/lx5.jpg) no-repeat left center;
}
.lxwm .bt {
    color: #fff;
    font-size: 1.5rem;
    border-left: 3px solid #fff;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    margin-left: 16px;
    margin-top: 14px;
}
.message .col-sm-3,
.contact .col-sm-3 {
    width: 19%;
}
.message .col-sm-,
.contact .col-sm-9 {
    width: 81%;
}
.xinwen_top_ul>li>a {
    display: block;
    color: #5c5c5c;
    font-size: 1.125rem;
    line-height: 55px;
    background: url(../img/14.png) no-repeat 94% 50%;
    border-top: 1px solid #dfdfdf;
    padding-left: 80px;
}

.xinwen_top_ul>li:nth-of-type(1)>a {
    border-top: none;
}

.xinwen_top_ul>li:hover>a,
.xinwen_top_ul>li.active>a {
    color:#0780ae;
    background: #dfdfdf url(../img/15.png) no-repeat 94% 50%;
}
.contactBox .lianxi li {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
}
.contactBox .lianxiIcon {
    margin-top: 25px;
}
.contactBox .lianxiIcon li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #eeeeee;
    text-align: center;
    padding: 35px 20px;
    min-height: 136px;
}
.contactBox .lianxiIcon li .icon {
    line-height: 0;
}
.contactBox .lianxiIcon li a{
    color: #666666;
}
.contactBox .lianxiIcon li p {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}
.contactBox .lianxiIcon li.last {
    padding: 20px;
}
.contactBox .lianxiIcon li:nth-child(3n) {
    margin-right: 0;
}
.contactBox .lianxiIcon li.last .icon {
    display: inline-block;
    line-height: 0;
}
.contactBox .lianxiIcon li.last p {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 20px;
    margin-top: 0;
}
.contact{
    padding: 95px 0 70px 0;
}
.contact_ul li{
    width: 31.56%;
    float: left;
    margin-left: 2.66%;
    padding: 30px 15px 40px 15px;
    text-align: center;
    border: 1px solid #d8d8d8;
}
.contact_ul li:nth-of-type(1){
    margin-left: 0;
}

.contact_ul li p{
    margin-top: 30px;
    color: #000000;
    font-size: 1.1875rem;
}
.contact_ul li .iconfont{
    font-size: 2.8125rem;
    color: #000;
}
.message{
    padding: 60px 0 38px 0;
}
.message_ti p:nth-of-type(1){
    color: #000000;
    font-size: 1.625rem;
    margin-bottom: 22px;
}
.message_ti p:nth-of-type(2){
    color: #7e7e7e;
    font-size: 1.0625rem;
}
.message_ti{
    margin-bottom: 25px;
}
.message_inp input{
    width: 100%;
    height: 50px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}
.message_inp p{
    color: #646464;
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
}
.message_inp textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}
.message_butt{
    text-align: right;
    margin-top: 40px;
}
.message_butt button{
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    width: 175px;
    line-height: 50px;
    border-radius: 25px;
    background: #0780ae;
    border: 1px solid #0780ae;
}
/* 新闻列表 */
.Journalism_lb_wid>div{
    width: 48%;
}
.Journalism_lb_size p:nth-of-type(1){
    color: #888888;
    font-size: 0.875rem;
    margin: 20px 0 8px 0;
}
.Journalism_lb_size p:nth-of-type(2){
    color: #676767;
    font-size: 1.0625rem;
    line-height: 35px;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.Journalism_lb_size a:nth-of-type(1){
    color: #000000;
    font-size: 1.5rem;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
 .Journalism_a{
    color: #fff;
    font-size: 0.875rem;
    display: inline-block;
    border: 1px solid #0780ae;
    line-height: 35px;
    width: 120px;
    text-align: center;
    border-radius: 17px;
    background: #0780ae;
}
.Journalism_lb .swiper-pagination{
    left: auto;
    width: auto;
    bottom: 8%;
    right: 5%;
    color: #595959;
    font-size: 1.3125rem;
}

.Journalism_tui{
    background: #f5f5f5;
    padding: 90px 0 80px 0;
}
.Journalism_lb_wid{
    background: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.Journalism_lb .swiper-button-next,
.Journalism_lb .swiper-button-prev{
    background: none;
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 8.8%;
}
.Journalism_lb .swiper-button-next .iconfont,
.Journalism_lb .swiper-button-prev .iconfont{
    color: #595959;
    font-size: 1.3125rem;
    font-weight: bold;
}
.Journalism_lb  .swiper-button-next{
    right: 2%;
}
.Journalism_lb .swiper-button-prev{
    left: 88%;
}
.Journalism_lb .swiper-pagination-current{
    color: #0780ae;
    font-size: 1.9375rem;
}
.Journalism_ul li{
    width: 33.3%;
    float: left;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 75px 0;
    padding-left: 65px;
}
.Journalism_ul li:nth-of-type(10),
.Journalism_ul li:nth-of-type(7),
.Journalism_ul li:nth-of-type(4),
.Journalism_ul li:nth-of-type(1){
    border-left: 0;
    padding-right: 65px;
    padding-left: 0;
}
.Journalism_ul li:nth-of-type(1),
.Journalism_ul li:nth-of-type(2),
.Journalism_ul li:nth-of-type(3){
    border-top: none;
}
.Journalism_ul li:nth-of-type(2),
.Journalism_ul li:nth-of-type(5),
.Journalism_ul li:nth-of-type(8){
    padding-right: 40px;
}
.Journalism_li>a{
    color: #000000;
    font-size: 1.4375rem;
    margin: 24px 0 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
   
}
.Journalism_ul li p:nth-of-type(2){
    color: #626262;
    font-size: 1.0625rem;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
   
}
.Journalism_ul li p:nth-of-type(1){
    color: #b6b6b6;
    font-size: 1.375rem;
}
.Journalism_ul li p span{
    color: #0780ae;
    font-size: 3.0625rem;
    display: inline-block;
    margin-right: 8px;
}
.Journalism_ul li div a{
    display: inline-block;
    color: #575757;
    font-size: 1rem;
    font-weight: bold;
    /* background: #63c452; */
    width: 135px;
    line-height: 42px;
    border: 1px solid #a7a7a7;
    text-align: center;
    margin-top: 35px;
    border-radius: 23px;
}
/* 列表云平台 */
.listypt{
    padding: 80px 0 100px 0;
}
.yunping-lists .swiper-slide {
    margin-bottom: 1.875rem;
}
.ping-yun .swiper-slide {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
    border: solid 1px #e1dede;
    padding: 0.9375rem 0.9375rem 1.875rem;
}

.ping-yun .swiper-slide .titl-yun {
    font-size: 1.125rem;
    color: #4d4c4c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2.5rem;
    margin-top: 0.625rem;
}
.ping-yun .swiper-slide .titl-yun a {
    color: #4d4c4c;
}
.ping-yun .swiper-slide .yao-yun {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.86;
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 云平台详情 */
.pro-list .left {
    width: 20%;
    box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
    border: solid 1px #e1dede;
}
.pro-list .right {
    width: 76%;
}
.yi-ul > li .yi-top {
    padding: 1.5rem 2.5rem;
}
.yi-ul > li .yi-top a {
    display: block;
}
.yi-ul > li .yi-top a .yuan {
    width: 44px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    height: 44px;
    line-height: 44px;
    background: #0780ae;
}
.yi-ul > li .yi-top a .zi-sp {
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 0.625rem;
    color: #535151;
}
.yi-ul > li .yi-top a .yuan i {
    color: #fff;
    font-size: 1.5625rem;
}
.yi-ul > li {
    border-top: solid 1px #e1dede;
}
.yi-ul > li:first-child {
    border-top: none;
}
.pro-xiang .xiang-boiso {
    font-size: 1.5rem;
    color: #4d4c4c;
    line-height: 57px;
    height: 57px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0.625rem;
    position: relative;
}
.pro-xiang .pro-contennt {
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0px;
    color: #4d4c4c;
}
.pro-xiang .xiang-boiso:after {
    position: absolute;
    content: '';
    display: block;
    width: 85px;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #0780ae;
}
.jie-xiangs .yings {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0px;
    color: #4d4c4c;
    margin: 0.625rem 0 1.875rem;
}
.jie-xiangs .yings .ying-title {
    position: relative;
}
.jie-xiangs .yings .ying-title .sp2 {
    background: #595959;
    font-size: 1.25rem;
    -webkit-background-clip: text;
    margin-left: 1.25rem;
    color: transparent;
}
.jie-xiangs .yings .ying-title::after {
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    background: #63c452;
}
.changsuo-div {
    margin-top: 2.5rem;
}
.changsuo-div .changs-dic {
    padding: 2.5rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
    border: solid 1px #e1dede;
    text-align: center;
}
.changsuo-div .changs-dic .shou-p {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
    line-height: 1.875rem;
    color: #000000;
}
.ping-yun .swiper-slide .titl-yun {
    font-size: 1.125rem;
    color: #4d4c4c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 2.5rem;
    margin-top: 0.625rem;
}
.ping-yun .swiper-slide .yao-yun {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.86;
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ping-yun .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #c9c9c9;
    opacity: 1;
    margin: 0 5px;

}
.ping-yun .swiper-pagination-bullet-active {
    background: #0780ae;
}
.ping-yun .swiper-pagination{
    position: static;
    width: 100%;
    text-align: center;
    margin: 30px 0 40px 0;
}
.yptxq{
    padding: 100px 0 110px 0;
}
.ping-yun .swiper-slide .overh{
    height: 197px;
    overflow: hidden;
}
/* 首页 */
.content{
    padding: 80px 0;
    background: url(../img/15.jpg) center/cover no-repeat;
    background-size: cover;
}
.content_fl{
    width: 30%;
    float: left;
}
.content_ti>p:nth-of-type(1){
    color: #0780ae;
    font-size: 2.5rem;
}
.content_ti>p:nth-of-type(2){
    color: #2d2c2c;
    font-size: 1.4375rem;
    font-weight: 300;
    margin-top: 6px;
}
.content .content_ti {
    margin-bottom: 8px;
}
.content_fl{
    color: #000000;
    font-size: 1.125rem;
    line-height: 35px;
}
.content_fr{
    width: 65%;
}
.content_fr a{
    display: block;
}
.content_size{
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 8px 0 ;
    font-size: 1.125rem;
    background-color: #0780ae;
    opacity: 0.902;
    text-align: center;
}
@media (min-width: 1200px){
    .products .container,
    .content .container {
        width: 1170px;
    }
}
.content_lb_size div{
    color: #2d2c2c;
    font-size: 1.0625rem;
}
.content_lb_size div span{
    display: inline-block;
    color: #0780ae;
    font-size: 3.75rem;
    padding: 0;
    position: relative;
    font-weight: bold;
}
.content_lb_size div span::after{
    position: absolute;
    top: 10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    content: "+";
    display: block;
    background: #444444;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}
.content_lb_size>p{
    color:#000;
    font-size: 1.1875rem;
    margin-top: 10px;
}
.content_lb{
    margin-top: 50px;
}
.content_lb .swiper-slide:nth-of-type(odd) .content_lb_size div span::after{
    width: 0;
    content: "";
}
.content_lb_size{
    position: relative;
    text-align: center;
}
.content_lb_size::before{
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 1px;
    background: #dddddd;
    display: block;
    content: "";
    transform: translateY(-50%);
}
.content_lb .swiper-slide:nth-of-type(1) .content_lb_size::before{
    width: 0;
}
.platform{
    padding: 75px 0;
    overflow: hidden;
    position: relative;
    background: url(../img/17.jpg) center/cover no-repeat;
    background-attachment: fixed;
}
.platform_lb{
    margin-top: 55px;
}
.platform_img img:nth-of-type(1){
    display: inline-block;
}
.platform_img img:nth-of-type(2){
    display: none;
}
.platform_size:hover .platform_img img:nth-of-type(1){
    display: none;
}
.platform_size:hover .platform_img img:nth-of-type(2){
    display: block;
    transform: rotateY(360deg);
    transition: 400ms ease-in-out;
}
.platform_size a:nth-of-type(1){
    display: block;
    height: 47px;
   
}
.platform_size:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
/* .platform_size:hover img{
    transform: rotateY(360deg);
    transition: 400ms ease-in-out;
} */
.platform_size:hover{
    background: #e9e9e9;
}
.platform_size a:nth-of-type(2){
    display: block;
    color: #000000;
    font-size: 1.25rem;
    margin: 25px 0 15px 0;
}
.platform_size p{
    color:#2d2c2c;
    font-size: 1rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}
.platform_size{
    padding: 35px;
    background: #fff;
}
.products{
    padding-top: 75px;
    /* overflow: hidden;
    position: relative; */
    background: url(../img/18.jpg) center/cover no-repeat;
    /* background-attachment: fixed; */
}
.cooperation .content_ti p:nth-of-type(1),
.products .content_ti p:nth-of-type(1){
    color: #000000;
}
.cooperation .content_ti p:nth-of-type(2),
.products .content_ti p:nth-of-type(2){
    color: #2d2c2c;
}
.products .content_ti{
    text-align: center;
}
.products_ul li{
    width: 14.2%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.products_ul li div span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f0f8fa;
    color:#2d2c2c;
    font-size: 1rem;
    font-weight: bold;
}
.products_ul li p{
    color: #fff;
    font-size: 1rem;
    margin-top: 12px;
}
.products_ul li:hover div span,
.products_ul li.active div span{
    background: #0780ae;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.products_ul li:hover p,
.products_ul li.active p{
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.products_ul{
    position: relative;
    overflow: hidden;
    margin: 75px 0;
}
.products_ul::after{
    position: absolute;
    left: 10%;
    top: 34%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    z-index: 1;

}
.products_fl{
    width: 22%;
}
.products_lb{
    width: 78%;
}
.products_fl_top a{
    display: block;
}
.products_fl_top a:nth-of-type(2){
    color: #2d2c2c;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
}
.products_wid{
    background: #fff;
    padding: 50px;
}
.products_lb .gallery-top{
    width: 60%;
    float: right;
}
.products_lb .gallery-thumbs{
    width: 40%;
    float: left;
    height: 315px;
    overflow: hidden;
}
.products_lb .gallery-thumbs .swiper-slide{
    height: 35px;
    overflow: hidden;
}
.products_lb_img{
    display: block;
    /* height: 310px;
    overflow: hidden; */
}
.products_lb_thu {
    color:#2d2c2c;
    font-size: 1rem;
    cursor: pointer;
}
.products_lb_thu p{
    position: relative;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22px;
}
.products_lb_thu p::after{
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: 2px;
    content: "";
    display: block;
    background: #6e6e6e;
}
.products_lb .swiper-slide-thumb-active .products_lb_thu{
    color: #0780ae;
}
.products_lb .swiper-slide-thumb-active .products_lb_thu p::after{
    background: #0780ae;
}
.products_fl_bott .iconfont{
    font-size: 3.4375rem;
    color: #2d2c2c;
}
.products_fl_bott{
    margin-top: 55px;
}
.products .content_ti p:nth-of-type(1),
.products .content_ti p:nth-of-type(2){
    color: #2d2c2c;
    font-weight: bold;
}


.products_div>div:nth-of-type(1){
    width: 40%;
}
.products_div>div:nth-of-type(2){
    width: 60%;
}
.products_div_size{
    padding-top: 60px;
}
.products_div_size a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    font-size: 1.1875rem;

}
.products_div_size p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #2d2c2c;
    line-height: 30px;
    font-size: 1rem;
    margin-top: 15px;
}
.products_div_fr a{
    width: 65%;
    margin: 0 auto;
    display: block;
}





















.news{
    padding: 70px 0 0px 0;
    overflow: hidden;
    /* background-attachment: fixed;
    position: relative; */
    background-size: cover;
    background: url(../img/20.jpg) no-repeat;
}
.news_fl{
    width: 23%;
    float: left;
}
.news_dis{
    width: 74%;
    float: right;
}
.news_fl_ul{
    margin: 25px 0;
}
.news_fl_ul li{
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    padding: 15px 0 18px 0;
    cursor: pointer;
    position: relative;
}
.news_fl_ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 155px;
    height: 1px ;
    content: "";
    display: block;
    background: #c1c1c1;
}
.news_fl_top a{
    color: #000000;
    font-size: 1.1875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_fl_top p{
    color: #2d2c2c;
    font-size: 15px;
    margin-bottom: 5px;
}
.news_fr_img{
    display: block;
    margin: 10px 0;
}
.news_fl_bott a{
    display: inline-block;
    color: #fff;
    font-size: 0.875rem;
    line-height: 30px;
    padding: 0 24px;
    border-radius: 14px;
    background: #0780ae;
}
.news_fl_bott p{
    margin-bottom: 15px;
    color: #595959;
    font-size: 1rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_fr_ul li p{
    color: #2d2c2c;
    font-size: 15px;
    margin-bottom: 15px;
}
.news_fr_ul li  a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000000;
    font-size: 1.1875rem;
}
.news_fr_ul li{
    padding: 30px;
}
.news_fr_ul{
    background: #fff;
}
.news_fr_ul li:nth-of-type(2){
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}
.news .swiper-container{
    height: 394px;
    overflow: hidden;
}
.news{
    min-height: 513px;
}
.cooperation_lb{
    margin-top: 55px;
}
.cooperation .content_ti{
    text-align: center;
}
.cooperation{
    padding: 80px 0 70px 0;
    background: url(../img/23.jpg)center/cover no-repeat;
    background-size: cover;
}
.news_fr .swiper-button-next,
.news_fr .swiper-button-prev{
    background: none;
    bottom: 5%;
    top: auto;
    left: -35%;
}
.news_fr .swiper-button-next .iconfont,
.news_fr .swiper-button-prev .iconfont{
    color: #2d2c2c;
    font-size: 2.8125rem;
}
.news_fr .swiper-button-next{
    right: auto;
    left: -26%;
}
 /* 新闻详情 */
 .newsxq{
    padding: 90px 0 40px 0;
}
.newsxq_ti>p{
    color: #010101;
    font-size: 1.5625rem;
    margin-bottom: 15px;
}
.newsxq_ti{
    padding: 35px 0 15px 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
.newsxq_ti_fx span{
    display: inline-block;
    color: #2d2c2c;
    font-size: 0.9375rem;
}
.newsxq_size{
    font-size: 1rem;
    color: #2d2c2c;
    line-height: 35px;
    margin-top: 35px;
}
.newsxq_size img{
    max-width: 100%;
}
.newsxq_jt{
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding: 20px 30px;
    margin-top: 110px;
}
.newsxq_jt>div{
    width: 50%;
    color: #2d2c2c;
    font-size: 1rem;
}
.newsxq_jt>div a{
    display: inline-block;
    color: #2d2c2c;
    font-size: 1rem;
}
.newsxq_jt>div .iconfont{
    color: #2d2c2c;
    font-size: 1.125rem;
    margin-right: 8px;
}
.newsxq_jt>div:nth-of-type(2){
    text-align: right;
}
@media(max-width:1549px){
    .brief_size_a {
        margin-top: 35px;
    }
    .brief_size>p {
        margin: 20px 0 30px 0;
    }
    .brief_size {
        width: 49%;
    }
    .second_ul li a::after {
        bottom: -3px;
    }
    .brief_size_a a {
        line-height: 40px;
        width: 150px;
    }
    .vision_ul li:nth-of-type(2)::after {
        left: -49px;
    }
    .vision_ul li:nth-of-type(2)::before {
        right: -49px;
    }
    .header_top_fr {
        width: 29%;
    }
    .daohang_ul>li {
        margin-left: 18px;
    }
    .foot_div ul {
        margin-left: 33px;
    }
    .proxq_lb .gallery-thumbs {
        height: 408px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 115px;
    }
    .banner .swiper-slide a img{
        width: 100%;
    }
    .ping-yun .swiper-slide .overh{
        height: 135px;
    }
    .message .col-sm-, .contact .col-sm-9 {
        width: 75%;
    }
    .message .col-sm-3, .contact .col-sm-3 {
        width: 25%;
    }
}
@media(max-width:1280px){
    .yi-ul > li .yi-top {
        padding: 15px;
    }
    .content_lb_size div span::after {
        top: 8px;
        width: 20px;
        height: 20px
    }
    .footerTop .footerDh {
        padding: 0 60px;
    }
}
@media(max-width:1024px){
    .xinwen_top_ti {
        padding: 10px 0;
    }
    .xinwen_top_ul>li>a {
        line-height: 45px;
    }
    .client-2{
        display: none;
    }
    .header_top_fr>span {
        padding: 0 8px;
    }
    .header_top_div_size {
        padding: 0 8px;
    }
    .header_top_fr {
        width: 30%;
    }
    .vision_ul li {
        padding: 35px 0;
    }
    .vision_ul li:nth-of-type(2)::after {
        left: -40px;
    }
    .vision_ul li:nth-of-type(2)::before {
        right: -40px;
    }
    .honor_ul {
        position: relative;
        height: 955px;
    }
    .pro-list .left{
        display: none;
    }
    .pro-list .right {
        width: 100%;
    }
    .contact_ul li p {
        margin-top: 15px;
        height: 44px;
        overflow: hidden;
    }
    .Journalism_ul li:nth-of-type(10),
    .Journalism_ul li:nth-of-type(7),
    .Journalism_ul li:nth-of-type(4),
    .Journalism_ul li:nth-of-type(1) {
        border-left: 0;
        padding-right: 25px;
    }
    .Journalism_ul li {
        padding: 25px 0 25px 25px;
    }
    .Journalism_ul li:nth-of-type(2),
    .Journalism_ul li:nth-of-type(5),
    .Journalism_ul li:nth-of-type(8) {
        padding-left: 15px;
    }
    .proxq_lb .gallery-thumbs {
        height: 340px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 96px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        height: 30px;
        line-height: 30px;
    }
    .proxq_lb .gallery-thumbs {
        margin-top: 42px;
    }
    .news_fr_ul li {
        padding: 25px 15px;
    }
    .news_fl_ul li {
        padding: 10px 0;
    }
    .news_fl_ul {
        margin: 15px 0;
    }
    .news_fl_bott p{
        margin-bottom: 8px;
    }
    .content_ti>p:nth-of-type(1) {
        font-size: 2.2rem;
    }

    .content_ti>p:nth-of-type(2) {
        font-size: 1.2rem;
    }
    .news_fr .swiper-button-next, .news_fr .swiper-button-prev {
        bottom: 16%;
    }
    .cooperation {
        padding: 70px 0;
    }
    .platform_lb {
        margin-top: 35px;
    }
    .daohang_ul>li {
        margin-left: 15px;
    }
    .message .col-sm-3, .contact .col-sm-3 {
        width: 29%;
    }
    .message .col-sm-, .contact .col-sm-9 {
        width: 71%;
    }
}
@media(max-width:990px){
    .xinwen_top_ul>li>a {
        padding-left: 36px;
    }
    .xinwen_top_ti {
        padding: 12px 0;
    }
    .header{
        display: none;
    }
    body{
        padding-top: 70px;
    }
    .picture_size>p:nth-of-type(1) {
        font-size: 2.3125rem;
    }
    .picture_size>p:nth-of-type(2) {
        font-size: 1.15rem;
    }
    .changsuo-div .changs-dic {
        padding: 15px;
    }
    .contact_ul li {
        width: 48%;
        padding: 15px;
        text-align: center;
        margin-left: 0;
        margin-bottom: 15px;
    }
   .contact_ul li:nth-of-type(odd){
       margin-right: 4%;
   }
   .Journalism_lb_size p:nth-of-type(2) {
    line-height: 28px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
}
.Journalism_lb .swiper-button-next {
    right: 0%;
}
.Journalism_lb .swiper-button-prev {
    left: 86%;
}
.Journalism_tui {
    padding: 75px 0;
}
.Journalism_ul li div a {
    width: 110px;
    line-height: 30px;
    margin-top: 15px;
}
.Journalism_li>a {
    margin: 10px 0 5px 0;
}
.Journalism_ul li p span {
    color: #0780ae;
    font-size: 2.4rem;
}
.Journalism_ul li p:nth-of-type(2) {
    line-height: 28px;
}
.Journalism_lb_size p:nth-of-type(1) {
    margin: 5px 0;
}
.proxq_fr .proxq_fr_qq {
    margin: 25px 0;
}
.proxq_lb .gallery-thumbs {
    height: 250px;
}
.proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
    width: 74px;
}
.proxq_fr_qq a {
    line-height: 35px;
    width: 110px;
}
.prolist_size {
    padding: 8px;
}
.prolist_size p {
    line-height: 27px;
    margin-top: 5px;
    padding-top: 5px;
}
.second_ul li {
    padding: 0 3px;

}
.ping-yun .swiper-slide .overh {
    height: 185px;
}
.footerTop .kslj{
    display: none;
}
.footerTop>div{
    width: 50% !important;
}
.footerTop .ewm {
    padding-left: 0px;
}
.footerTop .footerDh {
    padding: 0 25px;
}
}
@media(max-width:767px){
   
    .phone_ul{
        display: block;
    }
    .phone_ul li{
        width: 100%;
        float: left;
        border-left: 1px solid #fff;
        padding: 10px 0;
    }
    .phone_ul li:nth-of-type(1){
        border-left: none;
    }
    .phone_ul li a{
        display: block !important;
        text-align: center;
        color: #fff !important;
        font-size: 1.125rem;
    }
    .phone_ul li .iconfont{
        font-size: 2.1875rem;
    }
    .phone_ul{
        background: #dd231f;
        position:relative;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
   
   
   
    .second{
        display: none;
    }
    .brief {
        padding: 35px 15px;
    }
    .brief_img,
    .brief_size {
        width: 100%;
    }
    .brief_img{
        position: relative;
        margin-bottom: 15px;
    }
    .brief_size>p {
        margin: 15px 0;
        font-size: 1.7rem;
    }
    .vision_ul li {
        padding: 15px 0;
    }
    .vision_ul li {
        width: 100%;
    }
    .vision{
        padding: 0 15px;
    }
    .vision_ul li {
        margin-left: 0;
    }
    .vision_ul li:nth-of-type(2)::before {
        right: 0px;
        height: 1px ;
        width: 100%;
        left: 0;
        bottom: auto;

    }
    .vision_ul li:nth-of-type(2)::after {
        left: 0;
        bottom: 0;
        top: auto;
        height: 1px ;
        width: 100%;
    }
    .honor {
        padding: 35px 15px;
    }
    .honor_ul li {
        width: 80%;
    }
    .honor_ul li:nth-of-type(even)>div {
        width: 100%;
        margin-right: 0%;
        float: right;
    }
    .honor_ul li:nth-of-type(odd)>div {
        width: 100%;
        margin-left: 0%;
        float: right;
    }
    .honor_ul li {
        margin-top: 25px;
    }
    .honor_ul li:nth-of-type(odd)::before {
        position: absolute;
        top: 0;
        left: -55px;
        right: auto;
    }
    .honor_ul li:nth-of-type(odd) {
        float: right;
    }
    .honor_ul li:nth-of-type(even)::before {
        left: -55px;
    }
    .honor_ul::before {
        left: 6%;
        transform: translateX(-0%);
    }
    .course_cli span {
        line-height: 37px;
        padding: 0 40px;
    }
    .honor_ul {
        height: 875px;
    }
    .foot_div>ul{
        display: none;
    }
    .foot_div>ul:nth-of-type(7),
    .foot_div>ul:nth-of-type(8){
        display: block;
        display: block;
        float: none;
        margin-left: 0px;
    }
    .foot_div {
        padding: 35px 15px;
    }
    .foot_div>ul:nth-of-type(7){
        margin-bottom: 15px;
    }
    .foot_div ul li:nth-of-type(1) p {
        text-align: left;
        margin-left: 15px;
    }
    .foot_bor {
        padding: 15px;
    }
    .yptxq {
        padding:35px 15px;
    }
    .picture_size>p:nth-of-type(1) {
        font-size: 1.8rem;
    }
    .picture_size>p:nth-of-type(2) {
        font-size: 1rem;
    }
    .picture_size{
        padding-left: 15px;
    }
    .changs-dic .overh{
        height: 60px;
        
    }
      .yao-ying .col-xs-6{
        margin-bottom: 15px;
        padding: 0 7px;
      }
      .changsuo-div .changs-dic {
        padding: 10px;
    }
    .message,
    .contact {
        padding: 35px 15px;
    }
    .message_butt button {
        width: 130px;
        line-height: 35px;
    }
    .message_butt {
        margin-top: 25px;
    }
    .listypt {
        padding: 35px 15px;
    }
    .yunping-lists .swiper-slide {
    margin-bottom: 15px;
    }
    .Journalism_lb_wid {
        padding: 10px;
    }
    .Journalism_tui {
        padding: 35px 15px;
    }
    .Journalism_lb_wid>div{
        width: 100%;
    }
    .Journalism_lb_size{
        margin-top: 15px;
    }
    .Journalism_lb .swiper-pagination {
        bottom: 3%;
        right: 10%;
    }
    .Journalism_lb .swiper-button-next, .Journalism_lb .swiper-button-prev {
        bottom: 2.8%;
    }
    .Journalism_lb .swiper-button-prev {
        left: 70%;
    }
    .Journalism_a{
        line-height: 30px;
        width: 100px;
    }
    .Journalism_ul li {
        width: 50%;
    }
    .Journalism{
        padding:  35px 15px;
    }
    .Journalism_ul li{
        padding: 10px !important;
    }
    .Journalism_ul li:nth-of-type(1),
    .Journalism_ul li:nth-of-type(2),
    .Journalism_ul li:nth-of-type(3) {
        border-top: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }
    .Journalism_ul li:nth-of-type(even){
        border-right: 1px solid #e0e0e0;
    }
    .Journalism_ul li:nth-of-type(10), .Journalism_ul li:nth-of-type(7), .Journalism_ul li:nth-of-type(4), .Journalism_ul li:nth-of-type(1) {
        border-left: 1px solid #e0e0e0;
    }
    .proxq_lb .gallery-top {
        width: 100%
    }
    .proxq_lb .gallery-thumbs {
        height: 100%;
        width: 80%;
        margin: 25px 35px 0 8%;
    }
    .proxq {
        padding: 35px 15px;
    }
    .proxq_fr,
    .proxq_lb {
        width: 100%;
    }
    .proxq_fr{
        margin-top: 25px;
    }
    .proxq_fr>p:nth-of-type(2) {
        line-height: 28px;
        padding: 8px 0;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        height: 84px;
        width: 30px;
    }
    .proxq_lb .swiper-button-next span, .proxq_lb .swiper-button-prev span {
        line-height: 84px;
    }
    .proxq_lb .swiper-button-next .iconfont, .proxq_lb .swiper-button-prev .iconfont {
        display: inline-block;
        transform: rotate(270deg);
    }
    .proxq_lb .swiper-button-next {
        top: auto;
        right: auto;
        left: 0;
        bottom: 2px;
    }
    .pronr_ul li {
        font-size: 1rem;
        line-height: 45px;
        margin-left: 10px;
    }
    .pronr{
        padding: 35px 15px;
    }
    .pronr_div {
        padding: 15px 0;
    }
    .prolist {
        padding: 35px 15px;
    }
    .prolist_ul li {
        width: 47.5%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .prolist_ul li:nth-of-type(odd) {
        margin-right: 3.75%;
    }
    .content_fr,
    .content_fl{
        width: 100%;
    }
    .content {
        padding: 35px 15px;
    }
    .content_fl{
        margin-bottom: 15px;
    }
    .platform {
        padding: 35px 15px;
    }
    .platform_size {
        padding: 10px;
    }
    .platform_size a:nth-of-type(2) {
        margin: 10px 0;
    }
    .platform_size p {
        line-height: 27px;
    }
    .products {
        padding: 35px 15px 0 15px;
    }
    .products_ul li div span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .products_ul li{
        width: 25%;
        margin-bottom: 15px;
    }
        .products_ul li:nth-of-type(5),
        .products_ul li:nth-of-type(6),
        .products_ul li:nth-of-type(7){
            width: 33.3%;
        }
    .products_ul {
        margin-bottom: 10px;
    }
    .products_wid {
        padding: 10px;
    }
    .products_fl {
        width: 100%;
    }
    .products_fl_bott {
        margin-top: 0px;
        width: 30%;
        float: right;
    }
    .products_fl_top{
        width: 70%;
        float: left;
    }
    .products_lb .gallery-thumbs{
        width: 100%;
    }
    .products_lb .gallery-top{
        width: 100%;
    }
    .products_lb{
        width: 100%;
    }
    .news_fl{
        width: 100%;
    }
    .news {
        padding: 35px 15px;
    }
    .news_dis {
        width: 100%;
    }
    .news_fr .swiper-button-next, .news_fr .swiper-button-prev{
        bottom: auto;
        top: 7%;
        left: auto;
        right: 0;
    }
    .news_fr .swiper-button-prev{
        right: 15%;
    }
    .news_fl_ul li{
        width: 33.3%;
       
        float: left;
    }
    .news_fl_ul li::after {
        width: 100px;
    }
    .news_fl_ul{
        margin-bottom: 25px;
    }
    .news_fr_ul li {
        padding: 15px;
    }
    .news_fr_ul li p {
        margin-bottom: 10px;
    }
    .cooperation_lb {
        margin-top: 25px;
    }
    .cooperation {
        padding: 35px 15px;
    }
    .newsxq {
        padding: 35px 15px;
    }
    .newsxq_ti {
        padding: 15px 0;
    }
    .newsxq_ti .fr{
        float: left;
        margin-top: 15px;
    }
    .newsxq_size {
        line-height: 28px;
        margin-top: 15px;
    }
    .newsxq_jt>div {
        width: 100%;

    }
    .newsxq_jt {
        padding: 10px 0px;
        margin-top: 25px;
        line-height: 35px;
    }
    .newsxq_jt>div:nth-of-type(2) {
        text-align: left;
    }
    .client-2{
        display: none;
    }
    .platform_size p {
        height: 85px;
    }
    .products_div{
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .products_div>div:nth-of-type(2){
        width: 100%;
        order: 1;
    }
    .products_div>div:nth-of-type(1){
        width: 100%;
        order: 2;
    }
    .products_fl{
        display: none;
    }
    .products_div_size {
        padding-top: 15px;
    }

    .news .swiper-container {
        height: 275px;
    }
    .news_fl_bott p {
        line-height: 22px;
    }

    .news_fr .swiper-button-next, .news_fr .swiper-button-prev {
        top: -40%;
    }
    .products_ul::after{
        width: 0;
    }
    .ping-yun .swiper-slide .overh{
        height: auto;
    }
    .message .col-xs-3{
        display: none;
    }
    .footerTop>div{
        width: 100% !important;
    }
    .footerTop .footerDh {
        padding: 0 ;
    }
    .footerTop .ewm {
        border-left: none;
    }
    .footerTop .footerDh {
        border-right: none;
        border-left: none;
        /* margin-top: 15px; */
    }
    .foot {
        padding: 35px 15px 0 15px;
    }
    .footerTop .ewm{
        display: none;
    }
    .searchbox {
        top: 70px;

    }
    .second_a{
        display: none;
    }
    .prolist_ul li>a {
        height: auto;
    }
    .prolist_size a {
        height: 26px;
    }
    .prolist_size p {
        height: 65px;
    }
    .message .col-sm-3, .contact .col-sm-3 {
        display: none;
    }
    .message .col-sm-, .contact .col-sm-9 {
        width: 100%;
    }
    .contactBox .lianxiIcon li {
        float: left;
        width: 48%;
        margin-bottom: 15px;
    }
}
.news_dis>div,
.products_dis>div,
.pronr_dis>div{
    display: none;
}
.pronr_dis img{
    max-width:100%;}
    /* .products_dis{
        position: relative;
    } */
    /* .products_dis>div{
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        z-index: -1;
        visibility: hidden;
    }
    .products_dis>div.active{
        opacity: 1;
        z-index: 22;
        position: relative;
        visibility: visible;
    } */

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; margin-top:20px}
#page li{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page li:hover{border:1px solid #0780ae;}
#page li:hover a{color:#0780ae}
#page li a{ color:#666}
#page li.active{border:1px solid #0780ae; background-color:#0780ae; color:#FFFFFF}
#page li.active a{ color:#fff}
#page .thisclass{ background-color:#0780ae; color:#FFFFFF}















.cansu img{
    max-width: 100%;
}


.pn-title {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9;
    background: #63c452;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .2);
    line-height: 26px;
    width: 45px;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    margin-top: -62px;
}
.pn-title span {
    display: block;
}
.pn-list {
    position: fixed;
    top: 50%;
    left: -305px;
    z-index: 10;
    background: #fff;
    width: 305px;
    height: 700px;
    margin-top: -350px;
    overflow: auto;
    transition: left .5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 0 10px 10px 0;
}
.pn-list ul {
    width: 100%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.f-cb {
    zoom: 1;
}
.pn-list ul {
    width: 100%;
}
.pn-list li {
    width: 100%;
}
.pn-list li .pn-tit-one {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #010101;
    font-size: 16px;
    padding: 0 2% 0 15%;
    background: #fff url(../img/pro01.png) no-repeat 6% center;
    transition: background .3s;
}
.pn-list li .pn-con-one {
    display: none;
}
.pn-list li .pn-tit-two {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #666;
    padding: 0 2% 0 15%;
    border: 1px solid #e6e6e6;
    transition: color .3s;
}
.pn-list li .pn-con-two {
    width: 100%;
    padding: 16px 2% 20px 15%;
    display: none;
}
.pn-list li .pn-tit-three {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.pn-list.on {
    left: 0
}
.pn-list li .pn-tit-two.cur,
    .pn-list li .pn-tit-three.cut,
    .pn-list li .pn-tit-four.cur,
    .pn-list li .pn-tit-five.cur {
        color: #63c452
    }
    .pn-list li .pn-con-two {
        display: none;
        background: #fafafa;
    }

    .pn-list li .pn-tit-two {
        width: 100%;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        display: block;
        font-size: 14px;
        color: #666;
        padding: 0 2% 0 15%;
        border: 1px solid #e6e6e6;
        transition: color .3s
    }

    .pn-list li .pn-con-two {
        width: 100%;
        padding: 16px 2% 20px 15%;
        display: none
    }

    .pn-list li .pn-tit-three {
        display: block;
        width: 100%;
        font-size: 13px;
        color: #666;
        line-height: 30px;
        height: 30px;
        overflow: hidden
    }

    .pn-list::-webkit-scrollbar {
        width: 4px;
        background-color: #63c452;
        border-radius:50px;
    }

    .pn-list::-webkit-scrollbar-track {
        border-radius: 50px;
        background-color: #63c452
    }

    .pn-list::-webkit-scrollbar-thumb {
        border-radius: 50px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #fff
    }

    .pn-list li .font-blod {
        font-weight: bold;
    }

    .pn-list li .pn-con-three {
        width: 100%;
        padding: 8px 0;
        display: none;
    }

    .pn-list li .pn-tit-four {
        display: block;
        width: 100%;
        font-size: 12px;
        color: #666;
        /*padding: 0 0 0 8px;*/
        /*background: url(../img/111_h.png) no-repeat left center;*/
        background-size: 4px !important;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }

    .pn-list li .pn-con-four {
        width: 100%;
        display: none;
        padding: 0
    }

    .pn-list li .pn-tit-five {
        display: block;
        width: 100%;
        font-size: 11px;
        color: #666;
        /*    padding: 0 0 0 8px;
    background: url(../img/111_h.png) no-repeat left center;*/
        background-size: 4px !important;
        line-height: 25px;
        height: 30px;
        overflow: hidden;
    }
    .pn-list li .pn-con-one {
        display: none
    }

    .pn-list li .pn-tit-one.cut {
        background: #0780ae url(../pic/pro01_h.png) no-repeat 6% center;
        color: #fff
    }
    .second_a a:hover,
    .news_fr_ul li:hover a,
    .news_fl_ul li.active,
    .news_fr .swiper-slide:hover .news_fl_top a,
    .Journalism_li:hover>a,
    .foot_div ul li a:hover,
    .newsxq_jt div:hover a,
    .yunping-lists .swiper-slide:hover .titl-yun a{
        color:#0780ae;
    }
    
    .brief_size_a a:hover{
        box-shadow: inset 0 0 0 2.5rem#0db4e0;
        /* border: 1px solid #03994a !important; */
        color: #fff;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
    }
    .proxq_fr_qq a:hover,
    .message_butt button:hover,
    .Journalism_ul li:hover div a,
    .Journalism_a:hover,
    .course_cli span:hover{
        box-shadow: inset 0 0 0 2.5rem #0db4e0;
        border: 1px solid #0db4e0 !important;
        color: #fff;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
    }
    .news_fr .swiper-slide:hover .news_fl_bott a{
        box-shadow: inset 0 0 0 2.5rem #0db4e0;
        /* border: 1px solid #63c452 !important; */
        color: #fff;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
    }
