* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    font-family: "寰敓鏂ゆ嫹閿熻剼鐚存嫹";
}

img {
    display: block;

}

a {
    text-decoration: none;
    outline: 0;
    color: #2a2a2a;
}

ul {
    list-style: none;
}

/*閿熸枻鎷烽敓鏂ゆ嫹澶�*/
.top_wsbm { }
.is-sticky { position: relative; z-index: 2; }
.top_wsbm,
.top_wsbm img {
    width: 32rem;
    height: auto;
    display: block;
}

.top {
    width: 32rem;
    height: 4rem;
    padding: 0.7rem 1rem 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.top .logo,
.top .logo img {
    width: 26rem;
    height: 2.8rem;
}

.top .caidan {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}

.top .caidan i {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #555;
}


/*閿熸枻鎷烽敓鏂ゆ嫹灏�*/
.bottomnav {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 32rem;
    border: 0.0625rem solid #f6f6f6;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    z-index: 999999999;
    height: 5rem;
}
.bottomnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 7.8125rem;
    background-color: #fff;
    z-index: 20;
}
.bottomnav a {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.125rem;
    color: #959595;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.bottomnav a img {
    margin-bottom: 0.3125rem;
    vertical-align: text-bottom;
    width: auto;
    height: auto;
}
.bottomnav a p {
    white-space: nowrap;
}
.bottomnav a.msg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.4375rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 6.4375rem;
    flex: 0 0 6.4375rem;
    height: 8.0375rem;
    margin-top: -1.48rem;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.footer {
    width: 32rem;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 1rem;
}

.footer_zytj,
.pub_form {
    width: 32rem;
    overflow: hidden;
    margin-top: 1rem;
    background: #fff;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_tit {
    width: 29.6rem;
    height: 3rem;
    margin-top: 1rem;
    border-bottom: 0.1rem solid #cfcfcf;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fe6d0d;
}

.footer_tit h3 {
    width: 24rem;
    height: 2rem;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #555;
    display: flex;
    justify-content: left;
    align-items: center;
}

.footer_tit h3 font {
    width: 7.8rem;
    height: 1.8rem;
    background: url(../images/tbq_1.png) no-repeat;
    background-size: cover;
    font-size: 1.05rem;
    line-height: 1.8rem;
    color: #fff;
    text-indent: 1rem;
    margin-left: 1rem;
}

.footer_zytj>a {
    width: 14.3rem;
    height: 5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1rem;
    border: 0.1rem solid #ccc;
    padding: 0.65rem;
}

.footer_zytj>a span {
    width: 3rem;
    height: 3rem;
    display: block;
    line-height: 3rem;
    text-align: center;
    background: #fe6601;
    border-radius: 1.2rem;
}

.footer_zytj>a span i {
    font-size: 2rem;
    color: #fff;
}

.footer_zytj>a p {
    font-size: 1.05rem;
    line-height: 1.5rem;
    color: #555;
    margin-left: 1rem;
}

.footer_zytj>a p font {
    font-size: 1.25rem;
    display: block;
}

.pub_form a {
    width: 9.8rem;
    overflow: hidden;
    display: block;
    margin-top: 1.5rem;
}

.pub_form a span {
    font-weight: bold;
    display: block;
    border: 0.1rem solid #fe6601;
    color: #fe6601;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
}

.pub_form a p {
    width: 9.8rem;
    font-size: 1.05rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 0.5rem;
    color: #555;
}

