header{
    height: 70px;
    background: rgba(255,255,255,0.3)
}
@media screen and (min-width: 1200px){
    .layui-container{
        width: 1200px;
    }
}
header>.layui-container{
    position: relative;
    max-width: 1200px !important;
    /* padding: 0px; */
}
header img{
    margin-top: 10px; 
}
.layui-tab{
    /* width: 530px; */
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
}
.layui-tab-title{
    height: 70px;
    border: none;
}
.layui-tab-title>li{
    line-height: 70px;
    font-size: 18px;
    /* font-family: "MicrosoftYaHei"; */
    width: 80px;
}
.layui-tab-title .layui-this:after{
    top: 29px !important;
    width: 80px;
    left: 15px;
    border-bottom:3px solid #e41f2b !important;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #000000;
    font-weight: bold;
}
/* 主体 */
.banner{
    position: relative;
    width: 100%;
}
.banner>div{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner>img{
    width: 100%;
}
.banner>div>img{
    width: 100%;
}
.banner>div>div{
    position: absolute;
    width: 100%;
    top:23%;
    left: 142px;
    color: #ffffff;
    /* font-weight: bold; */
    width: 750px;
}
.banner>div>div>.title{
    color: #ffffff;
    font-size: 72px;
    margin-left: 2px;
    margin-bottom: 70px;
    margin-top: 50px;
}
.banner>div>div>p{
    font-size: 30px;
    letter-spacing:4px;
    line-height: 64px;
}
/* .map-c{
    padding:5.2% 2% 5.2%;
} */
.title{
    font-size: 48px;
    color:rgb(247,96,96);
    border:none !important;
}
.map-c>.title{
    margin-top: 80px;
    text-align: center;
}
.map{
    position: relative;
    max-width: 1200px;
    margin: 61px auto 125px;
}
.map>img{
    width: 100%;
    height: 100%;
}
.map>.small{
    width:12px;
    height:12px;
    transform: translate(-6px,-6px);
    background-color: #e41f2b;
    position: absolute;
    top: 56.2%;
    left:28.5%;
    border-radius: 50%;
}
@keyframes move{
    0%{
        transform: scale(1,1);
        background-color: rgba(228, 31, 43, 0.3);
        border:1px solid rgba(228, 31, 43, 0.5);
    }
    25% {
        transform: scale(1.25,1.25);
        background-color: rgba(228, 31, 43, 0.3);
        border:1px solid rgba(228, 31, 43, 0.2);
    }
    50% {
        transform: scale(1.5,1.5);
        background-color: rgba(228, 31, 43, 0.2);
        border:1px solid rgba(228, 31, 43, 0.1);
    }
    75% {
        transform: scale(1.75,1.75);
        background-color: rgba(228, 31, 43, 0.1);
        border:1px solid rgba(228, 31, 43, 0);
    }
    100% {
        transform: scale(2,2);
        background-color: rgba(228, 31, 43, 0);
        border:1px solid rgba(228, 31, 43, 0);
    }
}

.big{
    width:200px;
    height:200px;
    background-color: rgba(228, 31, 43, 0.3);
    border:1px solid rgba(228, 31, 43, 0.5);
    position: absolute;
    top:-100px;
    left: -100px;
    border-radius: 50%;
    animation: move 5s linear infinite;
}
.layui-row{
    padding: 0px 28px;
}
.layui-row .title{
    margin-bottom: 30px;
    font-size: 48px;
    text-align: left;
}
.layui-row p,.layui-row span{
    font-size: 20px;
    line-height: 42px;
}
.message>p,.message>span{
    /* display: inline-block */
    border-bottom: 1px solid #eaeaea;
    margin-bottom:22px; 
}
.message>p:nth-last-child(2){
    margin-top: 22px;
    /* margin-bottom: 32px; */
}
.message>p>input{
    width: 450px;
}
.message>span>input{
    width: 159px;
}
.message>span:nth-child(3){
    margin-right:62px;
}
input{
    border:none;
}
.layui-row>.layui-col-md6:nth-child(2){
    text-align: center;
}
.layui-btn{
    margin-top: 10px;
    font-size: 20px;
    background: #f76060;
    width: 200px;
    border-radius: 0px;
    /* margin: 10px auto 0px; */
    /* display: inline-block; */
}
.layui-row>.layui-col-md6>p:last-child{
    margin-bottom: 64px;
}

.group>.title{
    margin-top: 80px;
    text-align: center;
    margin-bottom: 10px;
}
.groupContent{
    width: 100%;
    height: 550px;
}
.Content1{
    width: 570px;
    height: 245px;
    float:left;
    margin-right:30px;
    margin-top: 40px;

}
.groupImg{
    float: left;
}
.Content1:nth-child(2n){
    margin-right:0px;
}
.Content1>div>.title{
    font-size: 24px;
    line-height: 40px;
}
.Content1>div{
    font-size: 16px;
    width: 250px;
    margin-left: 10px;
    float: right;
    font-family:MicrosoftYaHeiLight;
    line-height: 28px;
}
.lxwm{
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
}
.lxwm1{
    width: 585px;
    height: 200px;
    float: left;

}
.lxwm1 .title{
    font-size: 26px;
    line-height: 40px;
}
.lxwm1 p{
    font-size: 20px;
    line-height: 40px;
}
