﻿.swiper-container{
    margin-top: 73px;
}
.swiper-container0 .swiper-slide{
    height: auto;
}
.swiper-container0 .swiper-slide .content1 .slogan{
    margin-bottom: 0px;
}
.swiper-container0 .swiper-slide .content1 .sub_slogan{
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: 2px;
}
.swiper-container0 .swiper-slide .content1 .link a{
    display: inline-block;
    transition: 0.5s;
    background: #ea691e;
    color: #fff;
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 140px;
    border-radius: 20px;
}
.swiper-container0 .swiper-slide .content1 .link a:hover{
    margin-right: 50px;
    opacity: 0.8;
}
.swiper-container0 .swiper-slide .content2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.swiper-container0 .swiper-slide .content2 .slogan{
    display: block;
    text-align: left;
    width: 100%;
}
.swiper-container0 .swiper-slide .content2 .sub_slogan{
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-top: 50px;
}
.common_title img{
	height:50px;
}

.head_box{
    height: 75px;
    background: #EA691E;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 5px #000;
}
.head_box .content_gy{
    display: flex;
    justify-content: space-between;
}
.head_box .content_gy .router{
    display: flex;
}
.head_box .content_gy .router .item{
    
}
.head_box .content_gy .sub_list{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 76px;
    display: none;
    justify-content: space-around;
    top: 73px;
}
.head_box .content_gy a{
    font-size: 18px;
    color: #fff;
    line-height: 76px;
} 
.head_box .content_gy .sub_list a{
    font-size: 18px;
    color: #ea691e;
    line-height: 76px;
    margin: 0 60px ;
} 
.head_box .content_gy .sub_list .content_gy{
    justify-content: center;
}

.head_box .content_gy .router .item>a{
    transition: 0.3s;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    padding: 0 20px;
}
.head_box .content_gy .router .item:hover>a{
    background: #fff;
    color: #ea691e;
}
.head_box .content_gy .router .item:hover .sub_list {
    display: flex;
}


