* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,body {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: "Noto Sans SC";
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #666;
	font-size: 14px;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
	display: inline-block;
}

input,select,textarea {
	font-family: "Noto Sans SC";
	border: 0px none;
}

a {
	text-decoration: none;
	color: #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

input:focus {
	outline: none;
}

input[type=button] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type=button]:focus,textarea:focus {
	outline: none;
}

p,div,span,h1,h2,h3,h4,h5,h6,textarea,i,a {
	word-break: break-word;
}

.clearfix {
	*zoom: 1;
}

.clearfix::before {
	display: table;
	content: "";
}

.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

input::-webkit-input-placeholder {
	color: #999 !important;
}

input:-moz-input-placeholder {
	color: #999 !important;
}

input::-moz-input-placeholder {
	color: #999 !important;
}

input::-ms-input-placeholder {
	color: #999 !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.textHidden {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tran300 {
	transition: 300ms ease-out;
	-webkit-transition: 300ms ease-out;
	-ms-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
}

.tran500 {
	transition: 500ms ease-out;
	-webkit-transition: 500ms ease-out;
	-ms-transition: 500ms ease-out;
	-moz-transition: 500ms ease-out;
	-o-transition: 500ms ease-out;
}

.tran800 {
	transition: 800ms ease-out;
	-webkit-transition: 800ms ease-out;
	-ms-transition: 800ms ease-out;
	-moz-transition: 800ms ease-out;
	-o-transition: 800ms ease-out;
}

.height20 {
	height: 20px;
}

.bg {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}

.has-bg {
	background: url(../images/index-item03-bg.png) no-repeat center center fixed/cover;
}

.w1400 {
	max-width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width:1400px) {
	.w1400 {
		padding: 0px 50px;
	}
}

@media screen and (max-width:1024px) {
	.w1400 {
		padding: 0px 30px;
	}
}

@media screen and (max-width:768px) {
	.w1400 {
		padding: 0px 20px;
	}
}

.w1500 {
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (max-width:1400px) {
	.w1500 {
		padding: 0px 50px
	}
}

@media screen and (max-width:1024px) {
	.w1500 {
		padding: 0px 30px;
	}
}}

@media screen and (max-width:768px) {
	.w1500 {
		padding: 0px 20px;
	}
}

.slideIn01 {
	position: relative;
	-webkit-animation: slideIn01;
	-moz-animation: slideIn01;
	-o-animation: slideIn01;
	animation: slideIn01;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s
}

