
.banner{
    /* background: url(../images/contact/banner.png) center no-repeat; */
}

/* .ban-menu img:first-child{
    position: absolute;
    left: -15%;
  } */

.tab .tab-li{
    width: 50%;
}


.list1{
    margin-bottom: 60px;
}

.list1-box{
    height: 740px;
    width: 100%;
}

#map{
    width: 860px;
    height: 100%;
}

.map .map-a{
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
}

.list1-box ul{
    width: 340px;
    background: url(../images/contact/bac2.png) no-repeat;
}

.list1-box li{
    width: 100%;
    /* background: #23518f; */
    color: #fff;
    font-size: 16px;
}

.list1-box .li1{
    height: 185px;
}

.list1-box .li2{
    height: 195px;
}

.list1-box .li3{
    height: 185px;
}

.list1-box .li4{
    height: 175px;
}

.list1-box ul li img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
}

.list1-box ul li>div{
    height: 100%;
    width: 180px;
    position: absolute;
    
    left: 38%;
}

.list1-box ul li .map-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.list1-box ul li .map-text .p1{
    margin-bottom: 11px;
}

.list1-box ul li .map-text .p2{
    line-height: 25px;
}

.list1-box ul li .b-b{
    width: 180px;
    height: 1px;
    background: #4c7bbc;
    position: absolute;
    bottom: 0;
}


.list2{
    background: #f1f1f1;
    padding-top: 1px;
}

form{
    padding: 0 40px 0 43px;
    overflow: hidden;
}

form .inp{
    width: 504px;
    height: 65px;
    padding-left: 40px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    line-height: 65px;
    float: left;
    background: #fff;
}

form .inp2{
    margin-left: 25px;
}

form span{
    color: #f00;
}

form input{
    border: none;
    font-size: 18px;
    color: #333;
    width: 88.5%;
    outline: none;
}

form .textarea{
    width: 1075px;
    height: 155px;
    border: 1px solid #cdcdcd;
    /* margin-top: 20px; */
    float: left;
    padding-left: 40px;
    background: #fff;
    margin-bottom: 50px;
}

form textarea{
    border: none;
    font-size: 18px;
    color: #333;
    outline: none;
    width: 95%;
    height: 110px;
    margin-top: 23px;
    resize: none;
}

form .textarea span{
    top: 15%;
}

.list2 .box2{
    margin: 50px auto 0;
    padding-bottom: 60px;
    width: 100%;
}

.list2 .box2 .sub{
    width: 450px;
    height: 65px;
    background: #205baf;
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    border: none;
}

.list2 .box2 .code{
    width: 448px;
    height: 63px;
    border: 1px solid #cdcdcd;
    /*margin-left: 60px;*/
    background: #fff;
}

.list2 .box2 .code input{
    border: none;
    font-size: 18px;
    color: #333;
    outline: none;
    margin-left: 20px;
    width: 60%;
    height: 60%;
    margin-top: 12px;
}

.list2 .box2 .code div{
    width: 140px;
    height: 64px;
    border-left: 1px solid #cdcdcd;
    top: 0;
    right: 0;
}

.list2 .box2 .code div img{
    width: 100%;
    height: 99%;
}

.list2 .box2 p{
    margin-left: 18px;
    font-size: 20px;
    line-height: 65px;
    color: #333;
}





.bannerText, .ban-menu, .title, .tab, .map, .list1-box ul, .list2 form, .list2 .box2{visibility: hidden;}
.bannerText.active, .ban-menu.active, .title.active, .tab.active, .map.active, .list1-box ul.active, .list2 form.active, .list2 .box2.active{
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}