.common_title{
    text-align: center;
}
.index_box1{
    padding-top: 80px;
}
.index_box1 .list{
    display: flex;
    position: relative;
    margin-top: 60px;
}
.index_box1 .list .item{
    height: 350px;
    text-align: center;
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_box1 .list .item img{
    transition: 0.3s;
}
.index_box1 .list .item:hover img{
    transform: rotateY(360deg);
}
.index_box1 .list .item .name{
    font-size: 18px;
    color: #38393a;
    margin-bottom: 40px;
    font-weight: 600;
}
.index_box1 .list .border1{
    position: absolute;
    top: 0;
    height: 350px;
    left: 33.3%;
    margin-left: -25px;
}
.index_box1 .list .border2{
    position: absolute;
    top: 0;
    height: 350px;
    left: 66.6%;
    margin-left: -25px;
}

.index_box2{
    padding-bottom: 80px;
    padding-top: 120px;
    background: url("../image/index_bg1.png") no-repeat top center;
}
.index_box2 .content_gy>.title p{
    font-size: 42px;
    color: #fff;
    margin-left: 45px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 2px;
}
.index_box2 .content_gy .sub_title{
    font-size: 26px;
    color: #fff;
    margin-left: 45px;
    margin-top: 40px;
}
.index_box2 .link a{
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    width: 140px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    border:1px solid #fff;
    margin-left: 45px;
}
.index_box2 .list {
    display: flex;
    margin-top: 40px;
}
.index_box2 .list .item{
    width: 260px;
    height: 365px;
    margin: 0 25px;
    background: #fff;
    display: flex;
    padding-top: 65px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}
.index_box2 .list .item:hover{
    box-shadow: 0 0 10px #EE8045;
}
.index_box2 .list .item .icon{
    margin-bottom: 50px;
}
.index_box2 .list .item .name{
    color: #393938;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.index_box2 .list .item .info{
    height: 75px;
    line-height: 25px;
    padding: 0 15px;
}
.index_box3 {}
.index_box3 .list_name{
    display: flex;
    margin-top: 75px;
    margin-bottom: 60px;
}
.index_box3 .list_name .item .c{
    font-size: 22px;
    color: #393938;
    line-height: 34px;
}
.index_box3 .list_name .item{
    width: 33.3%;
    text-align: center;
    position: relative;
}
.index_box3 .list_name .item::before{
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #ea691e;
    display: block;
    content: '';
}
.index_box3 .list_content .item_row3{}
.index_box3 .list_content{
    background: #f7f8fa;
    padding: 15px 0;
}
.index_box3 .list_content .content_gy{
    display: flex;
}
.index_box3 .list_content .item{
    width: 33.3%;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index_box3 .list_content .item_row2 a{
    display: block;
    width: 50%;
    text-align: center;
}
.index_box3 .list_content .item_row1 a{
    width: 100%;
    display: block;
    text-align: center;
}
.index_box3 .list_content .item_row3 a{
    width: 33.3%;
    display: block;
    text-align: center;
}

.index_box3 .list_content .item a{
    margin-bottom: 15px;
}

.index_box3 .list_content .item a img{
    height: 40px;
}
.index_box3 .list_content .item_row3 a img{
    height: 25px;

}
.index_box3 .list_content .item::before{
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 0;
    border-left: 1px dashed #babbbc;
}
.index_box3 .list_content .item:last-child::before{
    display: none;
}
.index_box4 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.index_box4 .content{
    margin-top: 90px;
    display: flex;
}
.index_box4 .content .content_pic{
    overflow: hidden;
    margin-right: 90px;
}
.index_box4 .content .content_pic .box{
    position: relative;
}
.index_box4 .content .content_pic .img {
    width: 100%;
    height: 100%;
}
.index_box4 .content .content_pic .img img{
    width: 100%;
    height: 100%;
}
.index_box4 .content .content_pic .text{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    width: 100%;
    background: rgba(0,0,0,0.48);
    color: #fff;
    font-size: 18px;
}
.index_box4 .content .list {
    width: 715px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_box4 .content .list .item{
    width: 715px;
    height: 130px;
    background: #fff;
    box-shadow: 0 0 10px #b7b7b7;
    display: flex;
}

.index_box4 .content .list .item .date{
    background: #b7b7b7;
    color: #fff;
    width: 180px;
    padding: 20px 35px;
    text-align: center;
}
.index_box4 .content .list .item .date .year{
    font-size: 30px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 45px;
}
.index_box4 .content .list .item .date .month{
    font-size: 28px;
    line-height: 40px;
}
.index_box4 .content .list .item .info{
    flex: 1;
    padding: 25px 60px;
    background: url("../image/index_icon5.png") no-repeat 97% 90%; 
}
.index_box4 .content .list .item .info .span{
    font-size: 18px;
    height: 40px;
    line-height: 30px;
}
.index_box4 .content .list .item .info .name{
    font-size: 18px;
    line-height: 30px;
}
.index_box4 .content .list .item:hover .info div{
    color: #EE7540;
}


.index_box5{
    height: 300px;
    width: 100%;
    background: url("../image/index_bg2.png") no-repeat center;
    background-size: cover;
}
.index_box5{
    display: flex;
    align-items: center;
}
.index_box5 .list{
    display: flex;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: space-between;

}
.index_box5 .list .item{
    width: 200px;
    height: 200px;

    background: rgba(66,66,66,0.83);
    transition: 0.3s;
    border-radius: 10px;
}
.index_box5 .list .item.item1{
    background: none;
    border-radius: 100%;
}
.index_box5 .list .item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.index_box5 .list .item:hover{
    background: rgba(234,105,30,0.83);
}
.index_box5 .list .item.item1 a img{
    width: 100%;
}
.index_box5 .list .item a img{
    width: 136px;
}

.footer{
    background: #ea691e;
    padding-top: 40px;
    margin-top: 60px;
}
.footer .list{
    display: flex;
}
.footer .list .item{
    margin: 0 43px;
}
.footer .list .item .name {
    
}
.footer .list .item .name a{
    font-size: 18px;
    color: #fff;
}
.footer .list .item .link{}
.footer .list .item .link a{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.footer .list .item .info p{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.footer .list .item .info p img{
    margin-top: 10px;
    width: 80px;
}
.footer .copyright::before{
    display: block;
    content: '';
    background: #fff;
    height: 1px;
    width: 100%;
}
.footer .copyright{
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}
.footer .copyright a{
    color: #fff;
}

.about_page .swiper-container{}
.about_page .swiper-container .slogan{
    width: 1150px;
    text-align: left;
    background: url("../image/about_bg1.png") no-repeat left center;
    padding: 95px 150px;
    margin-bottom: 0;
    background-size: contain;
    color: #fff;
}
.about_page .swiper-container .slogan .text1{
    margin-bottom: 20px;
}
.about_page .swiper-container .slogan .text2{
    line-height: 30px;
}
.about_page .swiper-container0 .swiper-slide{
    height: 504px;
}
.about_page_box1{
    padding-top: 90px;
}
.about_page_box1 .content{
    margin-top: 85px;
    display: flex;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 80px;
}
.about_page_box1 .content .pic{
    width: 680px;
}
.about_page_box1 .content .text{
    flex: 1;
    padding: 35px 35px 0 0;
    font-size: 16px;
    color: #000;
}

.about_page_box1 .content .text .item{
    line-height: 40px;
    text-indent: 30px;

}
.about_page_box1 .content .text .item i{
    color: #EA691E;
}
.about_page_box1 .content .text .more{
    text-align: right;
}
.about_page_box1 .content .text .more a{
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 35px;
    line-height: 35px;
    color: #999;
    border:1px solid #999;
    font-size: 14px;
}
.about_page_box2{
    background: #f7f8fa;
}

.about_page_box2 .content_gy{
    display: flex;
    position: relative;
}
.about_page_box2 .left {
    max-width: 960px;
    padding-top: 80px;
}
.about_page_box2 .left .title{
    width: 340px;
    background: #ea691e;
    height: 75px;
    font-size: 35px;
    text-align: center;
    line-height: 75px;
    color: #fff;
}

.about_page_box2 .left .list{
    display: flex;
    flex-wrap: wrap;
}
.about_page_box2 .left .item{
    margin-top: 50px;
    width: 230px;
    height: 260px;
    padding: 45px 40px 40px 0;
    text-align: center;
    color: #fff;
}
.about_page_box2 .left .item1{
    background: url("../image/about_bg2.png") no-repeat;
}

.about_page_box2 .left .item2{
    background: url("../image/about_bg3.png") no-repeat;
}

.about_page_box2 .left .item3{
    background: url("../image/about_bg4.png") no-repeat;
}

.about_page_box2 .left .item4{
    background: url("../image/about_bg5.png") no-repeat;
}
.about_page_box2 .left .item5{
    background: url("../image/about_bg6.png") no-repeat;
}
.about_page_box2 .left .item6{
    background: url("../image/about_bg7.png") no-repeat;
}
.about_page_box2 .left .item7{
    background: url("../image/about_bg8.png") no-repeat;
}
.about_page_box2 .left .item8{
    background: url("../image/about_bg9.png") no-repeat;
}

.about_page_box2 .left .item .p1{
    font-size: 28px;
    margin-bottom: 15px;
}
.about_page_box2 .left .item .p2{
    font-size: 18px;
    line-height: 33px;
}


.about_page_box2 .right {
    flex: 1;
    text-align: center;
    padding: 85px 40px 0;
    border-left: 2px dashed #ccc;
    
}
.about_page_box2 .right .item{
    margin-bottom: 85px;
}
.about_page_box2 .right .item .name{
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 38px;
}
.about_page_box2 .right .item .info{
    font-size: 18px;
}

.about_page_box3 {
    padding-top: 95px;
    background: url("../image/about_bg12.png") no-repeat center;
}
.about_page_box3 .main{
    height: 600px;
    overflow: hidden;
    position: relative;
}
.about_page_box3 .main.active{
    height: auto;
}
.about_page_box3 .content{
    position: absolute;
    top: 0;
    transition: 0.3s;
    overflow: hidden;
    width: 100%;
}
.about_page_box3 .btn {
    cursor: pointer;
}
.about_page_box3 .btn img{
    transition: 0.3s;
    
}
.about_page_box3 .btn:hover img{
    
}
.about_page_box3 .btn.active img{
    transform: rotate(180deg);
}
.about_page_box3 .content .border{
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
}
.about_page_box3 .content .border::before{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #EA691E;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 0;
    border-radius: 100%;
}
.about_page_box3 .content .border::after{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #EA691E;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    border-radius: 100%;
}

.about_page_box3 .content .item{
    width: 460px;
    position: relative;
    left: 50%;
    margin-left: -480px;
    text-align: right;
    margin-top: 50px;
}

.about_page_box3 .content .item:nth-child(2n-1){
    width: 460px;
    left: auto;
    position: relative;
    left: 50%;
    margin-left: 20px;
    
    text-align: left;
}
.about_page_box3 .content .item .year{
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: url("../image/about_icon.png") no-repeat center;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.about_page_box3 .content .item .year::before{
    display: block;
    position: absolute;
    right: -27px;
    content: '';
    width: 14px;
    height: 14px;
    background: #EA691E;
    border-radius: 100%;
    top: 50%;
    margin-top: -7px;
}

.about_page_box3 .content .item .info p{
    font-size: 14px;
    line-height: 26px;
}


.about_page_box3 .content .item:nth-child(2n -1) .year{
    background: url("../image/about_icon1.png") no-repeat center;
}
.about_page_box3 .content .item:nth-child(2n -1) .year::before{
    display: block;
    position: absolute;
    left: -27px;
    right: 0;
    content: '';
    width: 14px;
    height: 14px;
    background: #EA691E;
    border-radius: 100%;
    top: 50%;
    margin-top: -7px;
}
.about_page_box3 .btn {
    height: 150px;
    line-height: 150px;
    text-align: center;
}
.about_page_box4{
    background: url("../image/about_bg13.png") no-repeat center bottom;
}
.about_page_box4 .common_title{
    width: 990px;
    height: 200px;
    line-height: 200px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    margin: 0 auto 80px;
}
.about_page_box4 .swiper-container .swiper-slide{
    height: auto;

}
.about_page_box4 .swiper-container{
    margin-top: 0;
}
.about_page_box4 .list .content,
.about_page_box4 .list {
    display: flex;
    flex-wrap: wrap;
}
.about_page_box4 .list .item{
    width: 25%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.about_page_box4 .list .item{
    max-width: 60%;
}
.dev_page .swiper-container{}


.dev_page .swiper-container .content_gy{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dev_page .swiper-container .slogan{
    width: 680px;
    text-align: left;
    background: url("../image/about_bg1.png") no-repeat left center;
    padding: 95px 150px;
    margin-bottom: 0;
    background-size: contain;
    color: #fff;
}
.dev_page .swiper-container .slogan .text1{
    margin-bottom: 20px;
}
.dev_page .swiper-container .slogan .text2{
    line-height: 30px;
}
.dev_page .swiper-container0 .swiper-slide{
    height: 504px;
	    background-size: cover;
}
.dev_page .swiper-container0 .swiper-slide .img img{
	height:300px;
}

.dev_page_box1{
    padding-top: 85px;
    background: url("../image/dev_bg1.png") no-repeat center;
    padding-bottom: 100px;
}
.dev_page_box1 .list{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.dev_page_box1 .list .item{
    width: 330px;
    height: 270px;
    padding: 20px;
    cursor: pointer;
}
.dev_page_box1 .list .item .icon{
    text-align: center;
    position: relative;
    height: 72px;
    width: 100%;
}
.dev_page_box1 .list .item .icon .hover{
    opacity: 0;
}
.dev_page_box1 .list .item .icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
.dev_page_box1 .list .item:hover .icon .hover{
    opacity: 1;
    transform: rotate(90deg);
}
.dev_page_box1 .list .item:hover .icon .no{
    opacity: 0;
    transform: rotate(90deg);
}
.dev_page_box1 .list .item:hover{
    border: 1px solid #ea691e;
}
.dev_page_box1 .list .item>div{
    transition: 0.3s;
    padding: 15px 20px;
    text-align: center;
}
.dev_page_box1 .list .item:hover>div{
    background: #ea691e;
    height: 240px;
}
.dev_page_box1 .list .item>div .title{
    font-size: 28px;
    margin-top: 25px;
}
.dev_page_box1 .list .item:hover>div .title{
    display: none;
}
.dev_page_box1 .list .item>div .info{
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
}

.dev_page_box1 .list .item:hover>div .info{
    color: #fff;
}

.dev_page_box2{
    padding-top: 90px;
}
.dev_page_box2 .list{
    margin-top: 100px;
}
.dev_page .swiper-container .content_gy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.dev_page_box2 .list .item{
    margin-right: 2%;
    width: 23.5%;
}
.dev_page_box2 .list .item img{
    width: 100%;
}
.dev_page_box2 .list .item:nth-child(4n) {
    margin-right: 0;
}
.dev_page_box2 .list .item.more{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.contact_page .swiper-slide{
    height: 504px;

}
.contact_page .swiper-slide .content_gy{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 200px;
}


.contact_page_box1 {
    padding-top: 70px;
}
.contact_page_box1 .box{
    width: 1200px;
    display: flex;
}

.contact_page_box1 .box .info{
    padding: 60px 40px 0;
    width: 830px;
    background: url("../image/contact_bg1.png") no-repeat center;
}
.contact_page_box1 .box .info .name{
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.contact_page_box1 .box .info .name::after{
    display: block;
    content: '';
    width: 120px;
    height: 10px;
    background: #ea691e;
    margin-top: 25px;
    margin-bottom: 90px;
}
.contact_page_box1 .box .info .other{
    display: flex;
    font-size: 20px;
    margin-bottom: 50px;
    align-items: center;
}
.contact_page_box1 .box .info .other img{
    margin-right: 25px;
}

.contact_page_box1 .list{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: space-around;
    margin-top: 100px;
}
.contact_page_box1 .list .item {
    width: 480px;
    height: 135px;
    margin: 0 50px 50px;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 30px;
}
.contact_page_box1 .list .item .name{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.contact_page_box1 .list .item .tel{
    font-size: 22px;
    height: 40px;
    background: url("../image/border_pic3.png") no-repeat bottom center;
}







.media_page .swiper-container .slogan{
    width: 1150px;
    text-align: left;
    background: url("../image/about_bg1.png") no-repeat left center;
    padding: 95px 150px;
    margin-bottom: 0;
    background-size: contain;
    color: #fff;
}
.media_page .swiper-container .slogan .text1{
    margin-bottom: 20px;
}
.media_page .swiper-container .slogan .text2{
    line-height: 30px;
}
.media_page .swiper-container0 .swiper-slide{
    height: 504px;
}


.media_page_box1 .media_title{
    display: flex;
    align-items: center;
    font-size: 26px;
    padding: 50px 75px;
}
.media_page_box1 .list{
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.media_page_box1 .list .item{
    margin: 0;
    text-align: center;
    float: left;
    height: auto;
    width: 23.3333%;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 10px;
    position: relative;
}


.number_page .swiper-container .slogan{
    width: 1150px;
    text-align: left;
    background: url("../image/about_bg1.png") no-repeat left center;
    padding: 95px 150px;
    margin-bottom: 0;
    background-size: contain;
    color: #fff;
}
.number_page .swiper-container .slogan .text1{
    margin-bottom: 20px;
}
.number_page .swiper-container .slogan .text2{
    line-height: 30px;
}
.number_page .swiper-container0 .swiper-slide{
    height: 504px;
}


.number_page_box1{
    margin-top: 55px;
    padding-top: 20px;
}
.number_page_box1 .number_title::after{
    display: block;
    content: '';
    background: #ea691e;
    width: 58px;
    height: 2px;
}
.number_page_box1 .number_title .c{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.number_page_box1 .number_title .e{
    font-size: 18px;
}

.number_page_box1 .list{
    display: flex;
    flex-wrap: wrap;
}
.number_page_box1 .item{
    margin-top: 35px;
    width: 20%;
    position: relative;
}
.number_page_box1 .item div{
    max-width: 200px;
    height: auto;
    border:1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
}

.number_page_box2{
    margin: 85px auto 0;
    max-width: 1200px;
    display: flex;
    padding: 40px 45px 150px;
    background: url("../image/number_bg.png") no-repeat center;
    background-size: cover;
}
.number_page_box2 .left{
    width: 300px;
    margin: 0 auto;
    margin-right: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.number_page_box2 .left img{
    width: 285px;
}
.number_page_box2 .right{
    flex: 1;
}
.number_page_box2 .right .name i{
    color: #d96311;
}
.number_page_box2 .right .name{
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 35px;
    letter-spacing: 3px;
}
.number_page_box2 .right .info{
    line-height: 38px;
    font-size: 18px;
    margin-bottom: 10px;
}

.number_page_box3{
    text-align: center;
	max-width: 1200px;
	 margin: 50px auto 50px;
}
.number_page_box3 .title{
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 40px;
    height: 60px;
    position: relative;
    margin-bottom: 40px;
}
.number_page_box3 .title::after{
    display: block;
    content: '';
    margin-top: 20px;
    width: 50px;
    height: 3px;
    background: #d96311;
    text-align: center;
    margin: 0 auto;
    bottom: -20px;
    position: relative;
}
.number_page_box3 .title i{
    color: #d96311;

}
.number_page_box3 .list{
    display: flex;
    justify-content: center;
}
.number_page_box3 .list .item{
    margin: 0 65px;
}
.number_page_box3 .list .item .name{
    height: 42px;
    width: 275px;
    background: #d96311;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 25px auto;
}


.number_page_box4 {
    background: #f7f8fa;
    padding: 90px 0 120px;
}
.number_page_box4 .title{
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 40px;
    height: 60px;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    
}
.number_page_box4 .title::after{
    display: block;
    content: '';
    margin-top: 20px;
    width: 50px;
    height: 3px;
    background: #d96311;
    text-align: center;
    margin: 0 auto;
    bottom: -20px;
    position: relative;
}

.number_page_box4 .list{
    display: flex;
}
.number_page_box4 .list .item{
    margin: 0 130px;
}
.number_page_box4 .list .item p{
    line-height: 70px;
    font-size: 20px;
    text-align: center;
}

.news_page .news_page_box1 .box1 p img{
	width:173px;
}
.news_page .swiper-container{}
.news_page .swiper-container .slogan{
    width: 1150px;
    text-align: left;
    background: url("../image/about_bg1.png") no-repeat left center;
    padding: 95px 150px;
    margin-bottom: 0;
    background-size: contain;
    color: #fff;
}
.news_page .swiper-container .slogan .text1{
    margin-bottom: 20px;
}
.news_page .swiper-container .slogan .text2{
    line-height: 30px;
}
.news_page .swiper-container0 .swiper-slide{
    height: 504px;
}
.news_page .news_page_box1 .title{
    height: 60px;
    width: 300px;
    background: #EA691E;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}


.news_page .news_page_box1 .top_nav {
    display: flex;
}
.news_page .news_page_box1 .top_nav .item {
    width: 585px;
    height: 360px;
    margin-right: 30px;
}
.news_page .news_page_box1 .top_nav .item .box{
    position: relative;
}
.news_page .news_page_box1 .img {
    width: 100%;
    height: 100%;
}
.news_page .news_page_box1 .img img{
    width: 100%;
    height: 100%;
}
.news_page .news_page_box1 .text{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    width: 100%;
    background: rgba(0,0,0,0.48);
    color: #fff;
    font-size: 18px;
}
.news_page .news_page_box1 .box1{
    font-size: 20px;
    margin-left: 80px;
}
.news_page .news_page_box1 .box1 a{
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
	padding:0 10px;
    display: inline-block;
    border:1px solid #000
}

.news_page .news_page_box2 .item{
    padding: 3% 0;
    border-bottom: 1px solid #000;
}
.news_page .news_page_box2 .item:last-child{
    border-bottom: 0px solid #000;
}

.news_page .news_page_box2 .item a{
    display: flex;
    width: 100%;
    align-items: center;
}
.news_page .news_page_box2 .item .pic{
    width: 25%;
    height: auto;
    overflow: hidden;
}
.news_page .news_page_box2 .item a .info{
    margin-left: 10%;
    color: #000;
}

.news_page .news_page_box2 .item a:hover .info{
    color: #EA691E;
}
.news_page .news_page_box2 .item a .info .year{
    font-size: 24px;
    margin-bottom: 30px;
}
.news_page .news_page_box2 .item a .info .text{
    font-size: 22px;
}

.pglist{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pglist a{
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #EA691E;
    font-size: 18px;
    border: 1px solid #EA691E;
    margin: 0 10px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}
.pglist a:hover,
.pglist a.active{
    background: #EA691E;
    color: #fff;
}

.common_address{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #bdbdbd;
}
.common_address a,
.common_address span{
    line-height: 60px;
}

.news_page_content{
    text-align: center;
    margin-top: 80px;
}
.news_page_content .content_title{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.news_page_content .content_date{
    font-size: 14px;
    line-height: 20px;
    color: #b7b7b7;
    margin-bottom: 40px;
}
.news_page_content .content_zw p{
    margin-bottom: 50px;
    max-width: 1450px;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    text-indent: 30px;
}
.news_page_content .content_zw p img{
    display: block;
    margin: 0 auto;
}


.about_nav_fix{
    border-left: 3px solid #ffefdf;
    position: fixed;
    left: 50px;
    top: 35%;
}
.about_nav_fix .item{
    margin-left: 20px;
    position: relative;
}
.about_nav_fix .item::before{
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: -29px;
    top: 50%;
    margin-top: -6px;
    border: 1px solid #ea691e;
    border-radius: 100%;
}
.about_nav_fix .item::after{
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -3px;
    background:  #ea691e;
    border-radius: 100%;
}
.about_nav_fix .item a{
    font-size: 18px;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.about_nav_fix .item a.active,
.about_nav_fix .item a:hover{
    color: #ea691e;
}