* {
    margin: 0;
    padding: 0;
    font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}
html,
body {
    height: 100%;
}

img {
    vertical-align: top;
}
body {
    background: url(../images/bj.jpg) no-repeat top center;
    background-size: 100%;
}
.header {
    margin: 0 15%;
    margin-top: 60%;
    float: left;
    width: 70%;
    line-height: 0.5rem;
}
.header .sar {
    background: url(../images/sar.png) no-repeat left center;
    background-size: 40%;
    line-height: 40px;
    padding-left: 40%;
}
.header a {
    margin: 1% 0;
    border: 2px solid #144dbd;
    display: inline-block;
    padding: 8px 0;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    width: 98.5%;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to bottom, #03a0de, #0068c7);
    font-size: 0.35rem;
}
.center {
    margin: 5% 5%;
    float: left;
    width: 90%;
}
.center a {
    float: left;
    text-align: center;
    width: 25%;
    text-decoration: none;
}
.center a img {
    width: 90%;
}
.center a span {
    display: block;
    background: #0086fc;
    border-radius: 5px;
    margin: 5% 15% 0 15%;
    color: #ffffff;
    padding: 4px 0;
    font-size: 0.25rem;
    letter-spacing: 2px;
}
.footer {
    margin: 0 5%;
    padding-bottom: 20px;
    float: left;
    width: 90%;
}
.footer .list {
    margin-top: 3%;
    float: left;
    width: 100%;
}
.footer .no {
    height: 42px;
    font-weight: bold;
}
.footer .no span {
    color: #ffffff;
    font-size: 250%;
    background: url(../images/nobg.png) no-repeat center center;
    display: block;
    float: left;
    width: 12%;
    padding-left: 3%;
    background-size: 70%;
    height: 42px;
    line-height: 42px;
    font-style: italic;
}
.footer .no i {
    width: 85%;
    color: #4da1ec;
    line-height: 35px;
    padding-top: 7px;
    display: block;
    float: left;
    font-size: 140%;
}
.footer .img {
    background: #ecf1f7;
    border-radius: 10px;
    width: 94%;
    padding: 3%;
    margin-top: 2%;
}
.footer .img img {
    width: 100%;
}

.customer_btn {
    top: 0.2rem;
    right: -0.8rem;
    max-width: 1.8rem;
    width: 100%;
    height: 0.5rem;
}

.guid{
    padding: 0 .3rem;
    z-index: 99;
    display: block;
    box-sizing: border-box;
}
.guid img{
    max-width: 100%;
}
.guid-1 {
    position: relative;
    padding: .2rem .5rem 0 1rem;
    
}
.guid-1 img {
    margin-left: -0.5rem;
    margin-top: 0;
}
.guid-1 .guid-close{
    position: absolute;
    right: .2rem;
    top: .15rem;
    width: .5rem;
}
.guid-2 {
    margin-top: -0.4rem;
}
.guid-3 img{
    width: 40%;
    margin: 0 auto;
    display: block;
}
.guid-4 img{
    width: 40%;
    margin: 0 auto;
    display: block;
}
.guid-bottom{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes tada {
    from, to {
        -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)
    }
}

@keyframes tada {
    from, to {
        -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)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.footer_fixed {
    width: 101%;
    min-height: 1.5rem;
    background: rgba(255, 255, 255, 0.77);
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	z-index:999;
}
.banner .describe_in_word {
    padding: 0.20rem 0 0 1.3rem;
    color: #333;
}
a {
    text-decoration: none;
}

.label_one {
    font-size: 0.36rem;
    font-family: "微软雅黑";
    font-weight: bold;
}

.label_two {
    font-size: 0.16rem;
    padding-top: 0.01rem;
    font-family: "微软雅黑";
    font-weight: bold;
}

.gfb {
    float: left;
	font-size:0.21rem;
    border: 1px solid #1E9FFF;
    color: #1E9FFF;
    padding: 0.03rem 0.08rem;
}

.lzb {
    float: left;
	font-size:0.21rem;
    border: 1px solid #DC9245;
    color: #DC9245;
    padding: 0.03rem 0.08rem;
    position: relative;
    left: 5px;
}

.czq {
    float: left;
    font-size:0.21rem;
    border: 1px solid #60B551;
    color: #60B551;
    padding: 0.03rem 0.08rem;
    position: relative;
    left: 10px;
}

.banner .log_in {
        display: block;
    width: 2.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    background: #43c117;
    color: #fff;
    text-align: center;
    font-size: 0.42rem;
    border-radius: 0.08rem;
    position: absolute;
    top: 0.25rem;
    right: 0.2rem;
}

.label_three {
    font-size: 0.18rem;
    padding-top: 0.03rem;
    font-family: "微软雅黑";
    font-weight: bold;
}

.label_three .star {
    width: 1.2rem;
    height: 0.16rem;
}

.img_icon {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 0.2rem;
    left: 0.1rem;
    overflow: hidden;
}
::-webkit-scrollbar {
    width: 16px;
    height: 10px;
}

.bottom{
	    margin: 0;
    padding: 0;
    font-size: 16px;
}

@media screen and (max-width: 319px) {
    .footer {
        font-size:85.33333px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}
}

@media screen and (min-width: 320px) and (max-width:359px) {
    .footer {
        font-size:85.33333px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}
}

@media screen and (min-width: 360px) and (max-width:374px) {
    .footer {
        font-size:96px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}

}

@media screen and (min-width: 375px) and (max-width:383px) {
    .footer {
        font-size:100px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}
}

@media screen and (min-width: 384px) and (max-width:399px) {
    .footer {
        font-size:102.4px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}
}

@media screen and (min-width: 400px) and (max-width:411px) {
    .footer {
        font-size:106.66667px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}
}

@media screen and (min-width: 412px) and (max-width:413px) {
    .footer {
        font-size:109.86667px
    }
	.slider {
		height:4rem !important;
		bottom:3.2rem !important;
	}
	
}

@media screen and (min-width: 414px) {
    .footer {
        font-size:110.4px
    }
	.slider {
		height:3.9rem !important;
		bottom:3.4rem !important;
	}
	
}

html {
    font-size: 13.33333vw
}
@media screen and (max-width:320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}
@media screen and (min-width:769px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}