@-webkit-keyframes slideIn01 {
	0% {
		left: 3%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@-moz-keyframes slideIn01 {
	0% {
		left: 3%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@-o-keyframes slideIn01 {
	0% {
		left: 3%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes slideIn01 {
	0% {
		left: 3%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

.slideIn02 {
	position: relative;
	-webkit-animation: slideIn02;
	-moz-animation: slideIn02;
	-o-animation: slideIn02;
	animation: slideIn02;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes slideIn02 {
	0% {
		left: 6%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@-moz-keyframes slideIn02 {
	0% {
		left: 6%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@-o-keyframes slideIn02 {
	0% {
		left: 6%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes slideIn02 {
	0% {
		left: 6%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

.header-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.header-top .top {
	
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.header-top .top a {
	color: #fff;
}

.header-top .top a:hover {
	color: #FE5F16 !important;
}

.header-top .top .top-nav a {
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-left: 15px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
}

.header-top .top .top-nav a:last-child {
	border-right: none !important;
	padding-right: 0 !important;
}

.header-top .top .lang {
	margin-left: 20px;
}

.header-top .top .lang a {
	display: block;
}

.header-top .top .lang a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/lang-icon.png) no-repeat left top;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}

.header-top .top .login-box {

}

.header-top .top .login-box a {
	margin-left: 13px;
}

.header-top .top .login-box .islogin {
	position: relative;
}

.header-top .top .login-box .islogin i {
	width: 20px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/top-icon01.png) no-repeat center top;
	margin-top: -2px;
}

.header-top .top .login-box .islogin span {
	position: absolute;
	width: 15px;
	height: 15px;
	text-align: center;
	display: block;
	line-height: 15px;
	color: #fff;
	border-radius: 100%;
	background: #FE5F16;
	right: -5px;
	top: -5px;
	font-size: 12px;
}

.header-top .header {
	height: 90px;
	padding-top: 25px;
	position: relative;
}

.header-top .header .logo {
	width: 166px;
	margin-top:10px;
}

.header-top .header .nav {
	margin-top: 8px;
}

.header-top .header .nav a {
	color: #fff;
}

.header-top .header .nav a:hover {
	color: #FE5F16;
}

.header-top .header .nav > ul > li {
	float: left;
	margin-left: 35px;
	margin-right: 20px;
	position: relative;
}

.header-top .header .nav > ul > li .dropdown {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 2;
	height: 0;
	overflow: hidden;
}

.header-top .header .nav > ul > li .dropdown a {
	font-size: 16px;
	color: #ccc;
	position: relative;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 10px;
	background: #FE5F16!important;
	border-radius: 1px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background: #FE5F16;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #FE5F16;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff!important;
}

.header-top .header .nav > ul > li .dropdown a:hover {
	color: #FE5F16;
}

.header-top .header .nav > ul > li > a {
	font-size: 17px;
	border-bottom: 3px solid transparent;
	padding-bottom: 33px;
}

.header-top .header .nav > ul > li:hover > a,.header-top .header .nav > ul > li.on > a,.header-top .header .nav > ul > li.active > a {
	border-bottom: 3px solid #FE5F16;
	color: #FE5F16;
}

.header-top .header .nav > ul > li > a.active {
	color: #FE5F16; font-weight:900
}


.header-top .header .search {
	border: 1px solid #fff;
	border-radius: 5px;
	height: 40px;
	overflow: hidden;
}

.header-top .header .search input {
	float: left;
	background: none;
	height: 100%;
	display: block;
}

.header-top .header .search input[type="text"] {
	padding: 0px 10px;
	color: #fff;
	width: 150px;
}

.header-top .header .search input::-webkit-input-placeholder {
	color: #fff;
}

.header-top .header .search input:-moz-input-placeholder {
	color: #fff;
}

.header-top .header .search input::-moz-input-placeholder {
	color: #fff;
}

.header-top .header .search input::-ms-input-placeholder {
	color: #fff;
}

.header-top .header .search input[type="button"] {
	width: 35px;
	background: url(../images/icon01.png) no-repeat center center;
}

li.nav-pro .dropdown {
}

li.nav-pro .dropdown .content {
	max-width: 1240px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-bottom: 80px;
	overflow: hidden
}

li.nav-pro .dropdown .content .list {
	float: left;
	width: 25%;
	padding-left: 40px;
	line-height: 32px;
	margin-top: 10px;
	height: 200px;
}

li.nav-pro .dropdown .content .list .title {
	font-size: 17px;
	height: 40px;
	color: #FE5F16;
	padding-bottom: 15px;
	line-height: 20px;
	border-bottom: 1px solid #666;
	padding-left: 30px;
}

li.nav-pro .dropdown .content .list .title i {
	width: 30px;
	height: 20px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
}

li.nav-pro .dropdown .content .list .title i img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
	border-radius: 100%;
}

li.nav-pro .dropdown .content .list a {
	font-size: 16px;
}

li.nav-pro .dropdown .content .list ul {
	padding-top: 10px;
}

li.nav-pro .dropdown .content .list ul li {
}

li.nav-pro .dropdown .content .list ul li a {
	color: #ccc;
}

li.nav-pro .dropdown .content .list .select-box > a {
	color: #FE5F16;
}

.header-top .header .nav > ul > li.nav-pro:hover .dropdown {
	height: 600px;
}

.header-top .header .nav > ul > li.nav-solution .dropdown {
}

li.nav-solution .dropdown .content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 35px;
}

li.nav-solution .dropdown .content .left {
	width: 100%;
	float: left;
	padding-right: 540px;
}

li.nav-solution .dropdown .content .left .tit {
	font-size: 18px;
	color: #FE5F16;
	padding-bottom: 15px;
	line-height: 20px;
	border-bottom: 1px solid #666;
}

li.nav-solution .dropdown .content .left ul {
	line-height: 36px;
	padding-top: 15px;
}

li.nav-solution .dropdown .content .left > div {
	padding-right: 40px;
}

li.nav-solution .dropdown .content .left .nav01 {
	width: 100%;
}

li.nav-solution .dropdown .content .left .nav01 ul {
}

li.nav-solution .dropdown .content .left .nav01 ul li {
	width: 50%;
	float: left;
}

li.nav-solution .dropdown .content .left .nav02 {
	width: 50%;
}

li.nav-solution .dropdown .content .right {
	position: absolute;
	right: 0;
	top: 5px;
	width: 500px;
}

li.nav-solution .dropdown .content .right .list {
	padding: 0px 5px;
	width: 100%;
	float: left;
	height: auto;
}

li.nav-solution .dropdown .content .right .list a {
	border: 0px solid #666;
	margin-bottom: 10px;
	position: relative;
	display: block;
}

li.nav-solution .dropdown .content .right .list a .img {
}

li.nav-solution .dropdown .content .right .list a .img img {
	display: block;
	width: 100%;
}

li.nav-solution .dropdown .content .right .list a .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/nav-solution-bg.png) repeat-x center bottom;
	padding: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

li.nav-solution .dropdown .content .right .list a .tit span {
	position: absolute;
	bottom: 10px;
	color: #fff;
}

.header-top .header .nav > ul > li.nav-solution:hover .dropdown {
	height: 380px;
}

li.nav-service .dropdown .content {
	max-width: 990px;
	margin: 0 auto;
}

li.nav-service .dropdown .content .list {
	width: 25%;
	float: left;
	padding: 0px 20px;
	padding-top: 35px;
}

li.nav-service .dropdown .content .list .tit {
	font-size: 18px;
	color: #FE5F16;
	padding-bottom: 25px;
	line-height: 20px;
	border-bottom: 1px solid #666;
}

li.nav-service .dropdown .content .list ul {
	line-height: 36px;
	padding-top: 10px;
}

.header-top .header .nav > ul > li.nav-service:hover .dropdown {
	height: 400px;
}

li.nav-buy .dropdown .content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

li.nav-buy .dropdown .content .tit {
	font-size: 18px;
	color: #FE5F16;
	padding-bottom: 25px;
	line-height: 20px;
	border-bottom: 1px solid #666;
}

li.nav-buy .dropdown .content .left {
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
}

li.nav-buy .dropdown .content .left .img {
	margin: 20px 0;
}

li.nav-buy .dropdown .content .left .img img {
	display: block;
}

li.nav-buy .dropdown .content .left .txt {
	font-size: 16px;
	color: #ccc;
	line-height: 18px;
}

li.nav-buy .dropdown .content .right {
	margin-top: 35px;
	padding-left: 415px;
}

li.nav-buy .dropdown .content .right > div {
	margin-top: 20px;
}

li.nav-buy .dropdown .content .right .buy-search {
	position: relative;
}

li.nav-buy .dropdown .content .right .buy-search input[type="text"] {
	width: 100%;
	height: 45px;
	border: 1px solid #3f6118;
	border-right: none;
	padding: 0px 20px;
	background: none;
	color: #fff;
	font-size: 16px;
}

li.nav-buy .dropdown .content .right .buy-search input[type="button"] {
	width: 120px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	background: #FE5F16;
}

li.nav-buy .dropdown .content .right .more {
	background: url(../images/nav-buy-icon01.png) no-repeat left center;
	padding-left: 15px;
}

li.nav-buy .dropdown .content .right .more a {
	color: #7ac142;
	font-size: 14px;
}

li.nav-buy .dropdown .content .right .buy-btn {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #666;
}

li.nav-buy .dropdown .content .right .buy-btn a {
	display: block;
	float: left;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #FE5F16;
	color: #fff;
	margin-right: 20px;
}

li.nav-buy .dropdown .content .right .buy-btn a img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 15px;
}

li.nav-buy .dropdown .content .right .buy-btn a:hover {
	color: #fff;
}

.header-top .header .nav > ul > li.nav-buy:hover .dropdown {
	height: 400px;
}

.header-top.on .top {
	background: #;
}

.header-top.on .top a {
	color: #fff;
}

.header-top.on .top .top-nav a {
	border-right: 1px solid #484748;
}

.header-top.on .top .lang a i {
	background-position: left bottom;
}

.header-top.on .header {

}

.header-top.on .header .search {
	border: 1px solid rgba(120,188,39,0.3);
}

.header-top.on .header .search input[type="text"] {
	color: #FE5F16;
}

.header-top.on .header .search input::-webkit-input-placeholder {
	color: #FE5F16;
}

.header-top.on .header .search input:-moz-input-placeholder {
	color: #FE5F16;
}

.header-top.on .header .search input::-moz-input-placeholder {
	color: #FE5F16;
}

.header-top.on .header .search input::-ms-input-placeholder {
	color: #FE5F16;
}

.header-top.on .header .search input[type="button"] {
	background: url(../images/icon01-on.png) no-repeat center center;
}

.header-top.page-top {
}

.header-top.page-top .top {
	background: #;
}

.header-top.page-top .top a {
	color: #fff;
}


.header-top.page-top .top .top-nav a {
	border-right: 1px solid #484748;
}

.header-top.page-top .top .lang a i {
	background-position: left bottom;
}

.header-top.page-top .header {

	background: rgba(1,12,50,0.7);
}

.header-top.page-top .header .search {
	border: 1px solid rgba(120,188,39,0.3);
}

.header-top.page-top .header .search input[type="text"] {
	color: #FE5F16;
}

.header-top.page-top .header .search input::-webkit-input-placeholder {
	color: #FE5F16;
}

.header-top.page-top .header .search input:-moz-input-placeholder {
	color: #FE5F16;
}

.header-top.page-top .header .search input::-moz-input-placeholder {
	color: #FE5F16;
}

.header-top.page-top .header .search input::-ms-input-placeholder {
	color: #FE5F16;
}

.header-top.page-top .header .search input[type="button"] {
	background: url(../images/icon01-on.png) no-repeat center center;
}

	.banner-container .pc {
	display:block
	}
	.banner-container .wap {
	display:none
	}		
	

@media screen and (max-width:768px) {
	.header-top .header .search input[type="button"] {
		display: block;
		position: absolute;
		right: 70px;
		height: 30px;
	}

	.header-top .header .search input[type="text"] {
		padding-right: 105px;
	}
}

@media screen and (min-width:1023px) {
	li.nav-pro .dropdown .content .list .title {
		height: 40px;
	}

	

	/*.header-top:hover .top a {
		color: #484748;
	}*/
	.header-top .check-lang a{color: #333 !important;}
	.header-top:hover .top .top-nav a {
		border-right: 1px solid #484748;
	}

	.header-top:hover .top .lang a i {
		background-position: left bottom;
	}

	.header-top:hover .header {
		background: rgba(0,0,0,0.7);
	}

	.header-top:hover .header .search {
		border: 1px solid #FE5F16;
	}

	.header-top:hover .header .search input[type="text"] {
		color: #FE5F16;
	}

	.header-top:hover .header .search input::-webkit-input-placeholder {
		color: #FE5F16;
	}

	.header-top:hover .header .search input:-moz-input-placeholder {
		color: #FE5F16;
	}

	.header-top:hover .header .search input::-moz-input-placeholder {
		color: #FE5F16;
	}

	.header-top:hover .header .search input::-ms-input-placeholder {
		color: #FE5F16;
	}

	.header-top:hover .header .search input[type="button"] {
		background: url(../images/icon01-on.png) no-repeat center center;
	}
}

.menu {
	right: 20px;
	top: 50%;
	position: absolute;
	margin-top: -15px;
	display: none;
}

.menu .menu-body {
	width: 30px;
	height: 30px;
	position: relative;
	transform: translateZ(0) rotate(0);
	transition: transform .4s cubic-bezier(.4,.01,.165,.99)
}

.menu .menuitem {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateZ(0) rotate(0);
	transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
	-webkit-transform: translateZ(0) rotate(0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
	width: 30px;
	height: 30px
}

.menu .menuitem .rect {
	width: 30px;
	height: 2px;
	border-radius: 30px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 14px;
	transition: transform .2s ease .2s;
	-webkit-transition: -webkit-transform .2s ease .2s
}

.menu .menuitem .rect.top-line {
	transform: translate3d(0,-6px,0);
	-webkit-transform: translate3d(0,-6px,0)
}

.menu .menuitem .rect.bottom-line {
	transform: translate3d(0,6px,0);
	-webkit-transform: translate3d(0,6px,0)
}

.menu.on .menu-body {
	transform: translateZ(0) rotate(90deg);
	-webkit-transform: translateZ(0) rotate(90deg)
}

.menu.on .menuitem {
	transform: translateZ(0) rotate(45deg);
	transition: transform .25s cubic-bezier(.4,.01,.165,.99) .2s;
	-webkit-transform: translateZ(0) rotate(45deg);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .2s
}

.menu.on .menuitem.bottom-line {
	transform: translateZ(0) rotate(-45deg);
	-webkit-transform: translateZ(0) rotate(-45deg)
}

.menu.on .menuitem .rect {
	transition: transform .2s ease 0s;
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .2s ease 0s;
	-webkit-transform: translate3d(0,0,0)
}

@media screen and (max-width:1240px) {
	li.nav-pro .dropdown .content {
		padding: 0px 10px;
	}
}

@media screen and (max-width:1200px) {
	li.nav-solution .dropdown .content,li.nav-buy .dropdown .content {
		padding: 0px 10px;
	}

	li.nav-solution .dropdown .content .right {
		right: 10px;
	}

	li.nav-solution .dropdown .content {
		padding-top: 30px;
		padding-left: 20px;
	}
}

@media screen and (max-width:1024px) {
	li.nav-buy .dropdown .content .left {
		left: 20px;
	}

	li.nav-buy .dropdown .content .right {
		padding-left: 360px;
	}

	li.nav-buy .dropdown .content .right .buy-btn a {
		width: 190px;
	}

	li.nav-buy .dropdown .content .right .buy-btn a:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.menu {
		display: block;
		margin-top: -12px;
	}

	.header-top .header {
		padding-top: 10px;
		height: 60px;
	}

	.header-top .header .search {
		margin-right: 50px;
		height: 30px;
		width: 145px;
	}

	.header-top .header .logo {
		width: 110px;
		margin-top: 13px;
	}
.header-top .lang .check-lang a{ color:#000000}

.add-headerR {
	margin-right:12%
}
	.header-top .header .nav {
		position: fixed;
		left: -35%;
		height: 100%;
		width: 35%;
		background: rgba(0,0,0,0.7);
		margin-top: 0;
		top: 100px;
		padding-top: 10px;
		transition: 300ms ease-out;
		-webkit-transition: 300ms ease-out;
		-ms-transition: 300ms ease-out;
		-moz-transition: 300ms ease-out;
		-o-transition: 300ms ease-out;
		z-index: 3;
	}

	.header-top .header .nav.on {
		left: 0;
	}

	.header-top .header .nav > ul > li {
		margin: 0;
		width: 100%;
		line-height: 40px;
	}

	.header-top .header .nav > ul > li > a {
		font-size: 16px;
		display: block;
		padding-left: 20px;
		padding-bottom: 0;
	}

	.header-top .header .nav > ul > li .dropdown {
		left: 35%;
		top: 100px;
		overflow-y: auto;
		display: none;
	}

	li.nav-solution .dropdown .content,li.nav-buy .dropdown .content {
		padding: 0px 20px;
	}

	li.nav-pro .dropdown .content .list {
		margin-top: 15px;
		width: 100%;
		padding-left: 10px;
		line-height: 24px;
		height: auto;
	}

	.header-top .header .nav > ul > li.nav-pro .dropdown .content .list a {
		font-size: 14px;
	}

	li.nav-pro .dropdown .content .list .select-box {
		display: none;
	}

	li.nav-pro .dropdown .content .list .title {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.header-top .header .nav > ul > li.nav-solution .dropdown {
		padding-right: 35%;
	}

	li.nav-solution .dropdown .content .left {
		padding-right: 0;
		float: none;
		padding-top: 20px;
	}

	li.nav-solution .dropdown .content .left > div {
		width: 100% !important;
		padding-right: 0;
		float: none;
		margin-bottom: 15px;
	}

	li.nav-solution .dropdown .content .left .tit {
		padding-bottom: 15px;
		font-size: 16px;
	}

	li.nav-solution .dropdown .content .left a {
		font-size: 14px !important;
	}

	li.nav-solution .dropdown .content .left ul {
		line-height: 24px;
	}

	li.nav-solution .dropdown .content .right {
		position: static;
		width: 100%;
	}

	li.nav-solution .dropdown .content .right .list {
		width: 50%;
	}

	li.nav-service .dropdown {
		left: 35% !important;
		padding-right: 35%;
	}

	li.nav-service .dropdown .content .list {
		width: 50%;
		padding-top: 20px;
	}

	li.nav-service .dropdown .content .list .tit {
		font-size: 16px;
		padding-bottom: 15px;
	}

	li.nav-service .dropdown .content .list ul {
		line-height: 24px;
	}

	li.nav-service .dropdown .content .list ul li a {
		font-size: 14px;
	}

	li.nav-buy .dropdown {
		left: 35% !important;
		padding-right: 35%;
	}

	li.nav-buy .dropdown .content .tit {
		font-size: 16px;
		padding-bottom: 15px;
	}

	li.nav-buy .dropdown .content .left {
		position: static;
		width: 100%;
		margin-top: 20px;
	}

	li.nav-buy .dropdown .content .left .img {
		margin: 15px 0;
	}

	li.nav-buy .dropdown .content .left .txt {
		font-size: 14px;
	}

	li.nav-buy .dropdown .content .right {
		padding: 0;
		margin-top: 25px;
	}

	li.nav-buy .dropdown .content .right .buy-search input {
		font-size: 14px !important;
	}

	li.nav-buy .dropdown .content .right .buy-search input[type="text"] {
		padding: 0px 10px;
	}

	li.nav-buy .dropdown .content .right .buy-btn a {
		width: 32.66%;
		margin-right: 1%;
		font-size: 14px;
	}

	li.nav-buy .dropdown .content .right .buy-btn a:last-child {
		margin-right: 0;
	}

	.header-top .header .nav > ul > li.active .dropdown {
		display: block;
	}
	
	.banner-container .pc {
	display:none
	}
	.banner-container .wap {
	display:block
	}	
	
	.header-top .top .login-box{ display:none}	
	
}

@media screen and (max-width:768px) {
	body {
		padding-top: 60px;
	}

	.header-top .top {
		height: auto;
	}

	.header-top .top .w1400 > .fr {
		float: none;
	}

	.header-top .top .top-nav {
		width: 100%;
		height: 35px;
		padding-top: 10px;
	}

	.header-top .top .top-nav a {
		width: 20%;
		text-align: center;
		margin: 0;
		display: block;
		float: left;
		padding-right: 0;
	}

	.header-top .header .nav > ul > li .dropdown,.header-top .header .nav {
		top: 60px;
	}

	.header-top .header {
		background: rgba(0,0,0,0.2);
	}
}

@media screen and (max-width:640px) {
	li.nav-solution .dropdown .content .right .list {
		width: 100%;
	}

	li.nav-solution .dropdown .content .right .list a .tit span {
		font-size: 14px;
		bottom: 0;
	}

	li.nav-service .dropdown .content .list {
		width: 100%;
		padding-top: 15px;
	}

	li.nav-buy .dropdown .content .left .img img {
		max-width: 100%;
	}

	li.nav-buy .dropdown .content .right .buy-search input[type="text"] {
		border: 1px solid #3f6118;
		margin-bottom: 10px;
	}

	li.nav-buy .dropdown .content .right .buy-search input[type="button"] {
		position: static;
	}

	li.nav-buy .dropdown .content .right .buy-btn a {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
}

/*搜索*/
.searchformMain {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.searchformMain .searchform {
        position: relative;
        z-index: 99;
        padding: 10px 0 30px;
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        background: #fff;
}
.searchformMain .commonMain {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: var(--content-Wdith);
        margin: 0 auto;
        padding: 0 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
.searchformMain .searchform form {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 20px 0;
        border-bottom: 2px solid #595959;
    }
.searchformMain .searchform form button {
        width: 30px;
        height: 30px;
        cursor: pointer;
        border: none;
        background: url(../images/search.jpg);
        background-size: 100%;
    }
    
.searchformMain .searchform form input {
        font-size: 14px;
        line-height: inherit;
        margin: 0 15px;
        vertical-align: middle;
        color: #333;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
.searchformMain .searchform form .closeSearch {
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(../images/close.jpg);
        background-size: 100%;
    }
.searchformMain .search_mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, .6);
    }

.footer {
	color: #999;
	background: #000b20;
	padding-top: 55px;
}

.footer .tit {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight:900
}

.footer a {
	color: #e5e5e5;
}

.footer .left {
	float: left;
}

.footer .left .list {
	float: left;
	width: 170px;
}

.footer .left .list ul {
}

.footer .left .list ul li {
	line-height: 30px;
}

.footer .left .list ul li a {
}

.footer .left .list ul li a:hover {
	color: #FE5F16;
}

.footer .right {
	float: right;
}

.footer .right .share {
	margin-bottom: 25px;
}

.footer .right .share a {
	float: left;
	display: block;
	margin-right: 15px;
	line-height: 20px;
}

.footer .right .share a.sina {
	background: url(../images/footer-icon01.png) no-repeat center center;
	width: 24px;
	height: 20px;
}

.footer .right .ewm {
	text-align: center;
	color: #999;
	line-height: 30px;
}

.footer .right .ewm img {
	display: block;
	width: 120px;
	height: 120px;
}

.footer .right .service {
	margin-left: 20px;
}

.footer .right .service a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #FE5F16;
}

.footer .right .service a img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 15px;
}

.footer .right .service .time {
	margin: 10px 0 5px 0;
}

.footer .right .service .tel {
	font-size: 24px;
}

.footer .copy {
	border-top: 1px solid #444;
	padding: 20px 0;
	color: #999;
	margin-top: 50px;
}

.footer .copy a {
	color: #999;
}

.footer .copy .right .foot-nav {
}

.footer .copy .right .foot-nav a {
	border-right: 1px solid #838383;
	padding-right: 15px;
	margin-right: 15px;
	height: 15px;
	line-height: 15px;
	display: block;
	float: left;
}

.footer .copy .right .lang {
	line-height: 15px;
}

.footer .copy .right .lang img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-right: 10px;
}

@media screen and (max-width:1200px) {
	.footer .left .list {
		width: 120px;
	}
}

@media screen and (max-width:1024px) {
	.footer {
		padding-top: 10px;
	}

	.footer .left {
		width: 100%;
	}

	.footer .left .list {
		width: 100%;
	}

	.footer .left .list .tit {
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #444;
		margin-bottom: 0;
		background: url(../images/footer-add.png) no-repeat right center/18px auto;
	}

	.footer .left .list .tit.on {
		background: url(../images/footer-reduce.png) no-repeat right center/18px auto;
	}

	.footer .left .list ul {
		display: none;
		padding-top: 10px;
	}

	.footer .left .list ul li {
		line-height: 24px;
	}

	.footer .right {
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}

	.footer .right .share {
		margin: 0;
	}

	.footer .right .share a {
		display: inline-block;
		float: none;
		vertical-align: middle;
		margin: 0px 10px;
	}

	.footer .right .ewm {
		width: 100%;
		float: none !important;
		margin: 15px 0;
	}

	.footer .right .ewm img {
		display: block;
		margin: 0 auto;
	}

	.footer .right .service {
		float: none !important;
		margin-left: 0;
	}

	.footer .right .service a {
		display: inline-block;
	}

	.footer .copy {
		text-align: center;
		margin-top: 20px;
	}

	.footer .copy * {
		float: none !important;
	}

	.footer .copy .left,.footer .copy .right {
		width: 100%;
	}

	.footer .copy .right {
		margin-top: 10px;
	}

	.footer .copy .right .foot-nav a {
		display: inline-block;
	}

	.footer .copy .right .lang {
		margin-top: 15px;
	}

	.footer .copy .right .lang img {
		margin-top: -3px;
	}
}

.tranImg {
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	transition: 300ms ease-out;
	-webkit-transition: 300ms ease-out;
	-ms-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
}

.position {
	font-size: 16px;
	padding: 30px 0;
}

.position a {
	font-size: 16px;
}

.page-content {
	padding-top: 130px;
}

@media screen and (max-width:1024px) {
	.page-content {
		padding-top: 100px;
	}

	.position {
		padding: 15px 0;
	}

	.position,.position a {
		font-size: 12px;
		width: 90%;
	}
}

@media screen and (max-width:768px) {
	.page-content {
		padding-top: 0;
	}
}

.page-banner {
	height: 390px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.page-banner .txt {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	z-index: 2;
	top: 52%;
}

.page-content02 {
	padding-top: 40px;
}

@media screen and (max-width:1024px) {
	.page-banner {
		height: 250px;
	}
}

@media screen and (max-width:768px) {
	.page-banner {
		height: 0;
		padding-top: 26%;
	}

	.page-content02 {
		padding-top: 0;
		margin-top: -60px;
	}

	.page-banner .txt {
		font-size: 18px;
		top: 55%;
	}
}

.mTable-pagination {
	text-align: center;
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
}

.mTabel-pagination-item {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #eee;
	display: inline-block;
}

.mTabel-pagination-item:last-child {
	margin-right: 0;
}

.mTabel-pagination-item.active {
	background: #FE5F16;
	color: #fff;
	border: 1px solid #FE5F16;
}

.mTabel-pagination-item.prev {
	background: url(../images/icons-009.png) no-repeat center center;
}

.mTabel-pagination-item.next {
	background: url(../images/icons-010.png) no-repeat center center;
}

.mTabel-pagination-item:hover {
	border-color: #FE5F16;
}

@media screen and (max-width:480px) {
	.mTabel-pagination-item {
		width: 30px;
		line-height: 28px;
		font-size: 12px;
		height: 30px;
		margin-right: 5px;
	}
}

@media screen and (max-width:320px) {
	.mTabel-pagination-item {
		width: 27px!important;
	}
}

.page-container {
	max-width: 1400px;
	margin: 0 auto;
}

.minH500 {
	min-height: 500px;
}

.mColorGreen {
	color: #FE5F16;
}

.marginB10 {
	margin-bottom: 10px !important;
}

.marginB20 {
	margin-bottom: 20px !important;
}

.marginB30 {
	margin-bottom: 30px !important;
}

.marginT30 {
	margin-top: 30px !important;
}

.fontSize-24 {
	font-size: 24px !important;
}

.fontSize-20 {
	font-size: 20px !important;
}

.fontSize-18 {
	font-size: 18px !important;
}

.fontSize-16 {
	font-size: 16px !important;
}

input::-webkit-input-placeholder {
	color: #484748;
}

input:-moz-placeholder {
	color: #484748;
}

input::-moz-placeholder {
	color: #484748;
}

input:-ms-input-placeholder {
	color: #484748;
}

.page-containerLR20 {
}

@media screen and (max-width:1400px) {
	.page-containerLR20 {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media screen and (max-width:640px) {
	.minH500 {
		min-height: auto;
	}
}

.exp-content .exp-content-tit .swiper-wrapper span {
	cursor: pointer;
	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.add-popupCar {
	border-left: 1px solid #e6e6e6;
	z-index: 999;
	position: fixed;
	right: -330px;
	top: 0;
	width: 330px;
	height: 100%;
	background: #fff;
	padding: 15px;
	overflow: auto;
}

.add-popupCar .addShoppingCarClose {
	cursor: pointer;
}

.add-popupCar.active {
	right: 0;
}

.add-popupCar i {
	font-style: normal;
}

.add-popupCar>div {
	position: relative;
}

.add-popupCar .shoppingcar-list .tit {
	font-size: 16px;
	padding: 0 5px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 18px;
}

.add-popupCar .shoppingcar-list ul li {
	border-bottom: 1px dashed #ccc;
	position: relative;
}

.add-popupCar .shoppingcar-list ul li .product {
	display: inline-block;
}

.add-popupCar .shoppingcar-list ul li b {
	display: inline-block;
	width: 75px;
	height: 45px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.add-popupCar .shoppingcar-list ul li .fr * {
	float: left;
}

.add-popupCar .shoppingcar-list ul li input {
	float: left;
	cursor: pointer;
}

.add-popupCar .shoppingcar-list ul li input[type="checkbox"] {
	margin-top: 15px;
	visibility: hidden;
}

.add-popupCar .shoppingcar-list ul li label,.add-popupCar .shoppingcar-list .bottom .clearfix label {
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.add-popupCar .shoppingcar-list ul li input:checked+label:after,.add-popupCar .shoppingcar-list .bottom .clearfix input:checked+label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 4px;
	border: 2px solid #FE5F16;
	border-top-color: transparent;
	border-right-color: transparent;
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}

.add-popupCar .shoppingcar-list ul li .fr span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	cursor: pointer;
}

.add-popupCar .shoppingcar-list ul li .fr input {
	width: 30px;
	height: 25px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	text-align: center;
}

.add-popupCar .shoppingcar-list ul li {
	padding: 20px 0;
}

.add-popupCar .shoppingcar-list ul li .product {
	width: 120px;
}

.add-popupCar .shoppingcar-list ul li .product span {
	color: #ccc;
	cursor: pointer;
	line-height: 26px;
}

.add-popupCar .shoppingcar-list ul li .num {
	padding-top: 10px;
}

.add-popupCar .shoppingcar-list .bottom .clearfix {
	padding: 20px 0;
	position: relative;
}

.add-popupCar .shoppingcar-list .bottom .clearfix input {
	vertical-align: middle;
	margin-right: 5px;
	visibility: hidden;
	cursor: pointer;
}

.add-popupCar .shoppingcar-list .bottom .clearfix span.fr {
	color: #ccc;
}

.add-popupCar .shoppingcar-list .bottom .more,.add-popupCar .shoppingcar-list .bottom .btn {
	text-align: right;
}

.add-popupCar .shoppingcar-list .bottom .more a {
	color: #FE5F16;
	margin-top: 15px;
	display: inline-block;
}

.add-popupCar .shoppingcar-list .bottom .btn button {
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: #FE5F16;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 25px;
}

.add-headerR {
	position: relative;
	cursor: pointer;
}

.add-headerA {
	position: absolute;
	left: -16px;
	top: 6px;
	
}

span.addShoppingCar {
	position: relative;
}

span.addShoppingCar i {
	position: absolute;
	top: -9px;
	line-height: 15px;
	font-size: 12px;
	right: -5px;
	display: inline-block;
	min-width: 15px;
	text-align: center;
	height: 15px;
	font-style: normal;
	background: #FE5F16;
	z-index: 999;
	color: #fff;
	border-radius: 100%;
}

.add-nav .aaddShoppingCar {
	position: relative;
}

.add-nav .addShoppingCar i {
	position: absolute;
	top: -9px;
	line-height: 18px;
	font-size: 14px;
	right: 4px;
	display: inline-block;
	min-width: 25px;
	text-align: center;
	height: 18px;
	font-style: normal;
	background: #FE5F16;
	z-index: 999;
	color: #fff;
	border-radius: 10px;
	padding: 0px 2px;
}

.add-nav {
	position: fixed;
	right: 0px;
	top: 50%;
	width: 50px;
	z-index: 55;
	margin-top: -100px;
}

.add-nav:hover {
	right: 0;
}

.add-nav.active {
	right: 330px;
}

.add-nav ul li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #ccc;
	text-align: center;
	margin-top: 1px;
	cursor: pointer;
	position: relative;
}

.add-nav ul li span {
	position: absolute;
	left: 50px;
	width: 90px;
	background: #FE5F16;
	color: #fff;
}

.add-nav ul li img {
	vertical-align: middle;
	max-width: 50px;
	max-height: 50px;
}

.add-nav ul li:hover span {
	left: -90px;
}

.add-nav ul li:hover {
	background: #FE5F16;
}

@media screen and (max-width:640px) {
	.add-nav ul li,.add-nav ul li.addTop span {
		display: none;
	}

	.add-nav ul li.addTop {
		display: block;
		right: 0;
	}

	.add-nav {
		top: 100%;
		right: -50px;
	}

	.add-headerA {
		display: block;
	}

	.add-popupCar {
		width: 100%;
		right: -640px;
	}
}

.header-top .lang {
	position: relative;
}

.header-top .lang:hover .check-lang {
	opacity: 1;
	z-index: 3;
	display: block;
}

.header-top .lang .check-lang {
	color: #333;
	display: none;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 40px;
	white-space: nowrap;
	background: #fff;
	padding: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-moz-box-shadow: 0px -1px 4px 0px #e6e6e6;
	-ms-box-shadow: 0px -1px 4px 0px #e6e6e6;
	-webkit-box-shadow: 0px -1px 4px 0px #e6e6e6;
	-o-box-shadow: 0px -1px 4px 0px #e6e6e6;
	box-shadow: 0px -1px 4px 0px #e6e6e6;
	z-index: 0;
	max-height: 500px;
	overflow-y: auto;
}

@media screen and (max-width:640px) {
	.header-top .lang .check-lang {
		max-height: 280px
	}
}

.header-top .lang .check-lang:after {
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;
	left: 41px;
	padding: 0;
	border-bottom: 8px solid #FFF;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	display: block;
	content: '';
	z-index: 12;
}

.header-top .lang .check-lang:before {
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;
	left: 40px;
	padding: 0;
	border-bottom: 9px solid #ccc;
	border-top: 9px solid transparent;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	display: block;
	content: '';
	z-index: 10;
}

#c-home-tips {
	display: none;
	position: fixed;
	z-index: 890;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#c-home-tips .c-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 10px 0;
	line-height: 24px;
	text-align: center;
}

@media (max-width: 748px) {
	#c-home-tips .c-wrap {
		flex-wrap: wrap;
		justify-content: center;
		padding: 15px 0;
	}
}

#c-home-tips .c-wrap p {
	margin-right: 30px;
	text-align: left;
}

@media (max-width: 748px) {
	#c-home-tips .c-wrap p {
		width: 100%;
		text-align: center;
	}
}

#c-home-tips .c-wrap .c-common-btn1 {
	margin-right: 20px;
	flex-shrink: 0;
	cursor: pointer;
	width: 100px;
	height: 40px;
}

@media (max-width: 748px) {
	#c-home-tips .c-wrap .c-common-btn1 {
		margin-right: 0;
		margin-top: 10px;
		flex-shrink: 1;
	}
}

#c-home-tips .c-wrap a {
	color: #FE5F16;
}

#c-home-tips .c-wrap a:hover {
	text-decoration: underline;

}

#c-home-tips .c-wrap .c-close {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(../images/close3.png) no-repeat center / 18px;
	cursor: pointer;
}

@media (max-width: 748px) {
	#c-home-tips .c-wrap .c-close {
		top: 20px;
		right: -10px;
	}
}

.c-container {
	position: relative;
	margin: 0 auto;
	width: 80%;
}

.c-common-btn1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #FE5F16;
	border: 1px solid #FE5F16;
	border-radius: 29px;
	transition: all 0.5s;
	overflow: hidden;
}

.c-common-btn1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	transition: all 0.5s;
	background: #FE5F16;
}

.c-common-btn1 span {
 /* position: relative; */
	z-index: 2;
}

.c-common-btn1:hover {
	color: #fff;
}

.c-common-btn1:hover::before {
	height: 100%;
}

#c-investor1 {
	padding: 7rem 0;
	background-color: #efefef
}

@media (max-width:748px) {
	#c-investor1 {
		padding: 3rem 0
	}
}

#c-investor1 .c-top .c-title {
	margin-bottom: 2rem;
	font-size: 40px;
	text-align: center
}

@media (max-width:1580px) {
	#c-investor1 .c-top .c-title {
		font-size: 36px
	}
}

@media (max-width:748px) {
	#c-investor1 .c-top .c-title {
		font-size: 1.4rem
	}
}

