

.ab_con01{padding:5vw 0;}
.ab_con01 dl{display: flex;flex-wrap:wrap;align-items:center;overflow: hidden;margin-bottom:2.5vw;flex-direction: row-reverse;}
.ab_con01 dt{flex:0 0 700px;max-width: 700px;}
.ab_con01 dt img{width:100%;}
.ab_con01 dd{flex:1;display: flex;justify-content: center;align-items: center;padding-right:5.5vw;}
.ab_con01 dd .text{padding:3vw 0;}
.ab_con01 dd h3{margin:0vw 0 2vw;}
.ab_con01 dd .p{color:#777;line-height:1.5;}
.ab_con01 dd .p p{margin-bottom: 1vw;}

@media only screen and (max-width:1600px){
	.ab_con01 dt{flex:0 0 50%;}
}
@media only screen and (max-width:1200px){
	.ab_con01{padding:6vw 0;}
}
@media only screen and (max-width:700px){
	.ab_con01{padding:10vw 0;}
	.ab_con01 dl{margin-bottom: 0vw;}
	.ab_con01 dt{flex:0 0 100%;}
	.ab_con01 dd .text{padding:0;}
	.ab_con01 dd{padding:5vw 0vw 0;}
}

.ab_con02{padding:5vw 0;background-color: #f6f6f6;}
.ab_con02 .text{margin-bottom: 3.5vw;}
.ab_con02 .text span{border:1px solid #cccccc;padding:4px 27px;display: inline-block;margin-bottom: 1.7vw;}
.ab_con02 .text h3 i{display: block;font-weight: normal;font-family: "AlibabaPuHuiTiL";font-style: italic;}
.ab_con02 .text h3{margin-bottom: 1.2vw;}
.ab_con02 .text .p{margin-bottom: 3.5vw;}
.ab_con02 .text .tcon{display: flex;flex-wrap:wrap;justify-content: space-between;}
.ab_con02 .text .tcon p{flex:0 0 45%;color:#777;}
.ab_con02 .dl{display: flex;flex-wrap: wrap;}
.ab_con02 dl{background-color: #ededed;padding:2vw;flex:0 0 31.5%;margin-right:1.3vw;margin-bottom: 1.3vw;}
.ab_con02 dl dt:after{
	content: "";position:absolute;bottom:-1.5vw;left:0.3vw;
	border-right:2px solid #333;border-bottom:2px solid #333;
	width:8px;height:8px;display: block;transform:rotate(45deg);
}
.ab_con02 dt{margin-bottom:1.5vw;position: relative;}
.ab_con02 dt h3{margin-bottom:0.4vw;}
.ab_con02 dt p{color:#777;height:3em;line-height: 1.5;}
.ab_con02 dd{display: none;color:#fff;font-size: 14px;}
.ab_con02 dd p{border-bottom: 1px solid rgba(255,255,255,0.5);padding-bottom:5px;margin-bottom: 5px;}
.ab_con02 dl:hover dd{display: block}
.ab_con02 dl:hover dt:after{display: none;}
.ab_con02 dl:hover:nth-of-type(1){background-color: #009fa8;}
.ab_con02 dl:hover:nth-of-type(2){background-color: #e60020;}
.ab_con02 dl:hover:nth-of-type(3){background-color: #0081cc;}
.ab_con02 dl:hover:nth-of-type(4){background-color: #009944;}
.ab_con02 dl:hover:nth-of-type(5){background-color: #e65504;}
.ab_con02 dl:hover dt h3{color:#fff;}
.ab_con02 dl:hover dt p{color:rgba(255,255,255,0.5);}
@media only screen and (max-width:1300px){
	.ab_con02 dt p{height: 4.5em;}
}
@media only screen and (max-width:1000px){
	.ab_con02 dl{flex:0 0 48.5%;}
}
@media only screen and (max-width:700px){
  .ab_con02{padding:10vw 0;}
  .ab_con02 .text span{margin-bottom: 4vw;}
  .ab_con02 .text h3{margin-bottom: 3vw;}
  .ab_con02 .text .p{margin-bottom: 5vw;}
  .ab_con02 .text .tcon p{flex:0 0 100%;margin-bottom:5vw;}
  .ab_con02 dl{flex:0 0 100%;margin-right:0!important;margin-bottom:5vw;padding:5vw;}
  .ab_con02 dl:last-child{margin-bottom: 0;}
  .ab_con02 dl dd{display: block;}
  .ab_con02 dl dt:after{display: none;}
  .ab_con02 dl:nth-of-type(1){background-color: #009fa8;}
	.ab_con02 dl:nth-of-type(2){background-color: #e60020;}
	.ab_con02 dl:nth-of-type(3){background-color: #0081cc;}
	.ab_con02 dl:nth-of-type(4){background-color: #009944;}
	.ab_con02 dl:nth-of-type(5){background-color: #e65504;}
	.ab_con02 dt{margin-bottom: 5vw;}
	.ab_con02 dt h3{font-size: 20px;color:#fff;margin-bottom: 3vw;}
	.ab_con02 dt p{color:rgba(255,255,255,0.5);height: auto;}
}

.ab_con03 {padding:0 0 6vw;}
.ab_con03 .w1440{overflow: hidden;}
.ab_con03 dl{display: flex;flex-wrap:wrap;overflow: hidden;align-items: center;}
.ab_con03 dt{flex:0 0 590px;max-width: 590px;}
.ab_con03 dt img{object-fit: cover;width:100%;}
.ab_con03 dd{flex:1;display: flex;align-items: center;padding-left:5.5vw;}
.ab_con03 dd .text{max-width: 647px;}
.ab_con03 dd h3{margin:0vw 0 2vw;line-height: 1.3;width:90%;}
.ab_con03 dd .p{color:#777;line-height:1.8;}
.ab_con03 dd .p p{margin-bottom: 1vw;}
.ab_con03 dd span{border:1px solid #cccccc;padding:4px 27px;display: inline-block;margin-bottom: 1.7vw;}
.ab_con03 dl:nth-of-type(2n){flex-direction: row;}
.ab_con03 dl:nth-of-type(2n) dd{padding-left:4.5vw;padding-right:3.5vw;}

@media only screen and (max-width:1600px){
	.ab_con03 dt{flex:0 0 40%;}
}
@media only screen and (max-width:700px){
	.ab_con03{padding:0 0 10vw;}
  .ab_con03 dl:last-child{margin-bottom: 0;}
	.ab_con03 dt{flex:0 0 100%;}
  .ab_con03 dt img{height: 100%;}
	.ab_con03 dd{padding:8vw 0vw 0;}
  .ab_con03 dd span{margin-bottom: 4vw;}
}
.ab_con04{background-color: #f6f6f6;}
.ab_con04 .w1440{overflow: hidden;padding:5vw 0 4vw;}
.ab_con04 dl{display: flex;flex-wrap:wrap;overflow: hidden;margin-bottom:3.5vw;padding-bottom:3.5vw;flex-direction: row;align-items: center;border-bottom: 1px solid #c2c2c2;}
.ab_con04 dt{flex:0 0 590px;max-width: 590px;}
.ab_con04 dt img{object-fit: cover;width:100%;}
.ab_con04 dd{flex:1;display: flex;align-items: center;padding-right:5.5vw;padding-left:4.5vw;padding-right:3.5vw;}
.ab_con04 dd .text{padding:3vw 0;max-width: 647px;}
.ab_con04 dd h3{margin:0vw 0 2vw;line-height: 1.3;width:90%;}
.ab_con04 dd .p{color:#777;line-height:1.8;}
.ab_con04 dd .p p{margin-bottom: 1vw;}
.ab_con04 dd span{border:1px solid #cccccc;padding:4px 27px;display: inline-block;margin-bottom: 1.7vw;}
.ab_con04 dl:nth-of-type(2n){flex-direction: row-reverse;}
.ab_con04 dl:nth-of-type(2n) dd{padding-left:0vw;padding-right:5.5vw;}

@media only screen and (max-width:1600px){
	.ab_con04 dt{flex:0 0 40%;}
}
@media only screen and (max-width:1200px){
	.ab_con04 .w1440{padding:6vw 0;}
}
@media only screen and (max-width:700px){
	.ab_con04 .w1440{padding:10vw 0;}
	.ab_con04 dl{margin-bottom: 5vw;}
	.ab_con04 dt{flex:0 0 100%;}
  .ab_con04 dt img{height: 100%;}
	.ab_con04 dd .text{padding:0;}
	.ab_con04 dd{padding:8vw 0vw;}
  .ab_con04 dd span{margin-bottom: 4vw;}
}

.ab_con04 .c04_2{overflow: hidden;}
.ab_con04 .c04_2 h3{text-align: center;margin-top:0.5vw;margin-bottom: 4.5vw;}
.ab_con04 .c04_2 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ab_con04 .c04_2 ul li{flex:0 0 20%;text-align: center;}
.ab_con04 .c04_2 .img{margin-bottom: 1.7vw;}
.ab_con04 .c04_2 .img img{max-width:92px;width:100%;}
@media only screen and (max-width:1400px){
  .ab_con04 .c04_2 .img img{width:70px;}
}
@media only screen and (max-width:1000px){
  .ab_con04 .c04_2 ul{justify-content: left;}
  .ab_con04 .c04_2 ul li{flex:0 0 30%;margin-bottom: 3vw;}
}
@media only screen and (max-width:767px){
  .ab_con04 .c04_2 h3 br{display: none;}
  .ab_con04 .c04_2 ul li{flex:0 0 50%;padding:0 10px;}
  .ab_con04 .c04_2 ul li .p br{display: none;}
}

.ab_con05{padding: 5vw 0 7.5vw;}
.ab_con05 h3{text-align: center;margin-top:0.5vw;margin-bottom: 2.7vw;line-height: 1.2;}
.ab_con05 ul{display: flex;flex-wrap:wrap;}
.ab_con05 li{flex:0 0 15.3%;margin-right: 1.6%;margin-bottom: 1.6%;}
.ab_con05 li:nth-of-type(6n){margin-right: 0px;}
.ab_con05 li img{width: 100%;max-width: 195px;}
@media only screen and (max-width:1200px){
  .ab_con05{padding:6vw 0 8vw}
}
@media only screen and (max-width:767px){
  .ab_con05{padding:10vw 0 15vw}
  .ab_con05 h3{padding:0 10px;}
  .ab_con05 h3 br{display: none;}
}
@media only screen and (max-width:600px){
  .ab_con05 li{flex:0 0 32.2%;}
  .ab_con05 li:nth-of-type(3n){margin-right: 0px;}
}


.hs_con{padding:5vw 0;}
.hs_con .w1440{width:75%;}
.hs_con .text{margin-bottom: 3vw;}
.hs_con .text h3{margin-bottom: 0.5vw;}
.hs_con .con{position: relative;padding-left:70px;overflow: hidden;}
.hs_con .con:after{
	content: "";display: block;width:1px;background-color: #e0e0e0;
	position:absolute;top:0px;left:10px;bottom:0px;
}
.hs_con .con dl:first-child:before{content: "";height: 40px;width: 2px;background-color: #fff;position:absolute;top:-10px;left:10px;z-index: 2;}
.hs_con .con dd{border-bottom: 1px solid #e0e0e0;padding-bottom: 2.5vw;margin-bottom: 2.5vw;}
.hs_con .con dt{margin-bottom: 0.7vw;position: relative;z-index: 2;line-height: 0.9;}
.hs_con .con dt:after{
	content: "";display: block;width:17px;height:17px;background-color: #e0e0e0;
	position:absolute;top:50%;left:-68px;border-radius: 100%;transform:translateY(-50%);
}
.hs_con .p_con{display: flex;flex-wrap:wrap;background-color: #f7f7f7;padding:8px 25px;margin-top: 1.2vw;}
.hs_con .p_con p{margin-right: 10px;color:#333;font-family: AlibabaPuHuiTiM;}
.hs_con .p_con strong{font-weight: normal;color:#bbb;}
@media only screen and (max-width:1600px){
	.hs_con .con dl:first-child:before{height: 30px;}
}
@media only screen and (max-width:1200px){
	.hs_con .w1440{width:90%;}
}
@media only screen and (max-width:700px){
	.hs_con{padding:10vw 0;}
	.hs_con .w1440{width:100%;}
	.hs_con .text{margin-bottom: 8vw;}
	.hs_con .text h3{margin-bottom: 3vw;}
	.hs_con .con{padding-left: 30px;}
	.hs_con .con dt:after{left:-25px;width:12px;height: 12px;}
	.hs_con .con dl:first-child:before{height: 20px;}
	.hs_con .con dt{margin-bottom: 3vw;}
	.hs_con .con dd{margin-bottom: 8vw;padding-bottom: 5vw;}
	.hs_con .p_con{margin-top: 3vw;}
}


.ent_con{padding:5vw 0;}
.ent_con .top{display:flex;flex-wrap:wrap;margin-bottom: 4.5vw;}
.ent_con .top li{padding:1vw;flex:0 0 20%;border-left:1px solid #ddd;display: flex;justify-content: center;align-items: center;cursor:pointer;}
.ent_con .top li:first-child{border-left: 0;}
.ent_con .top li.jianZ:hover{background-color: #009fa8;color:#fff;}
.ent_con .top li.nengY:hover{background-color: #e60020;color:#fff;}
.ent_con .top li.sheS:hover{background-color: #0081cc;color:#fff;}
.ent_con .top li.huanJ:hover{background-color: #009944;color:#fff;}
.ent_con .top li.jiX:hover{background-color: #e65504;color:#fff;}
.ent_con .top li.jianZ.hover{background-color: #009fa8;color:#fff;}
.ent_con .top li.nengY.hover{background-color: #e60020;color:#fff;}
.ent_con .top li.sheS.hover{background-color: #0081cc;color:#fff;}
.ent_con .top li.huanJ.hover{background-color: #009944;color:#fff;}
.ent_con .top li.jiX.hover{background-color: #e65504;color:#fff;}

.ent_con .bottom_list{border-top:1px solid #e0e0e0;padding-top: 50px;position: relative;margin-bottom: 3vw;}
.ent_con .bottom_list .list_tip{padding:5px 20px;color:#fff;position:absolute;left:0px;top:0px;}
.ent_con .bottom_list .b_con{display: flex;flex-wrap:wrap;justify-content: space-between;}
.ent_con .b_con .left{flex:0 0 520px;} 
.ent_con .b_con .left h3{margin-bottom: 0.7vw;}
.ent_con .b_con .left .p{color:#777;}
.ent_con .b_con .left .a{margin-top: 1vw;}
.ent_con .b_con .left .a a{position: relative;display: inline-block;color:#004ea2;padding-right:20px;}
.ent_con .b_con .left .a a:after{
	content:"";position:absolute;right:0px;top:45%;display:block;width:7px;height: 7px;border-right:2px solid #004ea2;border-bottom:2px solid #004ea2;
	transform:rotate(-45deg) translateY(-50%);
}
.ent_con .b_con .left .a a:hover{text-decoration: underline;}
.ent_con .b_con .right{flex:0 0 410px;display: flex;flex-wrap:wrap;justify-content: space-between;} 
.ent_con .b_con .right .r_l{flex: 0 0 180px;}
.ent_con .b_con .right .r_r{flex: 0 0 125px;}
.ent_con .b_con .right .r_r .tex{margin-bottom: 10px;}
.ent_con .b_con .right h3{margin-bottom: 2px;}

.ent_con .bottom .tips{text-align: center;display: none;}
.ent_con .bottom_list.jianZ .list_tip{background-color: #009fa8;}
.ent_con .bottom_list.nengY .list_tip{background-color: #e60020;}
.ent_con .bottom_list.sheS .list_tip{background-color: #0081cc;}
.ent_con .bottom_list.huanJ .list_tip{background-color: #009944;}
.ent_con .bottom_list.jiX .list_tip{background-color: #e65504;}

.ent_con .sw_list{margin-top:2.5vw;}
.ent_con .sw_list h3{margin-bottom: 0.5vw;}
.ent_con .sw_list .list{position: relative;}
.ent_con .sw_list p{margin-top:0.7vw;font-family: AlibabaPuHuiTiM;}
.ent_con .sw_list .img{position: relative;}
.ent_con .sw_list .img img{width:100%;}
.ent_con .sw_list .img:after{content: "";position:absolute;left:0px;right:0px;top:0px;bottom: 0px;background-color: rgba(0,0,0,0.7);opacity: 0;transition:all 0.4s ease-in-out;}
.ent_con .sw_list .img .p{position: absolute;left:50%;top:60%;transform:translate(-50%,-50%);width:80%;color:#fff;z-index: 2;opacity: 0;transition:all 0.4s ease-in-out;}
.ent_con .sw_list .img .p h3{padding:0 10px;text-align: center;}
.ent_con .sw_list .img .p .span{text-align: center;padding:0 10px;font-size: 14px;}

.ent_con .sw_list .list .swiper{overflow: hidden;}
.ent_con .swiper-button-prev{width:45px;height: 45px;background: #fff;border-radius: 100%;top:43%;left:-20px;box-shadow: -4px 0px 6px #f6f7f7;}
.ent_con .swiper-button-prev:after{
	content:"";position:absolute;left:50%;top:50%;display:block;width:7px;height: 7px;border-right:2px solid #333;border-bottom:2px solid #333;
	transform: translate(-50%,-50%) rotate(135deg);
}
.ent_con .swiper-button-next{width:45px;height: 45px;background: #fff;border-radius: 100%;top:43%;right:-20px;box-shadow: 4px 0px 6px #f6f7f7;}
.ent_con .swiper-button-next:after{
	content:"";position:absolute;left:50%;top:50%;display:block;width:7px;height: 7px;border-right:2px solid #333;border-bottom:2px solid #333;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.ent_con .swiper-button-next.swiper-button-disabled:after,.ent_con .swiper-button-prev.swiper-button-disabled:after{border-color:#ccc;}
.ent_con .swiper-button-next.swiper-button-disabled, .ent_con .swiper-button-prev.swiper-button-disabled{opacity: 1;}

.ent_con .sw_list .swiper-slide:hover .img:after{opacity: 1;}
.ent_con .sw_list .swiper-slide:hover .img .p{opacity: 1;top:50%;}

@media only screen and (max-width:1600px){
	.ent_con .b_con .left{flex:0 0 50%;}
	.ent_con .b_con .right{flex:0 0 40%;} 
	.ent_con .b_con .right .r_l{flex: 0 0 60%;}
	.ent_con .b_con .right .r_r{flex: 0 0 40%;}
}
@media only screen and (max-width:1200px){
	.ent_con .sw_list{margin-top: 3vw;}
	.ent_con .sw_list h3{margin-bottom: 1.5vw;}
	.ent_con .sw_list p{margin-top:1.5vw;}
}
@media only screen and (max-width:850px){
	.ent_con .b_con .right{flex:0 0 45%;}
}
@media only screen and (max-width:700px){
	.ent_con{padding:10vw 0;}
	.ent_con .top{margin-bottom: 8vw;}
	.ent_con .top li{flex:0 0 33.33%;margin-bottom: 3vw;}
	.ent_con .top li:nth-of-type(3n+1){border:0;}
	.ent_con .bottom_list{margin-bottom: 8vw;}
	.ent_con .b_con .left{flex:0 0 100%;margin-bottom: 5vw;}
	.ent_con .b_con .right{flex:0 0 100%;}
	.ent_con .b_con .right h3{margin-bottom: 4px;}
	.ent_con .b_con .left .a{margin-top: 2vw;}
	.ent_con .swiper-button-next{right:10px;width:30px;height: 30px;}
	.ent_con .swiper-button-prev{left:10px;width:30px;height: 30px;}
	.ent_con .swiper-button-prev:after{width:5px;height: 5px;}
	.ent_con .swiper-button-next:after{width:5px;height: 5px;}
}

.speech_con{position: relative;margin:8vw 0 15vw;}
.speech_con:after{content: "";background-color: #fafafa;display: block;width:50%;height: 100%;position:absolute;right:0px;top:0px;}
.speech_con .w1440{position: relative;display: flex;background-color: #fafafa;flex-wrap: wrap;}
.speech_con .w1440:after{content: "";display: block;width:400px;height: 400px;background-color: #004ea2;position:absolute;left:0px;top:0px;}
.speech_con .left{position: relative;z-index: 2;max-width:480px;flex:0 0 34%;margin:5vw;text-align: center;margin-right:7vw;margin-bottom: 0;}
.speech_con .left .img{position: absolute;}
.speech_con .left p{margin-top: 1vw;}
.speech_con .left img{width:100%;}
.speech_con .right{position: relative;z-index: 2;max-width:650px;flex:0 0 50%;margin-top:5vw;padding-bottom:5vw;}
.speech_con .right .p{margin-top: 1.7vw;text-indent: 2em;}
.speech_con .right .p p{margin-bottom: 1.5vw;color:#777;}
.speech_con .right .im{text-align: right;width:190px;margin-left:auto;margin-top: 2vw;}
.speech_con .right img{width: 100%;}
@media only screen and (max-width:1600px){
	.speech_con .right .im{width:10vw;}
	.speech_con .w1440:after{width:20vw;height: 20vw;}
}
@media only screen and (max-width:1500px){
    .speech_con .right .im{width:14vw;}
}
@media only screen and (max-width:700px){
	.speech_con:after{display: none;}
	.speech_con{margin:10vw 0 15vw;}
	.speech_con .left{flex:0 0 70%;margin-top: 7vw;}
	.speech_con .left .img{position: static;}
	.speech_con .left p{margin-top: 3vw;}
	.speech_con .right{flex:0 0 100%;margin-top:10vw;}
	.speech_con .w1440{justify-content: center;background-color: transparent;}
	.speech_con .w1440:after{width:40vw;height:40vw;}
    .speech_con .w1440:before{content: "";display: block;width:100%;height: 90vw;background-color: #fafafa;position:absolute;left:0px;top:0px;}
	.speech_con .right .p{margin-top: 5vw;}
	.speech_con .right .p p{margin-bottom: 5vw;}
	.speech_con .right .im{width:40vw;margin-left: 0;}
}

.group_con01{padding:7.5vw 0 6vw;}
.group_con01 .top{position:relative;margin-bottom: 4.5vw;}
.group_con01 .top .btn{z-index:2;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;cursor:pointer;
	position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height: 50px;border-radius: 100%;
}
.group_con01 .top .video{position: relative;height: 44vw;max-height: 720px;width:100%;overflow: hidden;}
.group_con01 .top .video img{position: absolute;left:0;top:0px;bottom:0;z-index:1;width: 100%;height: 100%;object-fit: cover;}
.group_con01 .top .video video{position:relative;width: 100%;}
@media only screen and (max-width:1600px){
	.group_con01 .top .video{height:39vw;}
}
@media only screen and (max-width:1200px){
	.group_con01 .top .video{height:49vw;}
}
@media only screen and (max-width:700px){
	.group_con01{padding:10vw 0;}
	.group_con01 .top .btn{width:40px;height: 40px;left:50%;top:50%;transform:translate(-50%,-50%);}
	.group_con01 .top .btn svg{width:20px;height: 20px;}
}
.group_con01 .bottom h3.title{margin-bottom: 1.2vw;}
.group_con01 .bottom .p{color:#777;margin-bottom: 3.5vw;width: 100%;}
.group_con01 .bottom .p p{margin-bottom: 7px;}
.group_con01 .bottom .table{margin-bottom: 3vw;}
.group_con01 .bottom .table td{border-top:1px solid #e0e0e0;padding:13px 0;width:50%;padding-right:4vw;}
.group_con01 .bottom .table td:first-child{width:20%;font-family: 'AlibabaPuHuiTiM';}
.group_con01 .bottom .table tr:last-child td{border-bottom: 1px solid #e0e0e0;}
.group_con01 .bottom .table tr:first-child td:last-child br{display: none;}
.group_con01 .bottom .table p{text-align: right;margin-top: 10px;}
.group_con01 .bottom .pdf a{
	background:url(/static/img/img2/qq.jpg) no-repeat;padding-left:30px;
	margin-right:2vw;color:#333;text-decoration-line: underline;text-underline-offset: 8px;text-decoration-thickness: 1px;text-decoration-skip-ink: none;
}
@media only screen and (max-width:700px){
	.group_con01 .bottom h3.title{margin-bottom: 3vw;}
	.group_con01 .bottom .p{width:100%;margin-bottom: 8vw;}
	.group_con01 .bottom .table{margin-bottom: 8vw;}
	.group_con01 .bottom .table td{display: block;width:100%!important;}
	.group_con01 .bottom .table td:first-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 8px;}
	.group_con01 .bottom .table td:last-child{border-top: 0;padding-top: 0;}
	.group_con01 .bottom .table tr:last-child td:first-child{border-bottom:0;}
	.group_con01 .bottom .pdf a{display: block;margin-bottom: 5vw;}
	.group_con01 .bottom .table tr:first-child td:last-child br{display:block;}
}

.group_con02{padding:1vw 0;background-color: #004ea2;}
.group_con02 .w1440{display: flex;flex-wrap: wrap;justify-content: space-between;padding:5vw 0 6vw;}
.group_con02 .left{flex:0 0 630px;color:#fff;}
.group_con02 .left h3{line-height:1.3;margin-top:0.3vw;}
.group_con02 .left .p{margin-top: 2.5vw;color:rgba(255,255,255,0.5);line-height: 1.8;}
.group_con02 .right{flex:0 0 30%;max-width: 399px;position: relative;display: flex;align-items: center;}
.group_con02 .right .img{width:100%;}
.group_con02 .right .img img{width:100%;}
@media only screen and (max-width:1600px){
	.group_con02 .left{flex: 0 0 50%;}
}
@media only screen and (max-width:1000px){
	.group_con02 .left{flex: 0 0 60%;}
	.group_con02 .right .img{position:static;top:0;}
}
@media only screen and (max-width:700px){
	.group_con02{padding:5vw 0;}
	.group_con02 .w1440{flex-direction: column-reverse;}
	.group_con02 .right{margin-bottom: 5vw;max-width: 210px;}
	.group_con02 .left h3{margin-top: 3vw;}
	.group_con02 .left{flex: 0 0 100%;}
}

.group_con03{margin-top:9vw;padding-bottom:6vw;}
.group_con03 .w1440{display: flex;flex-wrap:wrap;}
.group_con03 .left{flex:0 0 340px;}
.group_con03 .left ul{z-index: 99!important;}
.group_con03 .left li{background-color: #f7f7f7;padding:1.2vw 2vw;border-bottom: 1px solid #dddddd;cursor: pointer;}
.group_con03 .left li p{color:#a1a1a1;}
.group_con03 .left li:last-child{border-bottom: 0;}
.group_con03 .left li:hover{background-color: #333;}
.group_con03 .left li:hover h3{color:#fff;}
.group_con03 .left li:hover p{color:#717171;}
.group_con03 .left li.hover{background-color: #333;}
.group_con03 .left li.hover h3{color:#fff;}
.group_con03 .left li.hover p{color:#717171;}
.group_con03 .right{flex:1;padding-left: 3.5vw;}
.group_con03 .right .con_list{display: none;}
.group_con03 .right dl{margin-bottom: 1.5vw;}
.group_con03 .right dt{margin-bottom: 0.7vw;}
.group_con03 .right li{padding:0.7vw 1vw 0.7vw 3vw;position: relative;}
.group_con03 .right li:after{content: "";display: block;width:6px;height:6px;border-radius: 100%;background-color: #004ea2;position:absolute;left:2vw;top:1.3vw;}
.group_con03 .right li:nth-of-type(2n+1){background-color: #f7f7f7;}
.group_con03 .right .mores{display:none;}
.group_con03 .right .mores a{margin-left: 0;margin-top:2.5vw;}
@media only screen and (max-width:1600px){
	.group_con03 .right li{padding:1vw 1vw 1vw 3.2vw;}
	.group_con03 .right li:after{top:1.6vw;}
}
@media only screen and (max-width:1200px){
	.group_con03 .right li{padding:1vw 1vw 1vw 3.6vw;}
	.group_con03 .right li:after{top:1.8vw;}
	.group_con03 .right dl{margin-bottom: 2.5vw;}
	.group_con03 .right dt{margin-bottom: 1.2vw;}
}
@media only screen and (max-width:1000px){
	.group_con03 .left{flex:0 0 100%;margin-bottom: 5vw;}
	.group_con03 .left ul{display:flex;flex-wrap:wrap;}
	.group_con03 .left li{flex:0 0 50%;}
	.group_con03 .left li:last-child{border-bottom: 1px solid #dddddd;}
	.group_con03 .right{flex:0 0 100%;padding-left:0;}
	.group_con03 .right li:after{top:2vw;}
}
@media only screen and (max-width:700px){
	.group_con03 .left li{flex:0 0 100%;padding:5vw;}
	.group_con03 .right dt{margin-bottom: 3vw;}
	.group_con03 .right dl{margin-bottom: 5vw;}
	.group_con03 .right li{padding:5vw;padding-left:7vw;}
	.group_con03 .right li:after{top:7vw;left:3vw;}
}

.group_con04{padding:6vw 0;background-color: #f5f6f7;}
.group_con04 .top{text-align: center;margin-bottom: 2vw;}
.group_con04 .bottom{width:1577px;margin-left:auto;margin-right:auto;position: relative;}
.group_con04 .bottom img{width:100%;}
.group_con04 .point {
	cursor: pointer;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #e90102;
	transition: all 0.3s ease;
	will-change: transform, box-shadow;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 rgba(190,150,100, 0.4);
	z-index: 3;
}
.group_con04 .point:after{
	content: attr(data-title);
	display:block;box-shadow: 0 0 5px #f0f0f0;border-radius: 5px;
	position:absolute;word-break: keep-all;
	bottom:0px;left:15px;background-color: #fff;padding:0px 9px;
	display: none;
}
.group_con04 .active .point:after{display: block;}

.group_con04 .point.Spain:after{left:auto;right:0px;bottom:20px;}
.group_con04 .point.Germany:after{left:auto;right:0px;bottom:20px;}
.group_con04 .point.Poland:after{left:0;bottom:20px;}
.group_con04 .point.Italy:after{left:auto;top:20px;bottom:auto;right:0;}
.group_con04 .point.SaudiArabia:after{left:auto;top:10px;bottom:auto;right:10px;}
.group_con04 .point.China:after{bottom:15px;left:-20px;}
.group_con04 .point.Korea:after{bottom:15px;left:-20px;}
.group_con04 .point.Japan:after{bottom:15px;left:0px;}
.group_con04 .point.Thailand:after{bottom:15px;left:auto;right:10px;}
.group_con04 .point.Vietnam:after{bottom:15px;right:-10px;left:auto;}
.group_con04 .point.Malaysia:after{left:auto;right:15px;bottom:auto;top:10px;}
.group_con04 .point.India:after{left:-15px;bottom:15px;}
.group_con04 .point.Singapore:after{left:-15px;top:15px;bottom:auto;}
.group_con04 .point.Uae:after{left:0px;top:15px;bottom:auto;}



.group_con04 .hover_svg{position:absolute;left:0px;top:0px;right:0px;bottom:0px;z-index: 4;}
.group_con04 .hover_svg path{cursor:pointer;}

.group_con04 .hover_img img{position:absolute;left:0px;top:0px;right:0px;bottom:0px;z-index: 2;display: none;}
.group_con04 .hover_img img.active{display: block;}
.group_con04 .map_title.mo{display: none;}
.group_con04 .mores{display: flex;justify-content: center;font-size: 14px;}
.group_con04 .mores .tips{display: flex;}
.group_con04 .mores .tips li{padding-left: 15px;position: relative;margin-left: 20px;}
.group_con04 .mores .tips li:after{
	content: "";display: block;width:8px;height: 8px;background-color: #71c6e1;
	position:absolute;left:0px;top:50%;transform:translateY(-50%);
}
.group_con04 .mores .tips li:nth-of-type(1):after{background-color: #71c6e1;}
.group_con04 .mores .tips li:nth-of-type(2):after{background-color: #8661e1;}
.group_con04 .mores .tips li:nth-of-type(3):after{background-color: #e05b5b;}
.group_con04 .mores .tips li:nth-of-type(4):after{background-color: #e0a35a;}
@media only screen and (max-width:1600px){
	.group_con04 .bottom{width:90%;}
}
@media only screen and (max-width:1200px){
	.group_con04 .beiM .point{background-color: #71c6e1;}
	.group_con04 .ouM .point{background-color: #8661e1;}
	.group_con04 .yaT .point{background-color: #e05b5b;}
	.group_con04 .feiZ .point{background-color: #e0a35a;}

	.group_con04 .map_title.mo{display: block;width:90%;margin:5vw auto;}
	.group_con04 .map_title.mo>div{margin-bottom: 3vw;display: flex;flex-wrap:wrap;}
	.group_con04 .map_title.mo>div h3{flex:0 0 100%;margin-bottom: 1vw;}
	.group_con04 .map_title.mo .point{padding-left:3px;position:static;width:100px;height: auto;transform:translate(0,0);flex:0 0 30%;margin-right:3%;margin-bottom: 1vw;}
	.group_con04 .map_title.mo .point:after{
		content: attr(data-title);
		display:block;box-shadow: 0 0 5px #f0f0f0;border-radius: 0px;
		position:static;box-shadow: 0 0 0 transparent;
		background-color: #fff;padding:3px 9px;
		display: block;
	}
}
@media only screen and (max-width:700px){
	.group_con04{padding:10vw 0;}
	.group_con04 .top{margin-bottom: 5vw;}
	.group_con04 .bottom{width:100%;}
	.group_con04 .point{width:5px;height: 5px;}
	.group_con04 .mores{margin-top:5vw;}

	.group_con04 .map_title.mo>div{margin-bottom: 5vw;}
	.group_con04 .map_title.mo>div h3{margin-bottom: 3vw;}
	.group_con04 .map_title.mo .point{margin-bottom: 3vw;}

	.group_con04 .mores .tips{display: none;}

}

.style_con01{padding:8vw 0;background: url(/static/img/img2/img86.jpg) no-repeat;background-size: cover;}
.style_con01 dl{display: flex;flex-wrap:wrap;overflow: hidden;justify-content: space-between;}
.style_con01 dt{flex:0 0 560px;max-width: 560px;display: flex;align-items: center;}
.style_con01 dt img{width:100%;}
.style_con01 dd{flex:0 0 50%;display: flex;align-items: center;padding-left:20px}
.style_con01 dd h3{margin-bottom:2vw;}
.style_con01 dd h3 span{position: relative;}
.style_con01 dd h3 span:after{content: "";display: block;width:15px;height:15px;background-color: #ed001e;position:absolute;right:-18px;top:8px;}
.style_con01 dd h4{font-family: "AlibabaPuHuiTiM";margin-bottom: 1.2vw;}
.style_con01 dd .p{color:#777;line-height:1.8;}
.style_con01 dd .p p{margin-bottom: 1vw;}
.style_con01 dd .p ul{margin-bottom: 1vw;}
.style_con01 dd .p li{position: relative;padding-left:0.7vw;}
.style_con01 dd .p li:after{content: "";display: block;width:6px;height:6px;border-radius: 100%;
	background-color: #004ea2;position:absolute;left:0vw;top:0.5vw;
}
.style_con01 .edit{margin-bottom: 3vw;}

@media only screen and (max-width:1600px){
	.style_con01 dt{flex:0 0 40%;}
	.style_con01 dd{flex:0 0 55%;}
	.style_con01 dd .p li:after{top:0.8vw;}
}
@media only screen and (max-width:1200px){
	.style_con01 dd .p li{padding-left:2vw;}
	.style_con01 dd .p li:after{top:0.9vw;}
}
@media only screen and (max-width:700px){
	.style_con01 dl{margin-bottom: 0vw;flex-direction: row;}
	.style_con01 dt{flex:0 0 100%;}
	.style_con01 dd{padding-top:8vw;padding-right:0px;flex:0 0 100%;}
	.style_con01 dd h3{margin-bottom: 5vw;}
	.style_con01 dd h4{margin-bottom: 3vw;}
	.style_con01 dd .p p{margin-bottom: 5vw;}
	.style_con01 dd .p ul{margin-bottom: 5vw;}
	.style_con01 dd .p li{padding-left:3vw;}
	.style_con01 dd .p li:after{top:2vw;}
	.style_con01 .edit{margin-bottom: 5vw;}
}

.style_con02{background: url(/static/img/img2/img47.jpg) no-repeat center bottom;background-size: cover;padding:2.2vw 0;}
.style_con02 dl{display: flex;flex-wrap:wrap;overflow: hidden;flex-direction: row-reverse;}
.style_con02 dt{flex:0 0 350px;max-width: 350px;}
.style_con02 dt img{width:100%;}
.style_con02 dd{flex:1;display: flex;align-items: center;padding-right:5.5vw;}
.style_con02 dd h3{margin-bottom:2vw;}
.style_con02 dd h3 span{position: relative;}
.style_con02 dd h3 span:after{content: "";display: block;width:15px;height:15px;background-color: #004493;position:absolute;right:-18px;top:8px;}

.style_con02 dd h4{font-family: "AlibabaPuHuiTiM";}
.style_con02 dd .p{margin-top: 0.5vw;}

@media only screen and (max-width:1600px){
	.style_con02 dt{flex:0 0 30%;}
	.style_con02 dd .p{margin-top: 1vw;}
}
@media only screen and (max-width:700px){
	.style_con02{padding:10vw 0;}
	.style_con02 dl{margin-bottom: 0vw;flex-direction: row;}
	.style_con02 dt{flex:0 0 100%;max-width: 200px;margin-left:auto;margin-right:auto;}
	.style_con02 dd{padding-top:5vw;padding-right:0px;flex:0 0 100%;}
	.style_con02 dd h3{margin-bottom: 5vw;}
	.style_con02 dd h4{padding-right: 5vw;}
	.style_con02 dd .p{margin-top: 3vw;}
}

.style_con03{padding:8vw 0;}
.style_con03>h3{text-align: center;margin-bottom: 5.5vw;}
.style_con03>h3 span{position: relative;}
.style_con03>h3 span:after{content: "";display: block;width:15px;height:15px;background-color: #03b8ef;position:absolute;right:-18px;top:8px;}

.style_con03 .w1440{overflow: hidden;}
.style_con03 dl{display: flex;flex-wrap:wrap;overflow: hidden;align-items: center;}
.style_con03 dt{flex:0 0 720px;max-width: 720px;position: relative;}
.style_con03 dt img{object-fit: cover;width:100%;}
.style_con03 dt .icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:179px;}
.style_con03 dd{flex:1;display: flex;align-items: center;padding:0 3vw 0 4vw;}
.style_con03 dd .text{max-width: 647px;}
.style_con03 dd h3{margin-bottom:1vw;line-height: 1.3;}

.style_con03 dd span{color:#777;}
.style_con03 dd .p{color:#777;line-height:1.8;margin-top:2vw;}
.style_con03 dd .p p{position: relative;padding-left:0.7vw;}
.style_con03 dd .p p:after{content: "";display: block;width:5px;height:5px;border-radius: 100%;
	background-color: #777;position:absolute;left:0vw;top:12px;
}
.style_con03 dl:nth-of-type(2n){flex-direction: row-reverse;}

@media only screen and (max-width:1600px){
	.style_con03 dt{flex:0 0 50%;}
	.style_con03 dt .icon{width:9vw;}
}
@media only screen and (max-width:1400px){
	.style_con03 dd{padding:0 3vw 0 3vw;}
}
@media only screen and (max-width:1300px){
	.style_con03 dl{margin-bottom: 3vw;}
	.style_con03 dt{flex:0 0 40%;}
}
@media only screen and (max-width:1200px){
	.style_con03 dd .p p{padding-left: 13px;}
	.style_con03 dd .p p:after{top:9px;}
}
@media only screen and (max-width:1000px){
	.style_con03 dd{padding:0 2vw;}
}
@media only screen and (max-width:700px){
	.style_con03{padding:10vw 0;}
	.style_con03 dl{margin-bottom: 8vw;}
	.style_con03 dl:last-child{margin-bottom: 0;}
	.style_con03 dt{flex:0 0 100%;}
	.style_con03 dt img{height: 100%;}
	.style_con03 dd{padding:5vw 0vw 0;}
	.style_con03 dd h3{margin-bottom: 3vw;}
	.style_con03 dd .p{margin-top: 4vw;}
	.style_con03 dd .p p{padding-right: 20px;}
	.style_con03 dt .icon{width:20vw;}
	.style_con03 dl:nth-of-type(2n+1) dd{padding-left: 0;}
}
.statement_con .txt dd h3{text-align: left}
.statement_con .txt dd .p{text-align: left}
.statement_con{padding:8.5vw 0 3vw;}
.statement_con .w1440{overflow: hidden;}
.statement_con dl{display: flex;flex-wrap:wrap;overflow: hidden;align-items: center;margin-bottom: 7vw;}
.statement_con dt{flex:0 0 720px;max-width: 720px;}
.statement_con dt img{object-fit: cover;width:100%;}
.statement_con dd{flex:1;display: flex;align-items: center;padding:0;}
.statement_con dd .text{width: 100%;}
.statement_con dd h3{margin-bottom:1vw;line-height: 1.5;text-align: center;}
.statement_con dd h3 img{max-width: 100%;}
.statement_con dd .p{color:#777;line-height:1.8;margin-top:2vw;text-align: center}
.statement_con dd .p p{margin-bottom: 1.5vw;}

.statement_con dl:nth-of-type(2n){flex-direction: row-reverse;}
.statement_con dl:nth-of-type(2n) dd{padding-left:0;padding-right:5vw;}
.statement_con dl:nth-of-type(2) dt{text-align: right;}
.statement_con dl:nth-of-type(2) dt img{max-width: 645px;}

@media only screen and (max-width:1600px){
	.statement_con dt{flex:0 0 50%;}
	.statement_con dl:nth-of-type(2) dt{flex:0 0 40%;}
	.statement_con dl:nth-of-type(2) dd{padding-right: 10vw;}
}

@media only screen and (max-width:1300px){
	.statement_con dt{flex:0 0 40%;}
	.statement_con dl:nth-of-type(2) dt{flex:0 0 35%;}
}

@media only screen and (max-width:700px){
	.statement_con{padding:10vw 0;}
	.statement_con dl{margin-bottom: 8vw;}
	.statement_con dl:last-child{margin-bottom: 0;}
	.statement_con dt{flex:0 0 100%;}
	.statement_con dt img{height: 100%;}
	.statement_con dd{padding:5vw 0vw 0;}
	.statement_con dd h3{margin-bottom: 3vw;}
	.statement_con dd .p{margin-top: 3vw;}
	.statement_con dl:nth-of-type(2) dt{flex:0 0 100%;}
	.statement_con dl:nth-of-type(2) dd{padding-right: 0;}
}
.strategy_con01{padding:5vw 0 6vw;}
.strategy_con01 .stra_con{margin-bottom: 4vw;text-align: center;}
.strategy_con01 .stra_con .p{margin-top: 1vw;color:#777;}

.strategy_con01 .c04_2{overflow: hidden;}
.strategy_con01 .c04_2 h3{text-align: center;margin-top:0.5vw;margin-bottom: 4vw;}
.strategy_con01 .c04_2 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.strategy_con01 .c04_2 ul li{flex:0 0 20%;text-align: center;}
.strategy_con01 .c04_2 .img{margin-bottom: 1.7vw;}
.strategy_con01 .c04_2 .img img{max-width:92px;width:100%;}
@media only screen and (max-width:1400px){
  .strategy_con01 .c04_2 .img img{width:70px;}
}
@media only screen and (max-width:1000px){
  .strategy_con01 .c04_2 ul{justify-content: left;}
  .strategy_con01 .c04_2 ul li{flex:0 0 30%;margin-bottom: 3vw;}

}
@media only screen and (max-width:767px){
  .strategy_con01{padding:10vw 0;}
  .strategy_con01 .stra_con{margin-bottom: 5vw;}
  .strategy_con01 .stra_con .p{margin-top:3vw;}
  .strategy_con01 .c04_2 h3 br{display: none;}
  .strategy_con01 .c04_2 ul li{flex:0 0 50%;padding:0 10px;}
  .strategy_con01 .c04_2 ul li .p br{display: none;}
}
.strategy_con02{padding:4vw 0;background-color: #f5f6f7;}
.strategy_con02 .top{margin-bottom: 5.5vw;}
.strategy_con02 .top h3{margin-bottom: 0.7vw;}
.strategy_con02 .top .p{color:#777;width:70%;max-width: 660px;line-height: 1.8;}
.strategy_con02 .bottom{display: flex;flex-wrap:wrap;justify-content: space-between;}
.strategy_con02 .bottom .left{flex:0 0 945px;border-right:2px solid #dddddd;padding-right:5.5vw;}
.strategy_con02 .bottom h3{margin-bottom: 1.7vw;}
.strategy_con02 .bottom ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.strategy_con02 .bottom li{flex:0 0 220px;}
.strategy_con02 .bottom li img{width:100%;}
.strategy_con02 .bottom li p{margin-top:1.5vw;text-align: center;}
.strategy_con02 .bottom .right{display:flex;flex-wrap: wrap;flex:0 0 220px;}
.strategy_con02 .bottom .right h3{flex:0 0 220px;text-align: center;}
.strategy_con02 .bottom .right ul{justify-content: right;}
@media only screen and (max-width:1600px){
	.strategy_con02{padding:6vw 0;}
	.strategy_con02 .bottom li{flex:0 0 25%;text-align: center;}
	.strategy_con02 .bottom li img{width:85%;}
	.strategy_con02 .bottom .left{flex:0 0 75%;}
	.strategy_con02 .bottom .right{flex: 0 0 21%;justify-content: flex-end;}
	.strategy_con02 .bottom .right li{flex: 0 0 80%;}
	.strategy_con02 .bottom .right h3{flex:0 0 80%;}
}
@media only screen and (max-width:900px){
	.strategy_con02 .top h3{margin-bottom: 1.5vw;}
	.strategy_con02 .bottom .left{padding-right:9vw;}
	.strategy_con02 .bottom li{flex: 0 0 27%;}
	.strategy_con02 .bottom h3{margin-bottom: 3vw;}
	.strategy_con02 .bottom .right li{flex: 0 0 83%;}
}
@media only screen and (max-width:700px){
	.strategy_con02{padding:10vw 0;}
	.strategy_con02 .top{margin-bottom: 8vw;}
	.strategy_con02 .top h3{padding-right:20px;margin-bottom: 5vw;}
	.strategy_con02 .top .p{width:100%;}
	.strategy_con02 .bottom .left{padding-right: 0;flex:0 0 100%;margin-bottom: 5vw;border:0;}
	.strategy_con02 .bottom li{flex: 0 0 50%;padding:0 10px;margin-bottom:5vw;}
	.strategy_con02 .bottom li img{width:50%;}
	.strategy_con02 .bottom .right{flex: 0 0 100%;justify-content:flex-start;display: block;}
	.strategy_con02 .bottom .right h3{text-align: left;}
	.strategy_con02 .bottom .right ul{justify-content: left;}
	.strategy_con02 .bottom .right li{flex: 0 0 50%;}
}
.strategy_con03{margin:6vw 0;}
.strategy_con03 .top{text-align: center;margin-bottom:2.5vw;}
.strategy_con03 .top p{color:#777;margin-top:0.5vw;}
.strategy_con03 .bottom>h3{text-align: center;margin-bottom: 1.5vw;}
.strategy_con03 .bottom .dl{display:flex;flex-wrap:wrap;justify-content: space-between;}
.strategy_con03 .bottom .dl dl{flex:0 0 49.2%;background-color: #d9e9fd;margin-bottom: 1vw;display: flex;padding:15px;border-top-left-radius: 100px;border-bottom-left-radius: 100px;}
.strategy_con03 .bottom .dl dl:nth-of-type(2n){flex-direction: row-reverse;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.strategy_con03 .bottom .dl dd{display:flex;align-items: center;padding:0 3.5vw 0 2vw;flex:0 0 83%;}
.strategy_con03 .bottom .dl dt{flex:0 0 110px;display: flex;align-items: center;}
.strategy_con03 .bottom .dl dt img{width:100%;}
.strategy_con03 .bottom .info{text-align: center;margin-top:1.7vw;color:#777;}
@media only screen and (max-width:1600px){
	.strategy_con03 .bottom .dl dt{flex:0 0 20%;}
	.strategy_con03 .bottom .dl dd{flex:0 0 80%;}
}
@media only screen and (max-width:830px){
	.strategy_con03 .bottom .info br{display: none;}
	.strategy_con03 .top{margin-bottom: 3vw;}
	.strategy_con03 .bottom>h3{margin-bottom: 2vw;}
}
@media only screen and (max-width:700px){
	.strategy_con03{margin:10vw 0;}
	.strategy_con03 .bottom .dl dl{flex:0 0 100%;border-radius: 10px!important;margin-bottom:3vw;}
	.strategy_con03 .bottom .dl dl:nth-of-type(2n){flex-direction:row;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 100px;border-bottom-left-radius: 100px;}
	.strategy_con03 .bottom .dl dd{padding:0 2vw 0 5vw;}
	.strategy_con03 .bottom>h3{margin-bottom: 4vw;}
}

.strategy_con04{padding:4vw 0;background-color: #f5f6f7;}
.strategy_con04 .top{margin-bottom: 4vw;}
.strategy_con04 .top h3{margin-bottom: 0.7vw;}
.strategy_con04 .top .p{color:#777;width:100%;max-width: 760px;line-height: 1.8;}

.strategy_con04 .bottom h3{background-color: #004ea2;padding:8px;text-align: center;color:#fff;margin-bottom: 2.5vw;}
.strategy_con04 .bottom .dl{display: flex;flex-wrap:wrap;}
.strategy_con04 .bottom .dl dl{flex:0 0 31%;max-width: 390px;}
.strategy_con04 .bottom .dl .text{display: flex;background-color: #a5c6e9;position: relative;padding:7px 20px;justify-content: flex-end;align-items: center;}
.strategy_con04 .bottom .dl .text p{padding:6px 30px;background-color: #2182ea;color:#fff;border-radius: 40px;position:absolute;left:0px;top:-20px;}
.strategy_con04 .bottom .dl dd{margin-top:1.2vw;color:#777;}
.strategy_con04 .bottom .dl dt img{width:100%;}
.strategy_con04 .bottom .dl dl:nth-of-type(2n){flex:0 0 55px;margin-top: 2vw;}
@media only screen and (max-width:1600px){
	.strategy_con04{padding:6vw 0;}
	.strategy_con04 .bottom .dl dl{flex:0 0 30.6%;}
	.strategy_con04 .bottom .dl dl:nth-of-type(2n){flex:0 0 4%;}
	.strategy_con04 .bottom .dl dd br{display: none;}
}
@media only screen and (max-width:1200px){
	.strategy_con04 .bottom h3{margin-bottom: 5vw;}
}
@media only screen and (max-width:900px){
	.strategy_con04 .top h3{margin-bottom: 1.5vw;}
	.strategy_con04 .bottom .dl .text p{top:-15px;}
}
@media only screen and (max-width:700px){
	.strategy_con04{padding:10vw 0;}
	.strategy_con04 .top{margin-bottom: 8vw;}
	.strategy_con04 .top h3{padding-right:20px;margin-bottom: 5vw;}
	.strategy_con04 .bottom h3{margin-bottom: 10vw;}
	.strategy_con04 .bottom .dl{justify-content: center;}
	.strategy_con04 .bottom .dl dl{flex:0 0 100%;}
	.strategy_con04 .bottom .dl dl dd{padding-right: 20px;}
	.strategy_con04 .bottom .dl dl:nth-of-type(2n){flex: 0 0 100%;margin: 5vw 0;}
	.strategy_con04 .bottom .dl dl:nth-of-type(2n) dt{text-align: center;height: 55px;position: relative;overflow: hidden;}
	.strategy_con04 .bottom .dl dl:nth-of-type(2n) dt img{width:auto;transform: rotate(90deg);position:absolute;left:50%;top:-100px;transform-origin: left center;}
}

.strategy_con05{margin:6vw 0;}
.strategy_con05 .top{text-align: center;margin-bottom: 3vw;}
.strategy_con05 .top h3 br{display: none;}
.strategy_con05 .top p{color:#777;margin-top: 0.7vw;}
.strategy_con05 .bottom{max-width: 920px;margin-left:auto;margin-right:auto;}
.strategy_con05 .bottom ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.strategy_con05 .bottom li{flex:0 0 33%;display: flex;align-items: end;margin-bottom: 1.5vw;}
.strategy_con05 .bottom li img{max-width: 100%;}
.strategy_con05 .bottom .mo{display: none;}
@media only screen and (max-width:700px){
	.strategy_con05{margin:10vw 0;}
	.strategy_con05 .top{margin-bottom: 5vw;}
	.strategy_con05 .top h3 br{display: block;}
	.strategy_con05 .top p{margin-top: 3vw;}
	.strategy_con05 .bottom li{flex:0 0 100%;justify-content: center;}
	.strategy_con05 .bottom li:nth-of-type(5){display: none;}
	.strategy_con05 .bottom .mo{display: flex;}
}

.strategy_con06 .downL{margin-top:20px;}
.strategy_con06 .downL a{
	background:url(/static/img/img2/qq.jpg) no-repeat;padding-left:30px;
	margin-right:2vw;color:#333;text-decoration-line: underline;text-underline-offset: 8px;text-decoration-thickness: 1px;text-decoration-skip-ink: none;
}
.strategy_con06{padding:6vw 0;background-color: #f5f6f7;}
.strategy_con06 .top{text-align: center;margin-bottom: 3vw;}
.strategy_con06 .top h3 br{display: none;}
.strategy_con06 .top p{color:#777;margin-top: 0.7vw;}
.strategy_con06 .top p br{display: none;}
.strategy_con06 .bottom .tab{display: flex;flex-wrap:wrap;margin-bottom: 20px;}
.strategy_con06 .tab li{padding:10px 20px;border-top:4px solid #dddddd;flex:1;background-color: #ddd;text-align: center;margin-left:5px;cursor:pointer;}
.strategy_con06 .tab li:first-child{margin-left: 0;}
.strategy_con06 .tab li.hover{background-color: #fff;border-color: #004ea2;}
.strategy_con06 .tab_con{background-color: #fff;padding:1vw 2vw 4vw 2vw;}
.strategy_con06 .tab_con .con{display:none;}
.strategy_con06 .tab_con table{width:100%!important;margin-bottom: 1vw;}
.strategy_con06 .tab_con thead td{font-weight: 700;border: 0;color:#333;}
.strategy_con06 .tab_con thead td strong{font-weight: 700;color:#333;}
.strategy_con06 .tab_con td{border:1px solid #e0e0e0;padding:20px;color:#777;}
.strategy_con06 .tab_con td strong{font-weight: normal;color:#bbbbbb;}
.strategy_con06 .tab_con td span{padding:3px 0;display: inline-block;}
.strategy_con06 .tab_con td.other{border-left:0;}
.strategy_con06 .tab_con td.prev_other{border-right:0;}
.strategy_con06 .tab_con td.paddingR{padding-left:10vw;}


.strategy_con06 .tab_con h3{font-weight: 700;margin-bottom: 0.7vw;}
.strategy_con06 .tab_con p{color:#777;line-height: 1.8;}
@media only screen and (max-width:1500px){
	.strategy_con06 .tab_con td.paddingR{padding-left:5vw;}
}
@media only screen and (max-width:1200px){
	.strategy_con06 .tab_con table{margin-bottom: 3vw;}
	.strategy_con06 .tab_con h3{margin-bottom: 1vw;;}
}
@media only screen and (max-width:700px){
	.strategy_con06{padding:10vw 0;}
	.strategy_con06 .top{margin-bottom: 5vw;}
	.strategy_con06 .top h3 br{display: block;}
	.strategy_con06 .top p{margin-top: 3vw;}
	.strategy_con06 .top p br{display: block;}

	.strategy_con06 .tab_con{padding:5vw;}
	.strategy_con06 .tab_con h3{margin-bottom: 3vw;}
	.strategy_con06 .tab_con p br{display: none;}

	.strategy_con06 .tab_con .con{overflow-x: auto;}
	.strategy_con06 .tab_con .con table{width:650px;}
	.strategy_con06 .tab_con td{padding:10px;}


}

.busi_con01{padding:5vw 0;}
.busi_con01 h3{margin-bottom: 1vw;}

.busi_con{margin-bottom:7vw;}
.busi_con .img{position: relative;border-radius: 10px;overflow: hidden;margin-bottom: 10px;}
.busi_con .img img{width:100%;}
.busi_con .img .text{position: absolute;bottom:4.5vw;left:2.5vw;right:3vw;max-width: 1000px;color:#fff;}
.busi_con .img .text h3{display: flex;align-items: center;}
.busi_con .img .text h3 img{max-width: 71px;margin-right:15px;width:6vw;}
.busi_con .img .text .p{color:rgba(255,255,255,0.7);margin-top:1.3vw;line-height: 1.8;}
.busi_con .dl{display: flex;flex-wrap:wrap;}
.busi_con .dl dl{min-width: 28%;flex:1;background-color: #f0f4fa;padding:3vw 3vw;border-radius: 10px;overflow: hidden;margin-left: 10px;}
.busi_con .dl dl:first-child{flex:0 0 33%;margin-left: 0;}
.busi_con .dl dt{margin-bottom: 1.5vw;line-height: 1;}
.busi_con .dl dd{display: flex;flex-wrap: wrap;}
.busi_con .dl dd .edit{flex:1;min-width:40%;color:#777;}
.busi_con .dl dd .edit h3{margin-bottom: 0.5vw;font-family: AlibabaPuHuiTiM;color:#333;}
.busi_con .dl dd .edit:nth-of-type(2){border-left:1px solid #ced2d7;padding-left:2.5vw;margin-left:2.5vw;}
@media only screen and (max-width:1850px){
	.busi_con .dl dt{margin-bottom: 2vw;}
}
@media only screen and (max-width:1500px){
	.busi_con .dl dd .edit{flex:0 0 100%;margin-bottom: 2vw;}
	.busi_con .dl dd .edit:nth-of-type(2){padding-left: 0;margin-left: 0px;border-left: 0;}
}
@media only screen and (max-width:1200px){
	.busi_con .dl dd .edit h3{margin-bottom: 1vw;}
}
@media only screen and (max-width:1100px){
	.busi_con .img .text .p p{display: inline;}
	.busi_con .img{margin-bottom: 3vw;height: 400px;}
	.busi_con .img>img{height: 100%;object-fit: cover;}
}
@media only screen and (max-width:700px){
	.busi_con01{padding:10vw 0;}
	.busi_con01 h3{margin-bottom: 3vw;}
	.busi_con{margin-bottom:10vw;}
	.busi_con .img{position: relative;}
	.busi_con .img:after{content: "";position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color: rgba(0,0,0,0.3);}
	.busi_con .img .text .p{line-height: 1.5;margin-top: 3vw;color:#fff;}
	.busi_con .img .text{left:5vw;right:5vw;padding-right: 0;bottom:5vw;z-index: 2;}
	.busi_con .img .text h3 img{width:40px;}
	.busi_con .dl dl:first-child{flex:0 0 100%;}
	.busi_con .dl dd .edit{margin-bottom: 5vw;}
	.busi_con .dl dd .edit h3{margin-bottom: 2vw;}
	.busi_con .dl dl{flex:0 0 100%;margin-bottom: 3vw;margin-left: 0;padding:5vw;}
}
<!--ºÄÊ±1787059939.6255Ãë-->