.video-nine {
    margin-top: 40px;
}

.awarded-pro {
    padding-top: 30px;
}

.ppj {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(44, 102, 255, 0.08);
}

.projx,
.delivery {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}


.ppj-lists ul {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 506px 506px;
    justify-content: space-between;
}

.projx ul {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 357px 357px 357px;
    justify-content: space-between;
}

.ppj-lists ul li,
.projx ul li {
    position: relative;
}

.ppj-lists ul li>img {
    position: absolute;
    width: 70px;
    height: auto;
    left: 40px;
    bottom: 40px;
    z-index: 99;
}

.projx-lists ul li a img {
    width: 235px;
}


.ppj-lists ul li>img.zqjb {
    width: 110px;
}

.projx ul li>img {
    position: absolute;
    width: 55px;
    height: auto;
    left: 30px;
    bottom: 40px;
    z-index: 99;
}

.ppj-lists ul li a {
    display: block;
    width: 100%;
    height: 344px;
    background: url("../images/ppj-bg.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0 0 110px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
}

.ppj-lists ul li a img {
    margin-bottom: 10px;
}

.projx ul li {
    position: relative;
    padding-top: 73px;
    box-sizing: border-box;
}

.projx ul li a {
    display: block;
    width: 100%;
    height: 242px;
    background: url("../images/ppj-bg.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 80px;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 2;
}

.ppjli-tit {
    width: 100%;
    height: 53px;
    line-height: 58px;
    font-size: 20px;
    background: url("../images/tit-jx1.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.proli-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 53px;
    line-height: 58px;
    font-size: 20px;
    background: url("../images/tit-jx2.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.newsWrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #040f69;
}

.lt-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.lt-img {
    width: 560px;
    height: 373px;
    flex: 0 0 auto;
    margin-right: 30px;
}

.lt-img img{
    width:100%;
    display:block;
}

.lt-text {
    font-size: 18px;
    line-height: 1.8;
}

.lt-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.lt-text a p span {
    color: #2c66ff;
}

.lt-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.ltrw-img img{
    display:block;
}

.ltrw-text {
    width: 100%;
    height: 290px;
    padding: 25px 20px;
    box-sizing: border-box;
    background: url(../images/lt-bg.png) no-repeat center center;
}

.ltrw-text h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.ltrw-text .com {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.ltrw-text p {
    font-size: 16px;
    line-height: 1.8;

}


.ltrw-text p a span {
    color: #2c66ff;
}

.newshjWrap {
    padding: 30px 0;
}

.newsLists ul li {
    background: url("../images/newsresutl.png") no-repeat left center;
    padding-left: 40px;
}


.four-resultnews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-bottom: 20px;

}


.result-text {
    height: 187px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    line-height: 1.6;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #062586 url("../images/newsresutl.png") no-repeat 267px 160px;
}


.result-newli a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-text span {
    position: absolute;
    right: 40px;
    bottom: 30px;
    background: #193ca6;
    color: #ffffff;
    padding: 4px 10px;
}

.mySwiper1 {
    width: 100%;
    height: 100%;
}

.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    width: 357px;
    height:242px;
    padding: 0;
    position:relative;
    background:url("../images/pro-bg.png") no-repeat center center;
    background-size:100% 100%;
    padding-top:20px;
    box-sizing:border-box;
}

.mySwiper1 .swiper-slide>img{
	position:absolute;
	left:0;
	bottom:10px;
	width:80px;
	height:auto;
}

.mySwiper1 .swiper-slide .wl-li{
	margin-left:80px;
}

.mySwiper1 .swiper-slide .wl-li img{
	width:225px;
	height:auto;
	margin-bottom:20px;
}



.tit-lt{
	background: url("../images/tit-ltbg.png") no-repeat center center;
}

.rightside a {
    display: block;
    position: fixed;
}


.rightside a.brand {
    right: 0;
    top: 107px;
    width: 100%;
    height: 50px;
}

.rightside a.dxj {
    right: 0;
    top: 210px;
    width: 100%;
    height: 60px;
}

.rightside a.pro {
    right: 0;
    top: 160px;
    width: 100%;
    height: 50px;
}

.rightside a.wlxfj {
    right: 0;
    top: 270px;
    width: 100%;
    height: 47px;
}

.rightside a.hjxw {
    right: 0;
    top: 325px;
    width: 100%;
    height: 47px;
}

.rightside a.top {
    right: 0;
    top: 400px;
    width: 100%;
    height: 60px;
}