#c-investor1 .c-bottom {
	display: flex;
	align-items: center
}

@media (max-width:1900px) {
	#c-investor1 .c-bottom {
		flex-wrap: wrap
	}
}

@media (max-width:1580px) {
	#c-investor1 .c-bottom {
		flex-wrap: nowrap
	}
}

@media (max-width:1260px) {
	#c-investor1 .c-bottom {
		flex-wrap: wrap
	}
}

#c-investor1 .c-bottom .c-title2 {
	margin-bottom: .1rem;
	font-size: 24px;
	line-height: 1.2
}

@media (max-width:1580px) {
	#c-investor1 .c-bottom .c-title2 {
		font-size: 20px
	}
}

@media (max-width:748px) {
	#c-investor1 .c-bottom .c-title2 {
		font-size: 18px
	}
}

#c-investor1 .c-bottom .c-text {
	font-size: 24px;
	color: #FE5F16;
	line-height: 1.2
}

@media (max-width:1580px) {
	#c-investor1 .c-bottom .c-text {
		font-size: 20px
	}
}

@media (max-width:748px) {
	#c-investor1 .c-bottom .c-text {
		font-size: 18px
	}
}

#c-investor1 .c-bottom .c-box1 {
	flex-shrink: 0;
	margin-right: 10rem
}

