body{
    padding:0;
    margin:0;
    background:#fff;
    position:relative;
    font: 12px/18px "Microsoft YaHei", "微软雅黑"
}
body a{
    color: #333333;
    cursor: pointer;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover{
    text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
img{
    width:100%;
}

/*-- banner --*/
.banner{
    background:url(../images/index2.jpg) no-repeat center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    min-height:770px;
    position: relative;
}
#typed, #title{
    font-size:32px;
    color:#333333;
    text-transform:capitalize;
    line-height: 44px;
    font-family: 'Microsoft Yahei', "微软雅黑";
    font-weight: bold;
    /*border-bottom: 1px #ccc solid;*/
    margin-top: -180px;
}
#title .sub-title{
    font-size: 22px;
}
#title .author{
    font-size: 20px;
}
#title .driver-line{
    height:fit-content;
}
.banner_agile_para p{
    color: #fff;
    margin: 6em 0 1em 0;
    line-height: 2em;
    letter-spacing: 2px;
}
.publish-content{
    font-size: 15px;
    font-family: "Microsoft YaHei", "微软雅黑";
    line-height: 24px;
}
.article-content{
    text-align: justify;
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    /*color: #333;*/
    /*font-family: "Microsoft YaHei", "微软雅黑";*/
}
.article-content p{
    margin: 10px 0;
}
.text-bold{
    font-weight: bold;
}
.text-guide{
    font-family: KaiTi, '楷体';
}
.article-footer{
    text-align: left;
    font-size: 14px;
}
.article-footer p{
    line-height: 30px;
}
.article-footer .editor{
    text-align: right;
    margin-bottom: 10px ;
}
/*-- banner --*/

/*-- footer --*/
footer{
    background:#bd0100;
}
footer .copyright{
    color: #fff;
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
footer p{
    line-height: 32px;
}
/*-- //footer --*/
/*--------back index----*/
#toIndex {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/back_index.png) no-repeat 0px 0px;
}
/*-----back index-----*/


/*-- Responsive design --*/
@media screen and (max-width: 1366px) {
    .banner,.banner-layer {
        min-height: 350px;
    }
}
@media screen and (max-width: 1024px) {
    .banner, .banner-layer {
        min-height: 250px;
    }
}
@media screen and (max-width: 667px) {
    .banner, .banner-layer {
        min-height: 200px;
    }
}
@media screen and (max-width: 414px) {
    #title{
        padding-bottom: 0px!important;
    }
    .agile_article_info #title .title{
        margin-top: 120px;
        font-size: 20px;
        line-height: 30px;
    }
    #title .sub-title{
        font-size: 18px;
    }
    #title .author{
        font-size: 15px;
    }
    .article-content{
        font-size: 16px;
    }
    .title{
        padding-bottom: 0.2rem!important;
    }
}
@media screen and (max-width: 375px) {
    #title{
        padding-bottom: 0px!important;
    }
    .agile_article_info #title .title{
        margin-top: 120px;
        font-size: 20px;
        line-height: 30px;
    }
    #title .sub-title{
        font-size: 18px;
    }
     #title .author{
        font-size: 15px;
    }
    .article-content{
        font-size: 16px;
    }
    .title{
        padding-bottom: 0.2rem!important;
    }
}
/*-- Responsive design --*/

