@charset "utf-8";
.head{
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}
.head_active,.head_list,.head:hover{
	background: #111E3E;
}
.head_height{
	height: 80px;
}
.nav li{
	margin-right: 60px;
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
}
.nava{
	display: block;
	line-height: 40px;
	color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(0,0,0,0);
}
.nav li.active .nava,.nav li:hover .nava{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.navhide{
	width: 160px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding-top: 5px;
}
.navhidew{
	border-radius: 6px;
	overflow: hidden;
	background: #111E3E;
	border: 1px solid rgba(255,255,255,.05);
}
.navhide a{
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	border-bottom: 1px solid rgba(255,255,255,.05);
}
.navhide a:last-child{
	border-bottom: 0;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.colorindex,.hvindex:hover{
	color: #101C3D;
}
.bgindex,.hvbgindex:hover{
	background: #101C3D;
	color: #fff;
}
.hdr a,.hdr{
	color: rgba(255, 255, 255, 0.5);
}
.hdr a:hover{
	color: #fff;
}
.bnbox{
	background: #101C3D;
}
.bnimg_r{
	position: absolute;
	width: 42%;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: -1;
}
    #video {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        position: relative;
        z-index: 1;
        display: block;
    }
    #video::-webkit-media-controls-mute-button {
        display: none !important;
      }
    #video::-webkit-media-controls-current-time-display {
        display: none !important;
      }
    #video::-webkit-media-controls-time-remaining-display {
        display: none !important;
      }
    #video::-webkit-media-controls-fullscreen-button {
        display: none !important;
      }
