.menu {
	width: 100%;
	height: 120px;
	position: relative;
	/* overflow: hidden; */
	background: url(../img/202311011806.jpg);
	background-size: cover;
}
a:hover{color:#004097;}


.texttip {
			position: relative;
			display: inline-block;
			border-bottom: 1px dotted black;
		}
 
		.texttip .tooltiptext {
			visibility: hidden;
			width: 120px;
			background-color: #eee;
			color: #333;
			text-align: center;
			border-radius: 6px;
			padding: 5px 0;
			position: absolute;
			z-index: 1;
			bottom: 150%;
			left: 50%;
			margin-left: -60px;
		}
 
		.texttip .tooltiptext::after {
			content: "";
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: black transparent transparent transparent;
		}
 
		.texttip:hover .tooltiptext {
			visibility: visible;
		}
@-webkit-keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@-webkit-keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}

@-webkit-keyframes hvr-back-pulse {
	50% {
		background-color:rgba(250, 250, 250, .75)
	}
}

@keyframes hvr-back-pulse {
	50% {
		background-color: rgba(250, 250, 250, .75)
	}
}

.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color
}

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #eee;
	background-color: #eee;
	color: #333;
}
.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}

.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity
}

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #004097;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
	right: 0
}

.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #004097;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
	left: 0;
	right: 0
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #004097;
	-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: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
	color: #fff
}

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}


.hvr-outline-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative
}

