.banner {
    width: 100%;
    height: 600px;
    background: url("../img/banner_bg.png") no-repeat center center/100% 100%;
    color: #fff;
    padding-top: 160px;
    position: relative;
}
.banner p {
    font-size: 40px;
    text-align: left;
}
.banner .ipBtn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 45px;
    margin: 65px 20px 0 0;
    background: #589FFF;
    text-align: center;
    display: inline-block;
}
.banner .ipBtn2 {
    background-color: #9936FF;
    border-radius: 45px 45px 0 45px;
}
.banner ul {
    width: 1200px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}
.banner ul li {
    width: 25%;
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
}
.banner ul li img {
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

/*map*/
.map {
    padding-top: 70px;
}
.mapLeft {
    float: left;
}
.mapLeft h1 {
    color: #9578E6;
    font-size: 34px;
}
.mapLeft .map_p1 {
    font-size: 16px;
    color: #999;
}
.mapLeft .pText {
    margin-top: 40px;
}
.mapLeft .pText p {
    margin-bottom: 20px;
}
.mapLeft .pText p span {
    font-size: 16px;
    display: inline-block;
}
.mapLeft .pText p span img {
    vertical-align: middle;
    margin: 0 8px 5px 0;
}
.mapLeft .pText p span:first-child {
    width: 120px;
    color: #333;
}
.mapLeft .pText p span:last-child {
    color: #818991;
}
.mapRight {
    width: 700px;
    height: 450px;
    float: right;
    position: relative;
}
.mapBox {
    width: 600px;
    height: 600px;
    position: absolute;
    top: -76px;
    left: 0;
}

.advantage {
    width: 100%;
    background: #fff;
}

.advantage>.w1200 {
    height: 100%;

}

.title {
    font-size: 40px;
    color: #6D53CF;
    text-align: center;
    margin: 70px 0 20px;
}
.title span {
    position: relative;
}
.title span:before,.title span:after {
    content: "";
    width: 59px;
    height: 19px;
    position: absolute;
    top: 25px;
}
.title span:before {
    background: url("../img/title_l.png") no-repeat center center/100%;
    left: -80px;
}
.title span:after {
    background: url("../img/title_r.png") no-repeat center center/100%;
    right: -80px;
}

.title2 {
    height: 15px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 39px;
}

.advantage>.w1200>ul {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}

.advantage>.w1200>ul>li {
    width: 400px;
    padding: 30px 70px;
    text-align: center;
}

.advantage>.w1200>ul>li>img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

.advantage>.w1200>ul>li>h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 19px;
    position: relative;
}
.advantage>.w1200>ul>li>h1:after {
    content: '';
    width: 25px;
    height: 5px;
    border-radius: 5px;
    background-color: #6D53CF;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12.5px;
}

.advantage>.w1200>ul>li>p {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.advantage>.w1200>ul>li:hover img {
    width: 90px;
    height: 90px;
}





.news {
    width: 100%;
    margin-bottom: 70px;
}

.newsList {
    height: auto;
    display: flex;
    margin-top: 49px;
    justify-content: space-between;
}

.newsList>li {
    width: 386px;
    border-radius: 4px;
    box-shadow:0px 0px 15px 0px rgba(0,61,153,0.1);
    background-color: #fff;
}

.new_top>img {
    width: 100%;
    height: 120px;
}

.new_bottom {
    width: 100%;
}
.new_bottom>h1 {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 5px;
}
.new_bottom>h1>a {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    display: inline-block;
}
.new_bottom>h1 span {
    float: right;
    font-size: 12px;
    color: #999;
}
.more {
    font-size: 14px;
    color: #6D53CF;
}
.more:hover {
    color: #f00;
}

.new_bottom>h1:hover a {
    color: #F5A930 !important;
}
