

.con{

}
.ban{
    position: relative;
}
.ban img{
    width: 100%;
    height: 100%;

}
.mad{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.mad h5{
    font-size: 68px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}
.mad p{
    font-size: 42px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}
.c-nav {
    width: 100%;
    height: 88px;
    background: #F7F8F8;
    opacity: 1;
    line-height: 80px;
    z-index: 99;
}
.c-nav1{
display: flex;

}
.about-con{
	text-align: justify;
}
.c-nav li a{
    position: relative;
font-size: 30px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
margin-right: 200px;
color: #333333;
}
#c-n li a::after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 4px;
    background: #162A85;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
}
#c-n .active > a::after{
    width: 100% !important;
} 
.con > .c-nav > .c-nav1 > .active > a{
    color: #162A85;
}
.c-nav1 .active > a{
    color: #162A85;
}
#c-n li:hover >a::after{
    width: 100%;
}
#c-n li:hover >a{
    color: #162A85;
}
.about{
    margin-top: 100px;
}
.about h5{
font-size: 42px;
font-family: Source Han Sans CN-Medium, Source Han Sans CN;
font-weight: 500;
color: #081033;
line-height: 48px;
}
.a-l{

}
.a-l img{
max-width: 980px;
}
.a-c{
    display: flex;
    margin-top: 48px;
}
.a-r{
width: 786px;
height: 510px;
background: #FFFFFF;
box-shadow: 0px 3px 12px 1px rgba(22,42,133,0.12);
border-radius: 16px 16px 16px 16px;
position: relative;
margin-left: -160px;
margin-top:45px;
}
.a-r p{
    font-size: 18px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 36px;
    margin: 0 80px 40px 80px;text-indent: 1em;
}
.a-r p:first-child{
margin-top: 60px;
}
.a-r span{
    color: #000000;
}
.a-r::after{
    content: "";
    width: 14px;
height: 420px;
background: #EF9500;
border-radius: 0px 0px 0px 0px;
opacity: 0.7;
right: -15px;
position: absolute;
top: 45px;
}
.zs{
    margin-top: 100px;
}
.zs h5{
    font-size: 42px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #081033;
    line-height: 48px;
}
.zs-c{
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.zs li{
    width: 480px;
height: 620px;
background: linear-gradient(180deg, #FCF6EC 0%, #FFFFFF 100%);
border-radius: 20px 20px 20px 20px;
opacity: 1;
transition: 0.2s;
margin-left: 30px;
margin-bottom: 42px;
}
.zs li img{
    margin: 42px;
}
.zs li:first-child{
    margin-left: 0;
}
.zs li:hover{
box-shadow: 0px 0px 20px 1px rgba(22,42,133,0.12);

}
.new{
margin-top: 100px;
}
.new h5{
    font-size: 42px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #081033;
    line-height: 48px;
}
.new ul{
    margin-top: 48px;
}
.new li{
    transition: all 0.3s;
    position: relative;
   margin-bottom: 30px;
    border: 1px solid #ddd8d8;
}
.new li::after{
   /* content: '';
    position: absolute;
    width: 100%;
height: 1px;
background: #EBEBEB;
border-radius: 0px 0px 0px 0px;
bottom: -68px; */
}
.new li a{
    display: flex;
}
.list-img{
    width: 590px;
    height: 360px;
    overflow: hidden;
}
.pagination li{
	border: none;
}
.list-txt {
    padding-left: 68px;
    position: relative;    width: 1080px;
}
.list-txt h6{
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
       margin: 30px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.3s;
}
.list-txt span{
    font-size: 16px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    
}
.list-txt p{
font-size: 16px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #999999;
line-height: 30px;
margin: 20px 120px 0px 0;
display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.3s;
}
.list-img img{
    width: 100%;
    height: 100%;transition: all 0.2s;
	object-fit: cover;
}
.new li a button{
    width: 36px;
height: 20px;
background: #EF9500;
border-radius: 12px 12px 12px 12px;
opacity: 1;
line-height: 36px;
text-align: center;
/* position: absolute;
bottom: 68px; */
transition: all 0.4s;
    margin: 20px 0;
}
.new li a button img{
    display: block;margin: 0 auto;
}
.new li:hover > a >.list-img > img{
    transform: scale(1.05);
}
.new li:hover > a >.list-txt > button {
    /* bottom: 18px; */
	margin-top: 30px;
	
}
.new li:hover{
box-shadow: 0px 0px 20px 1px rgba(22,42,133,0.12);
}
.new li:hover > a >.list-txt > h6,.new li:hover > a >.list-txt > p,.new li:hover > a >.list-txt > span{
    color: #000000;
    
}
.news_detail{
    color: #162A85;
}
.news_detail a{
font-size: 30px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
}
.nd-con{

}
.nd-con h6{
    font-size: 30px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #081033;
    text-align: center;
    margin: 80px 0 40px 0;
}
.nd-con span{
    /* font-size: 18px; */
    font-family: Source, Source Han Sans CN;
  /*  font-weight: 400; */
    color: #999999;
    /* display: block; */
	
    text-wrap: wrap !important;

    /* text-align: center;
    margin-bottom: 30px; */
}
.nd-con p{
/* font-size: 20px; */
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #4D4D4D;
    line-height: 30px;

}
.nd-con div{
    border-top: 1px solid  #E0E0E0;
    border-bottom: 1px solid  #E0E0E0;
    padding-top: 68px;
    padding-bottom: 36px;
    margin-bottom: 36px;
}
.news_more{

}
.nd-con a{
font-size: 20px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #4D4D4D;

}

@media (max-width:768px){
    .staff-con ul {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }
    .staff-con li {
        width: 100%;
        margin-bottom: 20px;
    }
    .staff-con li a p {
        margin-top: 5px;
    }
    .staff-con li img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
    }

#c-n .active > a::after {
    width: 100%!important;
}
.c-nav li a {
    position: relative;
    font-size: 16px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    margin-right: 50px;
    color: #333333;
}
.c-nav {
       height: 30px;
       line-height: 30px;
}
#c-n li a::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 2px;
    background: #162A85;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    bottom: -10px;
}
.about h5 {
    font-size: 20px;
    line-height: 20px;
}
.about {
    
    margin-top: 40px;
}
.a-c {
    display: block;
    margin-top: 20px;
}
.a-l img {
    width: 100%;
}
.a-r {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(22,42,133,0.12);
    border-radius: 16px 16px 16px 16px;
    position: relative;
    margin-left: 0;
    margin-top: 20px;
}
.a-r p {
    font-size: 14px !important;
    line-height: 25px !important;
    margin: 0 10px 10px 10px !important;
}
.zs {
    margin-top: 50px;
}
.zs h5 {
    font-size: 20px;
}
.zs-c {
    display: block;
    flex-wrap: wrap;
    margin-top: 20px;
}
.zs li {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #FCF6EC 0%, #FFFFFF 100%);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    transition: 0.2s;
    margin-left: 30px;
    margin-bottom: 40px;
}
.zs li:first-child {
    margin-left: 0;
}
.zs li{
    margin-left: 0;
}
.new h5 {
    font-size: 18px;
}
.zs-c {
			    display: flex;
			    flex-wrap: wrap;
			    margin-top: 20px;
			    justify-content: space-between;
			}
			.zs li {
			    width: 49%;
			    margin-bottom: 20px;
			}
