html,
body {
    position: relative;
    height: 100%;
		font-family: 'calibri';
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: left;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -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;
    position: relative;
}
a{cursor:pointer}
nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -o-transition: ease .8s;
    transition: ease .8s;
}
.nav1_none{
    top: 0;
}
.nav1 {
    height: 54px;
    background-color: #e52d20;
}
.nav1 .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav1 .nav1_l{
    display: flex;
    align-items: center;
}
.nav1 .nav1_l a{
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-right: 20px;
}
.nav1 .nav1_l .n1{
    background-image: url(../img/n1.png);
}
.nav1 .nav1_l .n2{
    /* background-image: url(../img/n2.png); */
}
.nav1 .nav1_l .n3{
    background-image: url(../img/n3.png);
}
.nav1 .nav1_l .n4{
    background-image: url(../img/n4.png);
}
.nav1 .nav1_l .n2{
	background-image: url(../img/n5.png);
}
.nav1 .nav1_l .n5{
	background-image: url(../img/n6.png);
}
.nav1 .nav1_r {
    display: flex;
    align-items: center;
}
.nav1 .nav1_r .nav1_r_l {
    display: flex;
		white-space:nowrap;
}
.nav1 .nav1_r .nav1_r_l a{
    padding: 0 0.22rem;
    height: 100%;
    color: #fff;
		display: flex;
		align-items: center;
}
.nav1 .nav1_r .nav1_r_l .first_nav_new{
	margin-left: 30px;
}
.nav1 .nav1_r .nav1_r_l .first_nav{
	display: flex;align-items: center;
}
.nav1 .nav1_r .nav1_r_l .first_nav img{
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}
.nav1 .nav1_r .search{
    margin: 0 0.22rem;
    height: 0.32rem;
    min-height: 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-radius: 16px;
}
.nav1 .nav1_r .search .t_c_e52d20{
    width: 125px;
    flex-shrink: 0;
}
.nav1 .nav1_r .search .t_c_e52d20{
    width: 125px;
    flex-shrink: 0;
}
.nav1 .nav1_r .search img{
    margin-left: 10px;
    height: 60%;
    width: auto;
}
.nav1 .nav1_r .language{
    display: flex;
    align-items: center;
    margin-left: 0.22rem;
    position: relative;
}
.nav1 .nav1_r .language .qiuo{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-wrap: wrap;
}
.nav1 .nav1_r .language .select{
    width: 8px;
    height: 6px;
    margin-left: 10px;
}
.nav1 .nav1_r .language .change_lg{
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 100%;
    left: 0;
    text-align: center;
    border: 1px solid #eee;
    display: none;
		z-index: 10;
		height: auto;
}
.nav1 .nav1_r .language .change_lg div:first-child{
    padding-top: 10px;
}
.nav1 .nav1_r .language .change_lg div:last-child{
    padding-bottom: 10px;
}
.nav1 .nav1_r .language .change_lg div{
    padding: 5px 10px;
}
.nav2{
    height: 100px;
}
.ding{
    height: 154px;
}
.nav2 .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav2 .container .nav2_r{
    display: flex;
    align-items: center;
    height: 100%;
}
.nav2 .container .logo img{
    height: 51px;
    width: auto;
}
.nav2 .container .first_nav{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 21.5px;
    height: 100%;
}
.nav2 .container .first_nav .select1{
    width: 11px;
    height: 7px;
    margin-left: 10px;
}
.nav2 .container .first_nav .secend_nav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    display: none;
		z-index: 1000;
}
.nav2 .container .first_nav .secend_nav a:first-child{
    margin-top: 10px;
}
.nav2 .container .first_nav .secend_nav a:last-child{
    margin-bottom: 10px;
}
.nav2 .container .first_nav .secend_nav a{
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    color: #666;
		line-height: 1.2;
		
}
.nav2 .container .first_nav .secend_nav a:hover{
		background: #e52d20;
		color: #fff;
}
.swip1 .banner_img{
    height: 5.2rem;
    object-fit: cover;
}
.banner .text{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}
.banner .text .t30,
.banner .text .t72{
    width: 60%;
}
.banner .text .t72{
    margin-bottom: 0.2rem;
}

