*{
    font-family: "Microsoft YaHei";
    list-style-type: none;
}
p{
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
    color: #3786FF !important;
}
header{
    background: #fff;
}
.nopadding{
    padding: 0;
}
.logofulle{
    height: 171px;
}
.logofulle img{
    max-width: 494px !important;
}
.logo_sh{
    font-size: 28px;color: #3786FF;font-weight:400;margin: 0 0.5em
}
.logo_shnum{
    font-size: 28px;color: #333;font-weight: bold
}
.mobilelist{
    font-size: 30px;
}
#mainmeun{

}
#mainmeun .modal-dialog{
    -webkit-transform: translate(-50px,0);
    transform: translate(-50px,0);
    margin: 0;
    height: 100%;
}
#mainmeun.show .modal-dialog{
    -webkit-transform: none;
    transform: none;
}
#mainmeun nav{
    height: 100%;
    width: 70%;
    background: #333;
    pointer-events: all;
}
#mainmeun nav a{
    font-size: 20px;
    color: #f5f5f5;
    line-height: 60px;
    border-bottom: 1px solid #000;
    padding-left: 30px;
}
#mainmeun nav a em{
    font-size: 20px;
    margin-right: 30px;
}
.meun{
    height: 110px;
    background: #fff;
    box-shadow: 0px 4px 144px 0px rgba(0, 32, 81, 0.14);
}
.meun a{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    position: relative;
}
.meun a em{
    margin-right: 6px;
}
.meun i{
    height: 50px;
    width: 2px;
    background: #CCCCCC;
}
.meun a:hover{
    color: #3786FF;
}
.meun a:hover:after{
    content: " ";
    width: 100%;
    display: block;
    background: #3786FF;
    height: 5px;
    bottom: -9px;
    position: absolute;
}
.index_sec{
    margin-top: 110px;
    overflow: hidden;
}
footer{
    padding-top: 50px;
}
footer .logo{
    margin-bottom: 50px;
}
footer .info_text{

}
footer .info_text p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
footer .info_text p span{
    display: inline-block;
    height: 14px;
    width: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
footer .foot_title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 38px;
}
footer .foot_fotm{

}
footer .foot_fotm .kuang{
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #3786FF;
    margin-top: 11px;
}
footer .foot_fotm .kuang em{
    color: #3786FF;
    margin-right: 8px;
}
footer .foot_fotm .font_icon{
    color: #3786FF;
    background: transparent;
    border: none;
    outline: none;
}
footer .foot_fotm .sub{
    background: #3786FF;
    border: none;
    outline: none;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
}
footer ::-webkit-input-placeholder { /* WebKit browsers */
    color: #3786FF;
}

footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3786FF;
}

footer :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #3786FF;
}
footer .foot_meun{

}
footer .foot_meun a{
    color: #fff;
    line-height: 28px;
}
.banquan{
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    margin-top: 50px;
    background: #000;
}
.pages{
    margin-top: 110px;
}
.pages a{
    width: 40px;
    height: 40px;
    background: #ddd;
    color: #666;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
}
.pages .page-num-current{
    color: #fff;
    background: #3786FF;
}

@media (min-width: 1900px){
    .container{
        max-width:1600px;
    }
    .parter{
        max-width: 1200px;
    }
}
@media (max-width: 1200px) {
    .logofulle{
        height: 100px;
    }
    .logo_sh{
        font-size: 18px;color: #3786FF;font-weight:400;margin: 0 0.5em
    }
    .logo_shnum{
        font-size: 18px;color: #333;font-weight: bold
    }
    .meun a{
        font-size: 12px;
    }
    footer .foot_title{
        margin-top: 80px;
    }
}
@media (max-width: 768px) {
    .logofulle{
        height: 80px;
    }
    .index_sec{
        margin-top: 50px;
    }
    .index_img_title{
        width: 50%;
    }
    .sppading{
        padding: 0 30px;
    }
    .pages a{
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 3px;
        font-size: 14px;
    }
}