.center{
    width: 1200px;
    margin: 0 auto;
}
.banner-1{
    width: 1920px;
    margin: 0 auto;
}
@media (max-width: 1920px){
    .banner-1{width:100%}
}
.hide{display:none;}
/* 头部样式 */
.head-top {
    width: 100%;
    background-color: #0b308e;
}
.head-top div{
    display: flex;
    height: 50px;
    justify-content: space-between;
    color: white;
    align-items: center;
}
.head-top div p{
    position: relative;
    font-size: 16px;
    padding-left: 22px;
}
.head-top div p:nth-child(1){
    flex-grow: 1;
}
.head-top div p:nth-child(2){
    margin-right: 32px;
    padding-left: 30px;
}
.head-top div p::before{
    content: url(../image/top-dizhi.png);
    position: absolute;
    top: 0;
    left: 0px;
}
.head-top div p:nth-child(2):before{
    content: url(../image/top-weChat.png);
}
.head-top div p:nth-child(3):before{
    content: url(../image/top-phone.png);
    top: 1px;
}
.head-bottom > ul{
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
}
.head-bottom ul li{

    position: relative;
    margin-left: 38px;
}
.head-bottom ul > li > a{
    font-size: 18px;
    color: #333;
    line-height: 100px;
}
.head-bottom ul > li > a img{
    margin-top: 18px;
}
.head-bottom ul li:first-child{
    flex-grow: 1;
    margin: 0;
}

/*.head-bottom ul li ul{display:none;}*/

.head-bottom ul li .erji{
    position: absolute;
    top: 100px;
    left: 30%;
    margin-left: -90px;
    z-index: 10;
}
.head-bottom ul li .erji li{
    width: 200px;
    padding: 14px 0;
    margin: 0;
    font-size: 16px;
	line-height: 18px;
    color: white;
    text-align: center;
    background-color: rgba(0,0,0,.8);

}

