* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}
.inner{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.span{
    width: 50px;
    height: 2px;
    background-color: #aaa;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.box{
    width: 100%;
    position: relative;
}

.title {
    position: absolute;
}

.title-left {
    left: 0;
    top: 120px;
    width: 23%;

}
.title-right{
    position: absolute;
    right: 0;
    top: 25px;
    width: 23%;
}

.title-tag {
    height: 40px;
    background: #0633CC;
    line-height: 40px;
    text-align: left;
    padding:0 16px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 22px;
}
.tag-line{
    background: #0633CC;
    height: 3px;
    margin-top: 3px;
}
.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
   
}
.triangle-right{
    border-color: transparent #fff transparent transparent;
    right: 0;
    top: -20px;
}
.triangle-left{
    border-color: transparent transparent transparent #fff;
    left: 0;
    top: -20px;
}

.regional {
    position: relative;
}
.rig-center{
    color: #333;
    font-size: 18px;
    margin-bottom: 16px;
    margin-left: 16px;
}

.regional-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.regional-center {
    width: 400px;
    height: auto;
    margin-top: -20px;
}

.regional-map {
    width: 673px;
   
    height: auto;
}

.regional-layout {
    position: absolute;
    left: 0;
    top: 360px;
}

.regional-introduce {
    width: 641px;
    height: 135px;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
}

.regional-introduce p {
    margin-top: 20px;
}

.special {
    display: inline-block;
    color: #333;
    background-color: #D7E0FF;
    border-radius: 10px;
    font-weight: bold;
}

.area-li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.area-item {
    margin-top: 36px;
    width: 200px;
    height: 48px;
    border: 1px solid #C49C74;
    color: #C49C74;
    font-size: 16;
    text-align: center;
    line-height: 20px;
    padding-top: 4px;
    box-sizing: border-box;
}
.area-item p{
    margin: 0;
    text-align: left;
    padding-left:10px ;
    box-sizing: border-box;
}
.area-item:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
}

.market {
    margin-top: 200px;
    position: relative;
}

.w3c{
    width: 72%;
    height: auto;
}

.market-introduce {
    width: 193px;
    height: 147px;
    margin-left: 16px;
    font-size: 14px;
    margin-top: 20px;
}

.normal-introduce {
    color: #333333;
    font-weight: bold;
    line-height: 21px;
}

.special-introduce {
    color: #666666;
}

.market-introduce li:nth-child(4) {
    margin-bottom: 30px;
}

footer {
    margin-top: 190px;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-title-tag{
    height: 40px;
    background: #0633CC;
    line-height: 40px;
    text-align: right;
    padding:0 15px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 22px;
}

.footer-introduce {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 40px;

}

.footer-introduce span {
    display: inline-block;
    color: #333;
    background-color: #D7E0FF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
}

.regional-banner img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.banner-introduce {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 50px;
    line-height: 21px;

}

.bottom {
    width: 98%;
    height: 140px;
    margin: 66px auto 0;
    color: #C49C74;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bottom ul li:nth-child(1) {
    font-size: 16px;
}

.bottom ul li:nth-child(3) {
    font-size: 14px;
}

.bottom ul li:nth-child(2) {
    width: 220px;
    height: 1px;
    background: #C49C74;
    margin: 10px 0;
}

@media screen and (max-width: 1445px){

    .regional-box {
        margin-top:100px;
    }
    .regional-map{
        margin-left: 0;
        width: 60%;
    }
    .regional-center{
        width: 33%;
    }
    .w3c{
        width: 65%;
    }
    
}
@media screen and (max-width: 1250px){
    .inner{
        width: 1024px;
    }
    /* .regional-map{
        margin-left: 0;
        width: 50%;
    }
    .regional-center{
        width: 23%;
    } */
}
@media screen and (max-width: 1165px){
   .title-left{
       top: 60px;
   }
    .regional-map{
        margin-left: 0;
        width: 468px;
    }
    .regional-center{
        width:252px;
    }
    .market{
        margin-top: 400px;
    }
    .footer-introduce{
        margin-top: 20px;
    }
}