/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: calc(100vw/750*100);
}

/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
    appearance: none;
    resize: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;

}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.24rem;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
}
.wrap {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
    background-color: #FFF;
}

.wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.zx_btn{
    width: 100%;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.2rem;
}
.zx_btn a{
    display:block;
    width: 2.36rem;
    height: 0.42rem;
    background:url(../images/dian.png) 0.25rem 0.13rem no-repeat #327ffe;
    background-size: 0.22rem 0.22rem;
    line-height: 0.42rem;
    text-align: left;
    text-indent: 0.83rem;
    font-weight: bold;
    color:#FFF;
    font-size: 0.19rem;
    border:0.02rem solid #327ffe;
    border-radius: 0.06rem;
    margin:0 auto 0.17rem;
}
.zx_btn a.phone2{
    background:url(../images/phone2.png) 0.18rem 0.11rem no-repeat #fdfffe;
    background-size: 0.2rem 0.2rem;
    border:0.02rem solid #f56d2f;
    color: #f56d2f;
    text-indent: 0.66rem;
}
.zx_btn::after{
    position: absolute;
    content: '';
    width: 1.28rem;
    height: 1.31rem;
    background: url(../images/hand.png) no-repeat;
    background-size: 100% 100%;
    left: 63%;
    top: 0px;
}
.same_tit{
    width: 100%;
    overflow: hidden;
}
.same_tit h3{
    position: relative;
    color:#000000;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.44rem;
    text-align: center;
}
.same_tit h3 i{
    font-style: normal;
    color:#fca43c;
}
.same_tit h3::before{
    position: absolute;
    bottom: 0px;
    content: '';
    width: 3.09rem;
    height: 0.02rem;
    background: #d2d2d2;
    left: 50%;
    margin-left: -1.5rem;
}
.same_tit h3::after{
    position: absolute;
    content: '';
    width: 1rem;
    height: 0.02rem;
    background: #f56f31;
    left: 50%;
    margin-left: -0.5rem;
    bottom: 0;
}
.same_tit p{
    text-align: center;
    padding:0.03rem 0 0;
    color: #262d3f;
    font-size: 0.14rem;
    line-height: 0.24rem;
}
.same_tit p i{
    display: block;
    font-style: normal;
}
.tsdx{
    width: 89.33%;
    margin: 0 auto;
    overflow: hidden;
}
.tsdx dl{
    float: left;
    width: 1.6rem;
    overflow: hidden;
    margin-right: 0.1rem;
    padding-top: 0.8rem;
}
.tsdx dl:nth-last-child(1){
    margin-right: 0px;
}
.tsdx dl dt{
    text-align: center;
    line-height: 0.5rem;
    font-weight: bold;
    font-size: 0.16rem;
}
.tsdx dl dd p{
    width: 100%;
    padding-left: 0.04rem;
    font-size: 0.14rem;
    line-height: 0.25rem;
    text-align: left;
    color: #000000;
}
.tsdx dl dd p i{
    font-style: normal;
    display: block;
    margin-left: 0.1rem;
}
.tsdx dl dd p em{
    font-style: normal;
    color:#FFF;
}
.zx_btn2{
    padding:0.36rem 0 0.3rem;
}
.zx_btn2::after{
    display: none;
}
.zx_btn2 a{
    display: inline-block;
    margin-right: 0.43rem;
    box-shadow: #ebfdf9 0 10px 10px;
}
.zx_btn2 a.phone2{
    margin: 0;
    box-shadow: none;
}
.chose{
    width: 6.7rem;
    overflow: hidden;
    margin: 0 auto;
}
.chose dl{
    float: left;
    width: 25%;
    overflow: hidden;
    height: 0.96rem;
    position: relative;
}
.chose dl::after{
    position: absolute;
    content: '';
    width: 0.01rem;
    top: 0;
    right: 0;
    height: 100%;
    background: #150c04;
}
.chose dl:nth-last-child(1)::after{
    display: none;
}
.chose dl dt{
    text-align: center;
    height: 0.68rem;
    display: flex;
    justify-content: center;;
    align-items: center;
}
.chose dl:nth-child(1) dt img{
    display:inline-block;
    width: 0.61rem;
    height: 0.36rem;
}
.chose dl:nth-child(2) dt img{
    display:inline-block;
    width: 0.55rem;
    height: 0.41rem;
}
.chose dl:nth-child(3) dt img{
    display:inline-block;
    width: 0.4rem;
    height: 0.41rem;
}
.chose dl:nth-child(4) dt img{
    display:inline-block;
    width: 0.46rem;
    height: 0.4rem;
}
.chose dl dd{
    text-align: center;
    color:#464646;
    font-size: 0.16rem;
    line-height: 0.26rem;
}