@media (max-width:1260px) {
	#c-investor1 .c-bottom .c-box1 {
		margin-bottom: .2rem;
		width: 100%;
		text-align: center
	}
}

#c-investor1 .c-bottom .c-box1 .c-title {
	font-size: 36px
}

@media (max-width:1580px) {
	#c-investor1 .c-bottom .c-box1 .c-title {
		font-size: 30px
	}
}

@media (max-width:748px) {
	#c-investor1 .c-bottom .c-box1 .c-title {
		font-size: 20px
	}
}

#c-investor1 .c-bottom .c-box2 {
	width: 100%
}

#c-investor1 .c-bottom .c-box2 .c-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -.4rem;
	text-align: center
}

@media (max-width:748px) {
	#c-investor1 .c-bottom .c-box2 .c-list {
		flex-wrap: wrap;
		margin: 0 -.4rem -.8rem
	}
}

#c-investor1 .c-bottom .c-box2 .c-list li {
	padding: 0 .4rem
}

@media (max-width:748px) {
	#c-investor1 .c-bottom .c-box2 .c-list li {
		padding: 0 .4rem .8rem;
		width: 100%
	}
}

#c-investor2 {
	padding: 5rem 0;
	background-color: #f3f3f3
}

@media (max-width:748px) {
	#c-investor2 {
		padding: 3rem 0
	}
}

