* {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', 'Microsoft YaHei', Arial;
}

body {
	position: relative;
	overflow-x: hidden;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/hinted-Oswald.eot');
	src: local('Oswald'), url('../fonts/hinted-Oswald.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Oswald.woff2') format('woff2'), url('../fonts/hinted-Oswald.woff') format('woff'), url('../fonts/hinted-Oswald.ttf') format('truetype'), url('../fonts/hinted-Oswald.svg#Oswald') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/hinted-Oswald-Light.eot');
	src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/hinted-Oswald-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Oswald-Light.woff2') format('woff2'), url('../fonts/hinted-Oswald-Light.woff') format('woff'), url('../fonts/hinted-Oswald-Light.ttf') format('truetype'), url('../fonts/hinted-Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@-ms-viewport {
	width: auto !important;
}

html,
body,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
div {
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	color: #333333;
	text-decoration: none !important;
	border: none;
}

ul,
li {
	display: block;
	list-style: none;
}

button {
	border: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1320px;
	}
}


/*nav*/

.header {
	z-index: 10;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header {
		height: 100px;
	}
}

.header .top {
	height: 45px;
	background-color: #000000;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .top .top-box p {
	float: left;
}

.header .top .top-box p a {
	font-family: Arial;
	font-size: 15px;
	line-height: 45px;
	display: inline-block;
	margin: 0;
	color: #fff;
}

@media (max-width: 991px) {
	.header .top .top-box p {
		display: none;
	}
}

.header .top .top-box .share {
	display: inline-block;
	position: absolute;
	margin-left: 45px;
	vertical-align: middle;
}

@media (max-width: 991px) {
	.header .top .top-box .share {
		display: block;
		margin-left: 0;
		text-align: center;
	}
}

.header .top .top-box .share ul li {
	display: inline-block;
}

.header .top .top-box .share ul li a {
	display: block;
	padding: 0 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.header .top .top-box .share ul li a:before {
	font-family: 'iconfont';
	font-size: 20px;
	font-weight: normal;
	line-height: 45px;
	display: inline-block;
	content: '\e6e0';
	text-align: center;
	vertical-align: middle;
}

.header .top .top-box .share ul li.linkedin a:before {
	content: '\e6f0';
}

.header .top .top-box .share ul li.twitter a:before {
	content: '\e652';
}

.header .top .top-box .share ul li.google a:before {
	content: '\e6b3';
	font-size: 18px;
}

.header .top .top-box .share ul li.instagram a:before {
	content: '\e65a';
}

.header .top .top-box .share ul li.pinterest a:before {
	content: '\e629';
}

.header .top .top-box .share ul li.youtube a:before {
	content: '\e84d';
	font-size: 22px;
}

.header .top .top-box .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	color: #FFFFFF;
}

.header .top .other {
	display: inline-block;
	float: right;
	overflow: hidden;
}

.header .top .other ul li {
	display: inline-block;
}

.header .top .other ul li:first-child:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 11px;
	background-color: #2e2e2e;
	margin: 0 25px;
}

@media (max-width: 1199px) {
	.header .top {
		height: 35px;
	}
	.header .top .top-box p a {
		font-size: 14px;
		line-height: 35px;
	}
	.header .top .top-box .share {
		margin-left: 25px;
	}
	.header .top .top-box .share ul li a:before {
		font-size: 15px;
		line-height: 35px;
	}
	.header .top .top-box .share ul li.google a:before {
		font-size: 12px;
	}
	.header .top .top-box .share ul li.youtube a:before {
		font-size: 20px;
	}
	.header .top .other ul li:first-child:after {
		margin: 0 10px;
	}
}

.header .top .other ul li a {
	font-family: Arial;
	font-size: 15px;
	line-height: 45px;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 1199px) {
	.header .top .other ul li a {
		font-size: 12px;
		line-height: 35px;
	}
}

.header .top .other ul li a:hover {
	color: #ffb200;
}

.header .search-nav {
	background-color: #ffffff;
	border-bottom: solid 1px #d3d3dd;
}