.mskc{
    width: 90.2%;
    margin: 0 auto;
    overflow: hidden;
}
.mskc table{
    width: 100%;
    text-align: center;
}
.mskc table tr th{
    color:#FFF;
    font-weight: bold;
    font-size: 0.2rem;
    height: 0.64rem;
}
.mskc table tr th:nth-child(1){
    width: 2.51rem;
}
.mskc table tr th:nth-child(2){
    width: 2.69rem;
}
.mskc table tr th i{
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-style: normal;
}
.mskc table tr td{
    text-align: left;
    padding-left: 0.24rem;
    color:#464646;
    font-size: 0.14rem;
    position: relative;
    height: 0.33rem;
}
.mskc table tr td img{
    position: absolute;
    width: 0.48rem;
    height: 0.24rem;
    left: 1.82rem;
    top: 50%;
    transform: translateY(-50%);

}
.mskc table tr:nth-child(2) td{
    height: 0.63rem;
}
.one{
    width: 100%;
    margin: 0 auto;
    overflow:hidden;
}
.one table{
    float: left;
    width: 50%;
    overflow: hidden;
    text-align: center;
}
.one table tr th{
    color:#FFF;
    font-size: 0.22rem;
    font-weight: bold;
    border-bottom: 4px solid transparent;
    height: 0.4rem;
}
.one table tr td{
    height: 0.5rem;
    color:#FFF;
    font-size: 0.16rem;
}
.one table tr:nth-child(2) th{
    height: 0.6rem;
}
.one table.one_rt tr td{
    color:#464646;
    font-size: 0.16rem;
    line-height: 0.18rem;
}
.fb{
    width: 100%;
    overflow: hidden;
}
.fb dl{
    float: left;
    width: 50%;
    overflow: hidden;
}
.fb dl dt{
    text-align: center;
    color:#FFF;
    font-weight: bold;
    font-size: 0.2rem;
    height: 0.47rem;
    line-height: 0.47rem;
}
.fb dl dd{
    padding-top: 0.12rem;
    padding-left: 1.06rem;
    box-sizing: border-box;
}
.fb dl dd p{
    line-height: 0.33rem;
    font-size: 0.14rem;
    color:#464646;;
}
.fb dl dd p i{
    font-style: normal;
    color:#317eff;
}
.fb dl dd p img{
    display: inline-block;
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.08rem;
    vertical-align: middle;
}
.fb dl.rt dd{
    padding: 0;
    text-align: center;
    padding-top: 0.17rem;
}
.fb dl.rt dd h5{
    color:#f69a41;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.22rem;
    margin-bottom: 0.06rem;
}
.fb dl.rt dd p{
    color:#464646;
    font-size: 0.14rem;
    line-height: 0.16rem;
    margin-bottom: 0.14rem;
}
.online{
    width: 96%;
    margin: 0.33rem auto 0;
    overflow: hidden;
}
.online dl{
    float: left;
    width: 1.7rem;
    height: 1.11rem;
    border:1px solid #131313;
    border-radius: 8px;
    margin-right: 0.06rem;
}
.online dl:nth-last-child(1){
    margin-right: 0px;
}
.online dl dt{
    width: 100%;
    height: 0.37rem;
    line-height: 0.37rem;
    color:#FFF;
    font-weight: bold;
    font-size: 0.16rem;
    background: linear-gradient(to bottom,#b9defc,#458cfe);
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
}
.online dl dd{
    color:#464646;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.16rem;
    height: 0.74rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms_box{
    width: 6.7rem;
    margin: 0.35rem auto 0;
    overflow: hidden;
}
#ms{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.06rem;
}
#ms span{
    float: left;
    width: 1.63rem;
    height: 2.26rem;
    overflow: hidden;
    margin-right: 0.05rem;
    opacity: 0.4;
}
#ms span.se{
    opacity: 1;
}
#ms span:nth-child(3){
    margin-right: 0px;
}
#ms_ct{
    width: 100%;
    overflow: hidden;
    border-radius: 0.14rem;
}
#ms_ct .ever{
    display: none;
}
#ms_ct .active{
    display: block;
}
.xq-box{
    width: 6.7rem;
    margin: 0 auto 0.34rem;
    overflow: hidden;
}
#xqhj{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#xqhj span{
    display:inline-block;
    width: 1.13rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.19rem;
    position:relative;
    color:#484848;
}
#xqhj span::before{
    position:absolute;
    content: '';
    width: 0.98rem;
    height: 0.09rem;
    background: #327ffe;
    opacity: .8;
    left: 50%;
    margin-left: -0.49rem;
    bottom:0.16rem;
    display: none;
}
#xqhj span.se::before{
    display: block;
}
#xqhj_ct{
    width: 100%;
    overflow: hidden;
}
#xqhj_ct .ever{
    display: none;
}
#xqhj_ct .active{
    display: block;
}