<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 共用组件部分 */
hr{
    border: none;
    background-color: #f2f2f2;
    height: 6px;
}
.banner {
    width: 100%;
    /*min-width:1400px;*/
    height: auto;
}
.banner .swiper-container{padding-bottom:0;}
.banner .swiper-slide a{
    display:block;
}
.banner .swiper-button-prev:hover{
    background:url(../img/banner-arr-01.png)no-repeat;
}
.banner .swiper-button-next:hover{
    background:url(../img/banner-arr-02.png)no-repeat;
}
.banner img {
    width: 100%;
}

.now_localtion p {
    width: 100%;
    text-align: right;
    color: #666666;
    font-size: 16px;
    padding-top: 20px;
}


/* 查看更多按钮 （已废弃） */
.moreBtn{
    display:none;
    text-align: center;
}
/* 视频按钮 遮罩层 */
.tab-m ul li img.video_btn{
    width:auto;
    height:auto;
}
.black_div{
    display:none;
    position: absolute;
    bottom:0;
    right:0;
    width:920px;
    height:540px;
    background:rgba(0,0,0,0.7);
}
/* 视频样式 */
.videoBox{
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    z-index:-1;
    opacity:0;    
}
.vjs-styles-defaults{
    width:1400px;
    height:100%;
}
/* 列表页样式（包含轮播） */
.swiper_list_type .imgBox{
    width:684px;
    height: 482px;
    margin:0;
    padding:0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.swiper_list_type .dw_1{
    position:absolute;
    left:684px;
    bottom: 0;
}
.swiper_list_type .swiper-pagination{
    width: auto;
    text-align: right;
    left: 385px;
    color: #fff;
    position: absolute;
}
.tab-m ul{
    overflow:initial;
}
.tab-m li.swiper_list_type .title{
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    text-align: center;
    color: #fff;
    width: 508px;
}
li.swiper_list_type .wordDiv{
    float:right;
    width: 716px;
    height: 414px;
    /* padding: 80px 100px 0 100px; */
    box-sizing: border-box;
    text-align: left;
}
li.swiper_list_type .wordDiv h2{
    font-size:24px;
}
li.swiper_list_type .wordDiv h3{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom:72px;
    line-height: 40px;
}
li.swiper_list_type .wordDiv p{
    color:#666;
}
li.swiper_list_type .wordDiv p b{
    color:#000;
}
li.swiper_list_type .wordDiv p img {
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    margin-right: 18px;
}
.tab-m&gt;ul&gt;li.swiper_list_type{
    width:1400px;
    height: auto;
    margin: 108px 0 40px 0;
    margin-bottom:40px;
    overflow: initial;
    box-sizing: content-box;
}
.tab-m ul&gt;li.swiper_list_type:last-child{
    margin-bottom: 0;
}
.tab-m ul li.swiper_list_type .imgBoxShow{
    width: 684px;
}
.tab-m ul li.swiper_list_type .wordDiv .ver-mid{
    width:516px;
}
li.swiper_list_type .wordDiv&gt;.ver-mid&gt;h3:last-child{
    margin-bottom:0;
}
    /* 修改文字一同滚动 */
    .swiper_list_type .imgBox{
        width:100%;
    }
    .tab-m ul li.swiper_list_type{
        margin-top: 20px;
        float: initial;
        overflow: hidden;
        /* height: 482px; */
        box-shadow: none;
        padding-bottom: 10px;
    }
    .tab-m ul li.swiper_list_type img{
        width: 684px;
        position: absolute;
        bottom: 10px;
        left: 5px;
        z-index: 999;
    }
    .tab-m ul li.swiper_list_type .wordDiv .ver-mid {
        width: 516px;
        right: 100px;
        left: inherit;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }
    li.swiper_list_type .wordDiv{
        float: left;
        width: 1380px;
        height: 414px;
        /* padding: 80px 100px 0 100px; */
        box-sizing: border-box;
        text-align: left;
        padding-left: 684px;
        margin-top: 68px;
        margin-left:10px;
    }
    .swiper_list_type .imgBox{
        position:relative;
        height:auto;
        /* overflow:auto; */
    }
    .swiper_list_type .swiper-wrapper .swiper-slide{
        background:#fff;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .swiper_list_type .dw_1{
        bottom:20px;
        left: 689px;
    }
    .swiper_list_type .swiper-pagination{
        bottom:30px;
    }

/* 
.moreBtn.on{
    margin:0 auto;
   
}
.moreBtn span{
    display: inline-block;
    padding-right: 30px;
    background:url(../img/engineering/icon-close.png)no-repeat;
    background-size: 20px;
    background-position:right 2px;
    cursor: pointer;
} */

.m-part2 {
    max-width: 100%;
    height: 90px;
    background: #f2f2f2;
}

.m-part2 p {
    width: 534px;
    display: inline-block;
    color: #666666;
    line-height: 90px;
    font-size: 17px;
    margin-right: 5%;
}

.m-part2 p img {
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    margin-right: 18px;
}

.m-part2 p b {
    font-weight: 400;
    color: #000;
}
/* .m-part6,.m-part7{
    margin-bottom:77px;
} */

.m-part3 h2, .m-part5 h2, .m-part6 h2 {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;
}

.m-part3 &gt; ul.tab-h {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.m-part3 &gt; ul li {
    background: #504e4e;
    color: #fff;
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    line-height: 68px;
    text-align: center;
    font-size: 20px;
    position: relative;
    /* cursor: pointer; */
    -webkit-transition: .4s;
    transition: .4s;
}
.m-part3 &gt; ul li:hover{
    background: #de0000;
}
.m-part3 &gt; ul&gt;li:last-child{
    border:none;
}


/*  */
#page-engineering .m-part3 &gt; ul li {
    width: 25%;
}


#page-powerTools .m-part3 &gt; ul li {
    width: 0%;
}



