/*.header {
	padding-top: 15px;
	z-index: 2000;
}*/
.header {
    padding-top: 15px;
    z-index: 2000;
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index:4;
}

.liuherder{
	position: relative;
	}


.meng.open {
	display: block;
	opacity: .68;
	-webkit-transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo {
	max-width: 180px;
}

.logo img {
	max-width: 100%;
}

.header-info {
	text-align: right;
	font-size: 16px;
}

.header-info span {
	color: #333;
	margin-right: 20px;
}

.header-info span b {
	color: #1E5AAF;
	font-family: arial;
}

.search {
	border: none;
	background: none;
	vertical-align: top;
	outline: none;
}

.logo {
	position: relative;
}

.topnav {
	padding: 20px 0;
	position: absolute;
	left: 0;
	width: 30%;
	background: rgb(255 255 255 / 75%);
	z-index: 9;
	width: 100%;
	display: none;
}

.logo:hover .topnav {
	display: block;
}

.topnav ul li {
	padding: 0 40px;
	font-size: 18px;
	line-height: 50px;
}

.topnav ul li a {
	display: block;
}

.topnav ul li:hover {
	background: #e70012;
}

.topnav ul li:hover a {
	color: white;
}

.navmenu {
	/*position: relative;*/
	margin-top: 14px;
}

.navmenu>ul>li {
	/*position: relative;*/
	float: left;
	border-bottom: 1px solid #fff;
	line-height: 58px;
    height:58px;
}

.navmenu>ul>li>a.liua {
	/*line-height: 30px;*/
	font-size: 16px;
	/*padding: 0 20px;*/
	color: #333;
	margin: 0 10px;
	display: block;
	border-radius: 20px;
	line-height: 60px;
    height: 60px;
    width: 100px;
    text-align: center;
}
.navmenu>ul>li.cur a.liua{
	background: #1b2e69;
	color: white;
	}
.navmenu>ul>li.on a{
	background: #1b2e69;
	color: white;
	}
.liunav {
	position: absolute;
	top: 70px;
	left: 22%;
	width: 240px;
	padding-top: 0px;
	/* border-top: 1px solid #1e5aaf; */
	/* background-color: rgba(255, 255, 255, .7); */
	text-align: center;
	font-size: 16px;
	z-index: 7;
	transform: translateY(5px);
	visibility: hidden;
	opacity: 0;
	transition: .3s;
	height: 700px;
	/*display: none;*/
}

.navsub .w1200 {
	position: relative;
	height: 400px;
}

.navsub .liunav li a {
	border: none;
	color: #333333;
}

.navsub {
	position: absolute;
	top:77px;
	left: 0;
	width: 100%;
	padding-top: 2%;
	/* border-top: 1px solid #1e5aaf; */
	/*background-color: rgba(255, 255, 255, .7);*/
	background: white;
	text-align: left;
	font-size: 16px;
	z-index: 7;
	/*transform: translateY(5px);
	visibility: hidden;*/
	/*opacity: 0;*/
	transition: .3s;
	height: 400px;
	display: none;
}

.navsub li {
	padding: 0 5px;
	/*line-height: 40px;
    height: 40px;*/
	/* line-height: 35px; */
	/* font-size: 20px; */
	width: 200px;
	/* position: relative*/
}

.navsub h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 2px solid #000000;
}


/* .navsub li:first-child {
	
} */

.liunav li {
	margin-left: 0;
	line-height: 40px;
    height: 40px;
}

li.inp form{
	    display: block;
    padding: 0;
    margin: 0;
    margin-top: -6px;
}
li.inp input {
	line-height: 32px;
	font-size: 14px;
	padding: 0 10px;
}

li.inp button {
	width: 26px;
	height: 26px;
	background: url(../image/sousuo.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 10px;
}

.navsub li a {
	display: block;
	padding: 0px 20px;
	font-size: 19px;
	color: #fff!important;
	font-weight: 300;
	position: relative;background: #3dd3c1!important;margin: 0 0 10px 0;border-radius: 5px
	/*border-bottom: 1px solid #d2d2d2;*/
}

li.inp a{
	display: inline-block!important;
	margin: 0!important;
	font-size: 16px;
	}
li.inp a:hover{
	color: #db9213;
	}
/*.gnb__feature-container .image{overflow:hidden;width:330px;height:330px;border-radius:20px}*/

.navsub .imgs {
	position: absolute;
	right: 2%;
	top: 16%;
	width: 40%;
	
	
	padding-left: 30px;
	border-left: 2px solid #E4E5E8;
}

.navsub .img {
	/*padding-left: 40px;
	border-left: 2px solid #E4E5E8;*/
	width: 90%;
	border-radius: 20px;
	overflow: hidden;
}

.navsub .img img {
	width: 100%;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.navsub .img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}


/*img {
	
}*/

.navsub li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../image/jiantop.png) no-repeat;
	background-size: 100% 100%;
	top: 20px;
	right: 10px;
	display: none;
}

.navsub li.on a:after {
	display: block
}


/*.navsub li a:hover::after {
	display: block
}*/

.navsub li:last-child a {
	border-bottom: none;
}

.navsub .liunav li a:after {
	display: none;
}

.navmenu>ul>li .navsub a {
	background: none;
    color: #333333;
}


/*.navmenu>ul>li:hover>a {
	color: #e70010;
}*/

.navmenu>ul>li.inp:hover {
	border: none;
}
/*.up a.liua{
	
	position: relative;
	}
.up a.liua:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	display: none;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #e70010;
}*/

.navmenu>ul>li:hover a.liua:after {
	
	display: block;
	
}


/*.navmenu>ul>li:hover .navsub {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}*/


/*.navsub li a:hover {
	color: #e70010;
}*/


