

.swiper-background {
    width: 100%;
    height: 600px;
}

.swiper-one {
    overflow: hidden;
    position: relative;
}

.operate-logon:hover {
    color: #0d4da1;
}
.mask-width{
    width: 70px !important;
}
.swiperone-pags,.advantage-pags{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.advantage-pags{
    bottom: -180px !important;
}
.swiperone-pags .swiper-pagination-bullet,.advantage-pags .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    background: #FFF;
    opacity: 1;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.advantage-pags .swiper-pagination-bullet{
    background: #0d4da1;
}
.swiperone-pags .swiper-pagination-bullet-active,.advantage-pags .swiper-pagination-bullet-active {
    border: 1px solid #FFF;
    background: transparent;
    box-sizing: border-box;
    position: relative;
    top: 4px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px)) !important;
}
.advantage-pags .swiper-pagination-bullet-active{
    border: 1px solid #0d4da1;
}
.swiperone-pags .swiper-pagination-bullet-active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #FFF;
    border-radius: 50%;
    transform: scale(0.6);
}
.advantage-pags .swiper-pagination-bullet-active::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0d4da1;
    border-radius: 50%;
    transform: scale(0.6);
}

.project-p {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 30px 0;
}

.project-icon {
    width: 65px;
    height: 26px;
}

.swiper-two {
    position: relative;
    overflow: hidden;
    min-height: 190px;
}

.project-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.project-img {
    cursor: pointer;
    width: 149px;
    height: 107px;
    margin-bottom: 20px;
}

.project-text {
    font-size: 18px;
    color: #333;
}

.project-slide {
    padding: 70px 0 0 45px;
}

.slide-front,
.slide-after {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 60px;
    cursor: pointer;
    z-index: 10;
}

.slide-front {
    left: 0;
    background-image: url('../static/arrow.png');
}

.slide-after {
    right: 0;
    transform: rotate(180deg);
    background-image: url('../static/arrow.png');
}

.project-botem {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    width: 100%;
}

.project-left {
    width: 50%;
    background: #0c4593;
    background-image: url('../static/pr1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.project-menu {
    width: 450px;
    padding: 30px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.project-scroll {
    width: 100%;
    color: #FFF;
    max-height: 455px;
    overflow-y: auto;
    display: none;
}
.project-li {
    line-height: 40px;
    font-size: 15px;
    user-select: none;
    position: relative;
    padding-left: 18px;
}
.project-li a{
    color: #FFF;
    cursor: pointer;
}
.project-li a:hover{
    color: #fb2222;
}
.project-li::after{
    position: absolute;
    content: "";
    top: 40%;
    left: 0;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
}
.project-right {
    flex: 1;
}

.project-view {
    width: 100%;
    height: 100%;
    max-height: 556px;
    object-fit: contain;
}

.project-scroll::-webkit-scrollbar {
    width: 5px;
}

.project-scroll::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.3);
    border-radius: 24px;
}