.m-part3 &gt; ul.tab-h li.on {
    background: #de0000;
}

.tab-m ul{
    display:none;
}
.tab-m&gt;ul:first-child{
    display:block;
}
.m-part3 &gt; ul li.on:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 10px solid #de0000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -24px;
}

.m-part3 .tab-m ul.on&gt;li{
    /* display:none; */
}
.m-part3 .tab-m ul.on&gt;li:nth-child(1),.m-part3 .tab-m ul.on&gt;li:nth-child(2),.m-part3 .tab-m ul.on&gt;li:nth-child(3){
    display:block;
}
.m-part3 .tab-m ul.on.showAll&gt;li{
    display:block;
}
.tab-m ul li img {
    width: 100%;
    height: auto;
}

.tab-m ul li div.infoDiv {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/engineering/bg.png") bottom no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.tab-m ul li div.imgBoxScale_word{
    position: absolute;
    z-index: 2;
    bottom: 69px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5));
    padding: 10px;
    box-sizing: border-box;
}
.tab-m ul li div.imgBoxScale_word *{
    color:#fff;
}

#page-engineering .tab-m ul li div.imgBoxScale_word{bottom:23px;}

/*  */
.imgBoxScale_word{
	-webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(68px);
    transform: translateY(68px);
}
/* .imgBoxScale:hover .imgBoxScale_word{
	-webkit-transform: translateY(0);
    transform: translateY(0);
} */
.imgBoxScale_desc{
	opacity: 0;
    transition: all .5s;
    padding: 10px 5px 0;
    font-size: 16px;
    color: #f3f3f3;
    height:53px;
}
/* .imgBoxScale:hover .imgBoxScale_desc{
	opacity: 1;
} */

/* 产品logo */
div.productLogoDiv&gt;p{
    display:inline-block;
    margin-bottom: 40px;
    margin-right:40px;
    vertical-align: bottom;
}
div.productLogoDiv&gt;p:last-child{
   margin-right:0;
}
div.productLogoDiv&gt;p img{
  /*  max-height:50px;*/
}