.head-bottom ul li .erji li:hover{  background-color: #0b308e}
.head-bottom ul li .erji li a{
    width: 200px;
    padding: 0;
    margin: 0;
    font-size: 14px;
	line-height: 18px;
    color: white;
    text-align: center;
	border-right:0px;


}
.head-bottom ul li .erji .ac-3{
    background-color: white;
    color: #039942;
}
.head-bottom ul li .erji .ac-3 a{
    background-color: white;
    color: #039942;
}

/* 产品中心样式 */
.product .pro-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.product .pro-title h3{
    font-size: 34px;
    color: #0b308e;
}
.product .pro-title p{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    flex-grow: 1;
    margin-left: 26px;
}
.product .pro-title a{
    font-size: 16px;
    color: white;
    background-color: #0b308e;
    padding: 9px 22px;
}
.product .pro-nav{
    display: flex;
    margin-top: 50px;
}
.product .pro-nav a{
    display: block;
    color: #333;
    font-size: 18px;
    padding: 8px 10px;
    margin-right: 10px;
}
.product .pro-nav .pro-ac{
    background-color: #0b308e;
    color: white;
}
.product .pro-nav a:hover{
    background-color: #0b308e;
    color: white;
}
.product .pro-list{
    margin-top: 26px;
    padding-bottom: 40px;
	height:500px;
}
.product .pro-list .swiper-slide{
    overflow: hidden;
}
.product .pro-list .item{
    display: block;
    border-bottom: 2px #999 solid;
    overflow: hidden;   
}
.product .pro-list .item .img{
    width: 379px;
    height: 378px;
    overflow: hidden;
}
.product .pro-list .item .img img{
    width: 100%;
}
.product .pro-list .item .icon{
    position: absolute;
    right: 0;
    bottom: 28px;
    transition: all .3s linear;
}
.product .pro-list .item p{
    box-sizing: border-box;
    width: 100%;
    padding-right: 46px;
    font-size: 18px;
    color: #333;
    height: 64px;
    line-height: 64px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
}
.product .pro-list .item p::after{
    content: '';
    display: block;
    background-color: #0b308e;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
    transition: all .3s linear;
}
.product .pro-list .item:hover p{
    border: none;
    color: white;
    text-align: center;
    padding: 0;
    transition: all .2s linear;
}
.product .pro-list .item:hover p::after{
    width: 100%;
    left: 0;
    background-color: #0b308e;
    transition: all .3s linear;
}
.product .pro-list .item:hover .icon{
    right: -30px;
}
.swiper-button-next, .swiper-button-prev{
    top: 96.6%;
    background-color: #0b308e;
    width: 46px;
    height: 30px;
    right: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px;
    color: white;
    font-weight: 600;
}
.swiper-button-prev{
    left: 1100px;
}
/* 公司介绍 */
.about{
    background: url(/statics/images1/about-bg.png) bottom no-repeat #0e3b9d;
    padding-bottom: 79px;
    margin-top: 100px;
    background-position: fixed;
}
.about .about-wrap{
    position: relative;
}
.about .about-wrap .about-title{
    text-align: center;
    color: white;
    padding-top: 60px;
    position: relative;
}
.about .about-wrap .about-title::after{
    content: url(../image/about-title.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.about .about-wrap .about-title h3{
    font-size: 28px;
    font-weight: 500;
    opacity: .8;
}
.about .about-wrap .about-title h2{
    font-size: 34px;
    font-weight: 500;
    opacity: .8;
    margin-top: 20px; 
}
.about .about-wrap .about-text{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
.about .about-wrap .about-text .compoty{
    width: 800px;
    height: 440px;
    box-sizing: border-box;
    padding-right: 16px;
    background-color: #ffc702;
    overflow: hidden;
}
.about .about-wrap .about-text .img{
    position: absolute;
    right: 0;
    top: 0;
}
.about .about-wrap .about-text .display{
    width: 140px;
    height: 140px;
    background-color: #de4337;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .9;
    color: white;
    padding-top: 40px;
    padding-left: 34px;
    font-size: 18px;
    box-sizing: border-box;
}
.about .about-wrap .about-text .display h4{
    font-size: 31px;
    font-weight: 500;
    line-height: 46px;
}
.about .about-wrap .about-text .display h4::after{
    content: '';
    display: block;
    width: 17px;
    height: 3px;
    background-color: #0b308e;
}
.about .about-wrap .about-text .text{
    width: 550px;
    height: 340px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 46px 60px 50px;
}
.about .about-wrap .about-text .text h1{
    font-size: 35px;
    color: #2e2e2e;
}
.about .about-wrap .about-text .text h5{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.about .about-wrap .about-text .text h5::after{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #0b308e;
    margin-top: 4px;
}
.about .about-wrap .about-text .text p{
    font-size: 16px;
    color: #646467;
    line-height: 24px;
    margin-top: 15px;
}
.about .about-wrap .about-text .text a{
    font-size: 50px;
    color: white;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #de4337;
    position: absolute;
    bottom: -19px;
    right: 0;
    text-align: center;
    line-height: 54px;
}
.about .honor{
    margin-top: 60px;
	 height:200px;
}
.about .honor .swiper-slide a{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.about .honor .swiper-slide a img{
	width:100%;
    height: 100%;
}
.about-wrap .swiper-button-next,
.about-wrap .swiper-button-prev{
    top: 50%;
    background-color: #e73828;
}
.about-wrap .swiper-button-prev{
    left: 0;
}
/* 成功案例 */
.case .case-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 88px;
}
.case .case-title h3{
    font-size: 34px;
    color: #0b308e;
}
.case .case-title p{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    flex-grow: 1;
    margin-left: 26px;
}
.case .case-title a{
    font-size: 16px;
    color: white;
    background-color: #0b308e;
    padding: 9px 22px;
}
.case .slogan{
    font-size: 18px;
    color: #333333;
    line-height: 70px;
}
.case .case-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.case .case-list .item{
    display: block;
    position: relative;
    width: 383px;
    height: 403px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 25px;
}
.case .case-list .item:nth-child(3n){
    margin-right: 0px;
}
.case .case-list .item .pic img{
    width: 100%;
}
.case .case-list .item .text{
    width: 100%;
    height: 96px;
    background-color: #efefef;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    transition: all .3s ease;
}
.case .case-list .item .text h4{
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
    margin-top: 10px;
}
.case .case-list .item .text p{
    font-size: 16px;
    color: #a2a2a2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case .case-list .item:hover .text{
    height: 0;
}
.case .case-list .item::after{
    width: 100%;
    height: 0%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(11, 48, 142, .6);
    transition: all .3s ease;
}
.case .case-list .item:hover::after{
    height: 100%;
}
.case .case-list .item .time{
    width:100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;
    padding: 26px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.case .case-list .item .time p{
    font-size: 18px;
    text-align: left;
}
.case .case-list .item .time  img{
    margin-top: 37%;
}
.case .case-list .item .time span{
    display: block;
    width: 100px;
    font-size: 16px;
    transform: rotateZ(90deg);
    margin: 0;
    margin-left: -42px;
    margin-top: 88px;
}
.case .case-list .item:hover .time{
    opacity: 1;
}
/* 诚信、专业 */
.major{
    width: 100%;
    height: 500px;
    margin-top: 70px;
    background: url(/statics/images1/zhuanye-bg.png);
    padding-top: 85px;
    box-sizing: border-box;
}
.major .major-wrap{
    position: relative;
}
.major .major-title{
    box-sizing: border-box;
    width: 346px;
    height: 108px;
    border: 2px white solid;
    color: white;
}
.major .major-title h2{
    font-size: 47px;
    font-weight: 500;
    text-align: center;
    line-height: 98px;
    position: relative;
}
.major .major-title h2::after{
    content: '';
    position: absolute;
    top: 37%;
    left: 49%;
    display: block;
    width: 8px;
    height: 32px;
    background-color: white;
    transform: rotateZ(45deg);
}
.major p{
    width: 846px;
    color: white;
    font-size: 20px;
    line-height: 36px;
    margin-top: 46px;
}
.major h5{
    font-weight: 500;
    width: 846px;
    color: white;
    font-size: 14px;
    margin-top: 8px;
}
.major h5::after{
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    margin-top: 22px;
    background-color: white;
}
.major .name{
    position: absolute;
    top: 44px;
    right: 0;
    display: block;
    color: white;
    font-size: 14px;
    margin: 0;
    width: auto;
    height: 20px;
    transform: rotateZ(90deg);
}
.major .name::after{
    content: url(../image/zhuanye-xiantiao.png);
    position: absolute;
    top: -76px;
    right: -100px;
    transform: rotateZ(-90deg);
}
/* 新闻中心 */
.news .news-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 88px;
}
.news .news-title h3{
    font-size: 34px;
    color: #0b308e;
}
.news .news-title p{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    flex-grow: 1;
    margin-left: 26px;
}
.news .news-title a{
    font-size: 16px;
    color: white;
    background-color: #0b308e;
    padding: 9px 22px;
    margin-left: 20px;
}
.news .slogan{
    font-size: 18px;
    color: #333333;
    line-height: 70px;
}
.news .news-wrap{
    margin-top: 16px;
}
.news .news-wrap .list-top{
    display: flex;
    justify-content: space-between;
}
.news .news-wrap .list-top .item{
    display: block;
    width: 360px;
    height: 440px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}
.news .news-wrap .list-top .item img{
    width: 100%;
    transition: all .3s ease;
}
.news .news-wrap .list-top .item .text{
    box-sizing: border-box;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background-color: rgba(0, 0, 0, .7);
    padding: 18px 20px;
}
.news .news-wrap .list-top .item .text h3{
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-wrap .list-top .item .text p{
    font-size: 16px;
    color: #abacac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.news .news-wrap .list-top .item .text h5{
    font-size: 12px;
    color: #abacac;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.news .news-wrap .list-top .item .text h5::after{
    content: url(../image/news-jiantou.png);
    margin-left: 205px;
}
.news .news-wrap .list-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding-bottom: 80px;
}
.news .news-wrap .list-top .item:hover{
    box-shadow: 0 10px 25px rgb(0 0 0 / 40%);
    transform: translate3d(0, -10px, 0);
}
.news .news-wrap .list-top .item .text::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #0b308e;
    z-index: -1;
    transition: all .3s ease;
}
.news .news-wrap .list-top .item:hover .text::after{
    height: 100%;
}
.news .news-wrap .list-top .item:hover .text{
    background-color: rgba(11, 48, 142, .8);
}
.news .news-wrap .list-bottom .item-1{
    width: 578px;
    height: 260px;
    background-color: #e1ecfe;
    box-sizing: border-box;
    display: flex;
    padding: 40px 72px 40px 40px;
    transition: all .3s ease;
}
.news .news-wrap .list-bottom .item-1 .logo::after{
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    border-left: 1px #0b308e dotted;
    margin-left: 50%;
    margin-top: 5px;
    transition: all .3s ease;
}
.news .news-wrap .list-bottom .item-1 .text{
    margin-left: 24px;
}
.news .news-wrap .list-bottom .item-1 .text h3{
    font-size: 20px;
    color: #0b308e;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-wrap .list-bottom .item-1 .text h3::after{
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #0b308e;
    margin: 10px 0;
}
.news .news-wrap .list-bottom .item-1 .text p{
    font-size: 14px;
    color: #797d84;
    line-height: 22px;
    margin-top: 6px;
    height: 72px;
    overflow: hidden;
}
.news .news-wrap .list-bottom .item-1 .text a{
    display: block;
    font-size: 14px;
    color: #797d84;
    line-height: 22px;
    margin-top: 6px;
    height: 72px;
    text-align: right;
    margin-top: 34px;
}
.news .news-wrap .list-bottom .item-1 .text a::after{
    content: url(../image/news-jiantou-2.png);
    margin-left: 6px;
    margin-right: -26px;
}
.news .news-wrap .list-bottom .item-1:hover {
    box-shadow: 0 10px 25px rgb(0 0 0 / 25%);
    transform: translate3d(0, -10px, 0);
}
.news .news-wrap .list-bottom .item-1:hover .logo::after {
    height: 72%;
}
/* 友情链接 */
.links p{
    color: #0b308e;
    font-size: 20px;
    padding-bottom: 40px;
}
.links p a{
    color: #6e6e6e;
    font-size: 16px;
    margin-right: 38px;
}
.links p a:hover{
    color: #0b308e;
}
/* 网站底部 */
.footer{
    background: url(/statics/images1/footer-bg.png);
}
.footer .footer-nav{
    padding: 40px 0;
    border-bottom: 1px #626567 solid;
}
.footer .footer-list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-list ul li{
    margin-left: 36px;
}
.footer .footer-list ul li:first-child{
    flex-grow: 1;
    margin-left: 0;
}
.footer .footer-list ul a{
    color: white;
    font-size: 18px;
}
.footer .footer-list ul a:hover{
    color: #e73828;
}
.footer .footer-neirong{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 80px 0;
}
.footer .footer-neirong .lianxi{
    color: white;
    font-size: 20px;
    line-height: 36px;
}
.footer .footer-neirong .lianxi li:first-child{
    color: white;
    font-size: 20px;
}
.footer .footer-neirong .lianxi li:first-child span{
    font-size: 12px;
    margin-left: 10px;
}
.footer .footer-neirong .lianxi li:first-child{
    color: white;
    font-size: 24px;
}
.footer .footer-neirong .logo li{
    float: left;
    margin-right: 40px;
    text-align: center;
}
.footer .footer-neirong .logo li p{
    color: white;
    margin-top: 16px;
}
.footer .footer-neirong .logo li img{
    width: 62px;
    height: 62px;
}
.footer .footer-neirong .logo li a:hover p{
    color: #e73828;
}
.footer .footer-neirong .ewm li img{
    width: 144px;
    height: 144px;
}
.footer .footer-neirong .ewm li p{
    color: white;
    text-align: center;
    line-height: 30px;
}
.footer .beian{
    background-color: rgba(0, 0, 0, .5);
    color: white;
    height: 70px;
}
.footer .beian .beian-wrap{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: .6;
    font-size: 15px;
}
.footer .beian .beian-wrap a{
    color: white;
    font-size: 15px;
    margin-left: 24px;
}
.footer .beian .beian-wrap p{
    flex-grow: 1;
}