#c-investor2 .mCSB_scrollTools {
	opacity: 0
}

#c-investor2 .c-list1 {
	position: relative;
	white-space: nowrap
}

#c-investor2 .c-list1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid rgba(0,0,0,.4)
}

#c-investor2 .c-list1 li {
	position: relative;
	padding-bottom: 35px;
	margin-right: 15%;
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	border-bottom: 2px solid transparent;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (max-width:1580px) {
	#c-investor2 .c-list1 li {
		font-size: 24px;
	}
}

@media (max-width:972px) {
	#c-investor2 .c-list1 li {
		font-size: 20px;
		margin-right: 13%;
	}
}

@media (max-width:748px) {
	#c-investor2 .c-list1 li {
		font-size: 16px;
		margin-right: 1em;
		padding-bottom: 15px;
	}
}

#c-investor2 .c-list1 li:last-child {
	margin: 0
}

#c-investor2 .c-list1 li.on {
	color: #FE5F16;
	border-bottom: 5px solid #FE5F16;
}

#c-investor2 .c-list2 {
	margin-top: .4rem
}

#c-investor2 .c-list2>li {
	display: none
}

#c-investor2 .c-list2>li.on {
	display: block;
	margin-top: 35px;
}

#c-investor2 .c-list2>li .c-main {
	display: flex;
	align-items: center
}