.but_a{
    display: inline-flex;
    height: 0.55rem;
    min-height: 27px;
    padding: 0 0.4rem;
    align-items: center;
    border-radius: 27.5px;
    line-height: 1;
}
.but_a img{
    width: 6px;
    height: 9px;
    margin-left: 0.15rem;
    position: relative;
    left: 0;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.but_a:hover img{
    left: 5px;
}
.but1{
    background-color: #e52d20;
}
.but2{
    border: 1px solid #999;
}
.but3{
    background-color: #fff;
}

.banner{
    position: relative;
}
.banner>img{height: 5.2rem;object-fit: cover;}
.banner .but_a{
    margin-top: 0.7rem;
}
.banner .swip_prev_next{
    height: 1.44rem;
    width: 0.68rem;
    min-height: 80px;
    min-width: 37px;
    background-color: rgba(255, 255, 255, 0.12);
}
.swip_prev_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); /*兼容-webkit-引擎浏览器*/
    -moz-transform: translateY(-50%); /*兼容-moz-引擎浏览器*/
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .swip1_prev{
    left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.banner .swip1_next{
    right: 0;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.banner .swip_prev_next img{
    width: 0.2rem;
    height: 0.4rem;
    min-height: 20px;
    min-width: 10px;
}
.swip1_next img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); /*兼容-webkit-引擎浏览器*/
    -moz-transform: rotate(180deg); /*兼容-moz-引擎浏览器*/
    -o-transform: rotate(180deg);
}
.swip1_pag{
    margin-bottom: 0.35rem;
}
.swip1_pag .swiper-pagination-bullet{
    opacity: 0.5 !important;
    background-color: #fff;
    margin: 0 10px !important;
    width: 0.12rem !important;
    height: 0.12rem !important;
    min-width: 8px;
    min-height: 8px;
}
.swip1_pag .swiper-pagination-bullet-active{
    background-color: #e52d20;
    opacity: 1 !important;
}