.bnimg_r img {
	/*animation: rotate 12s linear infinite;*/
    /*-webkit-user-drag: none;*/
}
.md{
	padding: 85px 0;
}
.ititle_64{
	font-size: 64px;
	font-weight: 600;
}
.ititle_48{
	font-size: 48px;
}
.bntxt{
	color: #fff;
	width: 530px;
	max-width: 100%;
}
.foot{
	background: #101F3D;
	background: linear-gradient(93.07deg, #101F3D 11.96%, #111D3E 57.58%, #111E3E 100%);
	color: #fff;
	color: rgba(255,255,255,.7);
}
.foot a{
	color:rgba(255,255,255,.7);
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.fb{
	padding: 15px 0;
}
.ftl{
	width: 35%;
}
.ftma{
	margin-bottom: 12px;
}
.ftma:last-child{
	margin-bottom: 0;
}
.ftma p,.ftr a{
	color: rgba(255, 255, 255, 0.5);
}
.fbr a{
	margin-left: 15px;
}
.i1,.i2{
	background: url(../images/i1bg.svg) repeat center;
	background-color: #13224B;;
	color: #fff;
}
.i1t h1{
	font-size: 40px;
	    font-weight: 600;
}
.textcolor{
	color: rgba(255, 255, 255, 0.7);
}
.i1a{
	width: 33%;
}
.i1a i{
	width: 92px;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
}
.i1a i img{
	max-width: 60%;
}
.i1a h1{
	margin: 15px 0;
}
.i2{
	padding: 180px 0;
}
.i2 .wrap_1400,
.i3 .wrap_1400,
.i5 .wrap_1400{
	position: relative;
	z-index: 9;
}
.i2::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/i2bg.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
}
.i2::before{
	width: 100%;
	height: 100px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #13224B;
}
.i2t{
	/*width: 680px;*/
	max-width: 100%;
}
.morea{
	display: inline-block;
	color: #101C3D;
	line-height: 48px;
	width: 192px;
	background: #FFDD86;
	border-radius: 12px;
	text-align: center;
}
.morea i{
	margin-left: 10px;
}
.morea_amt i{
	transition: .5s;
}
.morea_amt:hover i{
	transform:translateX(6px);
}



.xza2sa{
	height: 42px !important;
    display: inline-block!important;
    color: #101C3D!important;
    line-height: 42px!important;
    width: 192px!important;
    background: #FFDD86!important;
    border-radius: 12px!important;
    text-align: center!important;
    left: 0 !important;
    top: -6.5px !important;
    position: absolute !important;
}
.xza2sa i{
	margin-left: 10px!important;
}
.xza2sa i{
	transition: .5s!important;
}
.xza2sa:hover i{
	transform:translateX(6px)!important;
}






.i2a{
	position: relative;
}
.i2a::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 22px;
	background: #3968EA;
	transition: .25s;
	opacity: 0;
}
.i2a:hover::after{
	opacity: 1;
}
.i2aw{
	padding: 30px 15px;
	border: 1px solid rgba(245, 247, 255, 0.08);
	background: #0C1837;
	transition: .25s;
	position: relative;
	z-index: 9;
	border-radius: 22px;
}
.i2a img{
	transition: .25s;
	/*filter: grayscale(100%) brightness(500%);*/
	/*opacity: .5;*/
	height: 52px;
}
.saxczs {
    height: 60px;
    display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
.i2a h1 i{
	color: #3968EA;
}
.i2a:hover img{
	filter:inherit;
	opacity: 1;
}
.i2a:hover .i2aw{
	background: #fff;
	color: #263959;
	transform: translate(-6px, -6px);
}
.i2a:hover .i2aw p{
	color: rgba(34, 62, 140, 0.88);
}
.i3{
	background: #13224B;
	color: #fff;
}
.i3::after{
	width: 27%;
	height: 100%;
	content: "";
	background: url(../images/i3bgl.svg) no-repeat center #13224B;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.i3t{
	background: #182A59;
	padding: 40px 6.5%;
	border-radius: 8px;
}
.i3t::after,.i3t::before{
	width: 15px;
	height: 12px;
	content: "";
	position: absolute;
}
.i3t::after{
	background: url(../images/i3lico.svg) no-repeat center;
	left: 3%;
	top: 30px;
}
.i3t::before{
	background: url(../images/i3rico.svg) no-repeat center;
	right: 3%;
	bottom: 30px;
}
/*无缝滚动*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.i3ba{
	display: block;
	cursor: pointer;
	/*margin: 0 15px;*/
	opacity: .5;
}
.i3ba:hover{
	opacity: 1;
}
.i3ba img{
	display: block;
	height: 32px;
	transition: .25s;
	margin: auto;
}
.morea_index{
	background: #101C3D;
	width: 270px;
	color: #fff;
}
.i4a{
	width: 20%;
	margin: 0 2.5%;
}
.i4a span{
	/*background: #FFDD86;*/
	font-weight: bold;
	line-height: 32px;
	padding: 0 10px;
	display: inline-block;
}
.i5{
	background: #111E3E;
	color: #fff;
	position: relative;
}
.i5::after{
	width: 20%;
	height: 65%;
	content: "";
	background: url(../images/i5rbg.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.i5w {
	/*background-image: url(../images/i5lbg.svg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left center;*/
	
}
.i5l{
	width: 30%;
	border-radius: 20px;
	position: relative;
	background: radial-gradient(29.69% 31.06% at 51.24% 48.65%, rgba(242, 242, 242, 0.12) 0%, rgba(194, 194, 194, 0.12) 11%, rgba(162, 162, 162, 0.12) 23%, rgba(102, 102, 102, 0.12) 42%, rgba(61, 61, 61, 0.12) 58%, rgba(43, 43, 43, 0.12) 66%, rgba(31, 31, 31, 0.12) 72%, rgba(12, 12, 12, 0.12) 86%, rgba(0, 0, 0, 0.12) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
background-blend-mode: color-dodge;
mix-blend-mode: color-dodge;
}
.i5r{
	width: 68%;
	border-radius: 20px;
	position: relative;
}
.i5l{
	padding: 40px 25px 30px 25px;
	background-color: rgba(55, 65, 94, 0.44);
	box-shadow: -5px 5px 0px 2px #111E3E;
}
.i5l::after{
	width: 15px;
	height: 12px;
	content: "";
	position: absolute;
	background: url(../images/i3lico.svg) no-repeat center;
	left: 20px;
	top: 25px;
}
.i5la{
	color: #fff;
}
.i5latimg{
	width: 36px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
}
.swiper-pagination-i5{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	position: static;
}
.swiper-pagination-i5 .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	transition: .25s;
	background: #384567;
	margin: 0 7px;
	opacity: 1;
}
.swiper-pagination-i5 .swiper-pagination-bullet-active{
	background: #FFDD86;
	transform: scale(1.2);
}
.i5r{
	background: rgba(17, 30, 62, 0.32);
	border: 1px solid #37415E;
	padding: 25px;
}
.i5rt li{
	transition: .25s;
	cursor: pointer;
	line-height: 48px;
	padding: 0 30px;
	border-radius: 48px;
	color: rgba(245, 247, 255, 0.24);
	margin-right: 20px;
}
.i5rt li:hover{
	color: #fff;
}
.i5rt li.active{
	background: #FFDD86;
	color: #101C3D;
}
.i5rba{
	color: #fff;
	/*color: rgba(255, 255, 255, 0.52);*/
	padding: 28px 2px;
	border-bottom: 1px solid #37415E;
}

    .i5rba{
        margin-left: 5px;
    }
/*    .i5rba:first-child {*/
/*        padding: 28px 2px;*/
/*    }*/
/*.i5rba:first-child{*/
/*	padding-top: 0;*/
/*}*/
.i5rbaimg{
	border-radius: 8px;
	width: 35.2%;
}
.i5rbatxt {
	width: calc(64.8% - 15px)
}
.i5rbatxt p{
	color: rgba(255, 255, 255, 0.52);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.76;
}
.i5rbatxtb{
	color: rgba(138, 151, 179, 0.3);
}
.i5rba:hover .i5rbatxt p {
	color: #fff;
}
.i5rbatxtb img{
	opacity: .5;
}
.i5rpage a{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
	background: #213870;
	border: 1px solid rgba(255, 255, 255, 0.37);
	border-radius: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
}
.i5rpage a img{
	transition: .25s;
	display: block;
	filter: grayscale(100%) brightness(500%);
}
.i5_prev{
	transform:rotate(180deg);
}
.i5rpage a:hover{
	background: #FFDD86;
	border: 1px solid #FFDD86;
}
.i5rpage a:hover img{
	filter:inherit
}

.tma{
	width: 40%;
	margin: 0 5%;
	margin-top: 50px;
	cursor: pointer;
}
.tma .tmaimg {
	width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 8;
}
.tma .tmaimg .g-img {
    border-radius: 8px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 8;
	background-color: #fff;
	overflow: hidden;
	height: 412px;
}
.tma .tmat:hover .tmaimg .g-img {
    transform: translate(-6px, -6px);
}
.tma .tmaimg .img {
    transition: 0s;
}
.tma .tmat .tmaimg::after{
    z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	background: #3968EA;
	transition: .25s;
	opacity: 0;
}
.tma .tmat:hover .tmaimg::after{
	opacity: 1;
}
.g-img-b {
    position: absolute;
    padding: 27px 37px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}
.tma .tmat:hover .tmaimg .img  {
    opacity: 0!important;
}
.tma .tmat:hover .g-img-b  {
    display: block;
}
.g-img-b span {
    width: 112px;
    height: 112px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
}
.g-img-b .text20 {
    
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
}
.g-img-b p {
    text-align: left;
    display: block;
    margin-bottom: 7px;
}
.g-img-b div {
    /*display: -webkit-box;*/
    display: block;
    overflow: hidden;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 7; */
    /* white-space: normal; */
    /*height: 190px;*/
    height: calc(100% - 127px);
    overflow-y: auto;
	line-height: 24px;
}

.g-img-b div::-webkit-scrollbar {
    width: 6px;
}

.g-img-b div::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.g-img-b div::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgb(110 110 110 / 57%);
    border-radius: 15px;
}
.tmab a{
	color: #000000;
	display: inline-block;
	margin: 0 5px;
}

	    .xxax span {
	        display: block;
	        font-size: 14px;
	        line-height: 1.57;
	        color: #000000;
	    }
	    .xxax span a {
	        padding-left: 7px;
	        color: #111E3E;
	        text-decoration: underline;
	    }
.col{
	width: 55%;
}
.cor{
	width: 35%;
}
.cola{
	padding: 13px 0;
}
.colaipt input,.colaipt textarea,.colaipt select{
    cursor: pointer;
	height: 48px;
	font-size: 16px;
	padding: 0 15px;
	border: 1px solid #000;
	width: 100%;
	margin-top: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}
.colaipt input:focus,.colaipt textarea:focus,.colaipt select:focus{
	border: 1px solid #101C3D;
}
.colaipt textarea{
	height: 180px;
	padding: 15px;
}
.cola_label label{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.cola_label label input{
	-webkit-appearance:checkbox;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.cola_label a{
	text-decoration: underline;
}
.cola_label a:hover{
	color: #101C3D;
}
.cola_sbm button{
	width: 100px;
	height: 48px;
}
.cora{
	margin-bottom: 25px;
	border: 1px solid #111E3E;
	border-radius: 15px;
	padding: 15px 20px;
	text-align: center;
}
.cora:last-child{
	margin-bottom: 0;
}
.cora img{
	max-width: 70%;
}
.tc{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.tcbox{
	width: 950px;
	max-width: 100%;
	background: #fff;
	height: 85%;
	border-radius: 17px;
	padding: 50px;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.tcbox::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.tcbox::-webkit-scrollbar-track{
	background: rgba(0,0,0,0);
	border-radius:2px;
}
.tcbox::-webkit-scrollbar-thumb{
	background: #101C3D;
	border-radius:2px;
}
.tcbox::-webkit-scrollbar-thumb:hover{
	background: #111E3E;
}
.tcbox::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.tc_close{
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
	transition: .5s;
}
.tc_close:hover{
	transform:rotate(180deg);
}
.tca{
	margin-bottom: 50px;
}
.tca:last-child{
	margin-bottom: 0;
}
.tcat{
	border-bottom: 2px solid #111E3E;
	color: #111E3E;
	padding-bottom: 15px;
}
.tcab .txt.mt_15:first-child{
	margin-top: 0;
}
.tcab a:hover {
    text-decoration: underline;
}
.hxzcsa {
    height: 295px;
    border-radius: 5px;
}
@media only screen and (max-width:1599px) {
    .i1t h1 {
        /*font-size: 32px;*/
    }
	.md{
		padding: 75px 0;
	}
	.ititle_64{
		/*font-size: 36px;*/
	}
	.ititle_48{
		/*font-size: 28px;*/
	}
	
	.i2{
		padding: 150px 0;
	}
}
@media only screen and (max-width:1300px) {
    .tma .tmaimg .g-img {
    height: 327px;
}
    .hxzcsa {
        height: 257px;
    }
    .g-img-b div {
        -webkit-line-clamp: 4;
        /*height: 112px;*/
    }
}
.xwheight {
    max-height: 116px;
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    
.xwheight {
    max-height: 92px;
}
    .hxzcsa {
        height: 237px;
    }
	.md{
		padding: 65px 0;
	}
	.ititle_64{
		font-size: 32px;
	}
	.ititle_48{
		font-size: 26px;
	}
	.ftrwm img{
		width: 90px;
	}
	
	.i1t h1{
		font-size: 24px;
	}
	.i1a i{
		width: 80px;
		height: 80px;
	}
	.i2{
		padding: 120px 0;
	}
	.morea{
		width: 150px;
		line-height: 42px;
		border-radius: 6px;
	}
	.morea_index{
		width: 180px;
	}
	.xza2sa{
		width: 150px!important;
		line-height: 42px!important;
		border-radius: 6px!important;
	}
}
@media only screen and (max-width:950px) {
    .g-img-b {
        padding: 15px;
    }
    .i5rbatxt {
    width: 100%;
}
    
    .tma .tmaimg .g-img {
    height: 267px;
}
    .hxzcsa {
    height: 170px;
}
    .g-img-b div {
    -webkit-line-clamp: 3;
    margin-top: 7px;
    line-height: 1.57;
    /*height: 57px;*/
}
	.md{
		padding: 45px 0;
	}
	.ititle_64{
		font-size: 26px;
	}
	.ititle_48{
		font-size: 20px;
	}
	.i2{
		padding: 100px 0;
	}
}
































img {
    max-width: 100%;
}
* {
    transition: all 0.7s;
}

.g-top-bn {
    position: relative;
    width: max-content;
    height: max-content;
    left: 50%;
    transform: translate(-50%,0);
    padding-top: 50px;
}
.g-top-bn .bn-bg {
    display: block;
}
.g-top-bn .bn-bg-t {
    position: absolute;
    top: 50px;
    left: 0;
    animation: 2.7s opacity2 0s infinite;
    -webkit-animation: 2.7s opacity2 0s infinite;
    -moz-animation: 2.7s opacity2 0s infinite;
}
@keyframes opacity2 {
    0% {
        opacity: 0.27;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.27;
    }
}
@-webkit-keyframes opacity2 {
    0% {
        opacity: 0.27;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.27;
    }
}
@-moz-keyframes opacity2 {
    0% {
        opacity: 0.27;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.27;
    }
}

.bn-title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 857px;
}
.bn-title h1 {
    line-height: 1.57;
    color: #111E3E;
    display: block;
    text-align: center;
    /*font-weight: normal;*/
    margin: auto;
}
.bn-title div {
    display: block;
    margin: 49px auto 0;
    text-align: center;
    color: #111E3E;
    line-height: 2;
    max-width: 640px;
    width: 100%;
}
.bn-title div p {
    display: block;
    line-height: 1.57;
    padding-top: 12px;
}
.gab1-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    align-items: stretch;
}
.gab1-list div {
    background-color: #F5F4F1;
    display: block;
    width: 48%;
    margin: 15px 1%;
    border-radius: 6px;
    padding: 32px;
    position: relative;
    cursor: pointer;
}
.gab1-list div li {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.gab1-list div li i {
    background-color: #FAE498;
    width: 94px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #111E3E;
    font-size: 15px;
}
.gab1-list div li img {
    display: block;
}

.gab1-list div h4 {
    display: block;
    padding: 11px 0 24px;
    font-size: 24px;
    color: #000000;
    line-height: 1.37;
}
.gab1-list div p {
        display: block;
    font-size: 15px;
    line-height: 1.76;
    color: #1A1818;
}
.gab1-list div:hover {
    margin: 0 1% 30px;
}
.gab2-list {
    display: block;
    overflow: hidden;
    background-image: url('../images/ab2-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.gab2-list .wrap_1400 {
    max-width: 1300px;
}
.gab2-list .ab2-top {
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.gab2-list .ab2-top .ab2-top-l {
    position: relative;
    width: 100%;
    max-width: 267px;
    display: flex;
    overflow: hidden;
}
.gab2-list .ab2-top .ab2-top-r {
    width: calc(100% - 300px);
    text-align: right;
    overflow: hidden;
    display: block;
}
.gab2-list .ab2-top .ab2-top-r h2 {
    display: block;
    padding-bottom: 24px;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.37;
}
.gab2-list .ab2-top .ab2-top-r p {
        display: block;
    font-size: 15px;
    line-height: 1.76;
    color: #ffffff;
}
.gab2-list .ab2-btm {
        display: block;
    padding-top: 50px;
    position: relative;
}
.gab2-list .ab2-btm .swiper-container {
    overflow: inherit;
}
.gab2-list .ab2-btm a {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gab2-list .ab2-btm a img  {
    display: block;
    margin: auto;
}
.gab2-list .ab2-btm a span  {
    position: absolute;
    display: flex;
    width: 100%;
    bottom: -100%;
    z-index: 2;
    font-size: 12px;
    color: #FFDD86;
    padding: 12px;
    text-align: center;
    line-height: 1.76;
    height: max-content;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 37%);
}
.gab2-list .ab2-btm a:hover img  {
    transform: scale(1.0537);
}
.gab2-list .ab2-btm a:hover span  {
    bottom: 0;
}
.gab2-list .ab2-top .ab2-top-l .swiper-button-prev {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #2b54b7;
    background-color: #213870;
    border-radius: 100%;
    background-image: url(../images/gzuo1.png);
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.gab2-list .ab2-top .ab2-top-l .swiper-button-next {
    margin-left: 15px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #2b54b7;
    background-color: #213870;
    border-radius: 100%;
    background-image: url(../images/gyou1.png);
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.gab2-list .ab2-top .ab2-top-l .swiper-button-prev:hover {
    background-color: #FFDD86;
    border-color: #ffdd86;
    background-image: url(../images/gzuo2.png);
}
.gab2-list .ab2-top .ab2-top-l .swiper-button-next:hover {
    background-color: #FFDD86;
    border-color: #ffdd86;
    background-image: url(../images/gyou2.png);
}
.gjy1 {
    background-image: url(../images/listjybg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.gjy1-list {
        display: block;
    overflow: hidden;
}
.gjy1-list-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    padding: 46px 0;
}
.gjy1-list-head li {
        font-size: 18px;
    color: #ffffff;
    padding: 0 17px;
    margin-right: 12px;
    line-height: 46px;
    cursor: pointer;
    border-radius: 50px;
}
.gjy1-list-head li.active {
    color: #333333;
    background-color: #ffdd86;
}
.gjy1-list-head li:hover {
    color: #333333;
    background-color: #ffdd86;
}
.gjy1-list-tab {
    display: block;
    overflow: hidden;
}
.gjy1-list-tab ul {
    display: block;
    overflow: hidden;
}
.gjy1-list-tab ul li {
    opacity: 0;
}
.gjy1-list-tab ul li div {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-wrap: wrap;
}
.gjy1-list-tab ul li div a {
    display: block;
    width: 33.333%;
    padding: 0 3%;
    margin-bottom: 3%;
    cursor: pointer;
}
.gjy1-list-tab ul li div a span {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.gjy1-list-tab ul li a span img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.gjy1-list-tab ul li a h4 {
    font-size: 20px;
    color: #FFFFFF;
    padding: 18px 0 10px;
    /*font-weight: normal;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gjy1-list-tab ul li a p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.76;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.gjy1-list-tab ul li div a:hover span img {
    transform: scale(1.0537);
}
.gjy1-list-tab ul li.gshow1 {
    opacity: 1;
}
.gjy2-list {
        display: block;
    overflow: hidden;
}
.gjy2-list h2 {
    color: #FFFFFF;
    font-size: 32px;
    /*font-weight: normal;*/
    display: block;
    padding-bottom: 20px;
}
.gjy2-cent {
    text-align: right;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #37415E;
    margin-bottom: 57px;
}
.gjy2-cent li {
        display: block;
    text-align: right;
    width: 100%;
}
.gjy2-cent li a {
    line-height: 1.76;
    color: rgba(245, 247, 255, 0.24);
    padding: 10px 24px 0;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    margin-right: 24px;
    position: relative;
}
.gjy2-cent li a i {
    height: 100%;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    position: relative;
}
.gjy2-cent li a i:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.gjy2-cent li a.active {
    color: #ffffff;
}
.gjy2-cent li a.active i:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.gjy2-cent li a:hover {
    color: #ffffff;
}
.gjy2-cent li a:hover i:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.gjy2-lsb {
    position: relative;
    /*height: 520px;*/
    background-image: url(../images/jy2bbg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.gjy2-lsb .jy2-btm {
    height: 0;
    /*display: none;*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*z-index: -1;*/
}
.sacknas {
    height: max-content!important;
}
.gjy2-lsb .jy2-btm .swiper-container {
    overflow: hidden;
    margin-bottom: 37px;
}
.gjy2-lsb .jy2-btm .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.gjy2-lsb .jy2-btm .swiper-container a {
    margin-bottom: 8px;
    background-color: #F5F4F1;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: center;
    padding: 26px;
    border-radius: 5px;
    cursor: pointer;
    height: 232px;
}
.gjy2-lsb .jy2-btm .swiper-container a:hover {
    box-shadow: 3px 3px 0 3px #0c5bbf;
}
.gjy2-lsb .jy2-btm .swiper-container a .g-1l {
    width: 40%;
}
.gjy2-lsb .jy2-btm .swiper-container a .g-1l img {
    display: block;
    margin: auto;
}
.gjy2-lsb .jy2-btm .swiper-container a .g-1r {
    width: 60%;
    padding-left: 5%;
}
.gjy2-lsb .jy2-btm .swiper-container a .g-1r span {
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
    color: #000000;
    /*font-weight: normal;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gjy2-lsb .jy2-btm .swiper-container a .g-1r p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.76;
    font-size: 14px;
    color: #161616;
}

.gjy2-lsb .jy2-btm .swiper-container:nth-child(2) a{
    flex-direction: row-reverse;
    text-align: left;
}
.jy2-top-l .swiper-button-prev {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #2b54b7;
    background-color: #213870;
    border-radius: 100%;
    background-image: url(../images/gzuo1.png);
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.jy2-top-l .swiper-button-next {
    margin-left: 15px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #2b54b7;
    background-color: #213870;
    border-radius: 100%;
    background-image: url(../images/gyou1.png);
    background-size: 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.jy2-top-l .swiper-button-prev:hover {
    background-color: #FFDD86;
    border-color: #ffdd86;
    background-image: url(../images/gzuo2.png);
}
.jy2-top-l .swiper-button-next:hover {
    background-color: #FFDD86;
    border-color: #ffdd86;
    background-image: url(../images/gyou2.png);
}


@media screen and (max-width: 1440px) {
    .gjy1-list-tab ul li a h4 {
        /*font-size: 18px;*/
    }
    .gjy1-list-tab ul li a span img {
        width: 100%;
        height: 100%;
    }
    .gjy1-list-tab ul li div a span {
        height: 200px;
    }
    .g-shijian-l ul li div a h4 {
        font-size: 16px;
    }
    .gjy1-list-tab ul li a p {
        /*font-size: 13px;*/
    }
    .gjy1-list-head li {
        /*font-size: 16px;*/
        /*line-height: 40px;*/
    }
    .g-shijian .g-shijian-t ul .g-sj-l .g-sj-l-cont i {
        font-size: 15px;
    }
    .g-shijian .g-shijian-t ul .g-sj-l .g-sj-l-cont b {
        font-size: 18px;
    }
    .g-shijian .g-shijian-t h4 {
        font-size: 22px;
    }
    .bn-title h1 {
        /*font-size: 42px;*/
    }
    .bn-title div {
        margin: 34px auto 0;
        /*font-size: 14px;*/
    }
    .gab1-list div h4 {
        padding: 10px 0 20px;
        /*font-size: 26px;*/
    }
    .gab1-list div p {
        /*font-size: 14px;*/
    }
    .gab1-list div li img {
        display: block;
        max-height: 52px;
    }
    .gab2-list .ab2-top .ab2-top-r h2 {
        /*font-size: 32px;*/
    }
    .gab2-list .ab2-top .ab2-top-r p {
        /*font-size: 14px;*/
    }
}














 
@keyframes rotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }
        .gswiper-container-jy1 .swiper-wrapper {
            -webkit-transition-timing-function: linear;
            -moz-transition-timing-function: linear;
            -ms-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
        }
        .gswiper-container-jy2 .tab_content_xm .tab_content_lixm {
            display: none;
        }
        .gswiper-container-jy1 .tab_content_xm .active .i3ba {
            opacity: 1!important;
        }

        .asc-cont-b5 {
            font-weight: 500;
        }
        .asc-cont-b6 {
            font-weight: 600;
        }
        .asc-cont-b7 {
            font-weight: 700;
        }
        .woshan {
            display: flex;
    align-items: center;
        }
        .woshan p {
            display: block!important;
            width: calc(100% - 120px);
            padding-left: 8px;
            text-align: center;
        }
@media screen and (max-width: 768px) {
    .g-top-bn {
        padding-top: 70px;
        width: 100%;
    }
    .bn-title h1 {
        font-size: 18px;
    }
    .bn-title div {
        margin: 20px auto 0;
        font-size: 12px;
        /*padding: 0 12px;*/
        padding: 0 12%;
    }
    .gab1-list {
        display: block;
        max-width: 100%;
    }
    .gab1-list div {
        width: 100%;
        margin: 15px auto;
        padding: 12px;
    }
    .gab1-list div li i {
        width: 88px;
        line-height: 28px;
        font-size: 13px;
    }
    .gab1-list div li img {
        display: block;
        max-height: 40px;
    }
    .gab1-list div h4 {
        padding: 10px 0 15px;
        font-size: 18px;
    }
    .gab1-list div p {
        font-size: 12px;
    }
    .gab2-list .ab2-top .ab2-top-l {
        max-width: 85px;
    }
    .gab2-list .ab2-top .ab2-top-r {
        width: calc(100% - 100px);
    }
    .gab2-list .ab2-top .ab2-top-l .swiper-button-prev {
        width: 32px;
        height: 32px;
        background-size: 18px auto;
    }
    .gab2-list .ab2-top .ab2-top-l .swiper-button-next {
        width: 32px;
        height: 32px;
        background-size: 18px auto;
    }
    .gab2-list .ab2-top .ab2-top-r h2 {
        font-size: 20px;
        padding-bottom: 14px;
    }
    .gab2-list .ab2-top .ab2-top-r p {
        font-size: 12px;
    }
    .gab2-list .ab2-btm a span {
        font-size: 12px;
        padding: 4px;
        line-height: 1.5;
    }
}























.xjananniu {
        height: 32px !important;
    display: inline-block!important;
    color: #101C3D!important;
    line-height: 32px!important;
    width: 100px!important;
    background: #FFDD86!important;
    border-radius: 8px!important;
    text-align: center!important;
    left: auto !important;
    top: auto !important;
    bottom: 10px;
    right: 10px;
    position: absolute !important;
    font-size: 14px;
}







    .xczsc {
        display: none;
    }
@media only screen and (max-width:768px) {
    
.xjananniu {
    height: 28px !important;
    line-height: 28px!important;
    width: 90px!important;
    font-size: 13px;
}
	.md{
		padding: 25px 0;
	}
	.ititle_64{
		font-size: 24px;
	}
	.ititle_48{
		font-size: 20px;
	}
	.bnimg{
		max-height: 200px;
	}
	.bntxt{
		width: 100%;
	}
	.bntxt h1{
		font-size: 22px;
	}
	.bntxt p{
		color: rgba(255,255,255,.8);
		font-size: 13px;
		line-height: 25px;
		margin-top: 10px !important;
	}
	.ft{
		display: block;
		padding: 25px 0 0 0;
	}
	.ftr{
		display: none;
	}
	.ftl{
		width: 100%;
		text-align: center;
	}
	.flogo img{
		margin: 0 auto;
	}
	.ftrwm {
		margin: 15px 0;
	}
	.ftrwm img{
		margin: 0 auto;
	}
	.ftma{
		text-align: center;
		margin: 0;
		padding: 15px 0;
		border-top: 1px solid rgba(255,255,255,.05);
	}
	.fb{
		text-align: center;
	}
	.fbr a{
		margin: 0 10px;
	}
	
	.i1t h1{
		font-size: 20px;
	}
	.i1t h2{
		font-size: 15px;
	}
	.i1a i{
		width: 60px;
		height: 60px;
	}
	.i1a p{
		font-size: 12px;
		line-height: 22px;
	}
	.i2{
		background: #101C3D;
		padding: 25px 0;
	}
	.i2::after,.i2::before{
		display: none;
	}
	.morea{
		width: 120px;
		line-height: 36px;
		border-radius: 6px;
	}
	.xza2sa{
		width: 120px!important;
		line-height: 36px!important;
		border-radius: 6px!important;
	}
	.morea_index{
		width: 150px;
	}
	.i2a img{
		height: 40px;
	}
	.i3t{
		padding: 25px 35px;
	}
	.i4a{
		width: 45%;
		margin-top: 15px;
	}
	.i4a span{
		font-size: 12px;
		line-height: 28px;
	}
	.i5l,.i5r{
		border-radius: 6px;
	}
	.i5r{
		padding: 20px;
	}
	.i5rt ul{
		justify-content: space-between;
	}
	.i5rt li{
		margin-right: 0;
		font-size: 14px;
		line-height: 36px;
		padding: 0;
		text-align: center;
		width: 30%;
	}
	.i5rba {
		display: block;
		padding: 20px 0;
	}
	
	.tma{
		width: 100%;
		margin: 0;
		margin-top: 25px;
	}
	
	.cola{
		padding: 10px 0;
	}
	.colaipt input,.colaipt textarea{
		height: 42px;
		padding: 0 12px;
		font-size: 13px;
	}
	.colaipt textarea{
		height: 100px;
		padding: 12px;
	}
	.cola_sbm button{
		height: 45px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.cora{
		border-radius: 6px;
		padding: 10px;
		margin-bottom: 15px;
	}
	.cora img{
		max-width: 100%;
		height: 60px;
	}
	.tcbox{
		padding: 15px;
		border-radius: 4px;
	}
	.tcat{
		padding-bottom: 10px;
		border-bottom-width: 1px;
	}
	.tc_close img{
		width: 20px;
	}
	.tc_close{
		right: 0px;
		top: 0px;
		padding: 15px;
	}
	.tca{
		margin-bottom: 20px;
	}
	.tcab {
		font-size: 13px;
	}
	.i5rpage {
	    justify-content: flex-end!important;
	}
	
	
	
	
	
	
	
	
	
	
	.index-hh .i1w {
	    display: block;
	}
	.index-hh .i1w .i1a {
	    width: 100%;
	}
	.index-hh .mt_70 {
	    margin-top: 42px;
	}
	.saxczs {
        /*height: 72px;*/
        /*-webkit-line-clamp: 3;*/
        height: auto;
    -webkit-line-clamp: inherit;
    }
    .i5rbaimg img {
        max-height: 100%;
    }
    .saxcs {
        height: 202px;
    }
    #video {
        display: none;
    }
    .xczsc {
        display: flex;
    }
}