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

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

.liunavs {
	background: #1047a1;
}

.logo {
	max-width: 116px;
	width: 20%;
}

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

.navbox {
	width: 86%;
}

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

.xinxi .yuan {
	font-size: 28px;
	color: #1047a1;
	font-weight: bold;
}

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

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

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

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

.tell img.ma {
	width: 84px;
	height: 84px;
	margin-left: 30px;
}

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

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

.tell h3 {
	font-size: 30px;
	font-weight: bold;
	color: #75bb36;
}

.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: 133px;
	line-height: 60px;
	/*border-bottom: 1px solid #fff;*/
}

.navmenu>ul>li>a {
	/*line-height: 100px;*/
	font-size: 16px;
	color: white;
}

.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: 61px;
	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: 400px;
}

.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: #75bb36;
}

.navmenu>ul>li.cur {
	background: #75bb36;
}


/*.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: #e70010;
}

.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 #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: 15px;
	}*/
	.navmenu>ul {
		display: none;
	}
	.navopen-btn {
		display: block;
	}
	.navbox {
		width: 80%;
	}
	.xinxi {
		float: left;
		width: 180px;
		text-align: center;
		margin-top: 6%;
	}
	.xinxi .yuan {
		font-size: 16px;
		color: #1047a1;
		font-weight: bold;
	}
	.xinxi .gao {
		border-top: 2px solid #75bb36;
		font-size: 16px;
		color: #75bb36;
		font-weight: bold;
		text-align: center;
	}
	.xinxi .yuan i {
		font-style: normal;
		font-size: 12px;
		color: #333333;
	}
	/*.navbox {
		width: auto;
	}*/
	/*.xinxi {
		display: block;
	}*/
	.tell {
		display: none;
	}
	/*.header{
		position:relative;
	} */
}

@media screen and (max-width: 768px) {
	.header-info {
		display: none;
	}
	.logo {
		width: 20%;
	}
	.navmenu {
		position: relative;
		/*overflow: hidden;*/
	}
	.navopen-btn {
    position: absolute;
    top: 28px;
    right: 0;
}
}

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

.footer {
	background-color: #2e2e2e;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
}

.footer-logo {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

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

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

.footer-tel div {
	float: left;
	width: 28%;
	margin-right: 3%;
	text-align: left;
}

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

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

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

.footer-wx span {
	display: block;
	padding: 0 15px;
	color: white;
	font-size: 14px;
}

.footer-wx span img {
	width: 84px;
	/* border-radius: 10px; */
}

.footer-nav {
	/*float: left;
    width: 54%;
    padding-left: 2%;*/
	/* padding-top: 20px;*/
	text-align: center;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	overflow: hidden;
}


/*.bor {
	height: 120px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0 20px;
	text-align: center;
}*/

.footer-nav li {
	float: left;
	font-size: 14px;
	width: 12.5%;
}

.footer-nav li a {
	color: white;
}

.footer-nav li:hover a {
	color: #007AFF;
}

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

.copyright {
	background-color: #1047a1;
	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;
}

.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;
	position: relative;
}
.tongxun ul li .abs {
    position: absolute;
    right: 98px;
    top: 50%;
    width: 160px;
    background: white;
    padding: 20px;
    transform: translate(0,-50%);
    display: none;
}
.tongxun ul li:hover .abs{
	display: block;
}
.tongxun ul li .abs p{
	color: #007AFF;
	font-size: 16px;
}
.tongxun ul li img {
	display: block;
	margin: auto;
	width: 40px;
}
.tongxun ul li .abs img{
	width: 100px;
}
.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: 100%;
	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: #ff3333;
}
.botall a:nth-child(2){
	background: #F9C639;
}
@media (max-width:768px) {
	.copyright{
		padding-bottom: 60px;
		overflow: hidden;
	}
	.footer-logo {
		width: 100%;
		border-right: none;
		padding-right: 0;
		text-align: center;
	}
	.footer-tel {
		text-align: center;
		width: 100%;
	}
	.footer-wx {
		font-size: 22px;
		float: none;
	}
	.footer-nav {
		display: none;
	}
	.topnav ul li {
		padding: 0 10px;
		font-size: 18px;
		line-height: 50px;
	}
	.footer-wx span img {
		width: 200px;
		margin-top: 0px;
	}
	.tongxun {
		display: none;
	}
	.botall{
		display: block;
	}
}


/* 手机导航 */

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

