/* 基础样式 */
html {
	font-size: 14px;
}

a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:link,
a:visited {
	text-decoration: none;
}

body {
	font-size: 15px;
	font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑,Arial', 'sans-serif';
}


/*bootrstrap样式复盖*/
.container-fluid {
	padding: 0 100px;
}

@media screen and (max-width:1300px) {
	.container-fluid {
		max-width: 95% !important;
	}
}

@media screen and (max-width:768px) {
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.container-fluid {
		max-width: 100% !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
}




/*分页样式*/
.pagelist {
	margin-bottom: 15px;
}

.pagelist ul {
	text-align: center;
	font-size: 0;
	letter-spacing: -4px;
	/* 去间隙兼容苹果 */
}

.pagelist ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	letter-spacing: normal;
	/* 去间隙兼容苹果 */
	background: #fff;
	border: 1px solid #eee;
	border-left: 0;
}

.pagelist ul li.active {
	color: #fff;
	background: #05c700;
	border-left: 0;
}

.pagelist ul li:hover {
	background: #05c700;

}

.pagelist ul li:hover a,
.pagelist ul li:hover span {
	color: #fff;
}

.pagelist ul li.active:hover {
	background: #05c700;
	color: #fff;
}

.pagelist ul li:first-child {
	border-left: 1px solid #eee;
}

.pagelist ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #737373;
}

.pagelist ul li.disabled {
	opacity: 0.7;
	cursor: pointer;
}

/* 二级页面横幅 */
.pageBaner{
	position:relative;
}
.pageBaner img{
	display:block;
	width:100%;
}
.pageBaner .text{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#fff;
}
.pageBaner .text .t1{
	font-size:52px;
	letter-spacing:1px;
	font-weight:300;
}
.pageBaner .text .t2{
	font-size:20px;
	font-weight:300;
	letter-spacing:1px;
	opacity:0.9;
}

#header {
	z-index: 900;
	background: #fff;
	position: sticky;
	top: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#header .flexbox{
	display: flex;
	justify-content:between;
	align-items: center;
	min-height: 50px;
}
#header .center {
	margin-left: auto;
}

#header .logo img {
	max-height: 100%;
	display: flex;
}

#header .navList>li {
	position: relative;
}

#header .navList>li>a {
	font-size: 15px;
	padding: 0 30px;
	position: relative;
	display: block;
	height: 80px;
	line-height: 80px;
}

#header .navList>li>a .iconfont {
	font-size: 12px;
}

#header .navList>li>a:after {
	content: '';
	display: block;
	width: 0%;
	height: 3px;
	background: #05c700;
	margin: -3px auto 0 auto;
	position: relative;
	z-index: 999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#header .navList>li>a:hover {
	color: #05c700;
}

#header .navList>li>a:hover:after {
	width: 100%;
}

#header .navList>li>a.active {
	color: #05c700;
}

#header .navList>li>a.active:after {
	width: 100%;
}

#header .navList>li:hover .child {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

#header .navList .child {
	z-index: 998;
	position: absolute;
	background: #fff;
	min-width: 100%;
	top: 110%;
	left: 0;
	border-radius: 2px 2px 5px 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header .navList .child a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: auto;
}

#header .navList .child a:hover,
#header .navList .child a.active {
	background: #05c700;
	color: #fff;
}

#header .lang {
	position: relative;
	margin-left: 30px;
}

#header .lang ul {
	display: flex;
}

#header .lang ul li {
	position: relative;
}

#header .lang ul li:before {
	content: '';
	position: absolute;
	display: block;
	height: 16px;
	width: 1px;
	background: #999;
	top: 8px;
}

#header .lang ul li:first-child:before {
	display: none;
}

#header .lang ul li a {
	display: block;
	padding: 4px 10px;
}

#header .lang ul li a:hover {
	color: #05c700;
}

#header .lang ul li a.on {
	color: #05c700;
}



.mMenu-icon {
	height: 30px;
	width: 30px;
	position: fixed;
	right: 15px;
	top: 12px;
	z-index: 902;
}

