﻿*{margin:0;padding:0;border:0;}
li{list-style-type:none;}
.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* IE 6/7 */
.clearfix { zoom: 1; }
body{min-width: 3.2rem; max-width: 6.4rem; width: 100%;color:#000000; margin: 0px auto;font-family:"微软雅黑";background:#ffffff; font-size:.12rem;}

img{ width:100%;}
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:"微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


header {height:0.8rem;background-color: #f1f1f1;}
header .top_nav {width:0.45rem;height:0.41rem; margin-left: 0.2rem;margin-top: 0.25rem;float:left;}
header .top_log {width:3.09rem;height:0.41rem; float:left; margin-left: 1rem; margin-top: 0.25rem;float:left;}
header .top_tel {width:0.44rem;height:0.41rem; float:right; margin-left: 0.9rem; margin-top: 0.25rem;float:left;}

.chat {background-color: #f1f1f1; padding-top: 0.3rem;padding-bottom: 0.4rem; text-align: center;}
.chat h2 {font-size: 0.4rem; font-weight: 600; }
.chat h3 {font-size: 0.3rem; font-weight: 600; margin-bottom: 0.2rem;}
.chat_1 {text-align: center;}
.chat_1 li {width:1.9rem;font-size: 0.26rem;display: inline-block;margin:0 0.1rem 0.4rem 0.1rem;}
.chat_1 li>p {margin-bottom: 0.1rem;}
.chat_1 li>a {width:100%;height:0.52rem;line-height: 0.52rem;background-color: #ff0000; border-radius: 0.5rem;font-size: 0.26rem;text-align: center;display: inline-block;color:#ffffff;}
.chat_1 .chat_1_a {background-color: #4d9fd9;}
.chat_btn a {width:80%;height:0.65rem;line-height: 0.65rem;background-color: #ff0000; border-radius: 0.5rem;font-size: 0.32rem;text-align: center;display: inline-block;color:#ffffff;}

.form {background-color: #ffffff;overflow: hidden; border-bottom: 0.2rem solid #f1f1f1;}
.form_box {}
.form_box h2 {font-size: 0.3rem; font-weight: 600; text-align: center; margin-top: 0.4rem; margin-bottom: 0.2rem;}
.form_red p {color:#ffffff;font-size: 0.2rem; line-height: 0.35rem;padding:0.2rem;}
.form_bd {width:5.5rem;margin:0 auto;overflow:hidden;}
input[type="checkbox"] {
    /*取消自带按钮*/
    color:gray;
    display: none;
}
.form_bd_ck {margin-left: 0.25rem;}
.form_bd_ck>label{
    /*未选中状态*/
    background-color: #efefef;
    border-radius: 0.05rem;
    padding:0.1rem 0.15rem;
    font-size: 0.22rem;
    display:inline-block;
    margin:0.1rem;
}
.form_bd_ck>label.active{
    /*选中状态*/
    background-color: #4da2d7;
    color:#ffffff;
}
.form_bd h3 {width:100%;font-size: 0.22rem; overflow:hidden; margin-bottom: 0.2rem; margin-top: 0.2rem;}
.form_bd_rd {margin-left: 0.25rem;}
.form_bd_rd>label {font-size: 0.22rem;display:inline-block;margin:0.1rem;}
input[type="radio"] {width:0.2rem;height:0.22rem;float:left;margin-right: 0.03rem;}
.form_bd_input {margin-left: 0.25rem;}
.form_bd_input input{width:4.9rem;height: 0.5rem;line-height: 0.5rem;font-size: 0.2rem; color:#a09b9b; outline:none;background-color:transparent;text-indent:1em; border:1px solid #a09b9b; border-radius: 0.1rem;} 
.from_btn {width:4.8rem;height:0.6rem;line-height: 0.6rem;text-align: center;margin:0 auto;font-size: 0.24rem;background-color: #ff0000; border-radius: 0.5rem; color:#ffffff; margin-top: 0.4rem; margin-bottom: 0.5rem;}

.footer {padding-top: 0.2rem;}
.footer_txt {background-color: #2247df; padding-top: 0.3rem; padding-bottom: 1rem;}
.footer_txt p {font-size: 0.2rem; line-height: 0.35rem; width:94%; margin:0 auto; color:#ffffff; text-indent: 2em;}

.swiper-container h2 {font-size: 0.3rem;font-weight: 600;margin-bottom: 0.1rem; text-align: center; padding:0.3rem 0 0.1rem;}
.case_2 {height:4.5rem;border-bottom: 0.2rem solid #f1f1f1;}


.M_float_social_container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: linear-gradient(90deg,rgb(5 58 215) 0%,rgb(9 63 219) 20%,rgb(21 76 233) 40%,rgb(12 62 209) 60%);
    z-index: 99;
    -webkit-box-shadow: 0 -1px 2px rgba(128,128,211,.75);
    -moz-box-shadow: 0 -1px 2px rgba(128,128,211,.75);
    box-shadow: 0 -1px 2px rgba(128,128,211,.75);
}

.M_float_social_inner {
    display: flex;
    flex-wrap: nowrap;
    margin: 0.07rem auto;
    text-align: center;
}

.M_float_social_inner>div {
    width: 33%;
    border-right: 1px solid #CBCFE1;
}

.M_float_social_inner>div:last-child {
    border-right: 0;
}

.M_float_social_inner img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.M_float_social_inner p {
    color: #fff;
    font-size: 0.16rem;
    margin-top: 3px;
    margin-bottom: 0.1rem;
}

.M_float_container {
    display: block;
    position: fixed;
    bottom: 1.0rem;
    right: 0.15rem;
    z-index: 90;
}

.M_float_container>div {
    margin-top: 0.1rem;
}

.M_float_container img {
    width: 0.25rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.M_float_container p {
    font-size: 0.13rem;
    text-align: center;
    color: #2A2A5D;
    background: #fff;
    line-height: 1em;
    padding: 2px;
    border-radius: 0.05rem;
}
.M_float_social_container a {
box-shadow: none;
text-decoration: none;
}








