@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: #061573;
    -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: 50px;
    right: 0px;
}
.btn1 {
    position: absolute;
    bottom: 492px;
    right: 0;
}

.content1 .pyBox {
    width: 100%;
    height: 219px;
    background: url("image/py22.jpg") no-repeat center;
}
.content1 .pyBox .l {
    margin-left: 54px;
    text-align: center;
    position: relative;
}
.content1 .pyBox .l h6 {
    font-size: 24px;
    color: #1f2049;
    background: #f8c732;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 0px;
    margin-top: -3px;
    margin-bottom: 10px;
}
.content1 .pyBox .l p {
    font-size: 22px;
    color: #ffffff;
    margin-top: 5px;
}
.content1 .pyBox .r {
    margin-left: 35px;
}
.content1 .pyBox .r p {
    width: 390px;
    font-size: 24px;
    color: #bcddff;
    text-align: left;
    margin-top: 42px;
    line-height: 40px;
}
.content1.hy_yes {
    display: none;
}


.btn2 {
    position: fixed;
    bottom: -0px;
    left: 50%;
    width: 750px;
    height: 119px;
	margin-left:-375px;
    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;
}
