BODY,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
DL,
DT,
DD,
UL,
OL,
LI,
PRE,
FIELDSET,
LEGEND,
BUTTON,
LABEL,
ul,
span {

	padding: 0px;

	margin: 0px;

	border: 0px;

	font-family: 'Microsoft YaHei';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0 none
}

ol,
ul {
	list-style-type: none;
}

a {
	color: #000000;
	text-decoration: none;
	outline: medium none;
	display: block;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: 'FZXBSJW';
	src: url('../font/FZXBSJW.TTF');
}

@font-face {
	font-family: 'PangMenZhengDao';
	src: url('../font/PangMenZhengDao.ttf');
}

a:hover {
	color: #ae0a29;
	text-decoration: none;
}


.nav-wrapper {
	width: 100%;
	height: 75px;
}

.header {
	width: 100%;
	background: url(../images/background.png) no-repeat;
	background-size: cover;
	/* position: relative; */
	height: 760px;
	text-align: center;
	transition: 0.8s;
}

.nav {
	width: 100%;
	margin: 0 auto;
	z-index: 9992;
}

.nav_lf {
	width: 36.33%;
	float: left;
	margin-bottom: 0px;
}

.nav_fr {
	width: 36.33%;
	float: right;
}

.nav_lf li {
	float: left;
	width: 25%;
	margin-left: -2px;
}

.nav_fr li {
	float: left;
	text-align: center;
	width: 23%;
}

.nav_lf li a {}

.nav_lf li a,
.nav_fr li a {
	color: #ffffff;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}

.nav_lf li>a:after,
.nav_fr li>a:after {
	display: block;
	content: "";
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 2px solid #f3f3f3;
	width: 50%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.nav_lf li a:hover,
.nav_fr li a:hover {
	color: #fff;
}



.nav_lf li.active a:after,
.nav_fr li.active a:after,
.nav_lf li a:hover:after,
.nav_fr li a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.subNav {
	width: 100%;
	background: #ffffff;
	margin-top: 12px;
	display: none;
}

.subNav dd a {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	padding: 8px 10%;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}

.subNav dd:last-child a {
	border: 0;
}

.subNav dd a:hover {
	background-color: #ae0c2a;
	color: white;
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}



/* .seach{
    float: right;
    height: 100%;
    padding: 50px 0 0;
	width: 40px;
	background-color: #000000;
}
 */

.nav-wrappers {
	position: relative;
	height: 100px;
	max-width: 1600px;
	margin: auto;
}

.nav-wrappers .nav {
	padding-left: 0;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 8px;
	left: 0;
	right: 0;
	max-width: 1400px;
	display: block;
	height: 0;
}

.logo {
	width: 346px;
	height: 82px;
	margin: auto;
	background: url('../images/logo.png') no-repeat left center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: left;
}

.logo a {
	display: block;
	z-index: 99;
}

.logo span {
	color: #ffffff;
	display: block;
	padding-left: 70px;
	padding-top: 4px;
	font-size: 14px;
	font-family: 'Times New Roman';
	letter-spacing: 1px;
}

.logoTitle {
	font-size: 40px;
	color: #ffffff;
	padding-left: 70px;
	font-family: FZXBSJW;
	letter-spacing: 3px;
	height: 50px;
	display: block;
	font-style: normal;
}

.serWrap {
	height: 0;
	overflow: hidden;
	/* display: none; */
}

.seach {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	z-index: 3;
	width: 48px;
}

.seach .serBtn {
	background: url(../images/serbtn.png) no-repeat center;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 10px;
}


#ser {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	display: none;
}

.ser {
	width: 800px;
	height: 38px;
	line-height: 34px;
	background-color: #fff;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.search input {
	position: absolute;
	height: 34px;
	line-height: 34px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	right: 130px;
	padding-left: 0px;
}

.search input.notxt1 {
	position: absolute;
	width: 15%;
	height: 34px;
	right: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding-right: 0;
	color: #fff;
	border: none;
	background-color: #A40000;
	border: 1px solid #A40000;
	font-size: 14px;
	line-height: 20px;
}

.search input.notxt {
	color: #a4a4a4;
	padding: 0 0 0 6px;
	width: 84%;
	border: 1px solid #bfbfbf;
}

.English {
	position: absolute;
	right: 54px;
	top: 0;
	bottom: -8px;
	margin: auto;
	height: 41px;
	z-index: 100001;
	width: 41px;
}

.English a {
	color: #FFFFFF;
	background: #ae0c2a;
	border-radius: 50%;
	line-height: 40px;
	font-size: 14px;
}


/*phone */


.mobile {
	width: 100%;
	position: absolute;
	height: 100px;
	display: none;
	top: 0;
	right: 0;
	z-index: 99991;
}

.mobile-inner-header {
	/* width: 100%; */
	/* height: 40px; */
	position: absolute;
	top: 30px;
	right: 24px;
}

.mobile-inner-header-icon {

	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - -3px) / 3);
	width: 26px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-out span {
	width: 22px;
	height: 2px;
	background-color: #fff;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}


.mobile-inner-header-icon span.mobile_home {
	font-size: 14px;
	width: 40px;
	border-top: 0;
	height: 100%;
	text-align: center;
	font-weight: normal;
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 43px;
	width: 42px;
	position: relative;
	cursor: pointer;
	float: right;
	z-index: 9999;
	text-align: right;
	background: #a40000;
	border-radius: 50px;
}

.mobile-inner-header-icon-click {
	top: -20px;
	border-radius: 0;
	height: 38px;
	width: 38px;
}

.mobile-inner-header-icon-click span {
	left: calc((100% - 25px) / 2);
	top: calc((100% - -14px) / 3);
}


@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	background-color: #FFFFFF;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0px;
	padding-top: 48px;
	padding-bottom: 25px;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	border-bottom: solid 1px #d3d3d3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: left;
}