.z_padding{
    padding: 0.3rem 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.top_title .t22{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.top_title .t22 .line{
    width: 1rem;
    min-width: 30px;
    height: 1px;
    background-color: #333;
    margin-right: 10px;
}
.top_title .t48{
    margin-bottom: 0.15rem;
}
.top_title .t20{
    margin-bottom: 0.15rem;
}
.swip2_swiper-container{
    margin: 0 -15px;
    position: relative;
}
.index1 .swip2{
    padding: 0.3rem 15px 0.85rem;
}
.index1 .swip2 .services_img{
    height: 2.88rem;
    overflow: hidden;
}
.index1 .swip2 .services_img img{
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1); /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1); /*兼容-moz-引擎浏览器*/
    -o-transform: scale(1);
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.index1 .swip2 .swiper-slide:hover .services_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1.1); /*兼容-moz-引擎浏览器*/
    -o-transform: scale(1.1);
}
.index1 .swip2 .text{
    padding: 0.3rem 0.3rem;
}
.index1 .swip2 .swiper-slide{
    box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.08);
}
.index1 .swip2 .text .t28{
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 80px;
    line-height: 1.4;
}
.index1 .swip2 .text .t18{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 3.6em;
}
.swip_prev_next{
    width: 0.7rem;
    min-width: 40px;
    height: 0.7rem;
    min-height: 40px;
    border-radius: 50%;
    background-color: #f1f1f1;
}
.swip_prev_next img{
    height: 15%;
    width: auto;
    min-height: 15px;
    min-width: auto;
}
.swip_prev_next:hover{
    background-color: #e62d20;
}
.swip_prev_next:hover .jt_r1,
.swip_prev_next .jt_r1_h{
    display: none;
}
.swip_prev_next:hover .jt_r1_h{
    display: block;
}
.swip3_prev img,
.swip2_swiper-container .swip2_prev img,
.swip22_prev img
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); /*兼容-webkit-引擎浏览器*/
    -moz-transform: rotate(180deg); /*兼容-moz-引擎浏览器*/
    -o-transform: rotate(180deg);
}
.swip3_prev,
.swip2_swiper-container .swip2_prev{
    left: -1.15rem;
}
.swip3_next,
.swip2_swiper-container .swip2_next{
    right: -1.15rem;
}
.swip3_pag .swiper-pagination-bullet,
.swip2_pag .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    min-width: 8px;
    min-height: 8px;
    background-color: #e8e8e8;
    opacity: 1 !important;
    margin: 0 7px !important;
}
.swip3_pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swip2_pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swip7_pag .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #e62d20;
}
.index2 {
    overflow: hidden;
    background-color: #f9f9f9;
}
.inno_bot_b .inp_con{
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.05rem;
}
.inno_bot_b .width55{
    display: flex;
    flex-wrap: wrap;
}
.inno_bot_b .inp_con .num{
    display: flex;
    align-items: center;
}
.inno_bot_b .line{
    width: 1.7rem;
    min-width: 85px;
    height: 1px;
    background-color: rgba(51,51,51,0.2);
    margin: 0.1rem 0 0.05rem;
}
.index2 .but1{
    margin-top: 0.7rem;
}
.appoint{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(230,45,32,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
		z-index: 1;
}
.appoint .i{
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(253,45,32,0.2);
    border: 1px solid rgba(253,45,32,0.4);
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    position: absolute;
    left: -14px;
    top: -14px;
}
.appoint .t20.t_c_666{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); /*兼容-webkit-引擎浏览器*/
    -moz-transform: translateX(-50%); /*兼容-moz-引擎浏览器*/
    -o-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 25px;
		white-space: nowrap;
}
@keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@-o-keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.appoint.map1{
    top: 51.2%;
    left: 71.1%;
}
.appoint.map1 .t_c_666{
	top: -44px;
}
.appoint.map7{
    top: 52.5%;
    left: 73%;
}
.appoint.map2{
    top: 62.68%;
    left: 77.66%;
}
.appoint.map6{
    top: 57.5%;
    left: 76.85%;
}
.appoint.map10{
    top: 50.8%;
    left: 78.55%;
}
.appoint.map3{
    top: 40.8%;
    left: 80.2%;
}
.appoint.map5{
    
	top: 67.6%;
	left: 81.85%;
}
.appoint.map11{
    top: 49%;
    left: 17.55%;
}
.appoint.map4{
    top: 54%;
    left: 68.55%;
}
.appoint.map8{
    top: 61%;
    left: 69.25%;
}
.appoint.map9{
    top: 42%;
    left: 56.55%;
}
.appoint.map12{
    top: 60%;
    left: 53.25%;
}
.appoint.map13{
    top: 49%;
    left: 54.25%;
}
/* 巴基斯坦 */
.appoint.map16{
    top: 46%;
		left: 65.25%;
}
/* 埃塞俄比亚 */
.appoint.map15{
    top: 59%;
		left: 57.25%;
}
/* 菲律宾 */
.appoint.map14{
		top: 58.5%;
		left: 80.85%;
}
.appoint.map14 .t_c_666{
	top: -8px;
	left: 38px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
}
/* 科特迪瓦 */
.appoint.map17{
    top: 60%;
		left: 45.25%;
}
/* 加纳 */
.appoint.map18{
    top: 60%;
    left: 47.25%;
}
/* 乌干达 */
.appoint.map19{
    top: 60%;
		left: 54.25%;
}
/* 巴西 */
.appoint.map20{
    top: 70%;
		left: 32.25%;
}
/* 肯尼亚 */
.appoint.map21{
    top: 60%;
    left: 56.25%;
}

/* 巴西 */
.appoint.map22{
    top: 71%;
    left: 33.25%;
}

/* 马来西亚 */
.appoint.map23{
	top: 65%;
	left: 75.25%;
}



/* 科特迪瓦 Cote d'ivoire (CDI) */
.appoint.map25{
	top: 61%;
	left: 45.25%;
}

/* 埃塞俄比亚 Ethiopia */
.appoint.map26{
	top: 57%;
	left: 58.25%;
}

/* 加纳 Ghana */
.appoint.map27{
	top: 60%;
	left: 46.25%;
}

/* 巴基斯坦 Pakistan */
.appoint.map28{
	top: 49%;
	left: 65.25%;
}