.productLogoDiv+.tab-m&gt;ul&gt;li{
    margin-top:0;
    margin-bottom:40px;
}

/* */
.m-part4 {
    max-width: 100%;
    height: 540px;
    padding-bottom: 7px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 7px;

    /*min-width: 1400px;*/
}
.swiper-wrapper .swiper-slide{
    background: #3a3939;
}
.swiper-slide .txt {
    position: absolute;
    top: 12%;
    opacity:0;
    -webkit-transition: 1s;
    transition: 1s;
    width: 1400px;
}
.swiper-slide.swiper-slide-active .txt{
    opacity:1;
}

.swiper-slide .txt h2 {
    width:29%;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    margin: 0 0 5% 0;
}
   /* 覆盖获取到的样式 */
.swiper-slide .txt p {
    font-size: 18px;
    line-height: 33px;
    color: #f2f2f2;
    width: 29%;
    text-align: justify;
}
.swiper-slide .txt p * {
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    width: 29%;
    background: transparent;
    font-family: inherit;
    letter-spacing: 1px;
}

.m-part4 .swiper-slide img {
    /* height: auto; */
    min-height:100%;
    position: absolute;
    top: 0;
}

.dw {
    position: absolute;
    bottom: 7px;
    left: 30.9%;
    width: 175px;
    height: 88px;
    box-shadow: 0px -1px 7px 5px #f4f4f4;
}

.part4-fraction {
    width: 88px;
    height: 88px;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    line-height: 88px;
    font-size: 16px;
    color: #c2c2c2;
}
.part4-pagination{
    width: 60px;
    bottom: 34px;
    color: #C2C2C2;
}

.swiper-pagination-current {
    font-weight: 400;
    color: #fff;
}
.m-part5 h2{
    margin-bottom:0;
}
.m-part5 .tab-m ul{
    margin-top:0;
    overflow:hidden;
}
.m-part5 P {
    color: #666666;
    font-size: 20px;
    line-height: 24px;
    margin: 40px auto 0;
}

.m-part5 ul {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.m-part5 ul&gt;li:nth-child(3n){
    margin-right:0;
}



.m-part6 {
    background: #f2f2f2;
    margin-top:77px;
}

.m-part6 div.map {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}

/* 动力工具 */
.map .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map .tag&gt;div{
    display:none;
}


.m-part7 h2{
    color: #000;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 3% 0;
}
.m-part7 p{
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 3% 0;
    font-family: inherit;
}
.m-part7 p&gt;*{
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 3% 0;
    font-family: inherit;
}
.m-part7 img{
    width: 100%;
    height: auto;
}
#page-equipment .tab-m ul li div.imgBoxScale_word{
    bottom:78px;
}

/* .m-part7{
    padding-top:40px;
} */
/* 纺织品 */
#page-textile .m-part3 ul.tab-h li{
    width:20%;
}
.map .bkxe i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
    top: -117px;
    left: 169px;
}
.map .bkxe{
    position: absolute;
    top: 261px;
    left: 159px;
}
.map .bkxe .imgBox{
    width:360px;
    height:200px;
}
.map .bkxe i::after{
    display: block;
    content:"";
    position: absolute;
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    top: 17px;
    left: 13px;
    /* transition: all 0.7s; */
}
.map .bkxe.act i::after{
    height: 100px;
}
#page-textile .m-part5{
    padding-top:77px;
}
#page-textile .m-part3 .tab-m ul li div.imgBoxScale_word{
    bottom:20px;
}