.header .top-nav {
	/*height: 60px;*/
	padding: 0 35px;
	background-color: #ffffff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header .logo {
	position: relative;
	float: left;
	height: 70px;
	margin: 15px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo a {
	display: block;
	height: 100%;
}

.header .logo img {
	float: left;
	display: inline-block;
	height: 100%;
}

@media (max-width: 991px) {
	.header .logo {
		height: 45px;
		margin: 10px 0;
	}
	.header .top .top-box .share {
		margin-left: 0px;
	}
	.header .top .top-box .share ul li a {
		padding: 0 3px;
	}
	.header .top .top-box .share ul li a:before {
		font-size: 14px;
		line-height: 35px;
	}
	.header .top .top-box .share ul li.google a:before {
		font-size: 12px;
	}
	.header .top .top-box .share ul li.youtube a:before {
		font-size: 20px;
	}
}

.header .pc-search {
	float: right;
	margin-top: 28px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .pc-search .ipt {
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	margin-right: 16px;
	position: relative;
}

.header .pc-search .ipt input {
	font-family: Arial;
	width: 100%;
	height: 44px;
	padding: 14px 20px;
	background-color: #ffffff;
	border-radius: 22px;
	border: solid 1px #d3d3dd;
}

.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
	color: #666666;
}

.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
	color: #666666;
}

.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
	color: #666666;
}

.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
	color: #666666;
}

.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
	color: #b0b0b0;
}

.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
	color: #b0b0b0;
}

.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
	color: #b0b0b0;
}

.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
	color: #b0b0b0;
}

.header .pc-search .submit {
	line-height: 42px;
	position: absolute;
	top: 0;
	right: 18px;
	padding: 0;
	background: none;
}

.header .pc-search .submit:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e619';
	color: #ffb200;
}

.header .pc-search .search-msg {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.header .pc-search {
		margin-top: 14px;
	}
	.header .pc-search .ipt {
		width: 180px;
		margin-right: 35px;
	}
	.header .pc-search .ipt input {
		height: 34px;
		padding: 14px 20px;
	}
	.header .pc-search .search-msg {
		display: none;
	}
	.header .pc-search .submit {
		line-height: 34px;
	}
}

@media (max-width: 320px) {
	.header .pc-search .ipt {
		width: 150px;
		margin-right: 45px;
	}
}

.header .pc-search .search-msg p {
	font-size: 15px;
	color: #ffb200;
}

.header .pc-search .search-msg span a{
	font-family: Arial;
	display: inline-block;
	font-size: 15px;
	color: #666666;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 6px;
	right: 15px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 60px;
	}
	.header .pc-search .ipt {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #999 !important;
	}
}

@media (max-width: 991px) {
	.header .pc-search .ipt {
		margin-top: 0;
	}
	.header .nav-collapse {
		display: block;
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
	.header .nav {
		display: block;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding-right: 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: #ffb200;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
		position: relative;
	}
	.header .nav .nav-list1>li>a {
		font-size: 15px;
		color: #000;
		line-height: 60px;
		position: relative;
		display: block;
		overflow: hidden;
		padding-right: 36px;
		-webkit-transition: all .3s;
		transition: all .3s;
		text-transform: uppercase;
	}
	.header .nav .nav-list1>li:last-child>a {
		padding: 0;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		color: #ffb200;
	}
	.header .nav .nav-list1>li>a:after {
		font-family: 'iconfont' !important;
		font-size: 12px;
		font-weight: bold;
		content: '\e731';
		color: #000;
		margin-left: 8px;
	}
	.header .nav .nav-list1>li:first-child>a:after {
		display: none;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 205px;
		padding: 20px 0;
		text-align: center;
		text-align: left;
		background-color: #ffb200;
	}
	.header .nav .nav-list1 .nav-list2 li {
		position: relative;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		font-family: Arial;
		font-size: 14px;
		line-height: 30px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 20px;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		text-decoration: underline;
	}
	.header .nav .nav-list1 .nav-list2 li img {
		max-width: 400px;
	}
	.header .nav .nav-list1 .nav-list3 {
		position: absolute;
		top: -20px;
		left: 100%;
		display: none;
		min-width: 200px;
		padding: 20px 0;
		text-align: left;
		background-color: #ffb200;
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		line-height: 30px;
		padding: 0 20px;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
}

@media (max-width: 1480px) {
	.header .nav .nav-list1>li>a {
		padding-right: 18px;
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: #ffb200;
	}
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 24px;
	content: '\e727';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
	.header .nav-2 .nav-top .nav-title a,
	.header .nav-3 .nav-top .nav-title a {
		color: #fff;
	}
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 18px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
	color: #fff;
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 18px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .back-btn {
	position: absolute;
	top: 50px;
	left: 15px;
}

.header .top-nav.fixed-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 5;
}

@media (max-width: 1199px) {
	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
}


/*footer*/

.footer {
	font-size: 0;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	background-color: #000000;
	padding: 98px 0 0 0;
}

.footer .foot .container>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding-bottom: 87px;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 0 0 0px 0;
	}
	.footer .foot .container>ul {
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
		padding-bottom: 15px;
	}
}

