* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    width: 32rem;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

img {
    display: inline;
}

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.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: 5002;
	display: none;
}
.zybd .zybd_hide{
	position: absolute;
	width: 4rem;
	height: 4rem;
	left: 11.5rem;
	top: 35.5rem;
	padding: 0.5rem;
	z-index: 105;
}
.zybd .zybd_title{
	width: 27rem;
	height: 3rem;
	background-color: #f3231c;
	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:#f3231c;
	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: #f3231c;
	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: 5002;
    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: #f3231c;
    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: 36px;
    height: 45px;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    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.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: 5002 !important;
}

.foot_k {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
	max-height: 74px;
    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 {
    display: block;
}
.foot_ka img:nth-child(1) {
    width: 100%;
}
.foot_kb {
    width: 98%;
    margin-top: 5%;
    overflow: hidden;
    position: relative;
}
.foot_kb img {
    width: 89%;
    margin: 0 auto;
    display: block;
}

/*.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;
}*/

/*名校学府*/

.mxxf1 {
	width: 29.6rem;
	margin: 1.2rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #f1f1f1;
}
.mxxf1 img{
	width: 13.3rem;
	height: 8.9rem;
	display: block;
	margin: 1rem 0 1rem 1rem;
}

.mxxf1 .mxzx{
	width: 600px;
	padding: 1rem 0;
}
.mxxf1 .mxzx .mxzx1{
	width: 600px;
	text-align: center;
	font-size: 30px;
	line-height: 2;
	color: #ffea01;
	font-weight: bold;
}
.mxxf1 .mxzx .mxzx2{
	width: 500px;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: white;
	margin: 0 auto;
}
.mxxf1 .mxzx .mxzx3{
	width: 16rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background-color: #ffea01;
	color:#dd2432;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 3rem;
	margin: 0.8rem auto 0 auto;
	display: block;
}