@media (max-width:748px) {
	#c-investor2 .c-list2>li .c-main {
		flex-wrap: wrap
	}
}

#c-investor2 .c-list2>li .c-main .c-img-box {
	width: 38%;
	height: 50%
}

@media (max-width:1580px) {
	#c-investor2 .c-list2>li .c-main .c-img-box {
		width: 45%;
		height: auto
	}
}

#c-investor2 .c-list2>li .c-main .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width:748px) {
	#c-investor2 .c-list2>li .c-main .c-img-box {
		width: 90%;
		margin: auto;
	}
}

#c-investor2 .c-list2>li .c-main .c-list-box {
	padding: 0 8rem;
	width: 62%
}

@media (max-width:1580px) {
	#c-investor2 .c-list2>li .c-main .c-list-box {
		width: 55%
	}
}

@media (max-width:972px) {
	#c-investor2 .c-list2>li .c-main .c-list-box {
		padding: 0 0 0 1rem
	}
}

@media (max-width:748px) {
	#c-investor2 .c-list2>li .c-main .c-list-box {
		width: 100%;
		padding: 1em 1em 0
	}
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 10px;
}

@media (max-width:748px) {
	#c-investor2 .c-list2>li .c-main .c-list-box .c-list li {
		margin-bottom: 25px
	}
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-title {
	padding-right: 4rem;
	font-size: 22px;
	line-height: 1.2;
}

