@charset "UTF-8";
*{
    font-family: "PingFangSC-Regular";
    margin: 0;
    padding: 0;
}

.content-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height:200px; */
    /* border:1px solid red; */
}
.box-wly{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
    /* padding-right: 20px; */
}
.box-wly2{
    width: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    /* padding-left: 20px; */
}
.box-wly img{
    width: 700px;
    height: 500px;
    margin: 20px 0;
}
.box-wly2 img{
    width: 700px;
    height: 500px;
    margin: 20px 0;
}
.img1{
    margin-right: 20px !important;
}
.img2{
    margin-left: 20px !important;
}
.box-content{
    /* border: 1px solid red; */
    width: 700px;
    height: 350px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-right: 20px;
}
.box-content2{
    /* border: 1px solid red; */
    width: 700px;
    height: 350px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-left: 20px;
}
.box-content-title{
    font-size: 40px;
    /* color: #243D52; */
    color:#101010;
    font-weight: bold;
}
.box-content-subtitle{
    color:#444;
    font-size: 20px;
    margin-top: 5px;
}
.box-content-text{
    text-indent: 2em;
    color:#444;
    font-size: 16px;
    /* cursor: pointer; */
}
.more-box1{
    /* border: 1px solid red; */
    width: 700px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.more-box2{
    /* border: 1px solid red; */
    width: 700px;
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}
.text-more{
    font-size: 30px;
    color:#444;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 15px;
}
/*标题*/
#header{
    width: 100%;
    min-width: 1200px;
    background-color: #FEFEFE;
    position: fixed;
    left: 0;
    top:0;
    z-index: 99;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.login{
    overflow: hidden;
    float: left;
}
.login>img{
    margin: 21px 0;
    display: block;
}
.option{
    float: right;
    list-style: none;
    position: relative;
}
.option>li{
    float: right;
    width: 100px;
    position: relative;

}
.option>li.active{
    border-bottom: 4px solid #F7B833;
}
.option>li>span>a{
    text-decoration: none;
    color: #FFFFFF;
}
.erweima>span{
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid rgba(0,0,0,0) ;
    border-right: 16px solid rgba(0,0,0,0) ;
    border-bottom: 24px solid #FFFFFF ;
    position: absolute;
    left: 150px;
    top: -6px;
}
.option>li:hover>.erweima{
    display: block;
}
.erweima{
    position: absolute;
    display: none;
    width: 334px;
    height: 370px;
    top:80px;
    left: -140px;
}
.option>li>a{
    font-size: 14px;
    color: #243D52;
    line-height: 96px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.option>li>i{
    width: 0;
    display: block;
    height: 4px;
    background-color: #F7B833;
}
.option>li>a:hover{
    color: #F7B833;
}
.option>li.active>a{
    color: #F7B833;
}
.nav_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    height: 4px;
    background: #F7B833;
    width: 100px;
    opacity: 0;
}
.option>li>span{
    font-size: 14px;
    color: #FFF;
    padding: 2px 20px;
    border-radius: 12px;
    text-align: center;
    margin: 38px 0;
    display: inline-block;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #FBD249 , #F7B22E); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FBD249, #F7B22E); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FBD249, #F7B22E); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FBD249 , #F7B22E); /* 标准的语法 */
}
/*banner*/
#banner{
    width: 100%;
    height: 512px;
    background-image: url("../images/projectCase/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
}
#contentText{
    width: 100%;
    padding-top: 80px;
}
.contentText{
    width: 1200px;
    margin: auto;
}
.content1{
    margin-bottom: 100px;
}
.content1>h1{
    font-size: 40px;
    color: #243D52;
    letter-spacing: 0;
    padding-left: 20px;
    margin-bottom: 44px;
    border-left: 15px solid #FBCF47;
}
.content1>p{
    font-size: 16px;
    color: rgba(36,61,82,0.60);
    letter-spacing: 0;
    padding-left: 35px;
}
.content1>ul{
    overflow: hidden;
    list-style: none;
    margin-top: 24px;
}
.content1>ul>li{
    width: 572px;
    float: left;
}
.content1>ul>li>p{
    font-size: 16px;
    color: #243D52;
    letter-spacing: 0;
    text-align: center;
    line-height: 80px;
}
.content1>ul>li:first-child{
    margin-right: 56px;
}
.content1>ul>li>img{
    display: block;
}
.content1>img{
    width: 100%;
    display: block;
    margin-top: 20px;
}
/*底部*/
#footer{
    width: 100%;
    background-color: #3D5366;
}
.footerCont{
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}
.footerCont>h5{
    color: #FFFFFF;
    line-height: 35px;
    font-size: 16px;
}
.footerCont>p{
    font-size: 12px;
    color: #FFFFFF;
}
.footerCont>p>span{
    float: right;
}
.footerCont>p>span>a{
    color: #91b1e0;
    text-decoration:none;
}






























