@charset "utf-8";

/* CSS Document */
body { margin: 0; padding: 0; font-family: " 思源黑体 CN Bold", " 微软雅黑"; overflow-x: hidden; background: #fff; }
/*body, html { min-width: 640px; }*/
ul, ol { list-style: none; }
ul, li, dl, dd, dt, p, ol, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
.fl { float: left; }
.fr { float: right; }
a { text-decoration: none; outline: none; cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; line-height: 0; visibility: hidden; clear: both; }
.clearfix { zoom: 1; }
.tb:before { content: ""; display: table; }
div, li, ul { box-sizing: border-box; }
img { display: block; border: 0px; width: 100%;}
.wrap { max-width: 640px; margin: 0 auto; }
#nav li { float: left; width: 25%; box-sizing: border-box; background: #111; border-right: 1px solid #fff; border-bottom: 1px solid #fff; text-align: center;color: #fff; font-size: 1.2em; padding: 2% 0;}
#nav li.cur { background: #ee7436; }
#nav li a { color: #fff; }

@media only screen and (max-width: 640px) {
    body {
        font-size: 14px;
    }
}
@media only screen and (max-width: 540px) {
    body {
        font-size: 12px;
    }
}
@media only screen and (max-width: 360px) {
    body {
        font-size: 10px;
    }
}

.banner img{
	width: 100%;
}

.tit{
    padding: 2%;
}
.tit h2{
    color: #bf1307;
    text-align: center;
    font-size: 1.6em;
}
.tit h3{
    color: #666;
    font-size: 0.6em;
    text-align: center;
}

.con01{
    background:#f1f1f1;
    padding-bottom: 3%;
}
.con01 form>div>div{
    width: 40%;
    margin: 2% auto;
    border:2px solid #16408e;
    height: 38px;
    line-height: 36px;
    font-size: 1em;
    color: #666;
    border-radius: 19px;
    padding-left: 10px;
}
.con01 form>div>div input{
    width: 60%;
    border: none;
    outline: none;
    background:#f1f1f1;
}
/*去掉黄色背景*/
input:-webkit-autofill {
    transition:background-color 5000s ease-in-out 0s;
}
.btn{
    position: relative;
    top: 0;
    display: block;
    color: #fff;
    font-size: 1.2em;
    padding: 1% 3%;
    text-align: center;
    background:#e0192e;
    border-radius: 4px;
    margin: 0 auto;
    border:none;
}
.con02 img{
    width: 96%;
    margin: 2% auto;
}
.con03 img{
    width: 94%;
    margin: 2% auto;
}
.con04{
    padding: 2%;
    background:#f1f1f1;
}
.v-tit{
    background:#16408e;
    color: #fff;
    text-align: center;
    line-height: 300%;
    font-size: 1.0em
}
.v-tit li{
    width: 33.3%;
    float: left;
}
.v-tit li.cur{
    background:#d82422;
}
.v-main{
    padding: 2%;
}
.v-main li{
    display: none;
}
.v-main li.cur{
    display: block;
}
.con04 a{
    display: block;
    text-align: center;
    color: #d82422;
}

.con05 ul{
    width: 92%;
    margin: 0 auto;
}
.con05 li{
    width: 46%;
    margin: 2% 2%;
    background:#ffcfcc;
    padding: 1%;
    float: left;
}
.con05 li .main{
    border:1px solid #d82422;
}
.con05 li h4{
    color: #fff;
    text-align: center;
    line-height: 200%;
    font-size: 1.2em;
    background:#d82422;
}
.con05 li a{
    display: block;
    color: #666;
    line-height: 300%;
    font-size: 1.0em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.con05 li a.test-data{
    border-bottom:1px solid #d78b86;
}
.con06 .btn-wrap{
    width: 60%;
    margin: 3% auto;
}
.con06 .btn{
    font-size: 1.0em;
    color: #fff;
    padding: 2% 6%;
    background:#d82422;
}


/*获取电话弹框*/
#from-box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#from-box-video{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.form-wrap{
    width: 320px;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -160px;
    background: #fff;
    padding: 20px;
}
.form-wrap h2{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-wrap p{
    text-align: center;
    position: relative;
    top: -14px;
}
.close-btn{
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.5;
}
#formId>div>div{
    width: 200px;
    height: 32px;
    background: #f1f1f1;
    border:2px solid #666;
    margin: 0 auto;
    border-radius: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    padding-left: 8px;
}
#formId>div>div input{
    width: 130px;
    border: none;
    outline: none;
    background: #f1f1f1;
}
/*去除chrome黄色背景*/
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}
.submit{
    display: block;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    background: #b10202;
    border:none;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
}
.video-ul{
    position: relative;
    height: 340px;
}
.video-ul li{
    width: 1118px;
    position: absolute;
    left:0;
    top: 0;
    opacity: 0;
    z-index: -99;
}
.video-ul li.cur{
    opacity: 1;
    z-index: 2;
}