/* 瑞士 Switzerland */
.appoint.map29{
	top: 37%;
	left: 48.25%;
}

/* 乌干达 Uganda */
.appoint.map30{
	top: 63%;
	left: 55.25%;
}

/* 英国 UK */
.appoint.map31{
	top: 31%;
	left: 45.25%;
}

/* 美国 US */
.appoint.map32{
	top: 40%;
	left: 18.25%;
}

/* 波兰共和国 poland */
.appoint.map33{
	top: 32%;
	left: 50.25%;
}

/* 瑞典 Sweden */
.appoint.map34{
	top: 23%;
	left: 51.25%;
}

/* 巴布亚新几内亚独立国 PNG */
.appoint.map35{
	top: 67.6%;
	left: 86.85%;
}

.index2 .s_map{
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    width: 324px;
    height: 170px;
		z-index: 10;
}
.index2 .s_map .box{
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    overflow: hidden;
		
}
.index2 .map{
    width: 100%;
    height: 100%;
    position: relative;
    top: -0.546875%;
    left: -9.18451%;
}
.index2 .map_absolute{
    top: 0%;
    position: absolute;
    left: 0%;
    /* transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%); 
    -o-transform: translate(-50%,-50%); */
    /* width: 3446px;
    height: 1716px; */
    
    width: 1993px;
    height: 991px;
}
.index2 .s_map .box .box_red{
    position: absolute;
    width: 215px;
    height: 142px;
    top: 1.09375%;
    left: 18.369%;
    border: 1px solid #e62d20;
    cursor: pointer;
}
.index2 .s_map .box .mose_pinter{
    width: auto;
    height: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: scalemap 1.5s linear infinite;
    -moz-animation: scalemap 1.5s linear infinite;
    -webkit-animation: scalemap 1.5s linear infinite;
}
@keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scalemap{
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.index3 .new_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.index3 .new_top .but2{
    margin-left: 20px;
}
.index3 .list_all{
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem;
}
.index3 .list_all .list{
    margin: 0.25rem;
    width: calc(33.333% - 0.5rem);
		padding-bottom: 20px;
		/* cursor: auto; */
		background: #fff;
}
.index3 .list_all .list .new_img{
    height: 2.28rem;
    overflow: hidden;
}
.index3 .list_all .list .new_img img,.feed_boxr img{
    transform: scale(1);
    -webkit-transform: scale(1); /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1); /*兼容-moz-引擎浏览器*/
    -o-transform: scale(1);
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
		object-fit: cover;
}
.index3 .list_all .list:hover .new_img img,.feed_boxr:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1.1); /*兼容-moz-引擎浏览器*/
    -o-transform: scale(1.1);
}
.index35 .list_all .list:hover .new_img img{
    transform: scale(1);
    -webkit-transform: scale(1); /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1); /*兼容-moz-引擎浏览器*/
    -o-transform: scale(1);
}
.index3 .list_all .list .time{
    margin: 0.25rem 0 0.15rem;
}
.index3 .list_all .list .t30{
    margin-bottom: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 110px;
}
.index3 .list_all .list .t20{
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.index3 .list_all .list .false_but{
    display: flex;
    align-items: center;
    line-height: 1;
		margin-top: 7px;
}
.index3 .list_all .list .false_but .t_c_e52d20{
    border-bottom: 1px solid #e52d20;
}
.index3 .list_all .list .false_but img{
    width: 6px;
    height: 9px;
    margin-left: 10px;
    margin-top: 1px;
}
.index4 .top_title .line{
    background-color: #fff;
}
.index4{
    padding-top: 1.3rem;
    background-color: rgba(0,0,0,0.3);
}
.index4 .top_title{
    margin-bottom: 0.55rem;
}
.index4 .top_title .t72{
    margin-bottom: 0.2rem;
}
.index4 .but1{
    margin-bottom: 1.3rem;
}
.index4_b{
    top: 0;
    left: 50%;
		margin-left: -960px;
    position: fixed;
    height: 100vh;
    width: 1920px;
    z-index: -1;
		display: none;
}
.index4_b img{
    object-fit: cover;
}
.index5 .partners_top .t48{
    display: flex;
    justify-content: space-between;
}
.index5 .partners_top .but2{
    margin-left: 20px;
    flex-shrink: 0;
}
.swip3 {
    padding: 1rem 0 1.1rem;
}
.swip3 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swip3_img{
    height: 0.9rem;
    min-height: 30px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
.index6{
    padding: 0.4rem 0;
    background-color: #e52d20;
}
.index6 .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index6 .container .but_all{
    display: flex;
    flex-shrink: 0;
}
.index6 .container .but_all .but_a{
    padding: 0 0.3rem;
    margin-left: 0.2rem;
}
.foot{
    padding: 0.5rem 0 ;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.foot .container{
    display: flex;
    justify-content: space-between;
}
.foot .logo {
    margin-bottom: 20px;
    flex-shrink: 0;
}
.foot .logo img{
    height: 0.5rem;
    min-height: 35px;
    width: auto;
}
.foot .f_nav{
    display: flex;
    margin: -0.22rem 20px 0;
    flex-wrap: wrap;
		font-size: 16px;
}
.foot .f_nav a{
    margin: 0.22rem;
    height: 30px;
    display: inline-block;
}
.foot .f_nav a:hover{
    color: #e52d20;
}
.foot .addr {
    flex-shrink: 0;
}
.foot .addr .contact{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.foot .addr .contact:last-child{
    margin-top: 25px;
}
.foot .addr .contact img{
    margin-right: 30px;
    height: 24px;
    width: auto;
}
.foot .addr .contact.t20 img{
    margin-right: 10px;
    width: 18px;
    height: auto;
}
.foot .addr .contact.t20 a{
		cursor: pointer;
}
.foot_logo{
    cursor: pointer;
}
.foot_logo:hover .foot_logo_b,
.foot_logo .foot_logo_h{
    display: none;
}
.foot_logo:hover .foot_logo_h{
    display: block;
}
.beian{
    height: 60px;
    background-color: #fff;
}
.beian .container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




@media (max-width: 1679px){
    .index3 .list_all .list .t30{
        height: 101px;
    }
}
@media (max-width: 1650px){
    .index1 .swip2 .services_img,
    .index3 .list_all .list .new_img {
        height: 3.25rem;
    }
    .swip2_swiper-container .swip2_prev{
        left: -0.65rem;
    }
    .swip2_swiper-container .swip2_next{
        right: -0.65rem;
    }
    .swip3_prev{
        left: -0.8rem;
    }
    .swip3_next{
        right: -0.8rem;
    }
}
@media (max-width: 1441px){
    .nav2 .container .logo img{
        height: 42px;
    }
    .index2 .s_map {
        width: 200px;
        height: 104px;
    }
    .index2 .s_map .box .box_red {
        position: absolute;
        width: 119px;
        height: 83px;
    }
    .nav2{
        height: 82px;
    }
    .ding{
        height: 136px;
    }
    .index1 .swip2 .text .t28{
        height: 78px;
    }
    .index3 .list_all .list .t30 {
        height: 94px;
    }
    .index2 .map{
        top: -5.89694%;
        left: -20.0625%;
    }
    .index2 .s_map .box .box_red{
        top: 11.7939%;
        left: 40.6328%;
    }
}
@media (max-width: 1366px){
    .nav2{
        height: 72px;
    }
    .ding{
        height: 126px;
    }
    .index3 .list_all .list .t30 {
        height: 86px;
    }
    .index3 .list_all .list .t20 {
        height: 81px;
    }
    .index1 .swip2 .text .t18{
        
    }
    .index1 .swip2 .text .t28 {
        height: 65px;
    }
}
@media (max-width: 1200px){
    .index3 .list_all .list .t30 {
        height: 78px;
    }
}
@media (max-width: 1174px){
    .index1 .swip2 .text .t28 {
        height: 60px;
    }
    .index3 .list_all .list .t20 {
        height: 72px;
    }
}
@media (max-width: 1025px){
    .index1 .swip2 .services_img {
        height: 6rem;
    }
}
@media (max-width: 991px){
    .index1 .swip2 .text .t28{
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 53px;
    }
    .banner .but_a{
        padding: 0 30px;
    }
    .swip_prev_next{
        display: none !important;
    }
    .index2 .s_map{
        right: 20px;
    }
    .index3 .list_all .list .new_img {
        height: 4rem;
    }
    .index3 .list_all .list .t30 {
        height: 65px;
    }
    .but_a{
        padding: 0 20px !important;
    }
    .swip3{
        padding: 30px 0 40px;
    }
}
.none_768px{
    display: none;
}
.block_768px{
    display: block;
}
@media (max-width: 768px){
	
		.swip3_pag .swiper-pagination-bullet,
		.swip2_pag .swiper-pagination-bullet{
		    margin: 0 5px !important;
		}
		
    .index3 .list_all .list .time{
        margin: 10px 0;
    }
    .swip3_pag{
        bottom: 0 !important;
    }
    .top_title .t48{
        margin-bottom: 0.3rem;
    }
    .nav2 .container .first_nav a{
        font-size: 16px;
    }
    .nav1 .container{
        justify-content: flex-end;
    }
    .index1 .swip2 .text .t28 {
        height: 46px;
    }
    .index2 .s_map .box .box_red{
        width: 52px;
    }
    .index2 .map{
        top: -2.17849%;
        left: -60.625%;
    }
    .index2 .s_map .box .box_red{
        top: 2.17849%;
        left: 60.625%;
    }
    .banner .text .t72,
    .banner .text .t30,
    .index5 .partners_top .t48 .width78{
        width: 100%;
    }
		
    .but_a img{
        margin-left: 10px;
    }
    .top_title .t20{
        margin-bottom: 10px;
    }
    .foot .addr .contact{
        margin-top: 5px;
    }
    .index3 .list_all .list .new_img {
        height: 9.3rem;
    }
    .index3 .list_all{
        margin-top: 10px;
    }
    .index3 .list_all .list{
        width: 100%;
        margin: 15px 0;
    }
    .z_padding{
        padding: 1rem 0;
				/* overflow-x: auto; */
    }
    .index3 .new_top,
    .index5 .partners_top .t48{
        flex-wrap: wrap;
    }
    .index4 .top_title .t72{
        margin-bottom: 15px;
    }
    .index3 .new_top .width70,
    .index5 .partners_top .t48 .width80,
    .index4 .top_title .t72,
    .index4 .top_title .t30{
        width: 100%;
    }
    .index3 .new_top .but2,
    .index5 .partners_top .but2{
        margin-left: 0;
    }
    .index5 .partners_top .but2{
        margin-top: 10px;
    }
    .foot .f_nav{
        width: 100%;
        margin: 15px 0;
    }
    .foot .container{
        flex-wrap: wrap;
    }
    .index6 .container{
        flex-wrap: wrap;
    }
    .index6 .container .but_all{
        margin-top: 15px;
        justify-content: flex-end;
        width: 100%;
    }
    .index2 .width75{
        width: 100%;
    }
    .top_title .t20{
        width: 100%;
    }
    .inno_bot_b .width55{
        width: 100%;
    }
    .index2 .s_map {
        position: relative;
        margin-left: 20px;
        margin-top: 30px;
    }
    .index3 .list_all .list .t30,
    .index3 .list_all .list .t20 {
        height: auto;
        margin-bottom: 10px;
    }
    .block_768px{
        display: none !important;
    }
    .none_768px{
        display: block;
    }
    .banner .but_a{
        padding: 0 30px ;
				margin: 14px 4px 0 0;
    }
    .index1 .swip2 .text .t18 {
        
    }
    .swip2_swiper-container{
        margin: 0;
    }
    .index1 .swip2{
        padding: 30px 0 50px;
    }
    /* 手机端导航 */
    .nav2 .container .nav2_r{
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100vh;
        left: 0;
        background-color: #fff;
        display: none;
    }
    .nav2 .container .first_nav{
        height: auto;
        display: block;
        padding: 10px 20px;
        font-size: 20px;
        border-bottom: 1px solid #eee;
    }
    .nav2 .container .first_nav .secend_nav{
        position: relative;
        font-size: 16px;
        border: none;
    }
    .nav2 .container .first_nav .secend_nav a{
        text-align: left;
    }
    .nav2 .container .first_nav .secend_nav a:last-child{
        margin-bottom: 0;
    }
    .nav2 .container .first_nav .select1{
        float: right;
        margin-top: 14px;
    }
    .nav_mod img{
        height: 20px;
        width: auto;
    }
    .nav2 .container .logo img {
        height: 30px;
    }
    .nav_mod{
        cursor: pointer;
    }
    .nav_mod_gb{
        display: none;
    }
}

/* 弹窗 */
.curtain{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 10000;display: none;}
.mask{width: 100%;height: 100%;background: rgba(0,0,0,0.35);z-index: 1000;position: absolute;top: 0;left: 0;}
.curtain_box{position: absolute;width: 780px;height: 660px;left: 50%;top: 50%;border-radius: 12px;background: #fff;overflow: hidden;z-index: 10000;transform: translate(-50%,-50%);}
.close_tc {position: absolute;top: 20px;right: 20px;z-index: 100000;width: 20px;height: 20px;opacity: 0.5;}
.leave h2{font-size: 42px;text-align: center;margin: 60px auto 35px;}
.leave input{width: 80%;margin: 0 auto 20px;line-height: 50px;border-radius: 25px;border: 1px solid #666666;padding-left: 20px;display: block;}
.leave textarea{width: 80%;margin: 0 auto 20px;line-height: 28px;border-radius: 25px;border: 1px solid #666666;padding: 10px 0 0 20px ;display: block;height: 120px;}
.submit{font-size: 24px;line-height: 50px;text-align: center;background: #e52d20;border-radius: 25px;color: #fff;display: block;margin: 40px auto 0;width: 80%;}

@media (max-width: 1200px){
  .curtain_box{width: 80%;height: auto;}
}

@media (max-width: 767px){
  .leave h2{font-size: 24px;margin: 30px auto 20px;}
	.leave input{line-height: 40px;margin-bottom: 15px;}
	.leave textarea{height: 100px;}
}


/* 修改 */
.home_video{height: 5.29rem;}
.imp_video{position: relative;background: none;width: 100%;overflow: hidden;}
.video{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;width: 100%;}
.video video{width: 100%;}
.video_title{height: 100%;display: flex;flex-direction: column;justify-content: center;}
.video_title>a{margin-top: 0.5rem;font-size: 16px;color: #fff;}
.video_title>a img{width: 0.4rem;height: 0.4rem;margin-right: 0.2rem;}
.glass{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 11;}
.imp_video:hover .video{opacity: 1;}
.imp_video .container{z-index: 12;height: 100%;}
.imp_video .top_h2 h2{color: #fff;}
.imp_video .video_title p{color: #fff;width: 30%;}
.home_video_tc{position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;z-index: 1000;display: none;}
.home_video_tcbox{position: absolute;top: 50%;left: 50%;transform: translate(-50% ,-50%);width: 60%;z-index: 1000;}
.index6 .t28{font-size: 24px;}
@media (max-width: 1366){
  .index6 .t28{font-size: 22px;}
}
@media (max-width: 1174px){
  .index6 .t28{font-size: 20px;}
}

#c-UV10{position: relative;}
#c-UV10 .pro_alt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
  border-radius: 3px;
  padding: 80px 40px;
  display: none ;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt {
    padding: 40px 30px;
    width: 150px;
    height: 100px;
  }
}
#c-UV10 .pro_alt .xian {
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt .xian {
    margin-bottom: 12px;
  }
}
#c-UV10 .pro_alt .xian img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
	height: auto;
  -webkit-animation: rit 5s linear infinite;
  animation: rit 5s linear infinite;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt .xian img {
    width: 12px;
  }
}
#c-UV10 .pro_alt p {
  text-align: center;
  font-size: 16px;
  color: #00ADBB;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt p {
    font-size: 14px;
  }
}
@keyframes rit {
  0% {
    left: 1;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@media (max-width: 767px){
  .about_map .map_absolute{width: 950px !important;}
	/* #c-UV10 .pro_alt{display: block !important;} */
	#c-UV10 .alton{display: block !important;}
}

