
#wrap{
    
background: #EFEFEF;
}
.con{
    width: 1428px;
    margin: 0 auto;
    display: flex;
    margin-top: -207px;
    z-index: 9;
    justify-content: space-between;
    position: relative;
    margin-bottom: 122px;
}
.con-l{
width: 178px;
height: 315px;
position: sticky;
top: 0;
}
.con-r{
    width: 1218px;
/*height: 876px;*/
background: #FFFFFF;
opacity: 1;

}
.con-l-tit{
    width: 178px;
height: 112px;
background: #003874;
opacity: 0.8;
text-align: center;
}
.con-l-tit h5{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 112px;
    color: #FFFFFF;
    opacity: 1 !important;
}
.con-l ul{
background: #FFFFFF;
}
.con-l li{
    margin-left: 26px;
    height: 66px;
    width: 129px;
    transition: all 0.2s;
    border-bottom: 1px solid #F8F8F8;
}
.con-l li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 66px;
    color: #666666;
    opacity: 1;
    transition: all 0.2s;
}
.con-l img{
    margin-right: 22px;
    margin-left: 2px;
    opacity: 0;
    transition: all 0.2s;
}
.con-l .active4{
    border-bottom: 1px solid #003366;
    opacity: 1;
}
.con-l .active4 img{
    opacity: 1;
}
.con-l .active4 a{
    color: #003366;
}
.con-l li:hover{
    border-bottom: 1px solid #003366;
}
.con-l li:hover > img{
    opacity: 1;
}
.con-l li:hover > a{
color: #003366;
}
.con-r{
   
}
.con-r h3{
font-size: 30px;
font-family: Microsoft YaHei;
font-weight: bold;
line-height: 24px;
color: #003366;
opacity: 1;
text-align: center;
margin-top: 70px;
margin-bottom: 20px;
}
.con-r dd{
    width: 60px;
height: 0px;
/*border: 4px solid #003366;*/
border: 2px solid #CF8A19;
opacity: 1;
text-align: center;
margin: 0 auto;
margin-bottom: 44px;
}
.con-r p{
font-size: 20px !important;
font-family: Microsoft YaHei !important;
font-weight: 400 !important;
line-height: 32px !important;
color: #666666 !important;
margin-left: 80px;
margin-right: 80px;
opacity: 1;
text-indent: 40px;
margin-bottom: 33px;
}
.con-r span{
    color: #003366 !important;
}
.con-biao{
    position: absolute;
    right: 0;
    bottom: -47px;
}
@media screen and (max-width: 1500px){
    .con {
        width: 90%;
    }
    .con-l{
        /* width: 15%; */
    }
    .con-l-tit{
        width: auto ;
    }
    .con-r {
        width: 82%;
        height: auto;
    }
    .c1{
        width: 82%;   
    }
}
@media screen and (max-width: 700px){
.con{
    width: 96%;
    margin-top: -30px;
    margin-bottom: 62px;
}
.con-r {
    width: 75%;
}
.con-l {
    width: 23%;
}
.con-l-tit h5 {
    font-size: 14px;
    line-height: 50px;
}
.con-l li {
    margin-left: 5px;
    height: 40px;
    width: auto;
}
.con-l li a {
    font-size: 12px;
    line-height: 40px;
}
.con-l img {
    margin-right: 0px;
    margin-left: 2px;
}
.con-l-tit{
    height: 50px;
}
.con-r h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.con-r dd {
    width: 60px;
    border: 2px solid #003366;
    margin-bottom: 20px;
}
.con-r p {
    font-size: 14px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #666666 !important;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    text-indent: 29px;
    margin-bottom: 10px;
}
}