body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: #fff;
    overflow-x: hidden !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
ul{margin:0;padding:0px;}

a{text-decoration:none;}
h2{margin-top:50px!important;margin-bottom:30px!important;color:red!important;text-align:center!important;}
/*h3{margin-top:50px!important;margin-bottom:30px!important;color:blue!important;}*/
.fl{float:left;}
.fr{float:right;}

.header{height:auto;}
.top{height:50px;padding:0 3%;}
.logo{width:auto;}
.logo a{width:150px;height:50px;line-height:50px;color#333;font-size:20px;display:block;background:url(../images/logo.jpeg) no-repeat;background-size: 100% 100%;}
.tel{height:50px;line-height:50px;font-size:16px;color:red;}


.nav{width:100%;height:50px;background:#365092;}
.nav ul{width:100%;padding:0 3%;overflow:hidden;}
.nav ul li{float:left;width:100px;height:50px;text-align:center;list-style:none;}
.nav ul li a{display:block;height:50px;line-height:50px;color:#fff;}
.nav ul li a.nav-on {background: #2c4278;}
.nav ul li a:hover{background: #2c4278;}

.banner img{width:100%;}

.container {
    width: 94%;
    margin:10px 3%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    padding: 2% 3%;
    border-radius: 5px;
    overflow:hidden;
    box-sizing: border-box;
}
@media (min-width: 768px){
    .container{width:1200px;margin:10px auto;}
    .top{width:1200px;margin:10px auto;}
    .nav ul{width:1200px;padding:0;margin:0 auto;overflow:hidden;}
}

.bgfff{background-color:#f0f0f0}
ul {
    padding-left: 20px;
}

    ul li {
        line-height: 2.3
    }

a {
    color: #20a53a
}

.container img{max-width:100%;margin:10px auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);}

.more li{list-style:none;float:left;margin-right:10px;}
.footer{margin:10px 0;text-align:center;font-size:12px;overflow:hidden;}