.mMenu-icon .line {
	display: block;
	width: 100%;
	height: 3px;
	background: #05c700;
	position: relative;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform-origin: right;
	border-radius: 3px;
	overflow: hidden;
}

.mMenu-icon .l2 {
	margin: 8px 0;
	width: 25px;
	position: relative;
	right: -4px;
}

.mMenu-icon.active .line {
	background: #05c700;
}

.mMenu-icon.active .l1 {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: right;
}

.mMenu-icon.active .l2 {
	opacity: 0;
}

.mMenu-icon.active .l3 {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform-origin: right;
}

.mMenu-list {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	z-index: 901;
	position: fixed;
	top: 0px;
	right: -65%;
	height: 100%;
	width: 65%;
	padding-top: 55px;
	border-radius: 10000px 0 0 10000px;
	overflow: hidden;
}

.mMenu-list ul:last-child .parent {
	border-bottom: 1px solid #eee;
}

.mMenu-list .child {
	background: #eee;
	display: none;
}

.mMenu-list .child a {
	padding: 0 20px;
}

.mMenu-list .parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	border-top: 1px solid #eee;
}

.mMenu-list a {
	display: block;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 9999;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
}

.mMenu-list li.on {
	background: #05c700;
}

.mMenu-list li.on .parent>a {
	color: #fff;
}

.mMenu-list li.on>a {
	color: #fff;
}

.mMenu-list .parent .con {
	display: block;
	border-left: 1px solid #eee;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	background: #fff;
	color: #999;
	flex-shrink: 0;
}

.mMenu-list.active {
	right: 0%;
	border-radius: 0px;
}

.grayBg {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	display: none;
	z-index: 900;
}


/* 底部 */
#footer {
	background: #14191c;
	padding-top: 60px;
	color: #fff;
}

#footer .bNav {
	display: flex;
	justify-content: space-between;
	flex: 1;
}

#footer .footerMain {
	display: flex;
	align-items: flex-start;
}

#footer .bNav h4 {
	margin-bottom: 10px;
	opacity: 0.9;
}

#footer .bNav h4 a {
	color: #fff;
	font-size: 16px;
}

#footer .bNav .item {
	width: 100%;
}

#footer .bNav .item ul li {
	min-width: 100px;
	padding: 4px 0;
	opacity: 0.7;
}

#footer .bNav .item ul li a {
	color: #fff;
	font-size: 14px;
}

#footer .bNav .item ul li:hover {
	opacity: 1;
}

#footer .copyright {
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	padding: 25px 0;
	justify-content: center;
	color: #fff;
	opacity: 0.5;
	font-size: 13px;
}

#footer .copyright a {
	color: #fff;
}

#mFooter {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	padding: 2px 0;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 5px #ddd;
	display: flex;
	border-radius: 10px 10px 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#mFooter .item {
	width: 100%;
}

#mFooter .item .iconbox {
	height: 24px;
	text-align: center;
	margin-bottom: 5px;
}

#mFooter .item .iconbox i {
	display: block;
	font-size: 24px;
}

#mFooter .item img {
	display: block;
	margin: 4px auto;
	height: 24px;
}

#mFooter .item p {
	font-size: 12px;
	text-align: center;
}

#mFooter .item.on p {
	color: #05c700;
}

#mFooter .item.on .iconbox i {
	color: #05c700;
}

/* 英文版 */
.lang-en .pageBaner .text .t1{font-size:32px;}


@media screen and (max-width:768px) {
	#header .logo img{height: 36px;}
	
	#footer{padding-top:40px;padding-bottom: 40px;}
	#footer .footerMain{display:block;}
	#footer .bNav .item{display: none;}
	#footer .bNav .contact{display: block;}
	#footer .copyright{padding-bottom: 60px;}
	
	.pageBaner{margin-bottom:15px;}
	.pageBaner .text .t1{font-size:22px;}
	.pageBaner .text .t2{font-size:12px;}

}