.footer .foot .container>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .container>ul:after {
		display: none;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
	}
}

@media (min-width: 1200px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		vertical-align: top;
		word-break: break-word;
	}
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li {
		display: inline-block;
		width: 25%;
		margin-right: -4px;
		padding: 0 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li {
		width: 100%;
	}
}

.footer .foot .container>ul>li:first-child {
	max-width: 380px;
}

.footer .foot .container>ul>li h3 {
	font-family: 'Oswald-Light';
	font-size: 24px;
	font-weight: normal !important;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li h3 {
		font-size: 18px;
	}
	.footer .foot .container>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		float: right;
		content: '\e628';
	}
}

.footer .foot .container>ul>li .item {
	text-align: left;
}

@media (max-width: 1199px) {
	.footer .foot .container>ul>li .item {
		margin-top: 30px;
	}
}

.footer .foot .container>ul>li .item-1 a {
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.footer .foot .container>ul>li .item-1 a:hover {
	color: #ffb200;
}

.footer .foot .container>ul>li .item-2 {
	width: 300px;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li:first-child {
		max-width: 100%;
	}
	.footer .foot .container>ul>li .item-2 {
		width: 100%;
	}
}

.footer .foot .container>ul>li .item-2 .info-down.form {
	padding-left: 0;
}

.footer .foot .container>ul>li .item-2 input:first-child {
	margin-left: 0;
}

.footer .foot .container>ul>li .item-2 input {
	font-family: Arial;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 50px;
	min-height: 50px;
	margin-bottom: 10px;
	color: #999999;
	border-radius: 3px;
	border: solid 1px rgba(255, 255, 255, .2);
	background-color: #000000;
	padding-left: 10px;
}

.footer .foot .container>ul>li .item-2 textarea {
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	min-height: 100px;
	padding: 6px 10px;
	color: #999999;
	background-color: #000000;
	border: solid 1px rgba(255, 255, 255, .2);
}

.footer .foot .container>ul>li .item-2 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea::-webkit-input-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input:-o-placeholder,
.footer .foot .container>ul>li .item-2 textarea:-o-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input::-moz-placeholder,
.footer .foot .container>ul>li .item-2 textarea::-moz-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:-ms-input-placeholder {
	color: #999;
}

.footer .foot .container>ul>li .item-2 input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-2 textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.footer .foot .container>ul>li .item-2 .submit {
	font-family: 'Oswald-Light';
	font-size: 16px;
	font-weight: normal !important;
	color: #ffb200;
	margin-top: 18px;
	background: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.footer .foot .container>ul>li .item-2 .submit:after {
	font-family: 'iconfont' !important;
	font-size: 14px;
	display: inline-block;
	content: '\e614';
	margin-left: 10px;
}

.footer .foot .container>ul>li .item-2 .submit:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.footer .foot .container>ul>li .info-down {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li .info-down {
		display: none;
		padding-bottom: 10px;
	}
}

.footer .foot .container>ul>li .info-down img {
	max-width: 100%;
}

.footer .foot .container>ul>li.current .title-foot h3:after {
	content: '\e624';
}

.footer .foot .container>ul>li:last-child {
	width: 300px;
}

@media (max-width: 991px) {
	.footer .foot .container>ul>li:last-child {
		width: 100%;
	}
}

.footer .foot .container>ul>li:last-child .info-down {
	padding-left: 0;
}

.footer .foot .container>ul>li .msg span {
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
	color: #ffb200;
}

.footer .foot .container>ul>li .msg p {
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative;
	margin: 10px 0;
	padding-left: 30px;
	word-break: break-word;
}

.footer .foot .container>ul>li .msg p a {
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
	color: #999999;
}

.footer .foot .container>ul>li .msg p:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: -3px;
	content: '\e734';
	color: #ffb200;
}

.footer .foot .container>ul>li .msg p.website:before {
	content: '\e638';
}

.footer .foot .container>ul>li .msg p.tel:before {
	font-size: 16px;
	left: 0px;
	content: '\e62a';
}

.footer .foot .container>ul>li .msg p.fax:before {
	font-size: 18px;
	left: -1px;
	content: '\e602';
}

.footer .foot .container>ul>li .msg p.phone:before {
	font-size: 16px;
	left: -1px;
	content: '\e62f';
}

.footer .foot .container>ul>li .msg p.whatsapp:before {
	font-size: 18px;
	left: -1px;
	content: '\e773';
}

.footer .foot .container>ul>li .msg p.email:before {
	font-size: 18px;
	left: -1px;
	content: '\e6a4';
}

.footer .copyright {
	border-top: 1px dashed #333333;
	padding: 30px 0 25px 0;
	text-align: center;
}

@media (max-width: 991px) {
	.footer .copyright {
		padding: 15px 0;
		text-align: center;
	}
}

.footer .copyright p {
	font-family: Arial;
	font-size: 15px;
	color: #999999;
	text-align: center;
}

.footer .copyright p a {
	font-family: Arial;
	font-size: 15px;
	color: #999999;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #a8a8a8;
}

.footer .copyright p a:hover {
	text-decoration: underline;
	color: #ffb200;
}

.footer .copyright .share {
	display: block;
	margin-top: 16px;
}

@media (max-width: 1199px) {
	.footer .copyright p {
		display: block;
		float: none;
		text-align: center;
	}
	.footer .copyright .share {
		margin-top: 15px;
	}
}

.footer .copyright .share ul li {
	display: inline-block;
}

.footer .copyright .share ul li a {
	display: block;
	margin: 0 6px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #FFFFFF;
}

.footer .copyright .share ul li a:before {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-family: 'iconfont';
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	content: '\e6e0';
	text-align: center;
	background-color: #3c579a;
}

.footer .copyright .share ul li.twitter a:before {
	font-size: 15px;
	content: '\e652';
	background-color: #55aded;
}

.footer .copyright .share ul li.linkedin a:before {
	font-size: 15px;
	content: '\e6f0';
	background-color: #0077b5;
}

.footer .copyright .share ul li.google a:before {
	content: '\e645';
	font-size: 14px;
	background-color: #db4f42;
}

.footer .copyright .share ul li.instagram a:before {
	content: '\e608';
	background-color: #6b3d2e;
}

.footer .copyright .share ul li.youtube a:before {
	content: '\e6d7';
	font-size: 18px;
	background-color: #c4302e;
}
.footer .copyright .share ul li.pinterest a:before {
	font-size: 15px;
	content: '\e629';
	background-color: #cb2128;
}

.footer .copyright .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	color: #FFFFFF;
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	margin-top: 30px;
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-family: Arial;
	font-size: 15px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.page li:first-child a {
	margin-right: 20px;
}

.page li:last-child a {
	margin-left: 20px;
}

@media (max-width: 991px) {
	.page {
		margin-top: 20px;
	}
	.page li a {
		font-size: 14px;
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
	.page li:first-child a {
		margin-right: 0px;
	}
	.page li:last-child a {
		margin-left: 0px;
	}
}

.page li a {
	display: block;
}

.page li.prev a,
.page li.next a {
	background-color: #fff;
}

.page li:hover a,
.page li.active a {
	color: #fff;
	border-color: #ffb200;
	background-color: #ffb200;
	border-radius: 50%;
}


/*table*/

.table-box {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

table {
	width: 100%; //width: auto;
	max-width: 100%;
	border-spacing: 0;
	// text-align: center;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table tr,
table td {
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	// word-break: break-word;
}

table tr:nth-child(odd) {
	// background-color: rgb(242, 242, 242);
}

table td {
	padding: 8px 20px !important;
	border: 1px solid #dddddd;
	/*background-color: #dcdcdc;*/
	&:first-child {
		background-color: #b5b5b5;
	}
}

table tr p,
table tr span {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .7);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e628';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 90px;
	}
	.online-wrap .online.active {
		right: 0;
	}
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000000;
	border-radius: 5px 0px 0px 5px;
	opacity: 0.8;
	-webkit-transition: all .4s;
	transition: all .4s;
	line-height: 50px;
	text-align: center;
	margin-bottom: 1px;
}

.online-wrap .online a:hover {
	background-color: #FFB200;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	color: #fff;
}

.online-wrap .icon-email:before {
	font-size: 24px !important;
	content: '\e632';
}

.online-wrap .icon-tel:before {
	content: '\e773';
}

.online-wrap .icon-skype:before {
	content: '\e6fc';
}

.online-wrap .icon-wechat:before {
	content: '\e62e';
}

.online-wrap .icon-phone:before {
	content: '\e62f';
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.online-wrap .online a:before {
		font-size: 16px;
	}
	.online-wrap .icon-email:before {
		font-size: 18px !important;
	}
}

.online-wrap .online .icon-tel .tel-num {
	position: absolute;
	top: 0;
	right: 48px;
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
}

.online-wrap .online .icon-tel .tel-num p {
	font-family: Arial;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #FFB200;
	margin-right: 5px;
}

.online-wrap .online .icon-tel:hover .tel-num {
	display: block;
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 130px;
	height: 130px;
	padding-right: 5px;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

.ell-num {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.ell-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
