
	body,html{scroll-behavior: smooth}
    .common_banner{
        margin-top: 155px;
    }
    .header .icon_list .item a{
		color:#999;
	}
    .header .icon_list .item a:hover{
		color:#1953ad;
	}
    .index_banner .pagination{
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        right: 0;
        bottom: 60px;
        justify-items: center;
    }
    .index_banner .swiper-container-horizontal .swiper-pagination-bullets{
        left: 0;
        width: auto;
        margin:  auto;
        display: inline-flex;
        padding: 5px 10px;
        position: unset;
    }
    .index_banner .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
        background: rgba(255,255,255, 0.1);
        border-radius: 500px;
        margin: 0 18px;
        width: 20px;
        opacity: 1;
        height: 20px;
    }
    .index_banner .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active{    
        background: rgba(255,255,255, 0.34);
        opacity: 1;

    }
    .index_banner .swiper-button-prev,
    .index_banner .swiper-button-next {
        background: rgba(0,0,0,0.6);
        width: 40px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }
    .index_banner .swiper-button-prev i,
    .index_banner .swiper-button-next i {
        font-size: 28px;
        color: #fff;
        transition: 0.3s;
    }
    
    .index_banner .swiper-button-prev:hover,
    .index_banner .swiper-button-next:hover {
        background: rgba(0,0,0,1);
    }
    
    .index_banner .swiper-button-prev:hover i,
    .index_banner .swiper-button-next:hover i {
        transform: scale(1.2);
    }
    .header .content_gy {
    }
    .header .icon_list {
        display: flex;
        align-items: center;
        padding-right: 70px;
    }
    .header .icon_list .item i {
        font-size: 32px;
    }
    .header .icon_list .item1 i {
        font-size: 22px;
    }
	 .header .icon_list .item2 i {
        font-size: 22px;
    }
	 .header .icon_list .item3 i {
        font-size: 20px;
    }
    .header .icon_list .item {
        color: #999999;
        width: 32px;
        margin-right: 30px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .header .icon_list .item .value {
        position: absolute;
        z-index: 99;
        border: 1px solid #1953ad;
        background: #1953ad;
        color: #fff;
        text-align: center;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .header .icon_list .item1 .value ,
    .header .icon_list .item4 .value ,
    .header .icon_list .item3 .value {
        height: 35px;
        line-height: 20px;
        text-align: center;
        bottom: -40px;
        transition: 0.3s;
        left: 0;
        transform: scale(1, 0);
        transform-origin: top;
    }
    
    .header .icon_list .item2 .value {
        width: 130px;
        height: 130px;
        border-radius: 10px;
        bottom: -135px;
        transition: 0.3s;
        transform: scale(1, 0);
        transform-origin: top;
    }
    .header .icon_list .item4 .value {
        display: flex;
        align-items: center;
        width: 200px;
        height: 45px;
        bottom: -50px;
    }
    .header .icon_list .item4 .value input {
        height: 20px;
        border: none;
        background: #1953ad;
		color:#fff;
    }
	 .header .icon_list .item4 .value  input::-webkit-input-placeholder {

        color: #fff;



    }
    .header .icon_list .item4 .value button {
        background: none;
        border: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        outline: none;
    }
    .header .icon_list .item4 .value button i {
        font-size: 14px;
        color: #fff;
    }
    
    .header .icon_list .item2 .value img {
        width: 100%;
		margin-top:4px;
    }
    .header .icon_list .item:hover .value {
        transform: scale(1, 1);
    }

    .header .icon_list .item1 {
        background: #999999;
        color: #fff;
        border-radius: 100%;
    }
	.header .icon_list .item2 {
        background: #999999;
        color: #fff;
        border-radius: 100%;
    }
	.header .icon_list .item3 {
        background: #999999;
        color: #fff;
        border-radius: 100%;
    }
	.header .icon_list .item1:hover,.header .icon_list .item2:hover,.header .icon_list .item3:hover{
		background:#15499a;
	}
	.header .icon_list .item4 i:hover,.header .icon_list .item5 i:hover{
		color:#15499a;
	}
    .header .top_nav {
        background: #1e315b;
    }
    
    .header .top_nav .link {
        display: flex;
        width: 100%;
    }
    
    .header .top_nav .link .item a:hover {
        background: #15499a;
    }
    .header .top_nav .link .item {
        flex: 1;
        position: relative;
    }
    .header .top_nav .link .item>a{
        color: #fff;
        display: block;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        text-align: center;
    }
    .header .top_nav .link .item ul{
        position: absolute;
        top: 53px;
        left: 0;
        display: none;
        width: 100%;   
    }
    .header .top_nav .link .item:hover ul{
        display: block;
    }
    .header .top_nav .link .item ul li a {
        display: block;
        text-align: center;
        color: #fff;
        height: 55px;
        line-height: 55px;
        background: #1e315b;
    }
    .index_banner .swiper-slide {
        position: relative;
        display: flex;
    }
    .index_banner .swiper-slide .box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .index_banner .swiper-slide .box .content_gy {
        display: flex;
        align-items: center;
        height: 100%;
        flex-wrap: wrap;
    }
    .index_banner .swiper-slide .box .content_gy  .txt1 {
        width: 100%;
    }
    .index_banner .swiper-slide .box .content_gy  .txt2 {
        width: 100%;
        color: #FFF;
        margin-top: 20px;
        font-size: 25px;
    }
    .index_banner .swiper-slide .box .content_gy  .txt2 p {
        line-height: 50px;
    }

    .index_content1 {
        height: 870px;
        padding-top: 135px;
        background: url("../images/about_pic.png") no-repeat right bottom;
    }
    
    .index_content1 .name {
        font-size: 42px;
        line-height: 50px;
        color: #1e2642;
    }
    .index_content1 .desc {
        margin-top: 50px;
        color: #999999;
        font-size: 15px;
        line-height: 30px;
        width: 685px;
        margin-bottom: 60px;
        max-height: 330px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11;
        text-overflow: ellipsis;
    }
	.index-more{
		
    width: 155px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    background: #1953ad;
    color: #fff;
    margin-top: 50px;
    transition: 0.3s;
	}
	.index-more:hover{
		background:#1e315b
	}
    .index_content1 .list {
        display: flex;
        width: 685px;
        justify-content: space-between;
    }
    .index_content1 .list .value {
        display: flex;
        align-items: flex-end;
    }
    .index_content1 .list .value .num{
        font-size: 54px;
        line-height: 50px;
        color: #333333;
    }
    .index_content1 .list .value .iconfont {
        font-size: 40px;
        line-height: 40px;
        color: #333333;
        margin-right: 20px;
    }
    .index_content1 .list .value  span.int{
        background: url("../images/icon2.png") no-repeat center;
        font-size: 14px;
        color: #333333;
        width: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-size: contain;
    }
    .index_content1 .list .title {
        color: #333333;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        text-align: center;
    }
	.index_content1 .more a {
        display: inline-block;
        width: 155px;
        border-radius: 10px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        background: #1953ad;
        color: #fff;
		margin-top:50px;
        transition: 0.3s;
    }
    .index_content1  .more a:hover {
        margin-left: 15px;
    }
    .index_content2 {
        margin-top: 25px;
        padding-top: 75px;
        border-top: 1px solid #f1f1f1;
    }
    .index_content2 .content_gy> a ,
    .index_content4 .content_gy> a ,
    .index_content5 .content_gy> a ,
    .index_content3> a {
        display: block;
        display: flex;
        justify-content: center;
    }
    .index_content2 .name {
        font-size: 42px;
        color: #1e2642;
        text-align: center;
        line-height: 50px;
        margin-bottom: 55px;
    }
    .index_content2 .list{
        
        border-bottom: 1px solid #f1f1f1;
    }
    .index_content2 .swiper-slide{
        padding-bottom: 45px;
    }
    .index_content2 .item{
        width: 100%;
        display: block;
        transition: 0.3s;
    }
    .index_content2 .item:hover {
        box-shadow: 0 0px 10px #eee;
    }
    .index_content2 .item .pic {
        width: 100%;
        height: 195px;
        overflow: hidden;
    }
    .index_content2 .item .pic img {
        width: 100%;
        min-height: 100%;
    }
    .index_content2 .item .info .name {
        color: #333;
        font-size: 22px;
        text-align: left;
        line-height: 35px;
        margin-bottom: 15px;
        overflow: hidden;
        height: 70px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
	.index_content2 .item:hover .info .name{
		 color: #1953ad;
	}
	
    .index_content2 .item .info{
        padding: 40px 20px;
    }
    .index_content2 .item .info .date {
        color: #999999;
        font-size: 14px;
        width: 100%;
    }
    .index_content2 .item .info .desc {
        color: #999999;
        font-size: 14px;
        width: 100%;
        line-height: 25px;
    }
    .index_content2 .pagination{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }
    .index_content2 .pagination .swiper-button-prev1,
    .index_content2 .pagination .swiper-button-next1 {
        margin: 0 55px;
    }
    .index_content2 .pagination .swiper-button-prev1 i,
    .index_content2 .pagination .swiper-button-next1 i{
        font-size: 18px;
        color: #1953ad;
        cursor: pointer;
    }   
    .index_content2 .pagination .swiper-pagination {
        position: initial;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index_content2 .pagination .swiper-pagination span {
        width: 16px;
        height: 16px;
        margin: 0 13px;
        background: #87aded;
        opacity: 1;
    }
    .index_content2 .pagination .swiper-pagination .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        margin: 0 13px;
        background: #1953ad;
        opacity: 1;
    }
    .index_content3 {
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .index_content3 .name {
        font-size: 42px;
        color: #1e2642;
        text-align: center;
        line-height: 50px;
        margin-bottom: 55px;
    }
    .index_content3 .list {
        background: url("../images/index_pic.png") right center no-repeat;
    }
    .index_content3 .list .swiper-slide {
        height: 648px;
    }
    .index_content3 .list {
    }
    .index_content3 .list .swiper-slide .content_gy{
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .index_content3 .list .content_gy .box {
        max-width: 505px;
    }
    .index_content3 .list .content_gy .title {
        color: #fff;
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 35px;
        max-height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    
    }
    .index_content3 .list .content_gy .txt {
        width: 505px;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        max-height: 105px;
        margin-bottom: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .index_content3 .list .content_gy .more a {
        display: inline-block;
        width: 155px;
        border-radius: 10px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        background: #1953ad;
        color: #fff;
        transition: 0.3s;
    }
    .index_content3 .list .content_gy .more a:hover {
        margin-left: 15px;
    }
    .index_content3 .pagination {
        position: relative;
        z-index: 9;
        bottom: 100px;
        font-size: 24px;
        color: #1e2642;
    }
    .index_content3 .pagination .content_gy{
        position: relative;
    }
    .index_content3 .pagination .swiper-pagination2  {
        width: 100%;
        z-index: 9;
        display: flex;
        margin-bottom: -55px;
    }
    .index_content3 .pagination .swiper-pagination2 .swiper-pagination-bullet {
        width: 33.3%;
        text-align: center;
        height: 155px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 15px;
        line-height: 155px;
        background: #fff;
        opacity: 1;
        border-radius: 0;
        position: relative;
        border-bottom: 2px solid #fff;
    }
    
    .index_content3 .pagination .swiper-pagination2 .swiper-pagination-bullet-active {
        border-bottom: 2px solid #1953ad;
    }
    .index_content3 .pagination .swiper-pagination2 .swiper-pagination-bullet::before {
        width: 1px;
        left: 0;
        top: 0;
        height: 100%;
        background: #fff;
        display: none;
        content: '';
        position: absolute;
    }
    .index_content3 .pagination .swiper-pagination2 .swiper-pagination-bullet::after {
        width: 1px;
        right:  0;
        top: 0;
        height: 100%;
        background: #f2f2f3;
        display: none;
        content: '';
        position: absolute;
    }
    .index_content3 .pagination .swiper-pagination2 .swiper-pagination-bullet-active::before,
    .index_content3 .pagination .swiper-pagination2 .swiper-pagination-bullet-active::after { 
        display: block;
    }
    
    .index_content3 .pagination .content_gy{
        position: relative;
        box-shadow: 0 0 10px #ddd;
    }
    .index_content3 .pagination .content_gy .swiper-button-prev2 i,
    .index_content3 .pagination .content_gy .swiper-button-next2 i {
        font-size: 18px;
        color: #1953ad;
        box-shadow: 0 0 10px #ddd;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    .index_content3 .pagination .content_gy .swiper-button-prev2{
        position: absolute;
        left: 10px;
        top: 50%;
        width: 36px;
        line-height: 36px;
        margin-top: -18px;
        height: 36px;
        text-align: center;
        cursor: pointer;
    }
    .index_content3 .pagination .content_gy .swiper-button-next2{
        position: absolute;
        right: 10px;
        top: 50%;
        width: 36px;
        line-height: 36px;
        height: 36px;
        margin-top: -18px;
        text-align: center;
        cursor: pointer;
    }
    
    .index_content4 {
        margin-bottom: 90px;
    }
    .index_content4 .name {
        font-size: 42px;
        color: #1e2642;
        text-align: center;
        line-height: 50px;
        margin-bottom: 55px;
    }
    .index_content4 .content_gy{
        position: relative;
    }
    .index_content4 .swiper-slide {
        position: relative;
    }
    .index_content4 .swiper-slide .info{
        position: absolute;
        width: 100%;
        left: 0;
        padding: 25px 25px;
        color: #fff;
        top: 200px;
        cursor: pointer;
        transition: 0.7s;
		    background: rgba(0,0,0,.5);
    }
    .index_content4 .swiper-slide .info .title {
        font-size: 26px;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 30px;
    }
    .index_content4 .swiper-slide .info .desc {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        transition: 1s;
        opacity: 0;
        margin-bottom: 20px;
        max-height: 120px;
        overflow: hidden;
        display: -webkit-box;
        opacity: 0;
        transition: 0.8s;
        -webkit-box-orient: vertical;/* 子元素排列垂直排列 */
        -webkit-line-clamp: 4;/* 设置从第几行后开始省略 */
    }
    .index_content4 .swiper-slide .info .icon{
        width: 70px;
        height: 30px;
        background: url("../images/icon1.png") no-repeat center;
        transition: 1s;
        opacity: 0;
    }
    .index_content4 .swiper-slide:hover .info{
        top: 0;
    }
    .index_content4 .swiper-slide:hover .desc{
        opacity: 1;
    }
    .index_content4 .swiper-slide:hover .icon{
        opacity: 1;
    }
    .index_content4 .content_gy .swiper-button-prev3{
        position: absolute;
        left: -75px;
        width: 40px;
        height: 80px;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -40px;
        cursor: pointer;
    }
    .index_content4 .content_gy .swiper-button-prev3 i {
        font-size: 56px;
        color: #1953ad;
    }
    .index_content4 .content_gy .swiper-button-next3{
        position: absolute;
        right: -75px;
        width: 40px;
        height: 80px;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -40px;
        cursor: pointer;
    }
    .index_content4 .content_gy .swiper-button-next3 i {
        font-size: 56px;
        color: #1953ad;
    }
    
    .index_content5 {
        background: #f5f5f5;
        padding: 90px 0;
    }
    .index_content5 .name {
        font-size: 42px;
        color: #1e2642;
        text-align: center;
        line-height: 50px;
        margin-bottom: 55px;
    }
    .index_content5 .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index_content5 .list .item {
        margin-right: 44px;
        background: #fff;
        margin-bottom: 44px;
        cursor: pointer;
        width: 578px;
    }
    .index_content5 .list .item .pic {}
    .index_content5 .list .item .pic img {
        min-height: 100%;
    }
    .index_content5 .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .index_content5 .list .item .desc {
        color: #999999;
        font-size: 16px;
        line-height: 20px;
        padding: 0 50px;
        text-align: center;
        margin-bottom: 20px;
		word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
width:100%;
    }
    .index_content5 .list .item:hover .name {
        color: #1953ad;
    }
    .index_content5 .list .item .name {
        margin-top: 20px;
        transition: 0.3s;
        font-size: 26px;
        margin-bottom: 20px;
        color: #1e2642;
    }
    .index_content5 .list .item  .btn {
        padding-bottom: 30px;
        text-align: center;
    }
    .index_content5 .list .item  .btn a{
        display: inline-block;
        height: 40px;
        width: 120px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        line-height: 40px;
        background: #1953ad;
        font-size: 14px;
        transition: 0.3s;
    }
    .index_content5 .list .item:hover .btn a{
        background: #1e2642;
    }
    .common_footer {
        background: #1e315b url("../images/footer_bg.png") right top;
        color: #fff;
        padding-top: 45px;
    }
    .common_footer a {
        color: #fff;
    }
    .common_footer .footer_box1 {
        padding-bottom: 40px;
        border-bottom: 1px solid #555d7d;
    }
    .common_footer .footer_box1 .content_gy{
        display: flex;
        justify-content: space-between;
    }
    .common_footer .footer_box1 .content_gy .item0{
        display: flex;
    }
    .common_footer .footer_box1 .content_gy .item0 .block1{
        margin-right: 60px;
    }
    .common_footer .footer_box1 .content_gy .item0 .name{
        font-size: 20px;
        margin-bottom: 30px;
        color: #fff;
    }
    .common_footer .footer_box1 .content_gy .item0 .name a{
        color: #fff;
        line-height: 30px;
    }
    .common_footer .footer_box1 .content_gy .item0 a{
        display: block;
        color: #afb2be;
        line-height: 35px;
    }
    .common_footer .footer_box1 .content_gy .item1 .name {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .common_footer .footer_box1 .content_gy .item1 .share .item {
        position: relative;
    }
    .common_footer .footer_box1 .content_gy .item1 .share .item:hover .value{

        transform: scale(1, 1);
    }
    .common_footer .footer_box1 .content_gy .item1 .share .item .value{
        height: 35px;
        position: absolute;
        line-height: 20px;
        text-align: center;
        bottom: -40px;
        transition: 0.3s;
        right: 0;
        transform: scale(1, 0);
        transform-origin: top;
        
        z-index: 99;
        border: 1px solid #1953ad;
        background: #1953ad;
        color: #fff;
        text-align: center;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .common_footer .footer_box1 .content_gy .item1 .share{
        display: flex;
        margin-top: 50px;
        justify-content: space-between;
    }
    .common_footer .footer_box1 .content_gy .item1 .share i {
        color: #afb2be;
        border: 2px solid #afb2be;
        border-radius: 100px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 5px;
    }
    .common_footer .footer_box1 .content_gy .item1 {}
    .common_footer .footer_box2 .content_gy{
        height: 95px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }





    .about_banner {
        background: url("../images/about_banner.png") no-repeat center;
        height: 550px;
    }
    .about_banner .content_gy {
        display: flex;
        align-items: center;
        color: #fff;
        height: 100%;
    }
    .about_banner .content_gy .txt .p1 {
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 25px;
    }
    .about_banner .content_gy .txt .p2 {
        font-size: 34px;
        line-height: 70px;
        opacity: 0.6;
    }
    .about_content1 {
        margin-top: -150px;
    }
    .about_content1 .content_gy{
        position: relative;
        background: #fff;
        padding-top: 40px;
    }
    .about_content1 .content_gy::before {
        position: absolute;
        display: block;
        content: '';
        left: -100px;
        width: 100px;
        background: #fff;
        top: 0;
        height: 100%;
    }
    .about_content1 .content_gy::after {
        position: absolute;
        right: -100px;
        display: block;
        background: #fff;
        content: '';
        width: 100px;
        top: 0;
        height: 100%;
    }
    .about_content1 .content_gy .desc {
        
        border-bottom: 1px solid #ededed;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .about_content1 .content_gy .desc p{
        color: #4d4d4d;
        font-size: 16px;
        line-height: 30px;
    }
    .about_content1 .content_gy .name {
        color: #4d4d4d;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    
    .about_content1 .list {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .about_content1 .list .item {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .about_content1 .list .item .title {
        width: 100%;
        text-align: center;
        color: #333333;
        margin-top: 20px;
        font-size: 16px;
    }
    .about_content1 .list .value {
        display: flex;
        align-items: flex-end;
    }
    .about_content1 .list .value .num{
        font-size: 54px;
        line-height: 50px;
        font-weight: bold;
        color: #333333;
    }
    .about_content1 .list .value .iconfont {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
        color: #333333;
        margin-right: 20px;
    }
    .about_content1 .list .value  span.int{
        background: url("../images/icon2.png") no-repeat center;
        font-size: 14px;
        color: #333333;
        width: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-size: contain;
    }
    .about_content2 {
        position: relative;
padding-bottom:30px;
margin-bottom:50px;
    border-bottom: 1px solid #ededed;
    }
    .about_content2 .content_gy {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .about_content2 .content_gy .pic {
        width: 540px;
        height: 380px;
    }
    .about_content2 .content_gy .pic img {
        width: 100%;
        height: 100%;
    }
    .about_content2 .content_gy .info .desc {
        color: #4d4d4d;
        font-size: 16px;
        line-height: 30px;
    }
    .about_content2 .content_gy .info .title {
        color: #4d4d4d;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .about_content2 .content_gy .info {
        flex: 1;
        margin-left: 40px;
    }
    .about_content3 {
        padding-bottom: 80px;
        margin-bottom: 55px;
        border-bottom: 1px solid #ededed;
        position: relative;
    }
    .about_content3 .pic {
        margin-top: 160px;
    }
    .about_content3 .pic img {
        max-width: 100%;
    }
    .about_content4 {
        
        position: relative;
        padding-bottom: 80px;
        margin-bottom: 55px;
        border-bottom: 1px solid #ededed;
    }
    .about_content4 .name {
        text-align: center;
        color: #4d4d4d;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .about_content4 .content {
        display: flex;
    }
    .about_content4 .content .pic {
        width: 310px;
        height: 385px;
    }
    .about_content4 .content .pic img {
        width: 100%;
        height: 100%;
    }
    .about_content4 .content .info {
        padding: 85px;
        background: #f5f5f5;
        flex: 1;
        margin-left: 10px;
    }
    .about_content4 .content .info .desc {
        color: #4d4d4d;
        font-size: 16px;
        margin-top: 20px;
        line-height: 30px;
    }
    .about_content4 .content .info .label {
        height: 35px;
        display: inline-flex;
        align-items: center;
        padding: 0 20px;
        background: #1755ac;
        color: #fff;
        font-size: 16px;
    }
    .about_content4 .content .info .label .name {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
        line-height: 20px;
        height: 30px;
        line-height: 28px;
    }
    
    .about_content4 .content .info .label i,
    .about_content4 .content .info .label .position {
        line-height: 22px;
        height: 20px;
    }
    .about_content4 .userList {
        margin-top: 70px;
        overflow-x: auto;
		padding-bottom:20px;
    }
    .about_content4 .userList .list {
        display: flex;
        width: max-content;
    }
    .about_content4 .userList .list .item:last-child {
        margin-right: 0;
    }
    .about_content4 .userList .list .item{
        height: 225px;
        width: 190px;
        position: relative;
        color: #fff;
        margin-right: 15px;
        overflow: hidden;
    }
    .about_content4 .userList .list .item::before {
        position: absolute;
        display: block;
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: 0.3s;
    }
    .about_content4 .userList .list .item:hover::before {
        opacity: 0.6;

    }
    
    .about_content4 .userList .list .item:nth-child(2n) {
        margin-top: 55px;
    }
    .about_content4 .userList .list .item .pic{
        height: 225px;
        width: 190px;
        
    }
    .about_content4 .userList .list .item img {
        height: 100%;
        width: 100%;
    }
    .about_content4 .userList .list .item .info {
        padding: 10px;
        position: absolute;
        top: 170px;
        text-align: left;
        transition: 0.3s;
    }
    .about_content4 .userList .list .item:hover .info {
        top: 0;
    }

    .about_content4 .userList .list .item .info .name {
        font-size: 16px;
    }

    .about_content4 .userList .info .desc {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        overflow: hidden;
        display: -webkit-box;
        opacity: 0;
        transition: 0.8s;
        -webkit-box-orient: vertical;/* 子元素排列垂直排列 */
        -webkit-line-clamp: 4;/* 设置从第几行后开始省略 */

    }
    .about_content4 .userList .item:hover .info .desc {
        opacity: 1;
    }
    .about_content4 .userList .info .label {
        height: 35px;
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 12px;
    }
    .about_content4 .userList .info .label .name {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        line-height: 20px;
        height: 30px;
        line-height: 28px;
    }
    
    .about_content4 .userList .info .label i,
    .about_content4 .userList .info .label .position {
        line-height: 22px;
        height: 20px;
		
    }
    
    .about_content5 {
        
        position: relative;
    }
    .about_content5 .name {
        text-align: center;
        color: #4d4d4d;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .about_content5 .swiper-container {
        display: none;
    }
    .about_content6 {
        position: relative;
        height: 280px;
        background: url("../images/about_bg.png") no-repeat center;
    }
    .about_content6 .content_gy {
        display: flex;
        align-items: center;
        color: #fff;
        height: 100%;
    }
    .about_content6 .content_gy .p1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .about_content6 .content_gy .p2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .about_content6 .content_gy .p3 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .about_content6 .content_gy .p3 a {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        display: flex;
        align-items: center;
        color: #fff;
    }
    .about_content7 {
        padding: 55px 0;
        position: relative;
    }
    .about_content7 .content_gy{
        display: flex;
        justify-content: space-between;
    }
    .about_content7 .info .name{
        color: #333;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .about_content7 .info .txt{
        color: #999999;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .about_content7 .info .txt i {
        font-size: 18px;
        color: #000;
        margin-right: 5px;
    }
    .about_content7 .pic .name i {
        color: #c1c1c1;
        font-size: 18px;
        margin-right: 5px;
    }
    .about_content7 .pic .name {
        text-align: center;
        color: #333333;
        font-size: 14px;
        margin-bottom: 15px;
        display: flex;
    }


    
#carousel {
    opacity: 0;
    width: 100%;
    /* border:1px solid #222; */
    height: 600px;;
    position:relative;
    clear:both;
    overflow:hidden;
    padding-bottom: 100px;
    transition: 0.3s;
    background-size: 100%;
}
#carousel .prev{
    position: absolute;
    left: 0;
    z-index: 9;
    top: 50%;
    margin-top: -64px;
    height: 68px;
    width: 68px;
    background: #1a57ae;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#carousel .next{
    position: absolute;
    right: 0;
    z-index: 9;
    top: 50%;
    margin-top: -64px;
    height: 68px;
    width: 68px;
    background: #1a57ae;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#carousel .prev i ,
#carousel .next i {
    font-size: 22px;
    color: #fff;
}
#carousel.active {
    opacity: 1;
}
#carousel .next:hover,
#carousel .prev:hover{
    background: #1e315b;
}
.swiper-container {
    margin-top: 50px;
}

.swiper-container .up ,
#carousel .up {
    bottom: 80px;
    left: 40px;
    position: absolute;
    z-index: 9;
    color: #884b29;
    font-size: 16px;
}


#carousel .img {
    width: 530px;
    max-width: 600px;
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}


.maodian {
    position: absolute;
    top: -170px;
    height: 1px;
    width: 100%;
    display: inline-block;
}

.index_content4 .name {
	margin-top:55px;
}
@media screen and (max-width: 770px) {
 .about_content2{
padding-bottom:20px;
margin-bottom:20px;}
}
}