/*.navsub li:hover .liunav {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	
}*/
.navmenu>ul>li {
	height: auto;
	line-height: auto;
	}
.navmenu>ul>li .liunav a {
	background: none;
	color: #333;
	position: relative;
	line-height: 50px;
	height: 50px;
}

.navsub>div>li .liunav a:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0;
	height: 1px;
	margin-top: 2px;
	background: #000
}

.navsub>div>li.on .liunav {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.navsub>div>li.on a {
	color: black;
	font-weight: bold;
}

.navsub>div>li.on .liunav a {
	color: #333333;
	font-weight: 300;
}

.navsub>div>li.on .liunav a:hover {
	color: black;
	font-weight: bold;
}

.navsub>div>li.on .liunav a:hover::before {
	left: 0;
	width: 100%
}

.navopen-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #666;
	display: none;
}

.navopen-btn span {
	display: block;
	width: 18px;
	height: 1px;
	background-color: #666;
	margin: 0 auto;
}

.navopen-btn span:first-child {
	margin-top: 10px;
}

.navopen-btn span:nth-child(2) {
	margin-top: 5px;
	width: 10px;
}

.navopen-btn span:last-child {
	margin-top: 5px;
}

@media screen and (max-width: 1120px) {
	.header {
		padding-bottom:0px;
		padding-top: 0;
	}
	.navmenu>ul {
		display: none;
	}
	.navopen-btn {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.header-info {
		display: none;
	}
	.logo {
		width: 50%;
	}
	.navopen-btn {
		position: absolute;
		top: 22px;
	}
}

@media screen and (max-width: 320px) {
	.navopen-btn {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

.footer {
	background-color: rgba(66,133,118,1);
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer h2{
	font-size: 20px;
	line-height: 40px;
	color: white;
}
.footer-logo {
	width: 100%;
	padding: 0px 0;
}

.footer-logo>img {
	max-width: 100%;
}

.footer-tel {
	text-align: left;
	font-size: 20px;
	padding: 20px 0;
	float: left;
	/* text-align: justify; */
}

.footer-tel p {
	font-size: 16px;
	color: white;
	line-height: 30px;
}

.footer-tel b {
	color: #1E5AAF;
	font-family: arial;
}

.footer-wx {
	float: right;
	text-align: center;
}

.footer-wx span {
	/*float: left;*/
	display: block;
	/*width: 50%;*/
	padding: 0 15px;
	color: white;
	font-size: 14px;
}

.footer-wx span img {
	width: 120px;
}

.footer-nav {
	float: none;
	width: 100%;
	padding-left: 60px;
	padding-top: 20px;
	text-align: right;
	border-bottom: 1px solid #4f4d4d;
	padding-bottom: 10px;
}


/*.footer-nav dl {
	float: left;
	width: 16%;
}*/

.footer-nav dl {
	display: inline-block;
	width: 10%;
}

.footer-nav dl dt {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.footer-nav dl dt a {
	color: #ffffff;
}

.footer-nav dl dd {
	margin: 0;
	font-size: 14px;
	padding-top: 15px;
}

.footer-nav dl dd a {
	color: #666;
}

.footer-nav dl dd a:hover {
	color: #e70010;
}

.rights {}

.copyright {
	background-color: #111010;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.copyright a {
	display: inline-block;
	margin: 0 10px;
}

.copyright img {
	width: 24px;
}

@media (max-width:768px) {
	.footer-logo {
		padding: 0;
		width: 100%;
		border-right: none;
		padding-right: 0;
		text-align: center;
	}
	.footer-tel {
		text-align: center;
	}
	.footer-wx {
		font-size: 22px;
		float: none;
	}
	.footer-nav {
		display: none;
	}
	.topnav ul li {
		padding: 0 10px;
		font-size: 18px;
		line-height: 50px;
	}
}


/* 手机导航 */

.wap-navBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	transition: .1s ease-in;
	visibility: hidden;
}

.wap-navBox {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 80%;
	height: 100%;
	background-color: #fff;
	transform: translateX(60px);
	opacity: 0;
	transition: .3s ease-in-out;
	visibility: hidden;
}

.wap-navBox ul li {
	padding-left: 10px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #fff;
	cursor: pointer;
	transition: .3s ease-in;
}

.liu-navSub {
	display: none;
}

.wap-navSub>ul>li a {
	display: block;
}

.wap-navSub>ul>li:hover .liu-navSub {
	display: block;
}


/*二级菜单*/

.wap-navSub {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2147483700;
	width: 60%;
	height: 100%;
	background-color: #fff;
	box-shadow: -5px 0 10px rgba(0, 0, 0, .1);
	transform: translateX(110%);
	transition: .3s ease-in;
}


/*显示*/

.wap-navBgOpen {
	visibility: visible;
}

.wap-navOpen {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.active {
	border-left: 2px solid #E95504 !important;
}

.showMe {
	transform: translateX(0);
}


/* add */

.wap-search {
	margin-top: 15px;
	padding-left: 15px;
}

.wap-language {
	margin-top: 15px;
	padding-left: 15px;
}

.wap-language a {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #333;
	margin-right: 10px;
}


/*  */

.window-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 2147483701;
	padding-top: 225px;
	display: none;
}

.close-search {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 48px;
	font-family: arial;
	color: #fff;
	transform: rotate(45deg);
	z-index: 1;
}

.window-search input {
	float: left;
	display: block;
	width: 79%;
	border: none;
	background: none;
	border: 1px solid #1E5AAF;
	line-height: 43px;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.window-search button {
	float: left;
	display: block;
	border: 1px solid #1E5AAF;
	line-height: 45px;
	width: 20%;
	padding: 0 10px;
	font-size: 16px;
	background-color: #1E5AAF;
	color: #fff;
	outline: none;
}


}