.flex {
	display: flex;
}

.flex-default {
	display: flex;
	align-items: center;
	align-content: center;
}

.flex-justify-strat {
	justify-content: flex-start;
}

.flex-justify-between {
	justify-content: space-between;
}

.flex-justify-end {
	justify-content: flex-end;
}

.flex-align-strat {
	align-content: flex-start;
}

.flex-align-center {
	align-content: center;
}

.flex-align-end {
	align-content: flex-end;
}

.algin-item-center {
	align-items: center;
}

.dis-bl {
	display: block;
}

.tt-lf {
	text-align: left;
}

.justify {
	text-align: justify;
}

.color-white {
	color: white;
}

.color-blue {
	color: #1F75FF !important;
}

.color-black {
	color: #4e4e4e;
}

figure, h4, h3, dd {
	margin: 0;
}

a {
	text-decoration: none;
}

body {
	font-family: Times New Roman, Arial, Microsoft Yahei, "微软雅黑";
}

.bold {
	font-weight: bold;
}

.shenglue {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.w

.p-r {
	position: relative;
}

.p-a {
	position: absolute;
}

.bg-1 {
	background: #c5c5c520;
}

.bg-2 {
	background: #1F75FF;
}

.w5 {
	width: 5px;
}

.w255 {
	width: 255px !important;
}
.w242{
	width:242px !important;
}

.h5 {
	height: 5px;
}

.h7 {
	height: 7px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb13 {
	margin-bottom: 13px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb22 {
	margin-bottom: 22px;
}

.mb28 {
	margin-bottom: 28px;
}

.mb48 {
	margin-bottom: 48px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb47 {
	margin-bottom: 47px;
}

.mb62 {
	margin-bottom: 62px;
}

.h10 {
	height: 10px;
}

.h-100 {
	height: 100px;
}

.h35 {
	height: 35px;
}

.h37 {
	height: 37px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

l-1 {
	left: 1px;
}

.l-10 {
	left: -10px;
}

.l-15 {
	left: -15px;
}

.t11 {
	top: 11px;
}

.t18 {
	top: 18px;
}

.t27 {
	top: 27px;
}

.color-3 {
	color: #333;
}

em {
	font-style: normal;
}

.font14 {
	font-size: 14px !important;
}

.font16 {
	font-size: 16px;
}

.arial {
	font-family: Arial-Regular, Arial;
}

.font18 {
	font-size: 18px;
}

.font26 {
	font-size: 26px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-12 {
	margin-left: 12px;
}

.mr-15 {
	margin-right: 15px;
}

.mt175 {
	margin-top: 175px;
}

.flex {
	display: flex;
}

.align {
	align-items: center;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.lh-15 {
	line-height: 15px;
}

.lh-30 {
	line-height: 30px;
}

.wrap {
	flex-wrap: wrap;
}

.normal {
	font-weight: normal !important;
}

ul.myNav{padding:0;}
ul.myNav li{
    list-style:none;display:inline-block;
    padding: 0;
}
ul.myNav li a{
    display:inline-block;
    padding: 0px 30px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	height: 100%;
	line-height: 55px;
}


nav a:hover .droplist {
	display: block;
}
ul.myNav li:hover .droplist {
	display: block;
}

.droplist {
	display: none;
	position: absolute;
    padding:0;
}

	.droplist li {
		z-index: 1;
		/*width: 125px;*/
		position: relative;
		/*left: -70px;*/
		color: #fff;
		text-align: center;
		line-height: 40px;
		/*top: -18px;*/
		background: #0D50BE;
		list-style: none;
        display:list-item!important
	}

		.droplist li:hover {
			background: #5c92eb;
		}

nav a:hover {
	line-height: 55px;
	height: 100%;
	cursor: pointer;
	padding: 0px 30px;
	/* font-size: 18px; */
	/* font-weight: bold; */
	color: #FFFFFF;
	background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 100%);
}

nav a.active {
	line-height: 55px;
	height: 100%;
	cursor: pointer;
	padding: 0px 30px;
	/* font-size: 18px; */
	/* font-weight: bold; */
	color: #FFFFFF;
	background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 100%);
}

.english:hover {
	background: #ff9304;
	color: #FFFFFF;
	padding: 0;
	font-size: 12px;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
}

.liti {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 40%), 0 15px 20px 0 rgb(0 0 0 / 20%);
	text-align: center;
}

.w100 {
	width: 100% !important;
}

.w300 {
	width: 300px;
}

.h400 {
	height: 400px;
}

.mt48 {
	margin-top: 48px;
}

.w400 {
	width: 400px !important;
}

.br-none {
	border-right: none;
}

.bl0 {
	border-left: 0 !important;
}

.mt48 {
	margin-top: 48px !important;
}

.mh0 {
	min-height: 0 !important;
}

.p0 {
	padding: 0 !important;
}
.p-r{
	position:relative
}
.m-0{
	margin:0 auto ;
}