.bordertop1 {
	border-top: 1px solid #ebebeb;
}

.borderbot1 {
	border-bottom: 1px solid #ebebeb;
}



.logol {
	padding: 20px 0;
}

.logor {
	padding-top: 35px;
}

.tops {
	height: 38px;
	line-height: 38px;
}

.topsr a {
	margin-left: 20px;
}

.search_bg {
	background: url(../images/search_bg.png) no-repeat;
	width: 356px;
	height: 35px;
}

.ipt_search {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 310px;
	border: 0;
}

.btn_search {
	height: 35px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	cursor: pointer;
}

.nav_ul li {
	float: left;
	position: relative;
}

.nav_ul li>a {
	display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    min-width: 76px;
    padding: 0 4px;
}

.nav_ul li>p {
	position: absolute;
	top: 52px;
	left: 0;
	width: 110px;
	display: none;
	z-index: 9;
}

.nav_ul li>p>a {
	display: block;
	height: 35px;
	line-height: 35px;
	background: #00427b;
	border-top: 1px solid #002c76;
	text-align: center;
}

.nav_ul li>p>a:hover {
	background: #0075c7;
}

.nav_cur {
	background: #00427b;
}


.copy {
	background: #414141;
	padding: 20px 0;
	line-height: 36px;
}

.main_pic {
	margin-top: 10px;
}

.icosearch {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: transparent;
	border-radius: 15px;
}

.icosearch img {
	width: 18px;
	height: 18px;
}

.c-switch {
	/* 	display: none; */
	width: 24px;
	height: 23px;
	cursor: pointer;
	margin-left: 16px;
}

.c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #222;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-switch i:nth-child(1) {
	top: 0;
}

.c-switch i:nth-child(3) {
	bottom: 0;
}

.c-switch i:nth-child(2) {
	margin: 6px 0;
}

body.c-open {
	overflow: hidden;
}

body.c-open .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.top-search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000000;
	z-index: 100;
	opacity: 0.8;
	display: none;
}

#showopen .search_bg {
	opacity: 1;
	display: block;
	transform: scale3d(1, 1, 1);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: unset;
	height: 50px;
	z-index: 1001;
	background-color: #ffffff;
}


#showopen .btn_search {
	width: 50px;
	height: 50px;
	background-image: url('../images/search2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background-color: #5093d1;
}

#showopen .ipt_search {
	width: 100%;
	position: relative;
	top: unset;
	left: unset;
	height: 50px;
	padding: 0 50px 0 10px;
}


.c-open .bg_b2 {
	position: fixed;
	right: 0;
	top: 98px;
	bottom: 0;
	background: #191919;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.7);
	display: block !important;
	transition: all 0.5s;
}

.c-open .nav_ul{
	overflow-y: auto;
	height: calc(100vh - 98px);
}

.c-open .nav_ul li {
	width: 100%;
}


.c-open .nav_ul li>a {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: unset;
	display: inline-block;
	padding: 0 10px;
	text-align: left;
}

.c-open .nav_ul li>p {
	top: unset;
/* 	display: block; */
	position: relative;
	width: 100%;
	padding-left: 30px;
}

.c-open  .nav_ul li>p>a{
	text-align: left;
	padding: 0 10px;
	background-color: transparent;
	border: 0;
}

.head-nav{
	border-bottom: 1px solid #eee;
}

@media (max-width:1300px) {
	.nav_ul li>a {
		font-size: 16px;
		width: 78px;
	}
}

@media (max-width:1200px) {
	.nav_ul li>a {
		font-size: 14px;
		width: 65px;
	}

	.nav_ul li>p>a {
		font-size: 14px;
	}
}

@media (max-width:992px) {
	.topsr a {
		font-size: 12px;
		margin-left: 10px;
	}

	.topLeft,
	.topLeft a {
		font-size: 12px;
	}

}



@media (min-width:768px) {
	.icosearch{
		display: none;
	}
	
	.c-switch{
		display: none;
	}
}

@media (max-width:768px) 
{
	
		
	.logol img{
		height: 40px;
	}
	
	.logol{
		padding: 10px 0;
	}
	
	.topsr {
		display: none;
	}

	.search_bg {
		display: none;
	}

	.c-switch {
		display: block;
		margin-top: 4px;
	}

	.logor {
		display: flex;
		align-items: center;
		height: 60px;
		padding: 10px 0;
	}

	.bg_b2 {
		display: none;
	}
}