.new ul {
    margin-top: 10px;
}
.new li{
        margin-bottom: 20px;
}
.list-img {
    width: 35%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}
.list-txt {
    width: 65%;
    padding-left: 10px;
    position: relative;
}
.list-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 10px 5px 0;
}
.list-txt span {
    font-size: 12px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
}
.list-txt p {
    font-size: 14px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin: 30px 10px 0px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.3s;
}
.new li a button {
    width: 36px;
    height: 20px;
    background: #EF9500;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    line-height: 36px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    transition: all 0.4s;
}
.new li:hover > a >.list-txt > button {
    bottom: 10px;
}
.new li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    border-radius: 0px 0px 0px 0px;
    bottom: -34px;
}
.zs li img {
    margin: 0;
    width: 100%;
}
#c-n li:hover >a::after {
    width: 100%;
}
.new {
        margin-top: 20px;
}
.c-nav li a,.c-nav1 li {
    font-size: 12px !important;

    }
    .nd-con h6 {
        font-size: 18px;
        margin: 40px 0 10px 0;
    }
    .nd-con span {
        font-size: 13px;
        margin-bottom: 11px;
    }
    .nd-con div {
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
        padding-top: 20px !important;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .nd-con p {
        font-size: 14px;
        font-family: Source, Source Han Sans CN;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px;
    }
    .nd-con a {
        font-size: 14px;
    }
}