@charset "utf-8";  html{font-size:10px!important;}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px !important;}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px !important;}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px !important;}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px !important;}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px !important;}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px !important;}}
@media screen and (min-width:800px){html{font-size:25px !important}}
/* ======================== 全局初始化 ===================== */
body,html {
    background-color: #6dc3ff;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    text-align: center;
    position: relative;
}
:focus {
    outline: none;
}

body,html,p,span,h2,h3,h4,button,ul,li {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: '微软雅黑' !important;
}
ul,li {
    list-style: none;
}
img {
    width: 100%;
    vertical-align: middle;
	margin-top:-1px;
}
.fl {
    float: left;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.ccc {
    display: inline-block;
    width: 750px;
    margin: 0 auto;
}
/* ======================== 版心 ===================== */


.fxBox {
    display: none;
    position: fixed;
    bottom: -350px;
    width: 100%;
    height: 350px;
    background-color: #f2f5fa;
    z-index: 99999;
    text-align: center;
}
.fxBox img {
    width: 96px;
    height: 141px;
    margin-top: 60px;
}
.fxBox button {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    border: none;
    font-size: 25px;
    color: #383838;
}

/*rem 23.5*/
.banner {
    width: 100%;
    position: relative;
}
.banner .c {
    width: 736px;
    height: 167px;
    background: url("image/lb.png") no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -368px;
}
.banner .c .box {
    margin-left: 102px;
    width: 590px;
    height: 167px;
    line-height: 167px;
    overflow: hidden;
    position: relative;
}
.banner .c .box:before,.banner .c .box:after  {
    content: '';
    width: 60px;
    height: 50px;
    position: absolute;
    top: 58px;
}
.banner .c .box:before {
    background-image: linear-gradient(to right, #202871, transparent);
    left: 0;
}
.banner .c .box:after {
    background-image: linear-gradient(to left, #161f59, transparent);
    right: 0;
}
.banner .c .box .moveBox {
    /*width: 1600px;*/
    height: 167px;
    line-height: 167px;

}
.banner .c .box .moveBox .cont {
    float: left;
}
.banner .c .moveBox p {
    height: 167px;
    line-height: 167px;
    font-size: 26px;
    color: #ffffff;
    float: left;
    margin-right: 40px;
}

.banner .fx {
    display: none;
    position: absolute;
    top: 99px;
    right: 33px;
}
.btn1 {
    position: absolute;
    top: 520px;
    right: 0;

}


.btn2 {
	z-index: 9999;
    position: fixed;
    bottom: -0px;
    left: 50%;
    margin-left: -375px;
    width: 750px;
    text-align: center;
    /*width: 100%;*/
    /*height: 119px;*/
    /*line-height: 138px;*/
    /*background: url("image/btn2.png") no-repeat center;*/
    /*background-size: 100% 100%;*/
    /*color: #fff;*/
    /*font-weight: 700;*/
    /*font-size: 42px;*/
    /*text-decoration: none;*/
}
