@charset "utf-8";

body {
    background: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
}

header a {
    font-size: 16px;
    color: #666666;
}


.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 7px;
    position: relative;
}

nav {
    flex: 1;
    height: 78px;
}

nav ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

nav ul li {
    flex: 1;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_li_on::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    bottom: -7px;
    background-image: url('../images/ji_01.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
nav ul li > p{ width:100%; height: auto; position: absolute; left:0; top:84px;background-color: rgba(255,255,255,0.8); z-index: 200; display: none;}
nav > ul > li > p > a{ width:100%; height: 36px; line-height: 36px; display: block; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;  }
nav > ul > li > p > a + a{ border-top: 1px solid rgba(100,100,100,0.1); }
nav > ul > li:hover > p{ display: block; }
.menu {
    cursor: pointer;
    display: none;
}

.menu i {
    color: #333;
    font-size: 25px;
}

.search {
    display: flex;
    position: relative;
}
.search span{
    height: 100px;
    display: block;
    width: 1px;
    position: absolute;
    top: -35px;
    background: #ddd;
}
.search p {
    height: 40px;
    width: 80px;
    margin-left: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.search i {
    color: #122db0;
    font-size: 25px;
}
.search input{
    position: absolute;
    top: 66px;
    right: 0;
    width: 240px;
    height: 45px;
    border: 0;
    padding: 0 10px;
    border-top: 1px solid #ff0800;
    background-color: rgba(255, 255, 255,0.8);
    display: none;
}
.search input.bt{
    position: absolute;
    top: 66px;
    right: 0;
    width: 60px;
    height: 45px;
    border: 0;
    padding: 0 10px;
    border-top: 1px solid #ff0800;
    background-color: rgba(255, 255, 255,0.8);
    display: none;
}
.search_on{
    position: absolute;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.search_on:hover input{
    display: block;
}

aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 555;
    display: none;
}

.aside_con {}

.aside_con>span {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}

.aside_con p {
    font-size: 22px;
    color: white;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid white;
}

.close {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.aside_con span i {
    color: white;
}

.aside_con li a {
    display: flex;
    height: 50px;
    border-bottom: 1px solid white;
    font-size: 22px;
    color: white;
    align-items: center;
    justify-content: center;
}

/*滚动后导航*/
.scrolltop {
    background-color: #fff;
    border-bottom: 1px solid rgba(120, 120, 120, 1);
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    z-index: 56;
}

.lunbo_top {
    height: 100px;
}

.lunbo img {
    width: 100%
}
.swiper1 .swiper-slide {
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.swiper1 .swiper-pagination-bullet {
    opacity: 1;
    background: #999;
    margin: 0 5px !important;
    width: 30px;
    height: 3px;
    border-radius: 0;
}
.swiper1 .swiper-pagination-bullet-active {
    background: #fff;
}


.news_top{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 20px;
}
.news_top_left{
    width: 38.5%;
    min-width: 465px;
    max-width: 100%;
}

.news_top_left a{
    position: relative;
    display: block;
}
.news_top_left a span{
    position: absolute;
    height: 43px;
    left: 0;
    bottom: 0;
    line-height: 43px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-indent: 16px;
}
.news_top_left a p{
   width: 65%;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news_top_left img{
    height: 100%;
}
.news_top_left .swiper-container{
    
}
.news_top_left .swiper-container-horizontal>.swiper-pagination-bullets{
    left: -5px;
    display: flex;
    justify-content: flex-end;
}
.news_top_left .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.news_top_left  .swiper-pagination-bullet-active{
    background: #e60012;
}

.news_top_right{
    width: 60%;
}
.top_right_con{
    padding: 0 15px;
}
.top_right_con span:nth-child(1){
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.top_right_con span:nth-child(1) p{
    font-size: 20px;
    color: #2250a2;
    font-weight: 600;
    width: 110px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.top_right_con span:nth-child(1) p::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgb(230, 0, 18);
    left: 0;
    top: 50px;
}
.top_right_con span:nth-child(1) a{
    font-size: 15px;
    color: #666;
    line-height: 50px;
}
.top_right_con a{

    display: block;
} 
.top_right_con a h1{
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
}
.top_right_con a p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-indent: 2em;	
}


.new_notice{
    border: 1px solid #ddd;
}
.notice{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.notice >span{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 95px;
    background-color: rgb(34, 80, 162);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.notice >span::before{
    content: '';
    position: absolute;
    right: 0;
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:16px solid #fff;
}

.notice_list{
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.notice_list >span{
    width: 47%;
    display: flex;flex-direction: column;
}
.notice_list >span a{
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    font-size: 15px;
    padding: 10px 0;
}
.notice_list >span a p:nth-child(1){
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
}
.notice_list >span a p:nth-child(1) span{
    color: #999;
    margin: 0 5px;
}

.notice_list >span a p:nth-child(2){
    color: #999;
}
.notice_list >p{
    height: 90px;
    width: 1px;
    background: #ddd;
}
.notice_list >span a:hover p{
    color: #e60012;
}

.new_trends{
    margin: 20px auto 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.trends{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trends_left{
    width: 39%;
}
.trends_left_top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.trends_left_top span{
    display: flex;
}
.trends_left_top p{
    height: 50px;
    width: 110px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.trends_left_top_on::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    height: 2px;
    background: #e60012;
}
.trends_left_top_on{
    color: #2250a2!important;
}
.trends_left_top  a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #999;
}

.news_list a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.news_list a p:nth-child(1){
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.news_list a p:nth-child(1) span{
    font-size: 16px;
    color: #999;
    margin: 0 5px;
}
.news_list a p:nth-child(2){
    font-size: 16px;
    color: #999;
}


.trends_right{
    width: 59.5%;
}

.trends_right >P{
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f5f8fd;
    font-size: 20px;
    color: #2250a2;
    font-weight: 600;
    margin-bottom: 5px;
}

.trends_right_nav{
    position: relative;
    display: flex;
}
.trends_right_nav a{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  
}

.trends_right_nav img{
    width: 100%;
}
.trends_right_nav a span{
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    
}
  
.trends_right_nav a span p:nth-child(1){
    font-size: 18px;
    color: #fff;
    background-color: rgba(7, 24, 56,0.7);
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.trends_right_nav a span p:nth-child(2){
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    display: none;
}
.trends_right_nav a:hover span{
    background-color: rgba(190, 125, 0,0.7);
}
.trends_right_nav a:hover span{
    justify-content: center;
}
.trends_right_nav a:hover span p:nth-child(1){
    background: rgba(255, 255, 255, 0)
}
.trends_right_nav a:hover span p:nth-child(2){
    display: block;
}


.trends_left_con >div{
    display: none;
}


.new_case{
    margin: 30px auto 70px;
}

.new_case a{
    position: relative;
    display: block;
}
.new_case a span{
    position: absolute;
    height: 43px;
    left: 0;
    bottom: 2px;
    line-height: 43px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-indent: 16px;
}
.new_case a p{
   width: 65%;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.new_case img{
    height: 100%;
}
.new_case .swiper-container-horizontal>.swiper-pagination-bullets{ 
    display: none;
}

.app_lun{
    display: none;
}

.friend{
    background: #f2f2f2;

}
.friend div{
    display: flex;
    height: 63px;
    align-items: center;
}
.friend h1{
    font-size: 16px;
    color: #122db0;
}
.friend a{
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}
.friend a:hover{
    color: #e60012;
}
footer {
    background: #272727;
    min-height: 275px;
}

.fot_con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.fot_con >div >img{
    margin-top: 35px;
    max-width: 90%;
}
.fot_con >div >span{
    display: flex;
    margin-top: 25px;
    align-items: center;
}
.fot_con >div >span p{
    display: flex;
    align-items: center;
}
.fot_con >div >span:nth-child(2) p{
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
}
.fot_con >div >span:nth-child(2) img{
    margin-right: 5px;
}
.fot_con >div >span:nth-child(2) a{
    margin:  0 5px;
    font-size: 13px;
    color: #fff;
    opacity: 0.8;
}
.fot_con >div >span:nth-child(2) a:hover{
    color: #e60012;
}
.fot_con >div >span:nth-child(2) span{
    color: #fff;
}
.fot_con >div >span:nth-child(3) p{
    font-size: 13px;
    color: #fff;
    opacity: 0.8;
}

.fot_right{
    text-align: center;
}
.fot_right p{
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}

.new_case_title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.new_case_title p{
    font-size: 20px;
    color: #2250a2;
    font-weight: 600;
    width: 110px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.new_case_title p::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgb(230, 0, 18);
    left: 0;
    top: 50px;
}
.new_case_title a{
    font-size: 15px;
    color: #666;
    line-height: 50px;
}