/* 服装 */
#page-dress .m-part3 ul.tab-h li{
    width:20%;
}
#page-dress .m-part5{
    padding-top:0;
    margin-top: 77px;
}
.map .md{
    position: absolute;
    top: -78px;
    right: 37px;
    width:360px;
}
.map .md .mapImgBox{
    top:0;
    right:-56px;
}
.map .md i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
    top: 298px;
    right: 210px;
    /* transform: rotate(219deg); */
    /* -webkit-transform: rotate(219deg); */
    -moz-transform: rotate(219deg);
    -ms-transform: rotate(219deg);
    -o-transform: rotate(219deg);
}
.map .md .imgBox{
    width:360px;
    height:200px;
}
.map .md i::after{
    display: block;
    content:"";
    position: absolute;
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    bottom: 14px;
    left: 14px;
    /* transition: all 0.7s; */
    transition-delay:0.8s;
    -webkit-transition-delay:0.8s;
}
.map .md .mapImgBox{
    transition-delay:0.8s;
    -webkit-transition-delay:0.8s;
}
.map .md.act i::after{
    height: 140px;
}
.map .jpz{
    position: absolute;
    top: 363px;
    right: 34px;
    width:360px;
}
.map .jpz .imgBox{
    width:360px;
    height:200px;
}
.map .jpz i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
    top: -113px;
    left: 95px;
    transition: all 0.7s;
}
.map .jpz i::after{
    display: block;
    content:"";
    position: absolute;
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    top: 17px;
    left: 14px;
    transition: all 0.7s;
}
.map .jpz.act i::after{
    height:100px;
}
.map .mjl{
    position: absolute;
    right: 765px;
    top: -78px;
}
.map .mjl .mapImgBox{
    right:-413px;
}
.map .mjl i{
    top: 319px;
    left: 307px;
}
.map .mjl i::after{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    bottom: 14px;
    left: 14px;
    /* transition: all 0.7s; */
    transition-delay:1.2s;
    -webkit-transition-delay:1.2s;
}
.map .mjl .mapImgBox{
    transition-delay:1.2s;
    -webkit-transition-delay:1.2s;
}
.map .mjl.act i::after{
    height: 150px;
}
.map .yn{
    position: absolute;
    right: 765px;
    top: 363px;
}
.map .yn i{
    top: -100px;
    left: 368px;
    transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
}
.map .yn i::after{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    top : 14px;
    left: 14px;
    
    transition-delay:0.8s;
    -webkit-transition-delay:0.8s;
}
.map .yn .mapImgBox{
    transition-delay:0.8s;
    -webkit-transition-delay:0.8s;
}
.map .yn.act i::after{
    height:100px;
}
.map .ygbsc{
    position: absolute;
    left: 149px;
    top: 74px;
}
.map .ygbsc i{
    top: 35px;
    left: 485px;
}
.map .ygbsc i::after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    border-top: 2px solid #666;
    top : 14px;
    right: 14px;
    transition: all 0.7s;
}
.map .ygbsc.act i::after{
    width: 150px;
}
.map .aseby{
    position: absolute;
    left: 149px;
    top: 341px;
}
.map .aseby i{
    top: -39px;
    left: 650px;
    transform: rotate(-10deg);
}
.map .aseby i::after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    border-top: 2px solid #666;
    top : 14px;
    right: 14px;

    transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
}
.map .aseby .mapImgBox{
    transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
}
.map .aseby.act i::after{
    width: 342px;
}

/*  */
#page-high-speed .m-part2 p , #page-car .m-part2 p , #page-cleanEnergy .m-part2 p{
    display:inline;
}

/*  */
#page-engineering .m-part4{margin-bottom:100px;}

/* 汽车 */
#page-car .m-part3 h2{
    /* margin-bottom:0; */
}
#page-car .m-part3 li{
    margin-top:0;
}
.map .bmcl{
    position: absolute;
    top: 275px;
    left: 125px;
}
.map .bmcl i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
    top: -114px;
    left: 166px;
    transition: all 0.7s;
}
.map .bmcl i::after{
    display: block;
    content:"";
    position: absolute;
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    top: 14px;
    left: 14px;
}
.map .bmcl.act i::after{
    height: 100px;
}
.map .hnx{
    position: absolute;
    top: 41px;
    right: 143px;
}
.map .hnx .mapImgBox{
    right:1px;   
}
.map .hnx i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
    top: 97px;
    right: 519px;
}
.map .hnx i::after{
    display: block;
    content:"";
    position: absolute;
    width: 0;
    height: 1px;
    border-top: 2px solid #666;
    top: 14px;
    left: 29px;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}