.mobile-inner-nav a:hover {
	color: #A40000;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile_subNav.two li {
	padding: 0 2px;
}

.mobile-inner-nav li a {
	text-indent: 15px;
	color: #7b7575;
}

.mobile-inner-nav li strong {
	color: #aaa;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 30px;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile_subNav {
	display: none;
	padding-left: 10px;
}



.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
	font-size: 14px;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #d3d3d3;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input.notxt {
	width: 90%;
	color: #333;
	margin-left: 55px;
	border: none;
}

.mobile_search input.notxt1 {
	width: 55px;
	background-color: #fff;
	right: auto;
	left: 0;
	background: url(../images/serbtn.png) no-repeat center center #A40000;
	border: none;
}

.mobile-links {
	width: auto;
	margin: 0 20px 10px;
	overflow: hidden;
	border-bottom: solid 1px #d3d3d3;
	padding: 6px 0;
}

.mobile-links span {
	float: left;
	padding: 0 15px;
}

.mobile-links span a {
	border: none;
	line-height: 25px;
	padding: 4px 0;
}

/* page */
.page_conment {
	color: #ae0a29;
	font-size: 14px;
	margin-top: 40px;
}

.page_conment .Number {
	float: left;
	padding: 12px 0;
}

.pageNum {
	width: 80%;
	float: right;
	text-align: right;
}

.pageNum>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ae0a29;
	line-height: 40px;
}

.prev {
	width: 40px;
	height: 40px;
	background: url(../images/List_right.png) no-repeat center #cccccc;
	margin-right: 10px;
	cursor: grab;
}

.prev .active,
.prev:hover {
	background: url(../images/List_right.png) no-repeat center #ae0a29;
}

.next {
	width: 40px;
	height: 40px;
	background: url(../images/List_left.png) no-repeat center #cccccc;
	display: block;
	display: block;
	cursor: grab;
}

.next.active,
.next:hover {
	background: url(../images/List_left.png) no-repeat center #ae0a29;
}

.displayPage a {
	display: block;
	font-size: 14px;
	line-height: 40px;
}


/* footer */

.footer {
	background: url(../images/footer.png) no-repeat center;
	background-size: cover;
}

.footerTopWrap {
	width: 100%;
	background: url(../images/footertop.png);
}

.footer .footerTop {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	padding: 28px 0 16px;
}

.footer .footerTop li {
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	font-size: 13.35px;
	text-align: center;
	max-width: 16%;
	margin-left: 10%;
}

.footer .footerTop li:first-child {
	margin: 0;
}

.footer .footerTop li span {
	font-size: 50px;
	line-height: 40px;
	font-family: Times New Roman;
	font-weight: bold;
}

.footer .footerTop li p {
	font-size: 16px;
	padding-top: 14px;
}


.footer .footer_center .container {
	display: flex;
	height: 100%;
	padding: 36px 0 40px;
}

.footer .footer_center .container span {
	font-size: 18px;
	position: relative;
	color: #ffeec6;
	margin-bottom: 20px;
	font-weight: bold;
	display: block;
}

.footer .footer_center .container span>i {
	position: absolute;
	width: 30px;
	height: 1px;
	background: #ffeec6;
	z-index: 0;
	left: 0;
	bottom: -8px;
}

.footer .footer_center .container span>em {
	border-radius: 18px;
	width: 24px;
	height: 24px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-left: 8px;
	position: absolute;
}

