body{
	overflow-x: hidden;
}
.wenziss{
    width: 80%;
    margin: auto;
    font-size: 18px!important;
    line-height: 32px;
    font-weight: 600!important;
    padding-top:40px;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 10%;*/
}
.header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 500000;
}
.pcmenu ul li a{
	line-height: 88px;
}
.yuyan ul li{
	float: left;
	width: 25px;
	margin-right: 10px;
}
.yuyan ul li img{
	width: 100%;
}
.top {
	background: #336666;
	height: 45px;
	z-index: 5;
	transition: all 1s linear;
}
.top .innerWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.top .innerWrap .left ul {
	display: flex;
	align-items: center;
}
.top .innerWrap .left ul li {
	padding-right: 0.15rem;
	font-size: 14px;
}
.top .innerWrap .left ul li img{
	height: 30px;
	width: auto;
}
.top .innerWrap .left .left_top .juli {
	color: #FFFFCC;
}
.top .innerWrap .left ul li .left_topa {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	transition: all 0.3s ease-out;
	font-weight: 600;
}
.top .innerWrap .left .left_top .left_topa:hover {
	color: #fff;
}
.top .innerWrap .right {
	height: 100%;
}
.top .innerWrap .right ul {
	display: flex;
	height: 100%;
}
.top .innerWrap .right ul li {
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 100%;
	padding: 0 0.2rem;
	transition: all 0.3s ease-out;
	font-size: 14px;
}
.top .innerWrap .right ul li:hover {
	background: #444;
}
.top .innerWrap .right ul li .iconfont {
	transition: all 0.3s ease-out;
}
.icon-language:before {
	content: "\e90a";
}
.top .innerWrap .right ul li p {
	margin-right: 0.12rem;
	color: #CC9933;
	font-size: 14px;
}
.top .innerWrap .right ul li .icon-arrowDown {
	color: #FFFFCC;
}
.innerWrap .left>h2{
	padding-top: 20px;
}
.icon-arrowDown:before {
	content: "\e603";
}
.bottomz{
	width: 100%;
	height: 90px;
	background: #fff;
	/*background: linear-gradient(to right,#fff,#12c2e9,#fff);*/
	border-bottom: 1px solid #e8e4e4;
}
.bottom {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	z-index: 5;
}
.bottom>a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 17%;
}
.bottom .pcmenu {
	height: 88px;
}
.bottom .pcmenu>ul {
	height: 100%;
	display: flex;
}
.pcmenu>ul>li {
	box-sizing: border-box;
	line-height: 88px;
	display: flex;
	justify-content: center;
}
.pcmenu>ul>li .child {
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 88px;
	background: #fff;
	transform-origin: top center;
	display: none;
	border-top: 1px solid #ebebeb;
	cursor: default;
}
.pcmenu>ul>li .innerWrap {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.pcmenu>ul>li .innerWrap .left {
	width: 50%;
	padding: 0.6rem 0 1rem;
	box-shadow: 10px 0 15px rgb(0 0 0 / 10%);
	position: relative;
}
.pcmenu>ul>li .innerWrap .left h2 {
	margin-bottom: 0.3rem;
	line-height: 1.5;
	padding-left: 10%;
	font-size: 20px;
}
.pcmenu ul li .child ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10%;
}
.pcmenu ul li .child li {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0;
	height: 41px;
	line-height: 70px;
	cursor: pointer;
	font-size: 15px;
}
.pcmenu ul li .child li a {
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
	position: relative;
}
.pcmenu>ul>li i {
	margin-right: 5px;
}
.pcmenu>ul>li .innerWrap .right {
	display: block;
	width: 50%;
	padding: 0.6rem 0 1rem 1rem;
}
.pcmenu ul li .innerWrap .right a {
	display: flex;
	flex-direction: column;
	margin-left: 0;
	cursor: pointer;
}
.pcmenu ul li .innerWrap .right h2 {
	margin-bottom: 0.3rem;
	line-height: 1.5;
	font-size: 20px;
	padding-right: 10%;
	color: #b31212;
	letter-spacing: 2px;
	font-weight: 550;
}
.pcmenu ul li .innerWrap .right .imgBox {
	width: 90%;
	height: auto;
	padding-right: 10%;
}
.imgBox>img{
	display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
}
.fnt_24{
	padding: 20px;
}
.innerWrap>.left{
	padding: 20px;
}
.pcmenu ul li .innerWrap .right .imgBox div {
	width: 100%;
	height: 100%;
	background-size: cover;
}
.pcmenu>ul>li a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.pcmenu>ul>li:hover .nav {
	box-shadow: inset 0 -2px 0 #d12d25;
}
.pcmenu ul li:hover .child {
	animation-name: slideInDown;
	animation-duration: 0.6s;
	display: block;
}
.bottom .pcmenu>ul>li>a {
	display: block;
	height: 100%;
}
.bottom>.right {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.bottom>.right a {
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	display: block;
}
.bottom>.right a .mall {
	width: 150px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e50212;
	letter-spacing: 1px;
	font-size: 18px;
	border: 2px solid #e1e1e1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.bottom>.right a .mall p {
	font-size: 14px;
}
.bottom>.right a .mall:hover {
	color: #fff;
	background: #e50212;
}
.bottom>.right a .mall:hover .default {
	display: none!important;
}
.bottom>.right a .mall:hover .hovering {
	display: block!important;
}
.bottom>.right a .mall .img.default {
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.bottom>.right a .mall .img {
	width: 22px;
	height: 22px;
	margin-right: 0.06rem;
}
.bottom>.right a .mall .img.hovering {
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.bottom>.right .searchBtn {
	cursor: pointer;
	font-size: 20px;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.bottom>.right .searchBtn:hover {
	color: red;
}
.mobileMenuContainer .mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
    padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	z-index: 998;
}
.mobileMenuContainer .mobile-nav .mobile-left {
	flex: none;
	height: 100%;
	line-height: 60px;
}
.mobileMenuContainer .mobile-nav .mobile-left a {
	display: block;
	height: 100%;
	line-height: 70px;
}
.mobileMenuContainer .mobile-nav .mobile-left a img {
	width: auto;
	height: 75%;
	/*display: none;*/
}
.mobileMenuContainer .mobile-nav .mobile-right {
	display: flex;
	align-items: center;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button {
	position: relative;
	width: 1rem;
	height: 1rem;
	margin-left: 0.4rem;
	text-align: center;
	z-index: 999;
	font-size: 0;
	display: block;
	background: #fff;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button.active div span.top-hr {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button.active div span.top-hr {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button.active div span.center-hr {
	display: none;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button.active div span.center-hr {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button.active div span.bottom-hr {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button.active div span.bottom-hr {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 28px;
	height: 16px;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button div span {
	width: 100%;
	height: 2px;
	background-color: #333;
	display: block;
	margin: 0 auto;
	line-height: 2px;
	position: static;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button div span.top-hr {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button div span.center-hr {
	margin: 6px auto;
	width: 80%;
	margin-left: 20%;
}
.mobileMenuContainer .mobile-nav .mobile-right .mobile-button div span.bottom-hr {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mobileMenuContainer .menuContainer {
	display: none;
	position: fixed;
	left: 0;
	top: 70px;
	bottom: 0;
	background: #0e5cb3;
	width: 100%;
	z-index: 999999;
}
.mobileMenuContainer .menuContainer .menuBox {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	z-index: 2;
}
.menuBox>li>a>p{
	letter-spacing: 2px;
	color: #fff;
	font-size: 15px;
}
.mobileMenuContainer .menuContainer ul li {
	position: relative;
	padding: 16px 30px;
	border-top: 1px solid #eee;
	cursor: pointer;
	font-size: 16px;
}
.mobileMenuContainer .menuContainer ul li a {
	display: block;
	color: #fff;
}
.mobileMenuContainer .menuContainer ul li .child {
	margin-top: 17px;
	display: none;
}
.mobileMenuContainer .menuContainer ul li::after {
	position: absolute;
    top: 12px;
    right: 20px;
    background-image: url(../img/xiajiantou.png);
    background-size: 100% 100%;
    content: '';
    width: 28px;
    height: 25px;
}
.searchContainer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-size: cover;
	background-position: center;
	animation-duration: 0.4s;
	display: none;
}
.searchContainer .box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.searchContainer .box .logo-box {
	width: 40%;
	margin-bottom: 0.8rem;
	margin-top: -200px;
}
.searchContainer .box .logo-box .logo {
	width: 100%;
}
.mobileMenuContainer .searchContainer .box .classify {
	display: flex;
}
.searchContainer .box .classify {
	display: flex;
}
.searchContainer .box .classify li.active {
	color: #fff;
}
.searchContainer .box .classify li:not(:last-child) {
	margin-right: 0.3rem;
	padding-right: 0.3rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.searchContainer .box .classify li {
	line-height: 0.4rem;
	cursor: pointer;
	color: #666;
	font-size: 16px
}
.searchContainer .box .input-box {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin-top: 0.4rem;
	font-size: 0;
}
.searchContainer .box .input-box input {
	box-sizing: border-box;
	width: 85%;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 0.2rem;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.searchContainer .box .input-box .button {
	width: 15%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background: #e50212;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
}
.searchContainer .box .close {
	position: absolute;
	bottom: 20%;
	left: 50%;
	cursor: pointer;
	width: 0.6rem;
	height: 0.6rem;
	margin-left: -0.3rem;
	transition: all 0.3s ease-out;
}
.searchContainer .box .close:hover {
	transform: rotate(90deg);
}
.searchContainer .box .close img {
	width: 100%;
}
.searchContainer {
	display: none;
}


@media only screen and (max-width:1920px) {
	.mobileMenuContainer {
		display: none;
	}
	.pcmenu>ul>li {
		padding: 0 23px;
	}
	.bottom .pcmenu>ul>li>a {
		font-size: 18px;
	}
}
@media only screen and (max-width:1550px) {
	.pcmenu>ul>li {
		padding: 0 15px;
	}
	.bottom .pcmenu>ul>li>a {
		font-size: 18px;
	}
}
@media only screen and (max-width:1381px) {
	.pcmenu>ul>li {
		padding: 0 16px;
	}
	.bottom .pcmenu>ul>li>a {
		font-size: 17px;
	}
}
@media only screen and (max-width:1199px) {
	.pcmenu>ul>li {
		padding: 0 8px;
	}
	.bottom .pcmenu>ul>li>a {
		font-size: 15px;
	}
}
@media only screen and (max-width:1023px) {
	 .banner{
		display: none;
	}
	.mobileMenuContainer {
		display: block;
		height: 70px;
		background: #F0F0F0;
		z-index: 555555555;
	}
	.pcMenuContainer{
		display: none;
	}
}
@media only screen and (max-width:769px) {
	/*自定义滚动条*/
::-webkit-scrollbar{width:10px;height:7px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#0558cf;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#CC0033;}
}
@media only screen and (max-width:769px) {
	::-webkit-scrollbar{display: none;}
}
.child .innerWrap .left ul li a:after{
	    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../img/xiajiantou.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: -26px;
} 
.navbotimg{
	width: 84%;
    left: 4%;
    position: absolute;
    bottom: 0px;
    padding: 20px;
}
.navbotimg img{
	width: 100%;
}


