.header{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
}
.logo{
    width: 110px;
    height: 100px;
    background: url(../images/logo.png);
    background-size: cover;
    background-position: center;
    margin-top: -15px;
}
.topLink{
    font-size: 14px;
    margin-left: 20px;
    height: 60px;
    width: 80px;
    float: left;
    line-height: 60px;
   
}
.topLink a{
    text-decoration: none;
    color: #333;
    &:hover{
        color: #038A00;
    }
}
.search{
    text-align: right;
    position: relative;
    flex: 1;
}
.search input{
    width: 200px;
    height: 30px;
    border-radius: 16px;
    border: 2px #038A00 solid;
    margin-top: 15px;
    padding-left: 15px;
    color: #444;
}
.search .s-icon{
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/s.png);
    background-size: contain;
    right: 10px;
    top: 21px;
}
.nav{
    height: 40px;
    line-height: 40px;
    background: #038A00;
    text-align: center;
}

.nav a{
    text-decoration: none;
    color: #fff;
    padding: 0 30px;
}
.banner{
    /* height: 420px; */
    /* background: url("../images/banner.png");
    background-size: cover;
    background-position: center; */
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.fl1{
    width: 320px;
    height: 80px;
    background: url(../images/title.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.fl2{
    overflow: hidden;
}
.article{
    padding-top: 20px;
}
.title{
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    margin-top: 5px;
    background: #efefef;
}
.icon{
    width: 3px;
    height: 30px;
    background: #038A00;
    margin-right: 10px;
}
.stage{
    text-indent: 2em;
    line-height: 28px;
}
.text{
    width: 680px;
    float: left;
    padding-top: 10px;
}
.jianjie-img{
    width: 500px;
    background: url(../images/article.png) no-repeat;
    background-size: cover;
    height: 300px;
    margin-left: 700px;
}
body,html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
}
.list{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.item{
    float: left;
    width: 370px;
    text-align: center;
    margin: 15px;
}
.item img{
    width: 370px;
}
.item p{
    text-align: justify;
    text-indent: 2em;
}
.aside{
    width: 1200px;
    margin: 0 auto;
}
.img1{
    background: url(../images/img1.png);
    background-repeat: no-repeat;
    background-size: 100px 80px;
    background-position: left center;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 120px;
    font-size: 20px;
}
.aside p{
    line-height: 28px;
}
.footer{
    background: #038A00;
    color: #fff;
    padding: 20px 0;
}
.f-con{
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
.friendlink{
    padding-bottom: 15px;
}
.friendlink a{
    text-decoration: none;
    color: #fff;
}
.webService{
    background: #038A00;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
a{
    text-decoration: none;
    color: #333;
}
.content-con{
    line-height: 40px;
}
.content-con h4{
    text-align: center;
}
.content-con .img{
    text-align: center;
}
.content-con p{
    text-indent: 2em;
}
.qt-nav span{
    color: #fff;
    font-size: 18px;
}
.qt-nav a{
    padding: 0 20px;
    &:hover{
        background: rgb(255, 255, 255, 0.6);
    }
}
/*login*/
.login-bg{
    background: url('../images/bg.jpg');
    background-size: 100%;
    margin-bottom: 10px;
}
.login{
    padding: 20px 80px;
    padding-top: 30px;
    background: rgb(255, 255, 255, 0.6);
}
.login-title{
    color: #038A00;
    font-size: 20px;
    border-bottom: 2px solid #038A00;
    padding-bottom: 5px;
}
.form{
    margin-left: 50px;
    text-align: center;
}
.form-line{
    margin: 40px 0;
    font-size: 18px;
}
.input-text{
    width: 400px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    outline: none;
    padding-left: 10px;
}
.ly-text{
    margin: 0;
    padding: 0;
    border: 0;
    width: 300px;
    height: 100px;
    border-radius: 5px;
    outline: none;
}
.btn-line{
    margin-top: 20px;
    text-align: center;
}
.button{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #038A00;
    border-radius: 8px;
}

.box{
    width: 100%;
    height: 500px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-top: 5px;
}
.box th{
    background: #038A00;
    border: 1px solid #ddd;
    color: #fff;
}
.box .right{
    border: 1px solid #ddd;
    color: #000;
    text-align: left;
    padding: 10px;
}
.box .mid1{
    border: 1px solid #ddd;
    padding-left: 10px;
}
.box .mid2{
    border: 1px solid #ddd;
    padding-left: 10px;
}
.box .mid3{
    border: 1px solid #ddd;
    padding-left: 10px;
}
.box .left{
    text-align: left;
    width: 200px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.box .left img{
    width: 200px;
    height: 300px;
}
.jilu-con{
    overflow: hidden;
    padding-top: 10px;
}
.video{
    width: 780px;
    float: left;
}
.yulu{
    margin-left: 800px;
    width: 400px;
}
.yulu h3{
    height: 40px;
    text-align: center;
    background: #038A00;
    color: #fff;
    margin: 0;
    
}
.yulu ul{
    list-style: none;
    padding: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 0;
}
.yulu ul li{
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
}

.liuyan{
    background: #b9e9db;
    margin: 5px 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
}
.form{
    color: #ffffff;
    margin-left: 50px;
}
.form-line{
    margin-top: 10px;
}
.input-text{
    width: 300px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    outline: none;
}
.ly-text{
    margin: 0;
    padding: 0;
    border: 0;
    width: 300px;
    height: 100px;
    border-radius: 5px;
    outline: none;
}
.btn-line{
    margin-top: 20px;
    text-align: center;
}
.button{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #04aba4;
    border-radius: 8px;
}
.btn-padding{
    margin-left: 30px;
}
.ly-img{
    width: 450px;
    height: 550px;
    background: url('../images/pingjia.png');
    background-position: center;
    background-size: cover;
}
