/* 禁用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;
}
.anchor{
    width: 100%;
    background: url(../images/ywinwap_03.jpg) top left no-repeat;
    height: 1.49rem;
    background-size: 100% 100%;
    text-align: center;
    padding:0 20%;
    box-sizing: border-box;
}
.anchor a{
    display: inline-block;
    width: 1.74rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    color:#5198e7;
    font-size: 0.27rem;
    background: #FFF;
    border-radius: 0.1rem;
    box-shadow: #5198e7 2px 2px 2px;
    margin:0 0.24rem 0.12rem 0;
}
.anchor a:nth-child(2),
.anchor a:nth-child(4){
    margin-right: 0px;
}
.zx_btn{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.zx_btn a{
    display:inline-block;
    width: 2.22rem;
    height: 0.43rem;
    background: url(../images/zx_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    line-height: 0.43rem;
    text-align: left;
    text-indent: 0.94rem;
    font-weight: bold;
    font-size: 0.18rem;
    margin-right: 0.28rem;
}
.zx_btn a.phone{
    width: 2.11rem;
    height: 0.38rem;
    line-height: 0.38rem;
    border:0.02rem solid #46aef7;
    border-radius: 0.13rem;
    background:url(../images/phone_bt.png) 0.32rem 0.11rem no-repeat #FFF;
    background-size: 0.17rem 0.18rem;
    color:#46aef7;
    text-indent: 0.64rem;
}
.intro{
    width: 6.73rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0.16rem;
    line-height: 0.26rem;
    color:#FFF;
    padding:0.18rem 0.1rem 0 0.15rem;
    box-sizing: border-box;
}
.intro i{
    color:#1570b1;
    font-style: normal;
    text-decoration: underline;
}
.same_tit{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.same_tit h2{
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.24rem;
    color:#FFF;
    text-shadow: #4095c8 2px 2px 2px;
}
.more {
    width: 6.73rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.09rem 0.14rem 0 1.68rem;
    box-sizing: border-box;
}

.more p {
    line-height: 0.25rem;
    color: #565656;
    font-size: 0.16rem;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 1rem;
    box-sizing: border-box;
}
.same_tit p{
    height: 0.7rem;
    line-height: 0.27rem;
    color:#0f5987;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mskc {
    width: 6.73rem;
    margin: 0 auto;
    overflow: hidden;
}

.mskc table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.mskc table tr th {
    height: 0.58rem;
    color: #FFF;
    font-size: 0.2rem;
    font-weight: bold;
}

.mskc table tr td {
    height: 0.35rem;
    color: #464646;
    font-size: 0.16rem;
}
.mskc table tr:nth-child(even) td{
     height: 0.3rem;
}
.mskc table tr:nth-child(2) td {
    height: 0.44rem;
}
.mskc table tr:nth-child(3) td {
    height: 0.28rem;
}
.mskc table tr:nth-child(9) td {
    height: 0.38rem;
}

.mskc table tr td:nth-child(1) {
    text-align: left;
    padding-left: 0.65rem;
}

.fb{
    width: 6.73rem;
    margin: 0 auto;
    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: 0.5rem;
    box-sizing: border-box;
}
.fb dl dd p{
    line-height: 0.36rem;
    font-size: 0.14rem;
    color:#464646;;
}
.fb dl dd p i{
    font-style: normal;
    color:#46aef7;
}
.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.08rem;
}
.fb dl.rt dd p{
    color:#464646;
    font-size: 0.14rem;
    line-height: 0.17rem;
    margin-bottom: 0.18rem;
}
.online {
    width: 6.73rem;
    margin: 0 auto;
    overflow: hidden;
}

.online dl {
    float: left;
    width: 2.11rem;
    margin-right: 0.18rem;
    overflow: hidden;
}

.online dl dt {
    width: 100%;
    color: #FFF;
    font-size: 0.17rem;
    line-height: 0.5rem;
    font-weight: bold;
    text-align: center;
}

.online dl dd {
    height: 1.65rem;
    padding-left: 0.72rem;
    box-sizing: border-box;
    display: flex;
    font-size: 0.16rem;
    color: #46aef7;
    line-height: 0.32rem;
    justify-content: left;
    align-items: center;
}

.online dl:nth-child(2) dd {
    padding-left: 0.94rem;
    height: 1.58rem;
}

.online dl:nth-child(3) {
    margin-right: 0;
}

.online dl:nth-child(3) dd {
    padding-left: 0.83rem;
    height: 1.68rem;
}
#ms{
    width: 6.73rem;
    margin: 0 auto;
    overflow: hidden;
}
#ms span{
    float: left;
    width: 1.64rem;
    height: 2.28rem;
    overflow: hidden;
    margin-right: 0.05rem;
    opacity: 0.3;
}
#ms span:nth-last-child(1){
    margin-right: 0px;
}
#ms span.se{
    opacity: 1;
}
#ms_ct{
    width: 100%;
    overflow: hidden;
}
#ms_ct div img{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#ms_ct div.ever{
    display:none;
}
#ms_ct div.active{
    display: block;
}

.gf {
    width: 6.73rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.xq-box{
    width: 6.7rem;
    margin: 0 auto ;
    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: #eea71d;
    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;
}