/*.header {
   
    background: ##ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(255 255 255 / 72%);
    z-index: 99;
}*/

.wantop {
	background: #1f7721;
	text-align: center;
	overflow: hidden;
	line-height: 40px;
}

.wantop .fl {
	background: #333333;
	color: white;
	float: left;
	width: 30%;
}

.wantop .fr {
	background: #1f7721;
	color: white;
	float: right;
	width: 70%;
}

.wantop .fr a {
	color: white;
	margin: 10px;
}

.header {
	/* padding-top: 15px; */
	background: #666666;
	position: relative;
	/*top: 0;
    width: 100%;
    background: rgb(255 255 255 / 72%);
    z-index: 99;*/
}

.liunavs {
	background: #9966ff;
}

.logo {
	max-width: 338px;
	width: 16%;
}

.logo img {
	width: 100%;
	display: block;
	height: auto;
	margin: 10px 0;
}

.navbox {
	width: 76%;
}

.header ul.clearfix {
	width: 60%;
	float: left;
	background: white;
	border-radius: 20px;
	/*overflow: hidden;*/
	margin-top: 12px;
}

.xinxi {
	float: left;
	width: 320px;
	text-align: center;
	margin-top: 26px;
}

.xinxi .yuan {
	font-size: 24px;
	color: #1f7721;
	font-weight: bold;
}

.xinxi .yuan i {
	font-style: normal;
	font-size: 16px;
	color: #333333;
}

.xinxi .gao {
	/*	border-top: 2px solid #75bb36;*/
	font-size: 18px;
	color: #1047a1;
	font-weight: bold;
	text-align: center;
}

.tell {
	margin-top: 18px;
	float: right;
}

.tell img {
	width: 66px;
	display: inline-block;
	vertical-align: middle;
}

.tell img.ma {
	width: auto;
	height:30px;
	margin-left: 10px;
	border-left: 1px solid white;
	padding-left: 14px;
}

.tell .phone {
	display: inline-block;
	vertical-align: middle;
}

.tell p {
	font-size: 18px;
	color: #000000;
}

.tell span {
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: inline-block;
	vertical-align: middle;
}

.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;
}

.navmenu>ul>li {
    position: relative;
    float: left;
    text-align: center;
    /* padding: 1% 2%; */
    width: 25%;
    line-height: 40px;
    /* border-bottom: 1px solid #fff; */
    border-radius: 20px;
}

.navmenu>ul>li>a {
	/* line-height: 100px; */
	font-size: 15px;
	color: #808080;
	font-weight: bold;
}

.liunav {
	position: absolute;
	top: 0;
	left: 94px;
	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: 400px;
}

.navsub .liunav li a {
	border: none;
}

.navsub {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    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: auto;
}

.navsub li {
	padding: 0 5px;
}


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

.navsub li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #d2d2d2;
}

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

.navmenu>ul>li:hover {
	background: white;
}

.navmenu>ul>li.cur {
	background: white;
}

.navmenu>ul>li:hover>a {
	color: #9966ff;
}

.navmenu>ul>li.cur>a {
	color: #9966ff;
}


/*.navmenu>ul>li:hover {
	border-bottom: 1px solid #e70010;
}*/


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


/*.navmenu>ul>li.cur>a {
	color: #00aeff;
}*/

.cur: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:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #e70010;
}*/

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

.navsub li a:hover {
	color: #ff931e;
}

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

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

.navopen-btn span {
	display: block;
	width: 18px;
	height: 1px;
	background-color: white;
	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;
}

.tongxun {
	position: fixed;
	width: 100px;
	right: 0px;
	z-index: 999;
	top: 20%;
}

.tongxun ul li {
	text-align: center;
	background: white;
	padding: 10px 0;
	border: 1px solid #EEEEEE;
}

.tongxun ul li img {
	display: block;
	margin: auto;
	width: 40px;
}

.tongxun ul li:nth-child(5) {
	margin: 4px 0;
}


/*.tongxun ul li:hover{
	background: #92c3ff;
}*/

.tongxun ul li:last-child {
	background: #D2D2D2;
}

.botall {
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
	display: none;
}

.botall a {
	text-align: center;
	float: left;
	width: 50%;
	font-size: 16px;
	color: white;
	line-height: 50px;
	height: 50px;
}

.botall a img {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}

.botall a:nth-child(1) {
	background: #007AFF;
}

.botall a:nth-child(2) {
	background: #F9C639;
}

@media screen and (max-width: 1120px) {
	/*.header {
		padding-bottom: 15px;
	}*/
	.navmenu>ul {
		display: none;
	}
	.navopen-btn {
		display: block;
	}
	.navbox {
		width: 50%;
	}
	.xinxi {
		float: left;
		width: 180px;
		text-align: center;
		margin-top: 6%;
	}
	.xinxi .yuan {
		font-size: 12px;
		color: #1f7721;
		font-weight: bold;
	}
	.xinxi .gao {
		/* border-top: 2px solid #75bb36; */
		font-size: 12px;
		color: #1047a1;
		font-weight: bold;
		text-align: center;
	}
	.tell {
		display: none;
	}
	/*.header{
		position:relative;
	} */
}

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

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

.footer {
	background-color: white;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.footer .imgs{
	width: 30%;
	margin: auto;
}
.footer .imgs img {
	width: 100%;
	display: block;
}

.footer .imgs img.log {
	max-width: 80px;
	margin: 20px auto;
}

.footer p {
	text-align: center;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.footbot{
	background: #5d5d5d;
    padding: 14px 0;
    color: white;
    font-size: 14px;
    margin-top: 20px;
}

/*.footer .fl {
	width: 50%;
}

.footer .fl h3 {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}

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

.footer .fr {
	width: 50%;
}

.footer .fr .ma {
	float: left;
	text-align: center;
}

.footer .fr .ma p {
	font-size: 16px;
	color: white;
}

.footer .fr .ma img {
	display: block;
	margin: 20px auto;
	max-width: 80px;
	width: 100%;
}*/

.dianhua {
	float: left;
	margin-left: 20px;
	width: 68%;
}

.dianhua p {
	font-size: 16px;
	color: white
}

.dianhua p.tells {
	font-size: 20px;
	font-weight: bold;
	color: white;
	float: none;
	margin: 20px 0;
}

.hang {
	color: white;
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}


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

.copyright p {
	text-align: center;
}

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

.copyright img {
	width: 24px;
}*/

@media (max-width:768px) {
	.footer {
		padding-bottom: 50px;
	}
	.footer .imgs {
    width: 100%;
    margin: auto;
}
.footer .imgs img.log {
    max-width: 80px;
    margin: 20px auto;
}
	.footer p {
		text-align: center;
		font-size: 14px;
		color: #666666;
		font-weight: bold;
	}
	.wantop {
		display: none;
	}
	.topnav ul li {
		padding: 0 10px;
		font-size: 18px;
		line-height: 50px;
	}
	.tongxun {
		display: none;
	}
	.copyright {
		padding-bottom: 70px;
	}
	.botall {
		position: fixed;
		width: 100%;
		z-index: 999;
		bottom: 0;
		display: block;
	}
	.footer .fl {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .fr {
		width: 100%;
	}
}


/* 手机导航 */

.wap-navBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	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: 30;
	width: 70%;
	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;
}


/*.tongxun ul li {
	text-align: center;
	background: white;
	padding: 10px 0;
}

.tongxun ul li img {
	display: block;
	margin: auto;
	width: 40px;
}

.tongxun ul li:hover {
	background: #92c3ff;
}

.tongxun ul li:last-child {
	background: #D2D2D2;
}*/