@media (max-width:1580px) {
	#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-title {
		font-size: 22px
	}
}

@media (max-width:748px) {
	#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-title {
		font-size: 16px
	}
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-btn {
	display: flex;
	flex-shrink: 0;
	align-items: center
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-btn span:nth-child(1) {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/download-icon.png) no-repeat center/100%
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-btn span:nth-child(2) {
	margin-left: 5px;
	color: #474b4f;
	transition: all .3s
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-list li .c-btn:hover span {
	color: #FE5F16
}

#c-investor2 .c-list2>li .c-main .c-list-box .c-more {
	font-size: 20px;
	color: #FE5F16
}

@media (max-width:1580px) {
	#c-investor2 .c-list2>li .c-main .c-list-box .c-more {
		font-size: 18px
	}
}

#c-investor3 {
	padding-bottom: 5rem;
	background-color: #f3f3f3;
}

@media (max-width:748px) {
	#c-investor3 {
		padding-bottom: 3rem;
	}
}

#c-investor3 .c-box {
	position: relative;
	overflow: hidden
}

#c-investor3 .c-box img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width:748px) {
	#c-investor3 .c-box img {
		left: auto;
		right: 0;
		width: auto;
		object-fit: initial;
	}
}

#c-investor3 .c-box .c-wrap {
	position: relative;
	z-index: 5;
	padding: 4rem;
	display: flex;
	align-items: center;
}

@media (max-width:748px) {
	#c-investor3 .c-box .c-wrap {
		flex-wrap: wrap;
		padding: 1em;
	}
}

#c-investor3 .c-box .c-wrap .c-title {
	margin-right: 4.5rem;
	font-size: 40px
}

@media (max-width:1580px) {
	#c-investor3 .c-box .c-wrap .c-title {
		font-size: 36px
	}
}

@media (max-width:748px) {
	#c-investor3 .c-box .c-wrap .c-title {
		font-size: 1.4rem;
		width: 100%
	}
}

#c-investor3 .c-box .c-wrap .c-text {
	font-size: 20px
}

@media (max-width:748px) {
	#c-investor3 .c-box .c-wrap .c-text {
		font-size: 16px
	}
}

#c-top-banner {
	position: relative;
	color: #fff;
	height: 390px;
}

@media (max-width:972px) {
	#c-top-banner {
		height: 12rem
	}
}

#c-top-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2)
}

#c-top-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width:972px) {
	#c-top-banner img.c-pc {
		display: none
	}
}

#c-top-banner img.c-mb {
	display: none
}

@media (max-width:972px) {
	#c-top-banner img.c-mb {
		display: block
	}
}

#c-top-banner .c-text-box {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#c-top-banner .c-text-box .c-title {
	line-height: 1.2;
	font-size: 46px
}

#c-top-banner .c-text-box .c-text {
	margin-top: 20px;
	opacity: .7;
	max-width: 450px
}

#c-top-banner .c-text-box form {
	margin: .2rem auto;
	display: flex;
	align-items: flex-start;
	height: 60px;
	width: 100%;
	max-width: 490px;
	border-radius: 3px
}

@media (max-width:972px) {
	#c-top-banner .c-text-box form {
		width: 100%
	}
}

@media (max-width:748px) {
	#c-top-banner .c-text-box form {
		margin-top: 1rem;
		height: 50px
	}
}

#c-top-banner .c-text-box form button {
	position: relative;
	width: 26%;
	height: 100%;
	background: #FE5F16;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	overflow: hidden
}

#c-top-banner .c-text-box form button::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 0;
	background: #6ba821;
	transition: all .5s
}

#c-top-banner .c-text-box form button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/ss-ico1.png) no-repeat center/18px auto
}

#c-top-banner .c-text-box form button:hover::before {
	height: 100%
}

#c-top-banner .c-text-box form input {
	padding: 0 30px;
	width: 74%;
	height: 100%;
	line-height: 60px;
	border-radius: 3px 0 0 5px;
	border: 1px solid #FE5F16;
	border-right: 0
}

@media (max-width:748px) {
	#c-top-banner .c-text-box form input {
		padding: 0 20px;
		line-height: 50px
	}
}

#c-top-banner .c-text-box form input::-webkit-input-placeholder,#c-top-banner .c-text-box form textarea::-webkit-input-placeholder {
	color: #fff!important
}

#c-top-banner .c-text-box form input:-moz-placeholder,#c-top-banner .c-text-box form textarea:-moz-placeholder {
	color: #fff!important;
	opacity: 1
}

#c-top-banner .c-text-box form input::-moz-placeholder,#c-top-banner .c-text-box form textarea::-moz-placeholder {
	color: #fff!important;
	opacity: 1
}

#c-top-banner .c-text-box form input::-ms-input-placeholder,#c-top-banner .c-text-box form textarea::-ms-input-placeholder {
	color: #fff!important
}

#c-top-banner.c-dt {
	text-align: center;
	height: 7rem
}

@media (max-width:972px) {
	#c-top-banner.c-dt {
		height: 10rem
	}
}

@media (max-width:748px) {
	#c-top-banner.c-dt {
		height: 14rem
	}
}

#c-top-banner.c-dt::before {
	background: rgba(0,0,0,.4)
}

#c-top-banner.c-dt .c-play {
	margin: .3rem auto .7rem;
	width: 80px;
	height: 80px;
	background: url(../images/bf-ico.png) no-repeat center/100%;
	cursor: pointer;
	transition: all .5s
}

@media (max-width:748px) {
	#c-top-banner.c-dt .c-play {
		margin: 1rem auto;
		width: 50px;
		height: 50px
	}
}

#c-top-banner.c-dt .c-play:hover {
	transform: scale(.8);
	-webkit-transform: scale(.8)
}

#c-top-banner.c-dt .c-common-btn1 {
	color: #fff;
	background-color: #FE5F16;
	border-color: #FE5F16;
	margin: 0 auto
}

#c-top-banner.c-dt .c-common-btn1::before {
	background-color: #6ba821
}

#c-top-banner.c-dt .c-common-btn1:hover {
	border-color: #6ba821;
	color: #fff
}

#c-top-banner.c-dt2 .c-text-box .c-title {
	text-align: center
}

#c-announcements {
	padding: 5rem 0;
	min-height: 60vh;
	background: url(../images/8882ceaeb42ac0c1d69a245717ef8d26.jpg) no-repeat center/cover
}

@media (max-width:748px) {
	#c-announcements {
		padding: 3rem 0
	}
}

#c-announcements .c-list li {
	margin-bottom: 1.5em
}

@media (max-width:748px) {
	#c-announcements .c-list li {
		margin-bottom: .8rem
	}
}

#c-announcements .c-list li:last-child {
	margin-bottom: 2rem
}

#c-announcements .c-list li .c-wrap {
	display: flex;
	align-items: center;
	padding: 1.5rem;
	background-color: #fff
}

@media (max-width:748px) {
	#c-announcements .c-list li .c-wrap {
		padding: 1rem;
	}
}

#c-announcements .c-list li .c-wrap .c-box1 {
	flex-shrink: 0;
	width: 60px;
	height: 70px
}

