@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
    font-size: 13px;
    color: #333;
}

input, select {
    font-family: "微软雅黑";
}

select {
    box-sizing: content-box;
}

a, button, img, fieldset {
    text-decoration: none;
    outline-style: none;
}

dl, dt, dd, ul, li, p, h1, img, form {
    list-style: none;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
}

/* 未访问的链接 */
a:hover {
    color: #007bb7;
}

鼠标在链接上
a, input, select, button {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

div:hover, a:hover {
    text-decoration: none;
}

/* select{appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	-ms-appearance: none;
} */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
}
input[type=button], button {
    border: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.nm_banner{
    width: 100%;
    height: 500px;
    background: url(../images/nm_banner.png)no-repeat;
    background-size: cover;
}
.banner_wrap{
    width: 1080px;
    margin: 0 auto;
}
.banner_wrap .left{
    float: left;
    margin-top: 100px;
    color: #fff;
}
.banner_wrap .left .logo img{
    height: 34px;
}
.banner_wrap .left .tt{
    font-size: 46px;
    margin-top: 70px;
}
.banner_wrap .left .tt2{
    font-size: 30px;
    margin-top: 16px;
}
.banner_wrap .right{
    float: right;
    width: 352px;
    background: #fff;
    margin-top: 46px;
    text-align: center;
    padding-bottom: 34px;
}
.fm_tt{
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
}
.fm_tt2{
    font-size: 12px;
    color: #666666;
    margin-top: 4px;
}
#sub_form input[type="text"]{
    width: 300px;
    height: 36px;
    border: 1px solid #EEEEEE;
    padding-left: 12px;
    font-size: 12px;
    margin-top: 14px;
}
#sub_form input[type="number"]{
    width: 200px;
    height: 36px;
    border: 1px solid #EEEEEE;
    padding-left: 12px;
    font-size: 12px;
    margin-top: 14px;
}
#sub_form #getSmsCode{
    width: 92px;
    height: 36px;
    font-size: 12px;
    color: #2775FF;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    background: #fff;
    margin-left: 8px;
}
.xieyi{
    text-align: left;
    margin-top: 30px;
    margin-left: 26px;
    color: #ABAFB8;
}
.xieyi a{
    font-size: 12px;
    color: #2775FF;
}
#sub{
    width: 300px;
    height: 40px;
    background: #2775FF;
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
    cursor: pointer;
}
#sub_form button{
    transition: all .5s;
}
#sub_form button:hover{
    opacity: .9;
}
.tongzhi{
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
}
.tongzhi span{
    color: #666666;
}
.tongzhi p{
    padding-left: 60px;
    background: url(../images/tongzhi.png) no-repeat 32px center;
    background-size: 15px auto;
}
.block{
    padding-bottom: 75px;
}
.block .tt{
    font-size: 36px;
    padding-top: 80px;
    text-align: center;
    font-weight: bold;
}
.block .tt2{
    text-align: center;
    font-size: 14px;
    color: #ABAFB8;
    margin-top: 10px;
}
.ul1{
    width: 1200px;
    margin: 0 auto;
}
.ul1 li{
    float: left;
    width: 50%;
    margin-top: 60px;
    display: flex;
    color: #666;
    font-size: 16px;
}
.ul1 img{
    width: 76px;
    height: 76px;
    margin-right: 16px;
}
.ul1 li div>p:first-child{
    color: #333;
    font-size: 20px;
    margin-bottom: 12px;
}
.ul1 li div>p:last-child{
    color: #ABAFB8;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}
.gray{
    background: #FAFAFA;
}
.block .tab{
    text-align: center;
    margin-top: 30px;
}
.block .tab span{
    margin: 0 50px;
    font-size: 16px;
}
.block .tab .sel{
    color: #2775FF;
}
.product_box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
}
.product_box>div{
    display: flex;
    height: 466px;
}
.product_box .blk1{
    width: 466px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
    padding: 35px;
}
.product_box .blk2{
    padding: 35px 60px;
    background: linear-gradient(90deg, #FFFFFF 0%, #EDF1F7 100%);
    height: 233px;
    width: 732px;
    margin-left: 2px;
}
.product_box .blk3{
    background: linear-gradient(90deg, #EDF1F7 0%, #FFFFFF 100%);
}
.blk1 .title,.blk2 .title{
    font-size: 20px;
    padding-bottom: 3px;
}
.blk1 .worth{
    margin-top: 15px;
    font-size: 14px;
}
.blk1 .worth span{
    font-size: 12px;
    color: #2775FF;
    background: rgba(39, 117, 255, 0.2);
    border-radius: 2px;
    padding: 3px 4px;
    margin-right: 9px;
}
.blk1 .worth b{
    font-weight: normal;
    color: #2775FF;
}
.blk1 .bott{
    border-top: 1px dotted #EDEDED;
    margin-top: 32px;
    font-size: 12px;
    color: #666;
    padding-top: 4px;
}
.blk1 .bott p{
    padding-left: 5px;
    line-height: 18px;
    margin-left: 20px;
}
.blk1 .bott .t{
    padding-left: 0;
    color: #333;
    padding-top: 20px;
    padding-bottom: 4px;
    position: relative;
}
.blk1 .bott .t::before{
    content: "";
    position: absolute;
    left: -14px;
    top: 26px;
    width: 6px;
    height: 6px;
    background: #2775FF;
}
.blk2 .title2{
    font-size: 14px;
    color: #ABAFB8;
    margin-top: 12px;
}
.blk2 .icons span{
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
    color: #666;
    padding: 2px 6px;
    margin-right: 6px;
}
.blk2 .icons{
    margin-top: 12px;
}
.percent_box{
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.percent_box>div{
    text-align: center;
    font-size: 14px;
    color: #ABAFB8;
    margin-right: 36px;
}
.percent_box>div p:last-child{
    color: #2775FF;
    font-size: 16px;
    margin-top: 2px;
}
.percent_box img{
    width: 15px;
}
.percent_box .down img{
    transform: rotate(-180deg);
}
.fangan_box{
    border: 1px solid #eee;
}
.product_box>.fangan_box{
    height: 420px;
    padding: 16px;
}
.fangan_box .big img{
    width: 466px;
    height: 388px;
    object-fit: cover;
}
.fangan_box .infos{
    margin-left: 32px;
    flex: 1;
}
.fangan_box .infos .tt1{
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.fangan_box .infos .tit2{
    font-size: 14px;
    margin-bottom: 12px;
}
.fangan_box .infos .tit2 span{
    color: #2775FF;
}
.fangan_box .infos p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.fangan_box .anli_inner{
    border-top: 1px dotted #EDEDED;
    margin-top: 25px;
}
.anli_inner .title1{
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.anli_inner p{
    font-size: 12px;
    color: #666;
}
.anli_inner .img_box img{
    width: 136px;
    height: 50px;
    object-fit: cover;
    margin-top: 10px;
    margin-right: 16px;
    box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
}
.kua_box{
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
}
.kua_box video{
    height: 100%;
    width: 480px;
}
.kua_box>div{
    background: #fff;
    padding: 20px 50px;
    height: 270px;
    flex: 1;
}
.kua_box .name_box{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.kua_box .name_box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.name_box>div p:last-child{
    font-size: 12px;
    color: #ABAFB8;
}
.kua_box .des{
    width: 520px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
}
.kua_box .numbers{
    width: 520px;
    height: 82px;
    background: #F2F5FA;
    margin-top: 14px;
    display: flex;
    padding-top: 16px;
}
.kua_box .numbers>div{
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.kua_box .numbers>div>p:last-child{
    font-size: 16px;
    color: #2775FF;
    margin-top: 7px;
}
.kua_box .numbers .down img{
    transform: rotate(-180deg);
}
.product_box>.choose_box{
    height: auto;
}
.choose_box li{
    float: left;
    width: 225.5px;
    height: 82px;
    box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
    margin-right: 18px;
    margin-bottom: 18px;
}
.choose_box li:nth-child(5n){
    margin-right: 0;
}
.choose_box li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.safe_ul{
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
}
.safe_ul li{
    float: left;
    width: 282px;
    height: 274px;
    margin-right: 24px;
    background: #fff;
}
.safe_ul li:last-child{
    margin-right: 0;
}
.safe_ul li img{
    width: 100%;
    height: 152px;
    object-fit: cover;
}
.safe_ul li>div{
    padding: 0 20px;
}
.safe_ul li>div p{
    font-size: 12px;
    color: #888;
}
.safe_ul li>div p:first-child{
    color: #333;
    font-size: 16px;
    padding: 18px 0 6px;
}
.fix{
    position: fixed;
    width: 116px;
    height: 200px;
    left: 80%;
    top: 60%;
    box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 999;
}
.fix p{
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dotted #EDEDED;
}
.fix p:last-child{
    border: none;
}
.fix p:hover{
    color: #2775FF;
}
.ewm{
    position: fixed;
    background: #fff;
    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 2px  rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    top: 60%;
    left: 80%;
    display: none;
    z-index: 999;
    margin-left: -116px;
    margin-top: 80px;
}
.ewm img{
    width: 100%;
    height: 100%;
}
.phone_box{
    width: 136px;
    line-height: 50px;
    height: 50px;
    box-shadow: 0px 0px 2px  rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
    position: fixed;
    left: 80%;
    top: 60%;
    z-index: 9999;
    border-radius: 4px;
    background: #fff;
    margin-top: 151px;
    margin-left: 116px;
    display: none;
}
.bottom_fix{
    display: none;
}
.bottom_ewm{
    display: none;
}
.footer{
    text-align: center;
    padding-top: 30px;
}
.footer p{
    font-size: 12px;
    line-height: 26px;
}

@media (max-width: 1000px) {
    .fix{
        display: none;
    }
    .nm_banner{
        height: 250px;
    }
    .banner_wrap{
        width: 100%;
    }
    .banner_wrap .left{
        width: 100%;
        margin: 0;
        height: 250px;
    }
    .banner_wrap .left .logo{
        display: none;
    }
    .banner_wrap .left .tt{
        font-size: 30px;
        text-align: center;
        padding-top: 80px;
        margin: 0;
    }
    .banner_wrap .left .tt2{
        font-size: 15px;
        margin-top: 8px;
        text-align: center;
    }
    .banner_wrap .right{
        width: 100%;
        margin-top: 66px;
    }
    .tongzhi{
        width: 100%;
        position: relative;
        font-size: 10px;
    }
    .tongzhi p{
        position: absolute;
        padding-left: 30px;
        background: url(../images/tongzhi.png) no-repeat 10px center;
    }
    .block .tt{
        font-size: 22px;
        padding-top: 40px;
    }
    .block .tt2{
        font-size: 10px;
    }
    .ul1{
        width: 100%;
        padding: 0 15px;
    }
    .ul1 li{
        width: 100%;
        margin-top: 20px;
    }
    .ul1 img{
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    .ul1 li{
        font-size: 12px;
    }
    .ul1 li div>p:first-child{
        font-size: 15px;
        margin-bottom: 6px;
        font-weight: bold;
    }
    .ul1 li div>p:last-child{
        font-size: 10px;
    }
    .product_box{
        width: 100%;
    }
    .product_box>div{
        flex-direction: column;
        height: auto;
    }
    .block{
        padding-bottom: 40px;
    }
    .block .tab span{
        font-size: 12px;
        margin: 0 20px;
    }
    .product_box>.fangan_box{
        height: auto;
    }
    .fangan_box .big img{
        width: 100%;
        height: auto;
    }
    .fangan_box .infos{
        margin-left: 0;
    }
    .blk1 .title, .blk2 .title{
        font-size: 18px;
    }
    .blk1 .worth{
        font-size: 12px;
        margin-top: 10px;
    }
    .blk1 .bott{
        font-size: 10px;
    }
    .product_box .blk1{
        width: 100%;
        padding: 20px;
    }
    .blk1 .bott{
        margin-top: 16px;
    }
    .blk1 .bott .t{
        padding-top: 10px;
        padding-bottom: 2px;
    }
    .blk1 .bott p{
        line-height: 16px;
    }
    .blk1 .bott .t::before{
        top: 16px;
    }
    .product_box .blk2{
        padding: 20px;
        width: 100%;
        height: auto;
    }
    .blk2 .title2{
        font-size: 12px;
        margin-top: 6px;
    }
    .percent_box{
        margin-top: 16px;
    }
    .fangan_box .infos .tt1{
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 16px;
    }
    .fangan_box .infos p{
        font-size: 12px;
    }
    .fangan_box .infos .tit2{
        margin-bottom: 6px;
    }
    .anli_inner .title1{
        margin-top: 16px;
        margin-bottom: 6px;
    }
    .anli_inner .img_box img{
        width: 32%;
        margin-right: 2%;
        height: 40px;
        box-sizing: border-box;
        float: left;
    }
    .anli_inner .img_box img:last-child{
        margin-right: 0;
    }
    .choose_box ul{
        padding: 0 15px;
    }
    .choose_box li{
        width: 31%;
        margin-right: 3.5%;
        height: 50px;
        margin-bottom: 10px;
    }
    .choose_box li:nth-child(3n){
        margin-right: 0;
    }
    .choose_box li:nth-child(5n){
        margin-right: 3.5%;
    }
    .safe_ul{
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }
    .safe_ul li{
        width: 48%;
        margin-right: 0;
        height: 220px;
    }
    .safe_ul li:nth-child(2n){
        margin-left: 4%;
    }
    .safe_ul li img{
        height: 90px;
    }
    .safe_ul li>div p:first-child{
        font-size: 15px;
        padding: 9px 0 3px;
    }
    body{
        padding-bottom: 60px!important;
    }
    .bottom_fix{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #fff;
        z-index: 999;
        box-shadow: 0px -1px 0px  rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        padding: 0 40px;
    }
    .bottom_ewm{
        position: fixed;
        bottom: 60px;
        left: 0;
        z-index: 999;
        left: 50%;
        margin-left: -50px;
    }
    .bottom_ewm img{
        width: 100px;
        height: 100px;
    }
}