.footer .footer_center .container .link span>em {
	background: url('../images/link.png') no-repeat center #ae0c2a;
	background-size: 56%;
}

.footer .footer_center .container .contact span>em {
	background: url('../images/phone.png') no-repeat center #ae0c2a;
	background-size: 66%;
}
.footer .footer_center .container .WeChat span>em {
	background: url('../images/weixi_icon.png') no-repeat center #fff;
}

.footer .footer_center .container .link {
	width: 44.2%;
	/* padding-left: 7.8%; */
}

.footer .footer_center .container .link ul {
	float: left;
	width: 50%;
}

.footer .footer_center .container .link li {
	width: 100%;
}

.footer .footer_center .container .contact {
	width: 39%;
	/* padding-left: 1.2%; */
}

.footer .footer_center .container .WeChat {
	width: 22.3%;
	margin-left: 88px;
}

.footer .footer_center .container .link li a {
	color: #ffefe2;
	font-size: 16px;
	line-height: 44px;
	display: inline;
}

.footer .footer_center .container .contact li p {
	color: #ffefe2;
	font-size: 16px;
	line-height: 44px;
	display: inline;
}

.footer .footer_center .container .contact ul {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.footer .footer_center .container .WeChat .weixi {
	background: url(../images/weixi.png) no-repeat top center;
	width: 88px;
	height: 88px;
	display: inline-block;
	position: relative;
	background-size: cover;
}

.footer .footer_center .container .WeChat .dangjian{
	background: url(../images/dangjian.jpg) no-repeat top center;
	width: 88px;
	height: 88px;
	display: inline-block;
	position: relative;
	background-size: cover;
	margin-left: 41px;
}

.footer .footer_center .container .WeChat .laoren {
	background: url(../images/laoren.jpg) no-repeat top center;
	width: 88px;
	height: 88px;
	display: inline-block;
	position: relative;
	background-size: cover;
}

.footer .footer_center .container .WeChat .ziyuan {
	background: url(../images/ziyuan.png) no-repeat top center;
	width: 88px;
	height: 88px;
	display: inline-block;
	position: relative;
	background-size: cover;
	margin-left: 42px;
	margin-top: 12px;
}


.footer .footer_center .container .WeChat p {
	position: absolute;
	bottom: -36px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
}

.footer .footer-bootom {
	background-color: #33040c;
	color: #ffffff;
	/* height: 60px; */
	text-align: center;
}

.footer .footer-bootom .container {
	margin: auto;
	padding: 16px 0;
}

.footer .footer-bootom p {
	font-size: 14px;
	display: inline-block;
	margin: 0;
	border-left: 1px solid #FFFFFF;
	padding: 0 26px;
}

.footer .footer-bootom p:first-child {
	border-left: 0;
}

.footer .footer-bootom p a {
	display: contents;
	font-size: 14px;
	color: #ffff;
}

@media only screen and (max-width: 1620px) {

	.nav-wrappers {
		max-width: 100%;
		margin: 0px 10px;
	}


}

@media only screen and (max-width: 1500px) {
	.nav-wrappers .nav {
		max-width: 94%;
	}

}

@media only screen and (max-width: 1420px) {



	.logo {
		width: 310px;
		height: 80px;
	}

	.logoTitle {
		font-size: 38px;
		padding-left: 62px;
	}

	.logo a span {
		padding-left: 76px;
		font-size: 12px;
	}

	.prev,
	.next {
		width: 35px;
		height: 35px;
	}

	.nav_fr li {
		width: 22%;
	}

}



@media only screen and (max-width: 1340px) {

	.nav-wrappers {
		margin: 0px 20px;
	}

	.nav-wrappers .nav {
		max-width: 100%;
		padding: 0px 54px;
	}

	.logo a span {
		padding-top: 0;
	}

	.nav_lf li a,
	.nav_fr li a {
		font-size: 16px;
	}

	.seach {
		height: 44px;
	}

	.English {
		width: 38px;
		height: 38px;
		bottom: 0px;
	}

	.English a {
		line-height: 38px;
		font-size: 12px
	}

	.seach .serBtn {
		width: 38px;
		height: 38px;
		background-size: cover;
		margin-top: 4px;
	}

	.mobile-inner-header-icon {
		color: #fff;
		height: 38px;
		width: 38px;
	}

	.mobile-inner-header-icon span {

		left: calc((100% - 22px) / 2);
		top: calc((100% - 0px) / 3);
	}

	.mobile-inner-header-icon-click span {
		left: calc((100% - 26px) / 2);
		top: calc((100% - -11px) / 3);
	}

	.mobile-inner-header-icon-out span {
		width: 20px;
	}

}

@media only screen and (max-width: 1200px) {

	.logo {
		width: 272px;
		height: 70px;
	}

	.logoTitle {
		font-size: 34px;
		padding-left: 54px;
		height: 46px;
		letter-spacing: 2px;
	}

	.logo a span {
		padding-left: 62px;
		font-size: 12px;
		letter-spacing: 0.4px;
	}

	.nav_lf li a,
	.nav_fr li a {
		font-size: 14px;
	}

	.nav-wrappers .nav {
		max-width: 100%;
		padding: 0px 40px;
	}

	.footer .footer_center .container .contact {
		width: 49%;
	}
	.footer .footer_center .container .contact li p {
     font-size: 14px;
    }

	.footer .footer_center .container .WeChat {
		width: 30%;
	}

	.footer .footer_center .container .link{
		width: 54%;
	}
	.footer .footer_center .container .link li a {
   
        font-size: 14px;
    }

	.footer .footer_center .container .WeChat .weixi,
	.footer .footer_center .container .WeChat .laoren,
	.footer .footer_center .container .WeChat .ziyuan,
	.footer .footer_center .container .WeChat .dangjian{
		width: 86px;
		height: 86px;
	}

	.footer .footer_center .container .WeChat .ziyuan, .footer .footer_center .container .WeChat .dangjian {
		margin-left: 6px;
	}



}

@media only screen and (max-width: 1100px) {

	.nav_lf li a,
	.nav_fr li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1020px) {
	.nav-wrappers .nav {
		display: none;
	}

	.logo {
		width: 100%;
	}

	.seach {
		display: none;
	}


	.mobile {
		display: block;
	}



}

@media only screen and (max-width: 991px) {

	.footer .footer_center .container .link li a {
		line-height: 28px;
	}

	.footer .footer_center .container .contact li {
		width: 100%;
	}

	.footer .footer_center .container .contact li p {
		line-height: 41px;
	}

	.footer .footer_center .container .contact {
		width: 50%;
	}

	.footer .footer_center .container .WeChat {
		width: 56%;
		padding: 16px 0;
		margin-left: 0;
	}
	.footer .footer_center .container .WeChat .laoren{
		margin-left: 6px;
	}

	.footer .footer_center .container .link {
		width: 49.2%;
	}

	.footer .footer_center .container {
		flex-wrap: wrap;
		padding: 36px 28px 22px;
	}

}


@media only screen and (max-width: 760px) {


	.footer .footer_center .container .WeChat {
		width: 60%;
	}


	.footer .footer_center .container {
		padding: 36px 42px 40px;
	}

	.returnTop {
		width: 31px;
		height: 31px;
		bottom: 104px;
	}


}

@media only screen and (max-width: 680px) {

	.footer .footer_center .container {
		flex-wrap: wrap;
		padding: 36px 28px 22px;
	}

	.footer .footer_center .container .link {
		width: 100%;
	}

	.footer .footer_center .container .contact {
		width: 100%;
		margin-bottom: 20px;
	}


	.footer .footer_center .container .WeChat {
		width: 100%;
		padding: 18px 0;
	}

	.footer .footer_center .container .link li a {
		line-height: 30px;
	}

	.footer .footer_center .container .WeChat .weixi p {
		text-align: left;
	}

	.footer .footer_center .container span {
		font-size: 14px;
	}

	.footer .footer_center .container span>em {
		width: 20px;
		height: 20px;
	}

	.footer .footer_center .container .WeChat p {
		font-weight: 200;
		font-size: 12px;
	}


}

@media only screen and (max-width: 550px) {
	.footer .footer_center .container .contact li p {
		line-height: 32px;
	}
}

@media only screen and (max-width: 479px) {

	.footer .footer_center .container {
		flex-wrap: wrap;
		padding: 36px 14px 22px;
	}

	.footer .footer_center .container .contact li p,
	.footer .footer_center .container .link li a {
		font-size: 12px;
	}

	.footer .footer_center .container .contact li p {
		line-height: 38px;
	}

	.footer .footer_center .container .link li a {
		line-height: 26px;
	}

	.prev,
	.next {
		width: 30px;
		height: 30px;
	}

	.footer .footer-bootom p,
	.footer .footer-bootom p a {
		font-size: 12px
	}
}

@media only screen and (max-width: 414px) {
	.footer .footer_center .container .contact li p {
		line-height: 28px;
	}

	.footer .footer_center .container .link li a {
		line-height: 26px;
	}

	.logoTitle {
		padding-left: 60px;
		font-size: 32px;
	}

	.logo a span {
		padding-left: 60px;
	}
	
	.English {
	    right: 46px;
	}
	
	.mobile-inner-header{
		    right: 16px;
	}
	


}