html,body { 
	background: #efefef;
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
    color: #212121;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}
.mb10px { margin-bottom: 10px; }


.body_list {
	max-width:550px;
	margin: auto;
	background:#fff;
}
.body_list .image img { width: 100%; }
.body_list .image text{ 
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 3;
 }
 
 
/*swiper*/
.swiper-container {
	width: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
	
.swiper-slide img { width: 100%; }

.btn {    width: 100%; height: 5rem;}
.btn text {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    background: #f00;
    color: #fff;
    line-height: 3.2rem;
    font-size: 1.15rem;
    border-radius: .6rem;
    font-weight: 600;
}

/*表单提交*/
.telCon {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.telCon .input {
    outline: 0;
    -webkit-appearance: none;
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.1rem;
    padding: 0.65rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    box-shadow: none;
    background: #f8f8f8;
}
.telCon .submit{
	width: 90%;
    line-height: 3.5rem;
    font-size: 1.3rem;
    border-radius: 0.35rem;
    border-style: solid;
    border-width: 0rem;
    border-color: transparent;
    background-color: #F00;
    color: #fff;
}
.telCon .subloading {
	background:#913e3e;
}
.telCon .subloading span {
    padding: 10px 15px;
    background: url(./loading.gif) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
}
.telCon .phoneInfo{
	margin: 1rem 0;
    color: #999;
}
.telCon .text{width: 90%; margin: 0 auto;}
.telCon .text .tit {line-height: 2.3; color: #666;font-size: 1.2rem; }
.telCon .text .tit span { color:#f00;}
.telCon .text .tips {font-size: 1.1rem; margin-left: 1rem; color: #f00;}

/*footer*/
.footer {
	height: 4rem;
    background: #0b2fb1;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*弹窗*/

.alert{position: fixed; top: 0px; left:50%; width: 100%; height: 100%; background: none 0% 0% repeat scroll rgba(0, 0, 0, 0.75); z-index: 100000; margin: 0px auto; max-width: 550px; transform: translate(-50%, 0);}
.alert .pr {position: absolute;max-width: 640px;left: 10%;width: 80%;top: 36%;background: #fff;border-radius:12px;}
.alert .pr h2{text-align: center;font-size: 20px;font-weight: 500;line-height: 2;font-weight:bolder;margin: 0;}
.alert .pr span{color:#333; display:block;text-align:center;}
.alert .pr .bot_bar{border-top: #ddd 1px solid; width:100%;}
.alert .pr .alert_rg {width: 100%; display: inline-block;text-align: center;font-size: 18px;color: #000;line-height: 3;color: rgb(83, 123, 255);}


/*aboutUS*/
.aboutUS .banner img {
	width: 100%;
}
.aboutUS .cont {
	width: 90%;
    margin: auto;
}
.aboutUS .cont p {
	text-indent: 33px;
}