.hvr-outline-in:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left
}

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1
}
.lj0 div {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.lj0 div:active, .lj0 div:focus, .lj0 div:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.menu0 {
	height: 100%;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 4%;
}

.menu0 img {
	width: 100%;
	height: auto;
}

.menu1 {
	position: absolute;
	height: 120px;
	width: 900px;
	top: 0;
	right: 5%;
	/* overflow: hidden; */
}

.menu11 {
	width: 100%;
	height: 60px;
}

.menu11 ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.menu11 ul li {
	float: left;
	list-style: none;
	width: 12.5%;
	height: 100%;
}

.menu11 ul li>a {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	background: url(../img/icon2.png) right center no-repeat;
}


.nav {
	width: 100%;
	height: 60px;
}

.nav li {
	float: left;
	position: relative
}

.nav li>a {
	display: block;
	font-size: 18px;
	color: #222;
	padding-left: 14px;
	padding-right: 13px;
	margin-right: 9px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url(../img/icon2.png) right center no-repeat;


}

.nav li.on>a,
.nav li:hover>a {
	background-color: #0d3574;
	color: #ffffff;
}

.nav li.on,
.nav li:hover {
	background: #0d3574;
}

.two-nav {
	position: absolute;
	left: -38px;
	width: 190px;
	margin-top: -1px;
	z-index: 990;
	display: none;
}

.two-nav a {
	display: block;
	/* height: 45px; */
	text-decoration: none;
	line-height: 25px;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	background: #ffffff;
}

.two-nav a:hover {
	background: #d9d9d9;
}

.bot0{
	background-color: #003497;
	position: absolute;
	width: 80%;
	left: 20%;
	height: 200px;
	bottom: -100px;
}

.yw{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.yw1{
	width: 80%;
	height: auto;
	margin-left: 18%;
	overflow: hidden;
	position: relative;
}
.yw11{
    margin-top: 60px;
	width:49%;
	height: auto;
	overflow: hidden;
	float: left;
  	transition:all .5s;
}
.yw11 img{	transition:all .5s;}
.yw11 img:hover {
    transform: scale(1.1);
  	transition:all .5s;
}
.yw12{
	width: 50%;
	height: auto;
	margin-top: 60px;
	float: right;
	padding-left: 1.7%;
	padding-right: 21.5%;
}
.yw110{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.yw1101 , .sw10, .yw110{
	cursor:pointer;
}
.yw110 p:nth-child(1),.yw1101 p:nth-child(1),.yw111 p:nth-child(1){
	color: #004097;
	font-size:calc( 22px + 0.7vw);
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.yw110 p:nth-child(2),.yw1101 p:nth-child(2),.yw111 p:nth-child(2){
	color: #004097;
	font-size: 12px;
	
}
.yw1101{
    margin-left: 18%;
    margin-top: 4%;
    height: auto;
    overflow: hidden;
}
.yw111{
    width: 100%;
    padding-left: 18%;
    padding-right: 17%;
    padding-top: 1.5%;
    margin-top: 4%;
    background-color: #3466bd;
    height: auto;
    overflow: hidden;
}
.yw112{
	width: 100%;
	height: 309px;
	margin-top: 50px;
	overflow: hidden;
  	font-size:18px;
}
.yw1120{
    width: 31.5%;
    margin-left: 2%;
    height: 165px;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.yw1120>a>p{
    position: absolute;
    top: 60%;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.yw1120 div{
	position: absolute;
	width: 60px;
	height: 62px;
	background-color: #004097;
	top: 0;
	left: 12px;
  	z-index:10;
}
.yw1120 div p:nth-child(1){
	text-align: center;
	color: #fff;
	font-size: 28px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: -5px;
	font-weight: bold;
}
.yw1120 div p:nth-child(2){
	text-align: center;
	color: #fff;
	font-size: 12px;
	height: 20px;
}
.yw1120 img{
	width: 100%;
	height: calc( 110px + 2vw); 
    margin-bottom: 7%;
}


.yw1122{
	width: 100%;
	height: auto;
	float: left;
    font-size: calc( 14px + .2vw);
}
.yw1122 div{
	width: 100%;
	height: 65px;
    padding:  2.5% 2%;
	border-bottom: 1px #aaa solid;
}
.yw1122 div a{
    display: flex;
    justify-content: space-between;
}
.yw1122 div p{
	font-size: 1.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    flex: 1;
}
.ywen .yw1122 div{
    height: 75px;
    padding: 2%;
}
.yw1122 div a span{
    font-size: calc( 12px + .2vw);
  	color:#888;
}
.yw121{
	width: 100%;
    height: calc( 110px + 2vw);
	overflow: hidden;
}
.yw121 img{
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	transition: all 1s;
}
.yw121 p{
    margin-top: -10%;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    padding-left: 10px;
    position: relative;
}


.yw121 img:hover{
	transform: scale(1.1);
}
.yw122{
	font-size: 1.1rem;
}
.yw122 ul{
	padding: 0;
}
.yw122 ul li{
	height: 30px;
	padding-left: 20px;
	list-style: none;
	background: url("../img/202311061456.png") no-repeat left;
}
.yw122 ul li a{
	text-decoration: none;
	color: #000;
}
.yw122 ul li a:hover .yw122 a p{
    white-space: break-spaces;
}
.yw122 ul li p{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  white-space: nowrap;
  max-width: 20vw;
    text-overflow: ellipsis;
}

.yw122 ul li p:hover{
	color: #004097;
}

.sw1{
	height: 100%;
	width: 55.5%;
	float: left;
	background-color: #004097;
}
.sw2{
	height: 100%;
	width: 38%;
	float: left;
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
}
.sw2 div{
	margin: 20% 30% 0% 11%;
}
.sw2 div h1{
    font-size: calc(24px + 0.5vw );
	text-align: left;
  	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    line-height: 1.5;
}
.sw2 div p{
	margin-top: 10%;
	font-size: 18px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    line-height: 1.8;
}
.sw2 button{
	background-color: #fff;
    width: 170px;
    height: 60px;
    margin-top: 30%;
    border: 1px #000 solid;
    float: left;
    background: url(../img/202311061845.png) no-repeat;
    background-position: 87%;
    padding-right: 40px;
	cursor: pointer;
}
.sw10{
	width: 85%;
	height: 100%;
	margin-left: 34.2%;
	position: relative;
	overflow: hidden;
}
.sw10 h1{
	color: #fff;
	font-size: calc( 22px + 0.7vw);
	font-weight: bold;
	text-align: left;
	margin-top: 50px;
}
.sw10 p{
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin-bottom: 30px;
}
.sw100{
	width: 100%;
    height: 27vw;
	margin-bottom: 12%;
}


.cg1{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.cg10{
	/* background-color: #003497; */
	background: url(../img/202311061046.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 90%;
	height: 87%;
	left: 10%;
	top: 0;
}
.cg11{
	background-color: #dfdfdf;
	position: absolute;
	opacity: 0.8;
	width: 90%;
	height:70%;
	top: 0;
	left: 0;
}
.cg12{
	position: absolute;
	width: 65%;
	height: 70%;
	top: 8%;
	left: 18%;
  	overflow:hidden;
}
.cg12 div{
	float: left;
	width: 31%;
	height: 100%;
	margin-right: 2%;
	overflow: hidden;
}
.cg12 div:nth-child(3){
	margin-right: 0;
}
.cg12 div img{
	width: 100%;
	height: 13vw;
  	transition:all .6s;
}
.cg12 a div:hover .cg12 div img{
    transform: scale(1.2);
    transition: all 0.4s ease 0s;
}
.cg12 a div:hover .cg12 div p{);
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transition: all 0.4s ease 0s;
}
.cg12 div p:nth-child(2){
	margin: 5%;
    font-size: calc( 16px + 0.3vw);
	font-weight: bold;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cg12 div p:nth-child(3){
	margin: 5%;
	margin-bottom: 5%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.video0{
	width: 100%;
  	text-align:center;
  	background:url("../img/home-video.jpg") no-repeat center;
	height: 100%;
	overflow: hidden;
}
.video0 img{
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	transition: all 1s;
}
.video0 img:hover{
	transform: scale(1.1);
}
.video0 video{
	width:65%;
}
.dw1{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.dw10{
	width: 80%;
	height: auto;
	margin-left: 18%;
    padding-right: 17%;
	overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.dw10 div,.dw20 div{
    float: left;
    text-align: center;
    display: flex;
    margin-right: 2.2%;
    align-items: center;
    justify-content: center;
    background: #EEF1FA;
}
.dw10 div:last-child ,.dw20 div:last-child{
	margin-right:0;
}
.dw10 div img{
	width: 100%;
	height: auto;
	transform: scale(1.0);
	transition: all 1s;
}
.dw10 div img:hover{
	transform: scale(1.1);
}

.dw2{
	margin-top: 2%;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.dw20{
	width: 80%;
	margin-left: 18%;
    padding-right: 17%;
	overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.dw20 div img{
	width: 100%;
  	max-width: 350px;
	transform: scale(1.0);
	transition: all 1s;
}
.dw20 div img:hover{
	transform: scale(1.1);
}

.cy{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.cy1{
	width: 80%;
	height: auto;
	margin-left: 18%;
	overflow: hidden;
}
.cy10{
	width: 31%;
	float: left;
	height: 300px;
	margin-right: 1%;
	overflow: hidden;
}
.cy10 img{
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	transition: all 1s;
}
.cy10 img:hover{
	transform: scale(1.1);
}
.cy11{
	width: 67%;
	float: right;
	height: 300px;
	overflow: hidden;
}
.cy11 div{
	width: 33%;
	height: 142px;
	/* padding: 5%; */
	float: left;
	border: 1px #cfcfcf solid;
	overflow: hidden;
	position: relative;
}
.cy11>div:nth-of-type(2n){
	margin-left: 2%;
}
.cy11>div:nth-child(1),.cy11>div:nth-child(2){
	margin-bottom: 12px;
}
.cy11>div a{
	text-decoration: none;
	color: #000000;
}
.cy11>div a p:nth-child(1){
	margin: 20px;
    font-size: calc(16px + .3vw);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  	transition:all .5s;
}
.cy11>div a p:nth-child(1):hover{
	color: #555;
  	font-weight:blod;
  	transition:all .5s;
}
.cy11>div a p:nth-child(2){
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #9a9a9a;
}
.cy11 img{
	position: absolute;
	right: 24px;
	bottom: 30px;
}

/* .cy1>div{
	width: 32%;
	float: left;
	margin-right: 2%;
	height: auto;
	overflow: hidden;
} */


.lj0{
	width: 100%;
	margin-top: 2%;
	margin-bottom: 3%;
}
.lj0 div{
	float: left;
	width: 9.2%;
	margin-right: 2.15%;
	overflow: hidden;
}
.lj0 div:nth-child(9){
	float: right;
	margin-right: 0;
}
.lj0 div img{
	width: 100%;
	height: auto;
}

				.swiper {
			      width: 100%;
			      height: 100%;
				  margin: 0;
				  padding: 0;
				  
			    }			
			    .swiper-slide {
			      text-align: center;
			      font-size: 1rem;
			      background: #fff;
			    }
			
			    .swiper-slide img {
			      display: block;
			      width: 100%;
			      height: 100%;
			      object-fit: cover;
			    }
			
			    .swiper {
			      margin-left: auto;
			      margin-right: auto;
			    }				
                  .mySwiper2{
                    width: 66.5%;
   					 height: 310px;
                    float: left;
                  }
				.mySwiper2 .swiper-slide img{
   					 height: calc( 250px + 3vw);
                }
				.mySwiper2 .sw0{
					position: absolute;
					    top: calc(210px + 3vw);
					color: #fff;
                    width: 100%;
                    line-height: 2vw;
                  	background: -webkit-linear-gradient(top, rgba(0,0,0,0)0%,rgba(0,0,0,0.5)66%, rgba(0,0,0,1)99%);
                  	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
				}
                  .mySwiper2 .sw0 a p{
					color: #fff;
                    padding-left: 1.5vw;
                    text-align: left;
    				line-height: normal;
                  }
.logo-Swiper {padding:0 3%;    --swiper-navigation-color: #fff;}
 .logo-Swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .logo-Swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.logo-Swiper .swiper-button-next, .logo-Swiper  .swiper-button-prev{
    top: 45%;
}
.logo-Swiper .swiper-button-next:after, .logo-Swiper .swiper-button-prev:after{
    --swiper-navigation-size: 24px !important;
}
				:root .mySwiper{
					--swiper-navigation-size: 0 !important;
				}
                  .mySwiper .swiper-slide img{
  						  max-height: 725px;
                  }
				.swiper-scrollbar-drag {
					background: var(--swiper-scrollbar-drag-bg-color, #b02414) !important;
				}
				#swp1{
					font-size:calc( 14px + 0.5vw);
                  	text-align: left;
                    margin-left: 20%;
                    margin-top: 1%;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				#swp2{
                    margin-left: 3%;
                    margin-top: 1%;
					margin-right: 24%;
					font-size:16px;text-align: left;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}
			.mySwiper 	.swiper-pagination-bullet {
					background-color: #fff !important;
              		opacity:.7;
				}
			.mySwiper 	.swiper-pagination{
                            left: 60%;
                            width: 30%;
            }
				

                .mySwiper  .swiper-button-next img{
                    width:50%;
                    height: auto;
                }
                .mySwiper  .swiper-pagination-bullet-active{

                    background-color: #4282E4 !important;
                    width: 25px !important;
                    border-radius: 10px;
                }

				.bg0{
					position: absolute;
					background-color: #003497;
					width: 100%;
					height: 10%;
					left: 0;
					bottom: 0;
					color: #fff;
   					 opacity: 0.8;
				}
                  .mySwiper3{
                   margin-top:3%; 
                  }
 
a{
	color:#000;
  	text-decoration:none;
}         
                  
.mySwiper  .swiper-button-next{
     border: 2px #fff solid;border-radius: 8px; width: calc(20px + 3vw);height: calc(20px + 3vw);right: 5%;bottom: 60px;top: auto;
}
@media (max-width: 1775px){ 
  .dw10 div,.dw20 div{
 	 margin: 1%;
  }

}
@media (max-width: 1440px){ 
  
	.yw121{
		width: 100%;
		height: 190px;
	}
	.yw122{
		margin-bottom: 0px !important;
	}
	.yw122 ul li{
		height: 27px;
	}
	.cg1{height: 640px;}
  .yw1122{width:100%;}
}
@media screen and (max-width:1024px) {
	.cg1{height: 500px;}
	.cy{height: auto;}
	.cy10{width: 100%;height: auto;}
	.cy11{width: 100%;margin-top: 20px;}
	.yw11{width: 78%;border: 0;}
	.yw12{width: 100%;}
	.yw121{height: auto;}
	.yw121 img{width: 100%;height: auto;}
	.yw122 ul li{height: 35px;}
	.yw122 ul li p{font-size: 20px;}
  .yw1122{margin-top:5%;}
  .yw112{margin-bottom:7%}
    .yw12{margin-top:4%;padding-left:0;}
    .yw112 {height:auto;}
  	.cy1{width:80%;}
  
  	.dw1,.dw2{width:100%;}
  .yw122 ul li p{max-width: fit-content;}
  .cy10 img{width:79%;}
  .cy11 div {
    width: 38.5%;
  }
  .logo-Swiper{padding-bottom: 1%;}
  .logo-Swiper  .swiper-pagination{ bottom:0;}
}
                  
@media screen and (max-width:768px) {
  	.sw1,.sw2,.sw10,.cg1,.cy{width:98%;}
  	.cy1{width:100%;}
  	.sw2 div {
        margin: 5% 2% 0%;
    }
  .sw2 button {
    margin-top: 3%;
  }
  .sw2 div p {
    margin-top: 3%;
  }
  .bg0{height:auto;}
  .swiper-button-next{    right: 5%;
    bottom: 40px;}
  .mySwiper3 .swiper-slide{
    display: grid;
  }
.logo-Swiper .swiper-button-next, .logo-Swiper  .swiper-button-prev{
    top: 40%;
}
  .dw2 {
    margin-top: 0;
  }
  .dw10, .dw20{     display: inline-block;
    width: 100%;
    margin-left: 0;}
  
  .dw10 div, .dw20 div{
    width: 48%;
    margin: 1%;
    float:left;
  }
  	.dw1,.dw2{width:98%;}
  
  .yw12{padding-left:0;}
  .yw1,.sw10,.yw110,.dw10,.yw1101,.cy1{ margin-left:0;padding-left:2%;}
  .yw111{
    padding-left: 2%;
    padding-right: 0;
  }
  .logo-Swiper {
    padding: 0 2%;
    padding-bottom:5%;
  }
  .yw1{width:99%;}
  .cg12{left:2%;}
  .mySwiper .swiper-pagination{bottom:0;}
  .yw11{margin-top: 20px;width:99%;}
  .yw1122 {
    margin-top: 0;
	}
  .yw12{padding-right: 0;}
  .yw121 img { width: 99%;}
  .cg12 div img{
    width: 100%;
    height: 23vw;
  }
  .cg12,.cy10 img, .video0 video{
    width: 100%;
    height: 100%;
  }
  .cy11 div {
    width: 49%;
	}
  .dw10, .dw20{padding:1%;}
} 
                  
@media screen and (max-width:425px) {
  
  .cg1 {
    height: 450px;
	}
  .cg12{width:100%;}
  .cg12 div{
    width: 80%;
    height: 100%;}
  .cg12 div img{height:45vw;}
  .cg12 a:nth-child(2),.cg12 a:nth-child(3){
    display:none;
  }
  .logo-Swiper .swiper-slide img{
    padding: 0 12%;
  }
  #swp1{margin-left: 5%;}
  .mySwiper2{width: 100%;height: 280px;}
  .mySwiper2 .sw0{ bottom: 10px;}
  .yw1120{display:none;}
  .hvr-underline-from-left{box-shadow: none; }
  .hvr-underline-from-center{box-shadow: none; }
  .cy11>div a p:nth-child(1){margin:10px;}
  .cy11>div a p:nth-child(2){margin-left: 10px;}
  .yw1122 div a span{line-height:40px;}
  .yw1122 div p{padding-right:10px;
    line-height: 40px;
    -webkit-line-clamp: 1;}
  .mySwiper2 .swiper-slide{
  	    margin-bottom: 1%;
  }
 }