.dhl{
	width: 100%;
	
	background-color: rgba(241,241,241,0.95);
	position: absolute;
	left: 0;
	top: 120px;
	display: none;
	overflow: hidden;
}
.mainlevel:hover .dhl{
	display: block;
}
.dhlt{
	display: flex;
	padding: 30px 0;
}
.dh1{
	width: 24%;
	height: auto;
	padding-right: 30px;
	border-right: 1px solid #cfcfcf;
}
.dh1 img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.lanmua{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.dh2{
	width: 70%;
	padding-left: 50px;
}
.dh2 h1{
	text-align: left;
	padding-bottom: 30px;
	
}
.dh2 p{
	font-size: 16px;
	color: #999;
	text-align: left;
}
.lanmua a{
	display: block;
	padding-right: 30px;
	font-size: 17px;
	color: #333;
	padding-bottom: 15px;
}
.lanmua a:hover{
	color: #004D99;
}
.white_head .dhl{
    top: 90px !important;
}
.mainlevel:hover .a p{
    color:#004D99 !important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}
/*分页*/
.pagination {
    padding-top: 40px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination span, .pagination a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 18px;
    color: #666;
    cursor: pointer;
    background-color: #fff;
}
.pagination .disabled span, .pagination .disabled a {
    color: #666;
}
.pagination .active span, .pagination .active a {
    background-color: #3A7BBC;
    color: #fff;
}
.pagination li:nth-child(2) {
    transform: rotate(180deg);
}
.pagination li:nth-child(1) {
    display: none;
}
.pagination li:nth-last-child(1) {
    display: none;
}
/* banner */
.ebanner {
	width: 100%;
	height: 440px;
	position: relative;
}

.ebanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.timu {
	position: absolute;
	left: 180px;
	bottom: 80px;
	width: 323px;
	height: 90px;
	background: rgba(250, 100, 45, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.timu h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}

::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #333;
}

::-webkit-scrollbar-corner {
	background: #179a16;
}

.bar {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
}

.heng {
	height: 120px;
	transition: all 0.3s;
}

.heng1 {
	height: 100px;
}

/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background-color: #004D99;
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 50px;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	width: 350px;
}

.vb img {
	width: 30px;
}

.cbanner {
	width: 100%;
	height: 426px;
	position: relative;
}

.cbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bbiaoti {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.bbiaoti p {
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
}

/* pc导航栏 */
.pc_nav {
	width: 100%;
	position: fixed;
	/*padding: 18px 0;*/
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
}

.pc_nav .bar {
	/* position: relative; */
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.log {
	width: 239px;
	height: 84px;
	transition: all 0.3s;
}

.white_head .log {
	width: 180px;
	height: auto;
}

.log img {
	width: 100%;
	height: 100%;
}

.lanmu1 {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.lanmu ul li a p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s;
}

.lanmu ul li a span {
	color: #ccc;
	font-size: 12px;
	display: block;
}

.lanmu ul li {
	/* width: 147px; */
	text-align: center;
	/*position: relative;*/
	padding-left: 32.5px;
	padding-right: 32.5px;
}

.lanmu ul li:nth-last-child(1) {
	padding-right: 0;
}

.shl {
	padding-left: 80px;
	padding-right: 140px !important;
}

.shl a img {
	width: 258px;
	height: 80px;
	transition: all 0.4s;
}

.white_head {
	box-shadow: 0 -2px 8px 2px rgb(0 0 0/0.4);
	transition: all 0.1s;
}

.mainlevel {
	/*position: relative;*/
	height: 120px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.white_head .mainlevel {
	height: 90px;
	transition: all 0.3s;
}

.mainlevel .a {

	position: relative;
	transition: all 0.3s;
}

.subnav {
	display: none;
	position: absolute;
	top: 120px;
	left: 0;
	width: 150%;
	background-color: rgb(51 51 51 / 68%);
	margin-left: -42%;
	z-index: 999;
	/* transition: all 0.3s; */
}

.white_head .subnav {
	top: 90px;
	/* transition: all 0.3s; */
}

.subnav li {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0 !important;
}

.subnav li:hover {
	background-color: #004D99;
	transition: all 0.3s linear;
}

.subnav li a {
	color: #fff;
	font-size: 14px;
	display: block;
}

/* 中英 */
.xiaxuan {
	position: absolute;
	top: 0;
	right: 64px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropbtn {
	background-color: #fff;
	color: #333;
	/* padding: 16px; */
	font-size: 14px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.dropbtn:hover,
.dropbtn:focus {}

.dropdown {
	position: relative;
	display: inline-block;
}



.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	left: -17px;
	top: 38px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #004D99;
	color: #fff;
}

.show {
	display: block;
}

/* 底部栏 */
.bottom {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 105px;
	background: #004D99;
}

.lo {
	width: 742px;
	height: 135px;
}

.lo img {
	width: 100%;
	height: 100%;
}

.bolang {
	width: 100%;
	height: 50px;
	margin-top: 50px;
}

.bolang img {
	width: 100%;
	height: 100%;
}

.mu {
	width: 530px;
}

.bottom1 {
	display: flex;
	justify-content: space-between;
	margin-top: 44px;

}

.mu h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 24px;
}

.mu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.mu ul li {
	width: calc(100%/4);
	padding-top: 30px;

}

.mu ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.zhi1 {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}

.zhi1 p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.bottom2 {
	width: 100%;
	height: 42px;
	background: #302F2F;
	/*border-top: 2px solid #a7bfa8;*/
}

.bottom2 p {
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom2 p a {
	font-size: 14px;
	line-height: 40px;
	color: #666;
}
@media screen and (max-width:1700px) {
	.xiaxuan {
		right: 20px;
	}
}

@media screen and (max-width:1460px) {
	.xiaxuan {
		position: relative;
	}
}

@media screen and (max-width:1400px) {
	.bar {
		padding-left: 5%;
		padding-right: 5%;
	}

	.lanmu ul li {
       padding-left: 17.5px;
       padding-right: 17.5px;
	
	}

	.bottom1 {
		padding-right: 0px;
	}
	.xiaxuan{
	    padding-left: 10px;
	}
}

@media screen and (max-width:1200px) {
	.lanmu {
		display: none;
	}
.heng{
    height: 78px;
}
	.nav {
		justify-content: center;
	}

	#toggle {
		display: block;
		width: 40px;
	}

	.slog img {
		width: 170px;
	}
	.bottom2 p {
		flex-wrap: wrap;
		max-width: 100%;
		/* overflow: inherit; */
		padding-left: 2%;
		padding-right: 2%;
	}

	.bottom2 {
		height: auto;
	}
	
}

@media screen and (max-width:1024px) {
	.mu {
		width: 100%;
	}

	.zhi {
		width: 100%;
		margin-top: 40px;
	}

	.bottom1 {
		flex-wrap: wrap;
	}

	.lo {
		width: 460px;
		height: auto;
	}
		.maya1{
	    margin: 0 auto;
	}

}

@media screen and (max-width:768px) {
	.ebanner{
		height: 200px;
	}
	.timu h1 {
	    font-size: 25px;
	    font-weight: bold;
	    color: #fff;
	}
	.timu{
		left: 0 !important;  
	     width: 195px;
		 height: 55px;
		 bottom: 60px;
	}
	.pc_nav {
		padding: 10px 0;
	}

	.log {
		width: 125px;
		height: auto;
	}

	.heng {
		height: 64px;
	}

	.heng1 {
		height: 64px;
	}

	.white_head .log {
		width: 125px;
		height: auto;
	}

	#toggle {
		display: block;
		width: 30px;
		top: 20px !important;
	}

	.left {
		width: 100%;
	}

	.lo {
		width: 350px;
		height: auto;
	}

	.bolang {
		width: 100%;
		height: 13px;
		margin-top: 35px;
	}

	.bottom {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 10px;
		background: #004D99;
	}

	.mu h1 {
		padding-bottom: 0px;
	}
	.bottom2 p a {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.bottom2 p {
    line-height: 20px;
}
}

@media screen and (max-width:400px) {
	.lo {
		width: 300px;
		height: auto;
	}

	.zhi1 p {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
	}

	.mu ul li a {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
	}

	.mu h1 {
		font-size: 18px;
	}
} 