.project-scroll::-webkit-scrollbar-thumb {
    background-color: #fb2222;
    border-radius: 24px;
}
.project-arrow{
    position: absolute;
    left: 45%;
    bottom: -22px;
    width: 45px;
    height: 10px;
    transform: scale(0);
    transition: all .3s;
}
.arrowcurrent{
    transform: scale(1);
}
.advantage{
    min-height: 970px;
    background-image: url('../static/bego.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.advantage-container{
    padding: 80px 30px 40px;
}
.advantage-totie{
    font-size: 30px;
    color: #0c4593;
    font-weight: bold;
    margin: 30px 0 80px;
}
.swiper-three{
    position: relative;
    overflow: hidden;
}
.advantage-slide{
    position: relative;
}
.advantage-item{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.advantage-item img{
    width: 100%;
    height: 350px;
    border-radius: 5px;
    user-select: none;
}
.advantage-mask{
    position: absolute;
    top: 60%;
    left: 47%;
    background: #FFF;
    border-radius: 5px;
    padding:30px 20px;
    z-index: 2;
    max-width: 460px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.advantage-blod{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.advantage-blod::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    content: '';
    height: 1px;
    background: #cccccc;
}
.advantage-subtitle{
    font-size: 15px;
    color: #fff;
    margin: 20px 0;
    display: block;
}
.advantage-button{
    float: right;
    border-radius: 24px;
    border: 1px solid #fff;
    background: transparent;
    border-left:1px solid #fb2222;
    border-right:1px solid #fb2222;
    width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.form-width{
    width: auto !important;
}
.seup-input{
    margin-left: 80px !important;
    width: 195px !important;
}
.information-container{
    padding: 80px 360px;
}
.information-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 80px 0;
}
.information-switch{
    width: 350px;
    height: 40px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    transition:background .3s;
}
.tabsactive{
    background: #0c4593;
    color: #FFF;
}

.information-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.information-item{
    width: 33%;
    max-width: 320px;
    transition: all .3s;
}
.information-up{
    padding: 30px 20px;
    background: #f9f9f9;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
.information-up:hover{
    background: #0d4da1;
}
.information-view{
    overflow: hidden;
}
.information-up:hover .information-time .infomation-dayz{
    color: #FFF;
}
.information-up:hover .information-time .infomation-year{
    color: #FFF;
}
.information-up:hover .information-time .infomation-year:after{
    background: #FFF;
}
.information-up:hover .information-detail .detail-totie{
    color: #FFF;
}
.information-up:hover .information-detail .detail-subtitle{
    color: #FFF;
}
.information-subclass:hover .subclass-flex:after{
    background: #0d4da1;
}
.information-subclass:hover .subclass-flex .subclass-plus{
    color: #0d4da1;
    transform: rotate(360deg);
}
.information-item:hover{
    transform: translateY(-20px);
}
.information-item:hover .information-up .information-img{
    transform: scale(1.2);
}
.information-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infomation-dayz{
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.infomation-year{
    font-size: 18px;
    color: #333;
    position: relative;
}
.infomation-year::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #999;
    top: 10px;
    left: -35px;
}
.information-detail{
    margin: 30px 0;
}
.detail-totie{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    min-height: 48px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.detail-subtitle{
    font-size: 15px;
    color: #999;
    padding-top: 25px;
    min-height: 65px;
}
.information-img{
    width: 100%;
    height: 170px;
    border-radius: 3px;
    transition: all .3s;
}
.information-botem{
    padding-top: 25px;
}
.subclass-dayz{
    font-size: 15px;
    color: #333;
}
.subclass-text{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.subclass-plus{
    color: #999;
    transition: all .5s;
}
.subclass-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
}
.subclass-flex::after{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    content: "";
    background: #e2e2e2;
}
.information-subclass{
    margin-top: 30px;
    display: block;
    cursor: pointer;
}
.hide{
    display:none;
}
.cooperate,.quotation{
    background-image: url('../static/hzbj.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    padding: 80px 360px;
}

.english-three{
    width: 134px !important;
    height: 28px !important;
}
.quotation{
    background-image: url('../static/bj.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:430px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.quotation-up{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quotation-totie{
    font-size: 25px;
    color: #FFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
}
.quotation-totie::after{
    position: absolute;
    bottom: -12px;
    left: 30px;
    content: "";
    background: #FFF;
    width: 50px;
    height: 2px;
}
.quotation-subtitle{
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
}
.quotation-form{
    margin: 30px 0;
}
.quotation-textarea{
    width: 100%;
    height: 110px;
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.quotation-flex{
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quotation-input{
    width: 45%;
    height: 45px;
    padding:0  10px;
    background: #FFF;
    border-radius: 5px;
    
}
.quotation-width{
    width: 100%;
    box-sizing: border-box;
}
.quotation-botem{
    display: flex;
    align-items: center;
    justify-content: center;
}
.quotation-button{
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background:#0c69e2;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.padnone{
    padding: 0 !important;
    width: 600px !important;
}
.popup-head{
    background: #0c69e2;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popuo-logo{
    width: 200px;
    height: 50px;
}
.popuo-hide{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.popup-content{
    background: #FFF;
    padding: 30px 20px 0 20px;
}
.popup-tips{
    font-size: 20px;
    font-weight: bold;
    color: #0c4593;
    margin-bottom: 10px;
}
.popup-subtitle{
    font-size: 15px;
    color: #0c4593;
}
.popup-form{
    padding-bottom: 35px;
}
.popup-form-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.popup-form-left,.popup-form-right{
    width: 45%;
}
.popup-form-totie,.textarea-text{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.popup-form-input,.textarea-input{
    margin-top: 5px;
    border: 1px solid #ECECEC;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}
.popup-form-textarea{
    margin-top: 20px;
}
.maxwidth{
    width: 78%;
}
.minwidth{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 10px;
}
.textarea-input{
    height: 120px;
}
.popup-form-button{
    padding: 5px 60px;
    background: #0d4da1;
    font-size: 15px;
    color: #FFF;
    border-radius: 3px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}
.centeri{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-list{
	width: 53%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.advantage-card:nth-child(3){
	margin-top: 40px;
}
.advantage-card:nth-child(4){
	margin-top: 40px;
}
.advantage-card{
	width: 46%;
	height: 240px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.advantage-src{
	width: 100%;
	height: 100%;
}
.layer-number{
	position: absolute;
	top: -5px;
	left: 8px;
	font-size: 70px;
	font-weight: bold;
	color: #d5d5d5;
}
.advantage-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(12,69,147,0.7);
	padding: 30px 20px;
	box-sizing: border-box;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}