@CHARSET "UTF-8";

.banner_pc{
	width: 100%;
	position: relative;
}

.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}
.banner .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.banner ul{}
.banner li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.banner li img{
    width: 100%;
    display: block;
}
.banner li .container{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner_text{
    position: absolute;
    top: 45%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    text-align: center;
}
.banner_text .tit{
    font-size: 72px;
    font-weight: bold;
}
.banner_text p{
    font-size: 30px;
}
.pn_box{
    position: absolute;
    bottom: 15%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 9;
}
.pn_box span{
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    font-family: "Arial";
    display: block;
    margin-bottom: 10px;
}
.pn_box .swiper-button-next:after, .pn_box .swiper-button-prev:after{
    display: none;
}
.pn_box .swiper-button-next{
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    width: 18px;
    height: 30px;
    border-radius: 18px;
    border: 3px solid rgba(255, 255, 255, .6);
    display: inline-block;
    transition: all .3s;
    right: auto;
    position: relative;
}
.pn_box .swiper-button-next:hover{
    height: 35px;
    font-size: 18px;
    color: #d0200e;
    border: 3px solid #d0200e;
}

.index_pro{
    width: 100%;
    position: relative;
}
.pro_top{
    padding: 50px 0 20px 0;
    overflow: hidden;
}
.pro_top .index_tit{
    float: left;
    width: 26%;
}
.pro_top ul{
    float: right;
    width: 74%;
}
.pro_top ul li{
    float: left;
    width: 23%;
    margin: 0 1%;
}
.pro_top ul li a{
    display: block;
    text-align: center;
}
.pro_top ul li img{}
.pro_top ul li p{
    font-size: 16px;
    margin-top: 10px;
}
.pro_top ul li:hover p, .pro_top ul li.on p{
    color: #d0200e;
}
.pro_bottom{
    padding: 70px 0;
    background: url(../images/bg_pro.webp) no-repeat;
}
.pro_bottom ul{}
.pro_bottom li{}
.pro_bottom li .text{
    text-align: center;
}
.pro_bottom li .text em{
    font-size: 16px;
}
.pro_bottom li .text .tit{
    font-size: 60px;
    font-weight: bold;
}
.pro_bottom li .text p{
    font-size: 24px;
    font-family: "Arial";
}
.pro_bottom li .pic{
    text-align: center;
    margin: 60px 0 70px 0;
}
.pro_bottom li .pic img{
    max-width: 100%;
}
.pro_bottom .pro_more{
    text-align: center;
}
.pro_bottom .pro_more a{
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 30px;
    background: #303030;
    margin: 0 30px;
    display: -webkit-inline-box; 
}
.pro_bottom .pro_more a:hover{
    background: #a60001;
}


.index_hy{
    width: 100%;
    position: relative;
    margin-top: 90px;
}
.index_hy .hy_box{}
.hy_box ul{
    overflow: hidden;
}
.hy_box ul li{
    float: left;
    width: 14%;
    transition: all .3s;
    margin-right: 1%;
    background-repeat: no-repeat;
    background-position: left;
    height: 31vw;
    position: relative;
    display: block;
}
.hy_box ul li:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
.hy_box ul li:nth-child(1){
    background-image: url(../images/hangye1.webp);
}
.hy_box ul li:nth-child(2){
    background-image: url(../images/hangye2.webp);
}
.hy_box ul li:nth-child(3){
    background-image: url(../images/hangye3.webp);
}
.hy_box ul li:nth-child(4){
    background-image: url(../images/hangye4.webp);
}
.hy_box ul li:last-child{
    margin-right: 0;
}
.hy_box ul li.on {
    width: 55%;
}
.hy_box ul li .text{
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    text-align: center;
    z-index: 9;
}
.hy_box ul li .text i{
    width: 69px;
    height: 69px;
    margin-bottom: 20px;
    display: none;
}
.hy_box ul li:nth-child(1) .text i{
    background: url(../images/icon_ihy4.png) no-repeat;
}
.hy_box ul li:nth-child(2) .text i{
    background: url(../images/icon_ihy3.png) no-repeat;
}
.hy_box ul li:nth-child(3) .text i{
    background: url(../images/icon_ihy2.png) no-repeat;
}
.hy_box ul li:nth-child(4) .text i{
    background: url(../images/icon_ihy1.png) no-repeat;
}
.hy_box ul li .text .tit{
    font-size: 24px;
}
.hy_box ul li .text p{
    font-size: 16px;
    display: none;
    margin-top: 10px;
}
.hy_box ul li .text a{
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
.hy_box ul li .text a:hover{
    color: #d0200e;
}
.hy_box ul li.on .text{
    text-align: left;
    left: 5%;
    top: auto;
    bottom: 10%;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}
.hy_box ul li.on .text p{
    display: block;
}
.hy_box ul li.on .text a{
    display: none;
}
.hy_box ul li.on .text i{
    display: block;
}

.hy_bottom{
    width: 100%;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.hy_bottom ul{}
.hy_bottom ul li{
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    display: list-item;
    padding: 20px 0 40px 0;
}
.hy_bottom ul li:last-child{
    border-right: 0;
}
.hy_bottom ul li .num{
    font-size: 18px;
}
.hy_bottom ul li .num span{
    font-size: 48px;
    color: #000000;
}
.hy_bottom ul li p{
    font-size: 16px;
    color: #5b5a59;
}
.hy_box ul li.on .text i{
    display: block;
}


.index_about{
    width: 100%;
    padding: 100px 0 50px 0;
    position: relative;
    background: url(../images/bg_about.webp) no-repeat;
    color: #ffffff;
    overflow: hidden;
}
.index_about .container{
    position: relative;
}
.index_about .about_tit{
    font-size: 60px;
    font-weight: bold;
}
.index_about .index_tit{
    color: #ffffff;
}
.index_about .about_con{}
.index_about .about_con p{
    font-size: 16px;
    line-height: 30px;
}
.index_about .about_con{
    margin: 20px 0 30px 0;
    width: 66%;
}
.index_about .about_more{
    font-size: 15px;
    color: #ffffff;
    display: -webkit-inline-box;
    line-height: 45px;
    padding: 0 30px;
    border: 1px solid #ffffff;
}
.index_about .about_more:hover{
    background: #ffffff;
    color: #333333;
}
.index_about .about_ul{
    overflow: hidden;
    margin-top: 45px;
}
.index_about .about_ul li{
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .3);
    display: list-item;
    padding: 15px 0 30px 0;
}
.index_about .about_ul li:last-child{
    border-right: 0;
}
.about_ul li i{
    width: 84px;
    height: 84px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
}
.about_ul li:nth-child(1) i{
    background: url(../images/icon_about1.png) no-repeat;
}
.about_ul li:nth-child(2) i{
    background: url(../images/icon_about2.png) no-repeat;
}
.about_ul li:nth-child(3) i{
    background: url(../images/icon_about3.png) no-repeat;
}
.about_ul li:nth-child(4) i{
    background: url(../images/icon_about4.png) no-repeat;
}
.about_ul li .tit{
    font-size: 30px;
    font-weight: bold;
}
.about_ul li p{
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    width: 74%;
    margin: 0 auto;
}
.index_about .about_video{
    position: absolute;
    top: 10%;
    right: 0;
}
.index_about .about_video a{
    display: -webkit-inline-box;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
}
.index_about .about_video i{
    width: 36px;
    height: 43px;
    background: url(../images/icon_video.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.index_about .about_video:hover i{
    width: 45px;
    height: 54px;
}

.index_news{
    width: 100%;
    padding: 60px 0 100px 0;
    position: relative;
}
.news_top{
    position: relative;
    overflow: hidden;
}
.news_top .index_tit{
    float: left;
}
.news_top .news_more{
    float: right;
}
.news_top .news_more a{
    font-size: 15px;
    line-height: 45px;
    padding: 0 45px;
    display: -webkit-inline-box;
    background: #e8e8e8;
    margin-left: 15px;
}
.news_top .news_more a.on, .news_top .news_more a:hover{
    background: #e60113;
    color: #ffffff;
}
.news_box{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.news_ul{}
.news_ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news_ul li a{
    display: block;
}
.news_ul li .re_pic img{
    transition: all 1.5s;
}
.news_ul li .text{
    padding: 30px 10px;
}
.news_ul li .text span{
    font-size: 16px;
    color: #3a3939;
}
.news_ul li .text .tit{
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_ul li .text p{
    font-size: 15px;
    color: #494949;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_ul li a:hover .re_pic img {
    transform: scale(1.1);
}
.news_ul li a:hover .text .tit {
    color: #d0200e;
}

.index_server{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.server_r{
    width: 62.5%;
    float: right;
    background: url(../images/fuwu_map.webp) no-repeat;
    height: 41vw;
    position: relative;
    background-size: 100% 100%;
}
.server_r .index_tit{
    position: absolute;
    width: 50%;
    top: 7%;
    left: 7%;
}
.server_r .right_b{
    position: absolute;
    bottom: 12%;
    left: 7%;
}
.server_r .right_b .num{
    font-size: 36px;
}
.server_r .right_b .num span{
    font-size: 70px;
    font-weight: bold;
    color: #d0200e;
}
.server_r .right_b p{
    font-size: 18px;
    color: #666666;
}

.server_l{
    width: 37.5%;
    float: left;
}
.server_l .server_tit{
    height: 26vw;
    background: url(../images/fuwu_ltu.webp) no-repeat;
    position: relative;
    background-size: 100% 100%;
}
.server_l .server_tit .text{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.server_l .server_tit p{
    font-size: 33px;
    font-weight: bold;
    color: #ffffff;
}
.server_ul{}
.server_ul li{
    height: 7.5vw;
    line-height: 7.5vw;
    background: #e60113;
    display: block;
}
.server_ul li:nth-child(1){
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.server_ul li a{
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.server_ul li i{
    width: 65px;
    height: 60px;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.server_ul li:nth-child(1) i{
    background: url(../images/icon_fu1.png) no-repeat;
}
.server_ul li:nth-child(2) i{
    background: url(../images/icon_fu2.png) no-repeat;
}
.server_ul li span{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    display: -webkit-inline-box;
}
.server_ul li em{
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../images/icon_jt.png) no-repeat;
}

.xs_c .xs_dian {
    position: absolute;
}
.ss_big {
    animation: suofangzhanshi 2s linear infinite;
    -webkit-animation: suofangzhanshi 2s linear infinite;
}
.xs_c .xs_dian i {
    display: block;
    width: 9px;
    height: 9px;
    background: #e25623;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.xs_c .xs_dian em {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -8px;
    top: -8px;
    background: #e25623;
    border-radius: 50%;
    z-index: 1;
}
.xs_c .xs_dian.xd1 {
    left: 13.5%;
    top: 39.6%;
}
.xs_c .xs_dian.xd2 {
    left: 14.5%;
    top: 44.7%;
}
.xs_c .xs_dian.xd3 {
    left: 15%;
    top: 45.5%;
}
.xs_c .xs_dian.xd4 {
    left: 15.8%;
    top: 45.2%;
}
.xs_c .xs_dian.xd5 {
    left: 16.5%;
    top: 45.8%;
}
.xs_c .xs_dian.xd6 {
    left: 17%;
    top: 51.3%;
}
.xs_c .xs_dian.xd7 {
    left: 20.4%;
    top: 59%;
}
.xs_c .xs_dian.xd8 {
    left: 21.6%;
    top: 64.5%;
}
.xs_c .xs_dian.xd9 {
    left: 25.6%;
    top: 66.8%;
}
.xs_c .xs_dian.xd10 {
    left: 27.6%;
    top: 74.1%;
}
.xs_c .xs_dian.xd11 {
    left: 31.5%;
    top: 68.6%;
}
.xs_c .xs_dian.xd12 {
    left: 45.7%;
    top: 37%;
}
.xs_c .xs_dian.xd13 {
    left: 45.5%;
    top: 43.6%;
}
.xs_c .xs_dian.xd14 {
    left: 46.5%;
    top: 45.9%;
}
.xs_c .xs_dian.xd15 {
    left: 48.7%;
    top: 45.3%;
}
.xs_c .xs_dian.xd16 {
    left: 44.5%;
    top: 56.5%;
}
.xs_c .xs_dian.xd17 {
    left: 46.6%;
    top: 56.2%;
}
.xs_c .xs_dian.xd18 {
    left: 47.9%;
    top: 55%;
}
.xs_c .xs_dian.xd19 {
    left: 55.3%;
    top: 60.2%;
}
.xs_c .xs_dian.xd20 {
    left: 53.5%;
    top: 46.2%;
}
.xs_c .xs_dian.xd21 {
    left: 51.8%;
    top: 39.1%;
}
.xs_c .xs_dian.xd22 {
    left: 54.31%;
    top: 41.3%;
}
.xs_c .xs_dian.xd23 {
    left: 54.6%;
    top: 37.1%;
}
.xs_c .xs_dian.xd24 {
    left: 57.6%;
    top: 34.4%;
}
.xs_c .xs_dian.xd25 {
    left: 57.5%;
    top: 44.1%;
}
.xs_c .xs_dian.xd26 {
    left: 58.4%;
    top: 45.8%;
}
.xs_c .xs_dian.xd27 {
    left: 59.1%;
    top: 47.8%;
}
.xs_c .xs_dian.xd28 {
    left: 60.2%;
    top: 48.83%;
}
.xs_c .xs_dian.xd29 {
    left: 61%;
    top: 48.6%;
}
.xs_c .xs_dian.xd30 {
    left: 61.8%;
    top: 49.6%;
}
.xs_c .xs_dian.xd31 {
    left: 61.1%;
    top: 42.7%;
}
.xs_c .xs_dian.xd32 {
    left: 62.8%;
    top: 31.3%;
}
.xs_c .xs_dian.xd33 {
    left: 62.7%;
    top: 33.5%;
}
.xs_c .xs_dian.xd34 {
    left: 63.6%;
    top: 33.5%;
}
.xs_c .xs_dian.xd35 {
    left: 64%;
    top: 41%;
}
.xs_c .xs_dian.xd36 {
    left: 66.9%;
    top: 39.5%;
}
.xs_c .xs_dian.xd37 {
    left: 65.8%;
    top: 44.2%;
}
.xs_c .xs_dian.xd38 {
    left: 64.8%;
    top: 48.5%;
}
.xs_c .xs_dian.xd39 {
    left: 71.6%;
    top: 37.5%;
}
.xs_c .xs_dian.xd40 {
    left: 74.2%;
    top: 45.5%;
}
.xs_c .xs_dian.xd41 {
    left: 76.9%;
    top: 46.9%;
}
.xs_c .xs_dian.xd42 {
    left: 78.3%;
    top: 62.6%;
}
.xs_c .xs_dian.xd43 {
    left: 89%;
    top: 70.3%;
}
.icon_dw{
    position: absolute;
    left: 76.5%;
    top: 43%;
}

.icon_dw i{
    display: block;
    width: 22px;
    height: 28px;
    background: url(../images/icon_dw.png) no-repeat;
    transform: rotateY(30deg);
}

@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1359px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1023px) {
.banner_pc{
	display: none;
}

.banner{
    display: block;
}
.banner_text{
    width: 100%;
}
.banner_text .tit {
    font-size: 38px;
}
.banner_text p {
    font-size: 18px;
}
.pro_top .index_tit {
    float: none;
    width: 100%;
}
.pro_top ul {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.hy_box ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    background: #a60001;
    background-image: none !important;
}
.hy_box ul li:nth-child(2n){
    margin-right: 0;
}
.hy_box ul li .text{
    text-align: center;
}
.hy_box ul li .text i{
    display: -webkit-inline-box;
}
.hy_box ul li .text a{
    display: none;
}
.hy_box ul li .text p{
    display: block;
}
.hy_box ul li.on{
    width: 49%;
}
.hy_box ul li.on .text {
    text-align: center;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hy_box ul li.on .text i {
    display: -webkit-inline-box;
}
.index_about .index_tit .tit{
    text-align: left;
}
.pro_top ul li p {
    font-size: 14px;
}
.pro_bottom li .text em {
    font-size: 14px;
}
.pro_bottom li .text .tit {
    font-size: 32px;
}
.pro_bottom li .text p {
    font-size: 18px;
}
.hy_box ul li .text .tit {
    font-size: 22px;
}
.hy_box ul li .text p {
    font-size: 14px;
}
.hy_bottom ul li .num {
    font-size: 14px;
}
.hy_bottom ul li .num span {
    font-size: 30px;
}
.hy_bottom ul li p {
    font-size: 12px;
}
.index_about .about_tit {
    font-size: 32px;
}
.index_about .about_con p {
    font-size: 14px;
    line-height: 24px;
}
.index_about .about_more {
    font-size: 12px;
    line-height: 35px;
}
.about_ul li i {
    width: 60px;
    height: 60px;
    background-size: 100% 100% !important;
}
.about_ul li .tit {
    font-size: 20px;
}
.about_ul li .tit {
    font-size: 20px;
}
.about_ul li p {
    font-size: 14px;
    width: 90%;
}
.news_top .index_tit {
    float: none;
    margin-bottom: 30px;
}
.news_top .news_more {
    float: none;
    width: 100%;
    text-align: center;
}
.news_ul li .text span {
    font-size: 14px;
    color: #3a3939;
}
.news_ul li .text .tit{
    font-size: 18px;
}
.news_ul li .text p{
    font-size: 14px;
    line-height: 24px;
}
.server_l .server_tit .text{
    width: 80%;
}
.server_l .server_tit p {
    font-size: 20px;
}
.server_ul li a{
    width: 70%;
}
.server_ul li i{
    width: 30px;
    height: 30px;
    background-size: 100% 100% !important;
}
.server_ul li span{
    font-size: 18px;
}
.server_r .index_tit{
    width: 100%;
    text-align: left;
}
.server_r .index_tit .tit{
    text-align: left;
}
.server_r .right_b .num{
    font-size: 20px;
}
.server_r .right_b .num span {
    font-size: 42px;
}
.server_r .right_b p{
    font-size: 14px;
}

}

@media only screen and (max-width: 767px) {
.banner{
    margin-top: 60px;
}
.banner_text{
    top: 30%;
}
.banner_text .tit {
    font-size: 24px;
}
.banner_text p {
    font-size: 14px;
}
.pn_box{
    margin-bottom: 2%;
}
.pn_box span{
    font-size: 12px;
}
.pro_top {
    padding: 30px 0 20px 0;
}
.pro_top ul {
    margin-top: 15px;
}
.pro_bottom {
    padding: 30px 0;
}
.pro_bottom li .text .tit {
    font-size: 26px;
}
.pro_bottom li .text p {
    font-size: 15px;
}
.pro_bottom li .pic {
    margin: 30px 0 40px 0;
}
.pro_bottom .pro_more a {
    font-size: 13px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 20px;
    margin: 0 10px;
}
.index_hy {
    margin-top: 30px;
}
.hy_box ul li{
    height: 260px;
}
.hy_box ul li.on .text i {
    display: none;
}
.hy_box ul li .text i {
    display: none;
}
.hy_box ul li .text .tit {
    font-size: 18px;
}
.hy_box ul li .text p {
    font-size: 12px;
}
.hy_box ul li .text {
    width: 80%;
}
.hy_bottom {
    padding: 30px 0;
}
.hy_bottom ul li {
    width: 50%;
    padding: 20px 0 20px 0;
    margin-bottom: 15px;
}
.hy_bottom ul li .num {
    font-size: 12px;
}
.hy_bottom ul li .num span {
    font-size: 25px;
}
.hy_bottom ul li p {
    height: 40px;
}
.index_about{
    padding: 50px 0 50px 0;
}
.index_about .about_tit {
    font-size: 26px;
}
.index_about .about_con {
    margin: 15px 0 20px 0;
    width: 100%;
}
.index_about .about_more {
    line-height: 30px;
}
.index_about .about_video{
    display: none;
}
.index_about .about_ul li{
    width: 50%;
    padding: 15px 0 15px 0;
    margin-bottom: 15px;
}
.about_ul li .tit {
    font-size: 18px;
}
.about_ul li p {
    font-size: 12px;
    height: 60px;
}
.about_ul li i {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.index_about .about_ul {
    margin-top: 20px;
}
.index_news {
    padding: 50px 0 30px 0;
}
.news_top .index_tit {
    margin-bottom: 15px;
}
.news_top .news_more a {
    font-size: 14px;
    line-height: 35px;
    padding: 0 30px;
    margin-left: 10px;
}
.news_box {
    margin-top: 30px;
}
.news_ul li .text {
    padding: 20px 10px;
}
.news_ul li .text span {
    font-size: 12px;
    color: #3a3939;
}
.news_ul li .text .tit {
    font-size: 17px;
    line-height: 26px;
    margin: 5px 0 5px 0;
}
.server_l {
    width: 100%;
    float: none;
}
.server_l .server_tit{
    height: 70vw;
}
.server_l .server_tit p {
    font-size: 18px;
}
.server_ul li {
    height: 15vw;
    line-height: 15vw;
}
.server_ul li span {
    font-size: 16px;
}
.server_r {
    width: 100%;
    float: none;
    height: 80vw;
}
.server_r .right_b .num span {
    font-size: 34px;
}

}