@media (max-width:748px) {
	#c-announcements .c-list li .c-wrap .c-box1 {
		display: none
	}
}

#c-announcements .c-list li .c-wrap .c-box1 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c-announcements .c-list li .c-wrap .c-box2 {
	padding: 0 1rem;
	width: 85%;
}

#c-announcements .c-list li .c-wrap .c-box2 .c-time {
	font-size: 20px
}

@media (max-width:1580px) {
	#c-announcements .c-list li .c-wrap .c-box2 .c-time {
		font-size: 18px
	}
}

@media (max-width:748px) {
	#c-announcements .c-list li .c-wrap .c-box2 .c-time {
		margin-bottom: .1rem;
		font-size: 12px
	}
}

#c-announcements .c-list li .c-wrap .c-box2 .c-title {
	font-size: 20px;
	line-height: 1.2
}

@media (max-width:1580px) {
	#c-announcements .c-list li .c-wrap .c-box2 .c-title {
		font-size: 28px
	}
}

@media (max-width:748px) {
	#c-announcements .c-list li .c-wrap .c-box2 .c-title {
		font-size: 18px
	}
}

#c-announcements .c-list li .c-wrap .c-box3 .c-btn {
	display: flex;
	flex-shrink: 0;
	align-items: center
}

#c-announcements .c-list li .c-wrap .c-box3 .c-btn span:nth-child(1) {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/download-icon.png) no-repeat center/100%
}

#c-announcements .c-list li .c-wrap .c-box3 .c-btn span:nth-child(2) {
	margin-left: 5px;
	color: #FE5F16
}

#c-report {
	padding: .8rem 0
}

@media (max-width:748px) {
	#c-report {
		padding: 3rem 0
	}
}

#c-report .c-list-wrap .mCSB_scrollTools {
	opacity: 0
}

#c-report .c-list1 {
	position: relative;
	white-space: nowrap
}

#c-report .c-list1::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	z-index: 1;
	width: 100%;
	border-top: 2px solid rgba(0,0,0,.4)
}

@media (max-width:748px) {
	#c-report .c-list1::before {
		top: 4px
	}
}

#c-report .c-list1 li {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	margin-right: .4rem
}

#c-report .c-list1 li.on a {
	color: #FE5F16
}

#c-report .c-list1 li a {
	display: block;
	text-align: center;
	font-size: 40px;
	font-family: MyriadPro-Regular;
	line-height: 1;
	color: #474b4f
}

@media (max-width:748px) {
	#c-report .c-list1 li a {
		font-size: 24px
	}
}

#c-report .c-list1 li a::before {
	content: "";
	margin: 0 auto .2rem;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #FE5F16
}

@media (max-width:748px) {
	#c-report .c-list1 li a::before {
		width: 10px;
		height: 10px
	}
}

#c-report .c-list1 li a:hover {
	color: #474b4f
}

#c-report .c-list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: .8rem;
	margin: 0 -.4rem -.8rem
}

@media (max-width:748px) {
	#c-report .c-list2 {
		padding-top: 3rem;
		margin: 0 -.4rem
	}
}

#c-report .c-list2 li {
	padding: 0 .4rem .8rem;
	width: 50%
}

@media (max-width:748px) {
	#c-report .c-list2 li {
		padding: 0 .4rem 1.4rem
	}
}

#c-report .c-list2 li .c-wrap {
	display: flex;
	align-content: center
}

@media (max-width:748px) {
	#c-report .c-list2 li .c-wrap {
		flex-wrap: wrap
	}
}

#c-report .c-list2 li .c-wrap .c-img-box {
	position: relative;
	width: 25%;
	flex-shrink: 0
}

@media (max-width:748px) {
	#c-report .c-list2 li .c-wrap .c-img-box {
		width: 100%
	}
}

#c-report .c-list2 li .c-wrap .c-img-box::before {
	content: "";
	display: block;
	padding-top: 140%
}

#c-report .c-list2 li .c-wrap .c-img-box img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c-report .c-list2 li .c-wrap .c-text-box {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	padding: .2rem .4rem;
	margin-left: .8rem;
	border-left: 1px solid #ebebeb
}

@media (max-width:748px) {
	#c-report .c-list2 li .c-wrap .c-text-box {
		margin: 0;
		border: 0;
		padding: .4rem 0 0
	}
}

#c-report .c-list2 li .c-wrap .c-text-box .c-title {
	margin-bottom: .1rem;
	width: 100%;
	font-size: 30px;
	font-family: MyriadPro-Regular;
	line-height: 1.2
}

@media (max-width:1580px) {
	#c-report .c-list2 li .c-wrap .c-text-box .c-title {
		font-size: 28px
	}
}

@media (max-width:748px) {
	#c-report .c-list2 li .c-wrap .c-text-box .c-title {
		margin-bottom: .2rem;
		font-size: 18px
	}
}

#c-report .c-list2 li .c-wrap .c-text-box .c-btn {
	display: flex;
	flex-shrink: 0;
	align-items: center
}

#c-report .c-list2 li .c-wrap .c-text-box .c-btn span:nth-child(1) {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/xz-ico2.png) no-repeat center/100%
}

#c-report .c-list2 li .c-wrap .c-text-box .c-btn span:nth-child(2) {
	margin-left: 5px;
	color: #474b4f;
	transition: all .3s
}

#c-report .c-list2 li .c-wrap .c-text-box .c-btn:hover span {
	color: #FE5F16
}



/*详情页*/
.newsDetailTags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top:3%
}
.newsDetailTags .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsDetailTags .left .title {
    font-size: .83333vw;
    font-weight: bold;
    margin-right: .9375vw;
    color: #2e3742;
}
.newsDetailTags .left p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsDetailTags .left p a, .newsDetailTags .left p span {
    font-size: .72917vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 5.72917vw;
    height: 1.875vw;
    margin-left: .52083vw;
    padding: 0 1.04167vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #2e3742;
    border-radius: .9375vw;
    background-color: #f4f6f9;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-share {
    font-family: "socialshare";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 2.0833vw /* 40px -> 2.0833vw */;
    height: 2.0833vw /* 40px -> 2.0833vw */;
    font-size: .8854vw /* 17px -> .8854vw */;
    border-radius: 50%;
    line-height: 2.0833vw /* 40px -> 2.0833vw */;
    color: #666;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background 0.6s ease-out 0s;
    transition: background 0.6s ease-out 0s;
    background-color: #f5f6fa;
}
.social-share a {
    position: relative;
    text-decoration: none;
    margin-right: .5208vw /* 10px -> .5208vw */;
    display: inline-block;
    outline: none;
}
.newsDetailPrevNext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
    padding-top: 1.77083vw;
    border-top: .10417vw solid rgba(0, 0, 0, .1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newsDetailPrevNext .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
}
.newsDetailPrevNext .left a {
    font-size: .83333vw;
    line-height: 1.5625vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #2e3742;
}
.newsDetailPrevNext .left a span {
    font-size: .9375vw;
    font-weight: bold;
	float:left;
}
.newsDetailPrevNext .right a {
    font-size: .83333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 7.29167vw;
    height: 2.44792vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    border: 1px solid #2e3742;
    background: #2e3742;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-share a:last-child {
    margin-right: 0px;
}
.newsDetailPrevNext .right a:hover {
    color: #2e3742;
    background: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 99;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

@media (max-width:748px) {
.newsDetailPrevNext .left a {
    line-height: 4.5vw;

}

.newsDetailPrevNext .right a{ padding:15px; width: 20.29167vw;}
.newsDetailTags .left p a, .newsDetailTags .left p span{ height: 8.875vw; margin-bottom:15px;}

}