.map .hnx .mapImgBox{
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}
.map .hnx.act i::after{
    width: 159px;
}

/*  */
#page-cleanEnergy .m-part3 .tab-m ul li div.imgBoxScale_word{
    /* bottom:86px; */
}
#page-cleanEnergy .map .rb,#page-cleanEnergy .map .bjst,#page-cleanEnergy .map .adly{
    position: absolute;
}
#page-cleanEnergy .map .rb{
    top: 4px;
    left: 560px;
}
#page-cleanEnergy .map .bjst{
    top: 273px;
    left: 177px;
}
#page-cleanEnergy .map .adly{
    top: 371px;
    right: 683px;
}
#page-cleanEnergy .map .rb i,#page-cleanEnergy .map .bjst i,#page-cleanEnergy .map .adly i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
}
#page-cleanEnergy .map .rb i{
    top: 179px;
    left: 646px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}
#page-cleanEnergy .map .bjst i{
    top: -47px;
    left: 793px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
}
#page-cleanEnergy .map .adly i{
    top: 101px;
    right: -525px;
}
#page-cleanEnergy .map .rb i::after,#page-cleanEnergy .map .bjst i::after,#page-cleanEnergy .map .adly i::after{
    display: block;
    content:"";
    position: absolute;
    border-top: 2px solid #666;
}
#page-cleanEnergy .map .rb i::after{
    width: 0;
    height: 1px;
    top: 12px;
    right: 26px;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}
#page-cleanEnergy .map .rb .mapImgBox{
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}
#page-cleanEnergy .map .rb.act i::after{
    width: 310px;
}
#page-cleanEnergy .map .bjst i::after{
    width:0;
    height: 1px;
    top: 16px;
    right: 14px;
}
#page-cleanEnergy .map .bjst.act i::after{
    width: 462px;
}
#page-cleanEnergy .map .adly i::after{
    width: 0;
    height: 1px;
    top: 14px;
    right: 10px;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}
#page-cleanEnergy .map .adly .mapImgBox{
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}
#page-cleanEnergy .map .adly.act i::after{
    width: 159px;
}
/* 发电设备 */
#page-powerGeneration .m-part3 &gt; ul li{
    width:20%;
}
.map .fm,.map .els{
    position: absolute;
}
.map .fm{
    top: 300px;
    left: 80px;
}
.map .fm .imgBox{
    width:360px;
    height:200px;
}
.map .els{
    top: 13px;
    right: 91px;
    width:360px;
    height:200px;
}
.map .els .imgBox{
    width:360px;
    height:200px;
}
.map .fm i,.map .els i{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    background: #666;
}
.map .fm i{
    top: -110px;
    left: 165px;
}
.map .els i{
    top: 94px;
    left: -182px;
}
.map .fm i::after,.map .els i::after{
    display: block;
    content:"";
    position: absolute;
    transition: all 0.4s;
}
.map .fm i::after{
    border-left: 2px solid #666;
    width: 1px;
    height: 0;
    top: 27px;
    left: 13px;
}
.map .fm.act i::after{
    height:84px;
}
.map .els i::after{
    border-top: 2px solid #666;
    width:0;
    height: 1px;
    top: 14px;
    left: 29px;

    transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
}
.map .els.act i::after{
    width: 154px;
}
.map .els .mapImgBox{
    transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
}

/*  */
#page-emerging .tab-m ul{
    display:block;
}


/* 校服 */
#page-schoolUniforms .m-part5{
    margin-bottom:60px;
}