.pub_form form {
    width: 29.6rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.pub_form form>div {
    width: 29.6rem;
    height: 3.4rem;
    margin-top: 1.2rem;
    position: relative;
}

.pub_form form>div span:first-child {
    width: 3.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border-right: 0.1rem solid #999;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.pub_form form>div span:first-child i {
    font-size: 2rem;
    color: #888;
}

.pub_form form>div input,
.pub_form form>div select {
    width: 29.6rem;
    height: 3.4rem;
    font-size: 1.3rem;
    border: 0.1rem solid #e4e4e4;
    background: #f4f4f4;
    border-radius: 0.3rem;
    outline: none;
    text-indent: 4rem;
    -webkit-appearance: none;
}

.pub_form form>div select option {
    text-align: center;
}

.pub_form form>div span:last-child {
    width: 3.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.pub_form form>div span:last-child i {
    font-size: 1.2rem;
    color: #555;
}

.pub_form form>p {
    width: 29.6rem;
    height: 1.8rem;
    margin: 0.8rem 0;
    font-size: 1.05rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9e9e9e;
}

.pub_form form>p i {
    font-size: 1rem;
    color: #fe6601;
    margin-right: 0.5rem;
}

.pub_form form>input {
    width: 29.6rem;
    height: 3.2rem;
    background: #fe6601;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    color: #fee700;
    outline: none;
    -webkit-appearance: none;
}

.copyright {
    width: 32rem;
    overflow: hidden;
    background: #fff;
    margin-top: 1rem;
    padding: 1rem 1.2rem 10rem 1.2rem;
    color: #555;
    text-align: center;
}

.copyright h4 {
    width: 30rem;
    height: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}

.copyright p {
    font-size: 1.1rem;
    line-height: 2rem;
}

.copyright a {
    width: 30rem;
    height: 2rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright a img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
}

.copyright a span {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
}

.foot_nav {
    width: 32rem;
    height: 3.6rem;
    position: fixed;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    color: #fff;
    z-index: 109;
}

.foot_nav a {
    width: 10.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    display: block;
    color: #fff;
    text-align: center;
    background: #ff7400;
}

.foot_nav a i {
    font-size: 1.5rem;
    line-height: 3.6rem;
    margin-right: 0.5rem;
}

.foot_nav a:nth-child(2) {
    background: #ff5a00;
}


/*寰敓鑴氱鎷烽敓鏂ゆ嫹*/

.weixin {
    width: 32rem;
    height: 5rem;
    padding: 0.5rem;
    z-index: 110;
    position: fixed;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
}

.weixin_box {
    width: 31rem;
    height: 4rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .25);
    display: flex;
    justify-content: space-between;
}

.weixin_box img {
    width: 3rem;
    height: 3rem;
}

.weixin_box>div {
    width: 26rem;
    height: 3rem;
}

.weixin_box>div p:first-child {
    width: 25rem;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.1rem;
}

.weixin_box>div p:first-child b {
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #555;
}

.weixin_box>div p:first-child span {
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #999;
}

.weixin_box>div p:last-child {
    font-size: 1.05rem;
    line-height: 1.3rem;
    color: #999;
}
/*娑撴挷绗熺悰銊ュ礋*/
.zybd{
    width: 27rem;
    position: fixed;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0px 10px 100px 1px #555333;
    z-index: 105;
    display: none;
}
.zybd .zybd_hide{
    position: absolute;
    width: 4rem;
    height: 4rem;
    left: 11.5rem;
    top: 42.5rem;
    padding: 0.5rem;
    z-index: 105;
}
.zybd .zybd_title{
    width: 27rem;
    height: 3rem;
    background-color: #0e80f3;
    color: white;
    text-align: center;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.zybd .zybd_list{
    width: 27rem;
    height: 7rem;
    display: flex;
    padding: 0.5rem;
    border-bottom: 1px solid #e2e2e2;
}
.zybd .zybd_list img{
    width:10rem ;
    height: 6rem;
    display: block;
    margin-right: 0.5rem;
}
.zybd .zybd_con{
    width: 15.5rem;
    height: 6rem;
}
.zybd .zybd_con1{
    width: 15.5rem;
    height: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
}
.zybd .zybd_con1 span{
    font-size: 1rem;
    color: red;
}
.zybd .zybd_con2{
    width: 15.5rem;
    height: 2rem;
    line-height: 2rem;
}
.zybd .zybd_con3{
    width: 13rem;
    height: 2rem;
    display: flex;
    justify-content: space-between;
}
.zybd .zybd_con_btn1{
    width: 6rem;
    height: 1.6rem;
    margin-top: 0.2rem;
    background-color: #f5f0ed;
    text-align: center;
    line-height: 1.6rem;
    border-radius: 2rem;
    display: block;
}
.zybd .zybd_con_btn2{
    width: 6rem;
    height: 1.6rem;
    margin-top: 0.2rem;
    background-color:#0e80f3;
    text-align: center;
    line-height: 1.6rem;
    color: white;
    border-radius: 2rem;
    display: block;
}
.zybd .zybd_btn{
    width: 15rem;
    height: 2.5rem;
    left: 2.5rem;
    background-color: #0e80f3;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem auto;
    border-radius: 2.5rem;
    color: white;
    display: block;
}
/*瀛﹂敓绐栫鎷烽敓鏂ゆ嫹*/

.xf_tc {
    width: 27rem;
    position: fixed;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    overflow: hidden;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0px 10px 100px 1px #555333;
    z-index: 105;
    display: none;
}

.xf_tc_img {
    width: 27rem;
    height: 8.5rem;
}

.xf_yhje {
    width: 27rem;
    height: 3.5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    line-height: 3.5rem;
    color: #fff;
    background: linear-gradient(top left, #f6433e, #ff6d4b);
    background: -ms-linear-gradient(top left, #f6433e, #ff6d4b);
    background: -webkit-linear-gradient(top left, #f6433e, #ff6d4b);
    background: -moz-linear-gradient(top left, #f6433e, #ff6d4b);
}

.xf_yhje font {
    color: #FFFF00;
}

.xf_tc_hide {
    position: absolute;
    width: 3rem;
    height: 3rem;
    right: 0;
    top: 0;
    padding: 0.5rem;
}

.xf_tc_tit {
    width: 24rem;
    margin: 0.5rem auto;
    font-size: 1.25rem;
    line-height: 2.2rem;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

/*.xf_tc_on {
    background-color: #ff7827;
    color: #ffffff;
}*/
.inpu_box { padding: 0 30px; }
.inpu_box span { width: 20%; padding-right: 10px; font-size: 1.1rem; display: inline-block; }
.xf_tc_tel {
    width: 78%;
    height: 2.6rem;
    color: #555;
    font-size: 1.3rem;
    text-indent: 1rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    box-sizing: border-box;
    outline: none;
    margin-top: 20px;
    border-radius: 5rem;
    background: #efefef;
    -webkit-appearance: none;
}

.xf_tc ul {
    width: 24rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xf_tc ul li {
    width: 7.8rem;
    font-size: 1.2rem;
    padding: 0;
    float: left;
    font-weight: bold;
    color: #e22b01;
    text-align: center;
    border-radius: 0.3rem;
}
.xf_tc ul li i {
    display: block;
    background: url(../images/icon_xz.png) no-repeat;
    width: 1.3rem;
    background-size: 1.3rem;
    height: 1.3rem;
    float: left;
    margin-top: 3px;
}
.xf_tc ul li:nth-child(n+4) {
    margin-top: 0.8rem;
}

.xf_tc_submit {
    display: block;
    width: 24rem;
    margin: 1.5rem auto 2rem auto;
    color: #fff;
    background: #0e80f3;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 40%);
}
.xf_show {
    position: fixed;
    right: 2%;
    bottom: 20rem;
    z-index: 104;
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5rem;
    background: #ff7827;
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 2rem;
    box-shadow: 0px 0px 5px 1px #727272;
    animation-iteration-count: infinite;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*閿熸枻鎷烽敓绐栫數璇�*/

.tel_show {
    position: fixed;
    right: 0;
    bottom: 29rem;
    z-index: 100;
    width: 2.2rem;
    height: 8.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.1rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #4287f5;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.tel_show i {
    font-size: 1.2rem;
}

#view-3d {
    width: 24rem;
    height: 24rem;
    display: none;
    position: fixed;
    z-index: 104;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.centerbox {
    width: 24rem;
    height: 24rem;
    border-radius: 1rem;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    -webkit-box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    -moz-box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    -ms-box-shadow: 0 0 2rem rgba(10, 2, 4, .75);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform: translateZ(999px);
    -webkit-transform: translateZ(999px);
    -moz-transform: translateZ(999px)
}

.centerbox .mfdh {
    width: 24rem;
    height: 12.85rem;
    background: url(../images/mfdh_1.jpg) no-repeat;
    background-size: 100%;
    border-top-left-radius: 1rem;
}

.centerbox .mfdh h4 {
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    padding-top: 1.8rem;
    text-shadow: 0 0 0.2rem #555;
}

.centerbox .mfdh div {
    width: 19rem;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 1.2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerbox .mfdh div p {
    width: 8.4rem;
    height: 2rem;
    padding: 0 0.2rem;
    line-height: 2rem;
    background: #fff;
    color: #ff3542;
    margin-left: 0.2rem;
}

.boxshow {
    animation: cshow 2s forwards linear;
    -webkit-animation: cshow 2s forwards linear;
    -moz-animation: cshow 2s forwards linear
}

@keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

.boxclose {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

#view-3d form {
    width: 22rem;
    overflow: hidden;
    margin: 1.5rem auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#view-3d form input:first-child {
    width: 14rem;
    height: 2.4rem;
    line-height: 2.2rem;
    border: 0.1rem solid #8a23cb;
    text-indent: 1em;
    font-size: 1.2rem;
    color: #646464;
    outline: none;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    webkit-border-top-left-radius: 1.2rem;
    webkit-border-bottom-left-radius: 1.2rem;
    -moz-border-top-left-radius: 1.2rem;
    -moz-border-bottom-left-radius: 1.2rem;
    -ms-border-top-left-radius: 1.2rem;
    -ms-border-bottom-left-radius: 1.2rem;
    -o-border-top-left-radius: 1.2rem;
    -o-border-bottom-left-radius: 1.2rem;
}

#view-3d form input:nth-child(2) {
    width: 8rem;
    background: #8a23cb;
    font-size: 1.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    webkit-border-top-right-radius: 1.2rem;
    webkit-border-bottom-right-radius: 1.2rem;
    -moz-border-top-right-radius: 1.2rem;
    -moz-border-bottom-right-radius: 1.2rem;
    -ms-border-top-right-radius: 1.2rem;
    -ms-border-bottom-right-radius: 1.2rem;
    -o-border-top-right-radius: 1.2rem;
    -o-border-bottom-right-radius: 1.2rem;
}

#view-3d span {
    width: 22rem;
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
    color: #2b2b2b;
    margin: 1.2rem auto 0 auto;
}

.egglink {
    width: 6rem;
    position: fixed;
    left: 1.5%;
    bottom: 8rem;
    z-index: 100;
    animation-iteration-count: infinite;
    animation-name: doudong;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes doudong {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes doudong {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.egglink img {
    width: 6rem;
}


/* 鍦ｉ敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹 */

.popupbox {
    width: 18.8rem;
    height: 23.25rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100;
}

.popup-close {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #fff;
}


/* 閿熸枻鎷烽敓閰靛尅鎷烽敓鏂ゆ嫹閫氶敓濮愮骇 */

.ks_ol_comm_div,
.ks_ol_comm_div sharp {
    z-index: 110 !important;
}

.foot_k {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    max-width: 540px;
    background: #fff;
    box-shadow: 0px -5px 10px #aaa;
    -webkit-box-shadow: 0px -4px 10px #bbb;
    -moz-box-shadow: 0px -4px 10px #bbb;
    -o-box-shadow: 0px -4px 10px #bbb;
    -ms-box-shadow: 0px -4px 10px #bbb;
    z-index: 9;
}

.layui-col-xs1, .layui-col-xs10, .layui-col-xs11, .layui-col-xs12, .layui-col-xs2, .layui-col-xs3, .layui-col-xs4, .layui-col-xs5, .layui-col-xs6, .layui-col-xs7, .layui-col-xs8, .layui-col-xs9 {
    float: left;
}
.layui-col-xs2 {
    width: 16.66666667%;
}
.foot_kt {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.foot_kt img {
    width: 40%;
    margin: 5% auto;
    display: block;
}
.layui-col-xs4 {
    width: 33.33333333%;
}
.foot_ka {
    width: 98%;
    margin-top: 5%;
    overflow: hidden;
    position: relative;
}
.dbrilt {
    width: 20%;
    position: absolute;
    top: 22%;
    left: 19%;
}


.foot_ka img:nth-child(2) {
    animation-iteration-count: infinite;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.c2ti1 {
    border-bottom: 2px solid #ffd450
}

.c2ti2 {
    color: black;
}

.c2nei1 ul li {
    float: left;
    width: 49.33333%;
    margin-bottom: .5rem;
}

.c2nei1 ul li img {
    width: 95%;
    display: block;
    margin: auto
}

.xia2ri a {
    background: #ffd450;
    color: #000
}
.title {
    width: 90%;
    overflow: hidden;
    margin: 0.3rem 5% 0 5%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #8b8889;
}

.title p {
    font-size: .4rem;
    line-height: .8rem;
    text-align: center;
    color: #fff;
    background: #FE8417;
    letter-spacing: 1px;
}

.kao_h2{
    width: 80%;
    line-height: 0.4rem;
    margin: 0.2rem 10% 0 10%;
    padding-bottom: 0.5rem;
    font-size: .3rem;
    text-align: center;
    font-weight: normal;
    /* border-bottom: 1px solid #666; */
}

.zhengshu_box_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: .5rem;
}

.zhengshu_box_list>div {
    width: 48%;
}

.zhengshu_box {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1.2rem;
}

.zhengshu_box>p {
    width: 100%;
    height: 2rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    background: rgba(77, 77, 77, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}

.zhengshu_box>span {
    width: 80%;
    height: 2.5rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    display: block;
    position: absolute;
    left: 10%;
    top: 20%;
}

.zhengshu_box>span p:first-child {
    border-bottom: 1px solid #fff;
}

.kzqs {
    width: 100%;
    overflow: hidden;
    margin-top: .5rem;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
}

.box_content {
    width: 90%;
    margin: 0.8rem 5%;
}

.box_content h3 {
    width: 80%;
    height: 1rem;
    margin: 0 10%;
    background: #f8f9fb;
    font-size: 0.4rem;
    line-height: 1rem;
    color: #4d4d4d;
    text-align: center;
    letter-spacing: 2px;
}

.box_content h3 font {
    color: #fb3e1e;
}

.box_content>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -.8rem;
}

.box_content>div span {
    width: 45%;
    margin-top: 0.8rem;
}

.box_content>div span .p1 {
    width: 100%;
    height: .5rem;
    line-height: 0.5rem;
    font-size: .3rem;
    text-align: center;
    margin-top: 0.2rem;
    color: #f8f9fb;
    font-weight: bold;
}

.box_content>div span .p1 i {
    width: .4rem;
    height: .4rem;
    margin-top: 0.1rem;
    margin-right: 0.5rem;
    display: block;
    float: left;
    background: #fcff11;
}

.box_content>div span .p2 {
    width: 95%;
    height: 0.6rem;
    margin-right: 5%;
    line-height: 0.6rem;
    font-size: .4rem;
    text-align: right;
    color: #f8f9fb;
}

.p3 {
    width: 100%;
    height: 2.1rem;
    display: block;
    background: #fb3e1e;
    border-bottom: 2px solid #a61800;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #f8f9fb;
    margin-top: 0.6rem;
}

.p3 img {
    width: 1.2rem;
    height: 1.2rem;
    float: left;
    margin: 0.5rem 0.5rem 0 2rem;
}
.p4 {
    display: block;
    width: 90%;
    height: .8rem;
    text-align: center;
    background: #ff5a00;
    border-bottom: 2px solid #ff5a00;
    font-size: 0.35rem;
    line-height: .8rem;
    color: #f8f9fb;
    margin: .5rem 5% 0 5%;
    border-radius: .5rem;
}
.yongchu {
    width: 90%;
    overflow: hidden;
    margin: 1.5rem 5%;
    margin-top: 0;
}

.yongchu h3 {
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.5rem;
    text-align: center;
    letter-spacing: 2px;
    color: #4d4d4d;
}

.yongchu>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.yongchu>div span {
    width: 45%;
}

.yongchu>div span .p1 {
    width: 100%;
    height: .6rem;
    display: block;
    background: #fee42d;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #2a2a2a;
    text-align: center;
    margin-top: 0.5rem;
}

.yongchu>div span .p2 {
    width: 100%;
    height: .5rem;
    display: block;
    background: #f5f3fe;
    font-size: .3rem;
    line-height: 0.5rem;
    color: #7c7c7e;
    text-align: center;
}

.yongchu>div span .p2 font {
    color: #fb3e1e;
}

.yongchu>div span .p3 {
    margin-top: 1.5rem;
}

.zytj {
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
}

.prof_content {
    width: 90%;
    margin: 1.5rem 5%;
}

.prof_content h3 {
    width: 80%;
    height: 2.4rem;
    margin: 0 10%;
    background: #f8f9fb;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4d4d4d;
    text-align: center;
    letter-spacing: 2px;
}

.prof_content>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prof_list {
    width: 45%;
    margin-top: 1rem;
}

.prof_list .prof_box>img {
    margin-top: 1.2rem;
}

.prof_list a p {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.8rem;
    color: #fff;
    margin-top: 0.6rem;
}

.prof_list a p b {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

h3 {
    width: 100%;
    font-size: .5rem;
    color: #2a2a2a;
    text-align: center;
    margin-top: 0.5rem;
}

h3 font {
    color: #fb3e1e;
}

.ask {
    width: 90%;
    background: #f5cf4c;
    margin: .5rem 5% 0 5%;
    border-top: 1px solid #826a2d;
    border-left: 1px solid #826a2d;
    border-right: 1px solid #826a2d;
    padding: 0.5rem 0 1rem 0;
    position: relative;
    box-sizing: border-box;
    margin-bottom: .5rem;
}
.ask .p1{
    font-size: .4rem;
    text-align: center;
    color: #2a2a2a;
    font-weight: bold;
    letter-spacing: 2px;
}
.ask a{
    width: 95%;
    margin: 0.3rem 0 0 5%;
    overflow: hidden;
    display: block;
}
.ask a .p2{
    font-size: .4rem;
    line-height: .5rem;
    color: #2a2a2a;
}
.askleft{
    position: absolute;
    left: 5%;
    top: -12%;
}
.askright{
    position: absolute;
    right: 5%;
    top: -12%;
}

.icon {
    width: 1rem;
    margin: .5rem auto .2rem;
}
.tit {
    text-align: center;
}
.ztit {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .2rem;
    margin-top: .4rem;
}
.entit {
    font-size: .32rem;
    color: #999;
    text-transform: uppercase;
    margin-bottom: .4rem;
}
.content2 .cbox, .content7 .cbox {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.content7 .cbox .li1 {
    width: 49%;
    margin-bottom: 2%;
    float: left;
    padding-left: .15rem;
}
.mdbanner {
    margin: .2rem auto;
}
.content7 .cbox .des {
    font-size: .3rem;
    text-align: left;
    line-height: 0.5rem;
    padding: 0 1em;
    margin-bottom: .4rem;
    /* letter-spacing: 0.2rem; */
}
.content7 .cbox .des span {
    font-size: .3rem;
    color: #e61111;
}
.cbox .des span {
    text-align: center;
}
.zx_btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-left: 0.35rem;
}
.zx_btn a {
    display: block;
    width: -webkit-calc(49% - 2px);
    float: left;
    border: 1px solid #ff5a00;
    background: #ff5a00;
    font-size: .3rem;
    line-height: 2.5;
    color: #fff;
    border-radius: .45rem;
    text-align: center;
    /*! margin-bottom: 1rem; */
    width: 44%;
}
.zx_btn a:nth-of-type(2n) {
    margin-left: 2%;
    color: #ff5a00;
    background: #fff;
}

.content img{
    width: 100%;
}
.cert_questions {
    width: 100%;
    background-color: #e8e8f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
}

.cert .title_borderTop,.cert .title_borderBottom {
    width: 0.6rem;
    height: 0.03rem;
    background-color: #bcbcde;
    position: relative;
}
.title p {
    /* position: relative; */
    /* color: white; */
}
.cert .title_borderTop::before,.cert .title_borderBottom::before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    background-color: #bcbcde;
    transform: rotate(
            -60deg
    );
    top: 0.18rem;
    left: -0.3rem;
}
.cert .title_borderTop::after,.cert .title_borderBottom::after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.03rem;
    background-color: #bcbcde;
    transform: rotate(
            60deg
    );
    top: 0.18rem;
    left: auto;
    right: -0.3rem;
}
.title p::after {
    content: "";
    display: block;
    background-color: #BE9865;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.title_info {
    font-size: 0.35rem;
    font-weight: bold;
    padding: 0.35rem 0;
}
.title_borderBottom {
    position: relative;
    transform: rotate(
            180deg
    );}
.title_borderTop,.cert .title_borderBottom {
    width: 0.6rem;
    height: 0.03rem;
    background-color: #bcbcde;
    position: relative;
}
.cert_questions_c {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: .3rem;
}
.cert_questions_c_item {
    width: 3.4rem;
    height: 1.31rem;
    margin: 0.15rem;
    font-size: 0.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cert_questions_c_item p {
    margin: 0.05rem 0;
}
.cert_questions_c_item a {
    padding: 0.05rem 0.2rem;
    border-radius: 0.25rem;
    background-color: #ff5a00;
    color: #fff;
    font-size: 0.2rem;
}


.cert_form {
    background: url(../images/cert-form-bg-m.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
}
.cert_form_c {
    font-size: 0.2rem;
}
.cert_form_c_item input {
    margin-top: .2rem;
    padding-left: 0.3rem;
    background-color: #fff;
}

.cert_form_c_item button {
    background-color: #ff5a00;
    margin: 0.2rem 0;
    font-size: 0.24rem;
    color: #fff;
}
.cert_form_c_item input, .cert_form_c_item button {
    border: none;
    width: 6.5rem;
    height: 0.7rem;
    border-radius: 0.35rem;
}

.cert_resource {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cert_resource_c {
    margin: 0 0.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cert_resource_c_item {
    width: 50%;
    height: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cert_resource_c_item_thumb img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
    display: block;
}
.cert_resource_c_item_thumb {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    padding: 0.1rem;
    box-sizing: content-box;
    border: 1px dashed #ff5a00;
}
.cert_resource_c_item_info {
    padding: 0.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cert_resource_c_item_info span {
    font-size: 0.28rem;
    font-weight: bold;
    margin: 0.1rem 0;
}
.cert_resource_c_item_info p {
    font-size: 0.2rem;
    color: #444;
}