﻿.pcbanner {

    background: url(../images/subbanner6.jpg) center center / cover no-repeat;
 
}
.lxbox {
    margin:130px auto;
}
.lxbox .lbox{
width:30%;
background:#0d92d8;
padding:80px 50px 50px;
color:#fff;
border-top-left-radius:80px;
}
.lxbox .lbox h3{
font-size:26px;
margin-bottom:40px
}
.lxbox .lbox p{
font-size:18px;
margin-bottom:15px;
line-height:35px;
}
.lxbox .lbox p.ewm{
margin-top:50px;
width:155px;
text-align:center;
background: url(../images/ewm_bg.png) no-repeat center 0px;
    }
.lxbox .lbox p.ewm img{
margin-top:18px;
    }
.lxbox .lbox p.ewm span{
display:block;
font-size:14px;
margin-top:20px;

    }
.lxbox .rbox{
width:69%;
background:#ccc;
    overflow: hidden;
    border-bottom-right-radius: 80px;
}
#mapbox {
height:700px;
}
.online {
	/* height: 400px; */
	background-color: #f5f5f5;
	
}

.online-title {
	text-align: center;
	line-height: 60px;
	letter-spacing: 1px;
    font-size:24px;
}

.online-text {
	color: #666;
    font-size:14px;
}

.contact-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.contact-form>input {
	width: 48%;
	margin-bottom: 20px;
	height: 50px;


}

.contact-form .info-dir {
	height: 200px;


}

.contact-form .set-btn {
	width: 100%;
	line-height: 80px;
	height: 80%;
	text-align: center;
	margin-top: 40px;

}

.infobtn {
	background-color: #0d92d8;
	color: #fff;
	padding: 10px 40px;
}

.infobtn:hover {
	background-color: #23499e;
	box-shadow: 0px 0px 4px 6px;
}
@media screen and (max-width:640px) {

.n_title .float-left {
    display: block;
    padding-left: 20px;
}

.lxbox {
    margin: 50px auto;
}

    .lxbox .lbox {
        width: 100%;
        background: #0d92d8;
        padding: 30px 20px;
        color: #fff;
           border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    }
.lxbox .lbox h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.lxbox .lbox p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
}
    .lxbox .lbox p.ewm {
        margin-top: 30px;
    }
.lxbox .rbox {
    width: 100%;
    background: #ccc;
    overflow: hidden;
    border-bottom-right-radius: 0;
    margin-top: 20px;
}
#mapbox {
    height: 400px;
}



}