/* 大宗商品贸易 */
.map .mapImgBox_s{
    width:160px;
    height:96px;
}
.mapImgBox_s .title {
    font-size: 13px;
    padding: 7px 10px;
    word-wrap:break-word;
}
.map .tag .db {
    position: absolute;
    top: 147px;
    left: 293px;
}
.map .tag .db i{
    top: 107px;
    left: 483px;
}
.map .tag .db i::after{
    width: 0;
    height: 1px;
    border-top: 2px solid #666;
    top: 14px;
    right: 27px;
    z-index: 2;
}
.map .tag .db.act i::after{
    width: 86px;
}
.map .db .imgBox{
    width:400px;
    height:240px;
}
.map .tag .cd {
    position: absolute;
    top: 110px;
    right: 190px;
    width: 400px;
}
.map .tag .cd i {
    top: 91px;
    left: 251px;
    width: 20px;
    height: 20px;
    transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
}
.map .tag .cd i::after {
    width: 0;
    height: 1px;
    border-top: 2px solid #666;
    top: 8px;
    right: 13px;
    z-index: 2;
    transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.map .tag .cd .mapImgBox{
    transition-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.map .tag .cd.act i::after{
    width: 179px;
}
.map .tag .gd i {
    top: -70px;
    left: 291px;
    transform: rotate(-54deg);
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    width: 20px;
    height: 20px;
}
.map .tag .gd {
    position: absolute;
    top: 318px;
    left: 810px;
    width: 400px;
}
.map .tag .gd i:before {
    width: 0;
    height: 1px;
    border-top: 2px solid #666;
    top: 8px;
    right: 13px;
    z-index: 2;
    transition-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.map .tag .gd .mapImgBox{
    transition-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.map .tag .gd.act i:before{
    width: 160px;
}

.map .tag .bj {
    position: absolute;
    top: 0;
    right: 189px;
    width: 400px;
}
.map .tag .bj i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #666;
    top: 111px;
    left: 302px;
    transform: rotate(-79deg);
    -webkit-transform: rotate(-79deg);
    -moz-transform: rotate(-79deg);
    -ms-transform: rotate(-79deg);
    -o-transform: rotate(-79deg);
}
.map .tag .bj i::before {
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    bottom: 8px;
    right: 9px;
    z-index: 0;

    transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.map .tag .bj .mapImgBox{
    transition-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.map .tag .bj.act i::before{
    height: 165px;
}

.map .tag .tj {
    position: absolute;
    top: 0;
    right: -31px;
    width: 400px;
}
.map .tag .tj i {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #666;
    top: 127px;
    left: 118px;
    transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
}
.map .tag .tj i::after {
    width: 1px;
    height: 0;
    border-left: 2px solid #666;
    bottom: 19px;
    right: 8px;
    z-index: 2;
    transition-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.map .tag .tj .mapImgBox{
    transition-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.map .tag .tj.act i::after{
    height: 87px;
}
.map .tag .fj {
    position: absolute;
    top: 325px;
    right: -55px;
    width: 400px;
}
.map .tag .fj i {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #666;
    top: -98px;
    left: 78px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.map .tag .fj i::before {
    width:0;
    height: 1px;
    border-top: 2px solid #666;
    top: 9px;
    left: 18px;
    z-index: 2;

    transition-delay: 1s;
    -webkit-animation-delay: 1s;    
}
.map .tag .fj .mapImgBox{
    transition-delay: 1s;
    -webkit-animation-delay: 1s; 
}
.map .tag .fj.act i::before{
    width: 80px;
}

@media screen and (min-width:1201px) and (max-width:1679px){
    .m-part4{height:400px;}
    .map&gt;img{width:100%;}
    .map .imgBox{width:315px;height:175px;}

    .tab-m &gt; ul &gt; li.swiper_list_type{width:1200px;}
    .tab-m ul li.swiper_list_type img{width:598px;}
    li.swiper_list_type .wordDiv{height:362.25px;width:1180px;}
    .tab-m ul li.swiper_list_type .wordDiv .ver-mid{width:406px;right:85px;}
    .swiper_list_type .swiper-pagination{left:285px;}
    .swiper_list_type .dw_1{left:603px;}
    .swiper-slide .txt h2{margin-bottom:2%;}
}
</pre></body></html>