* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

body {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-family: arial;
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	transition-duration: 0.3s;
}

input {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

a:hover {
	color: #fe7500;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'],
input[type='button'] {
	padding: 0px;
	color: #666;
	margin: 0;
	outline: none;
}
/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
/*图片垂直水平居中*/
.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.container {
	width: 100%;
	max-width: 1440px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1440px) {
	.container {
		width: 100%;
		padding: 0 50px;
	}
}

@media (max-width: 1000px) {
	.container {
		padding: 0 20px;
	}
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle;
}

@font-face {
	font-family: 'ralem';
  src: url("../fonts/RALEWAY-EXTRABOLD(1).woff") format("truetype");
  src: url("../fonts/RALEWAY-EXTRABOLD(1).woff2") format("truetype");
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2;
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes mymove4 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.header {
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
}

.header .logo {
	float: left;
	z-index: 10;
	display: block;
	position: relative;
}

.header .logo img {
	max-height: 60px;
	margin-top: 20px;
}

.header .nav {
	float: right;
}

.header .nav li {
	float: left;
	font-size: 18px;
	line-height: 100px;
	position: relative;
}

.header .nav li a {
	color: #fff;
	padding: 0 30px;
	display: block;
}

.header .nav li a:hover {
	color: #fe7500;
}

.header .nav li .subnav {
	top: 100px;
	width: 240px;
	z-index: 10;
	left: 50%;
	padding: 10px 0;
	margin-left: -120px;
	position: absolute;
	text-align: center;
	display: none;
	background: rgba(174, 43, 47, 0.8);
	background: rgba(0, 0, 0, 0.7);
}

.header .nav li .subnav:before {
	content: "";
	top: -8px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	border-bottom: solid 8px #000;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}

.header .nav li .subnav a {
	display: block;
	color: #fff;
	padding: 5px 0;
	font-size: 13px;
	line-height: 24px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.header .nav li .subnav a:hover {
	text-decoration: underline;
}

.header .nav li .subnav a:first-child {
	border-top: 0;
}

.header .nav li:hover > a,
.header .nav .active > a {
	color: #fe7500;
}

.header .search {
	float: right;
	position: relative;
	margin: 30px 120px 0px 0;
	display: inline-block;
}

.header .search a {
	display: block;
}

.header .search img {
	vertical-align: middle;
}

.header .menu {
	right: 0px;
	top: 0px;
	display: none;
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	background: #fe7500;
}

.header .menu img {
	margin-top: 11px;
}

@media (max-width: 1600px) {
	.header .nav {
		padding-left: 100px;
	}

	.header .nav li {
		font-size: 16px;
	}

	.header .nav li a {
		padding: 0 20px;
	}
}

@media (max-width: 1320px) {
	.header .nav li a {
		padding: 0 15px;
	}
}

@media (max-width: 1230px) {
	.header {
		height: 60px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #141c27 !important;
		position: fixed;
	}

	.header .logo img {
		max-height: 50px;
		margin-top: 5px;
	}

	.header .nav {
		display: none;
	}

	.header .youxiang {
		display: none;
	}

	.header .menu {
		display: block;
	}

	.header .search {
		display: none;
	}
}

.header-index {
	background: none;
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #141c27;
	position: fixed;
	animation: 2s dong;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.banner .pic {
	text-align: center;
}

.banner .container {
	position: relative;
}

.banner .txtbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	outline: solid 1px #f30;
	position: absolute;
}

.banner .slick-dots {
	bottom: 50px;
}

.banner .slick-dots li button {
	width: 40px;
	height: 7px;
	border: 0;
	opacity: 0.5;
	border-radius: 5px;
}

.banner .slick-dots li button {
	background: #fff;
}

.banner .slick-dots .slick-active button {
	opacity: 1;
	width: 100px;
}

.banner .slick-active img {
	animation: 1s bmove1 alternate linear;
}

@media (max-width: 1230px) {
	.banner {
		margin-top: 60px;
	}
}

@media (max-width: 1000px) {
	.banner .slick-dots {
		bottom: 20px;
	}

	.banner .slick-dots li button {
		height: 3px;
	}

	.banner .slick-dots .slick-active button {
		width: 40px;
	}
}

.index-bg {
	height: 300px;
	background: #111924;
	background: url(../images/bg.jpg) repeat top center;
}

.index-bg li {
	width: 25%;
	float: left;
	height: 300px;
	padding: 0 20px;
	color: #717882;
	position: relative;
	text-align: center;
}

.index-bg li .icon {
	margin-top: 60px;
	transition: all 700ms ease;
	display: inline-block;
}

.index-bg li .icon img {
	border-radius: 100%;
	border: solid 2px #717882;
}

.index-bg li .font18 {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.index-bg li .tu {
	bottom: 0;
	left: 0;
	opacity: 0.04;
	position: absolute;
}

.index-bg li:hover .icon {
	margin-top: 30px;
}

.index-bg li:nth-child(1) {
	background: #212b38;
}

.index-bg li:nth-child(2) {
	background: #182029;
}

.index-bg li:nth-child(3) {
	background: #1a2431;
}

.index-bg li:nth-child(4) {
	background: #242e3b;
}

@media (max-width: 680px) {
	.index-bg {
		height: auto;
	}

	.index-bg li {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.index-bg li {
		width: 100%;
		float: none;
	}
}

.index-message {
	font-size: 20px;
	color: #5a5f66;
	line-height: 30px;
	padding: 100px 0;
	background: #f7f7f7;
	position: relative;
}

.index-message .leftbox {
	width: 45%;
	float: left;
	padding-top: 30px;
}

.index-message .leftbox .index-title {
	margin-bottom: 40px;
	text-align: left;
}

.index-message .leftbox .index-title:after {
	left: 0;
	transform: translateX(0);
}

.index-message .leftbox .index-title:before {
	width: 162px;
	height: 119px;
	z-index: 1;
	top: -45px;
	left: -70px;
	content: "";
	position: absolute;
	background: url(../images/yinhao.png) no-repeat;
}

.index-message .leftbox .index-title span {
	z-index: 1;
	display: inline-block;
	position: relative;
}

.index-message .leftbox .index-title span:before {
	display: none;
}

.index-message .bg {
	width: 50%;
	float: right;
}

.index-message .bg a {
	color: #fff;
	height: 40px;
	width: 180px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	background: #fe7500;
}

.index-message .bg a:hover {
	background: #ff8100;
}

.index-message li p {
	padding: 0 15px;
	width: 50%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}

.index-message li p input,
.index-message li p textarea {
	width: 100%;
	height: 60px;
	border: 0;
	color: #b2b2b2;
	background: none;
	padding: 15px 0;
	font-size: 16px;
	font-family: arial;
	padding-right: 20px;
	padding-left: 20px;
	resize: none;
	background: #f3f3f3;
}

.index-message li p label {
	left: 25px;
	top: 17px;
	color: #f30;
	position: absolute;
}

.index-message li p input:focus,
.index-message li p textarea:focus {
	border: solid 1px #fe7500;
}

.index-message li p textarea {
	height: 130px;
}

.index-message .kuang {
	width: 100%;
}

.index-message .kuang p {
	width: 100%;
	float: none;
}

@media (max-width: 1000px) {
	.index-message {
		display: none;
	}
}

.index-title {
	color: #0f1722;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.index-title span {
	display: inline-block;
	position: relative;
}

.index-title span:before {
	content: "";
	width: 165px;
	height: 126px;
	position: absolute;
	left: -10px;
	top: -40px;
	z-index: -1;
	display: inline-block;
	background: url(../images/index-icon-9.png) no-repeat top left;
}

.index-title:after {
	content: "";
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 5px;
	transform: translateX(-50%);
	position: absolute;
	background: #fe7500;
}

@media (max-width: 1200px) {
	.index-title {
		font-size: 20px;
		line-height: 30px;
	}
}

.index-product {
	padding: 120px 0 130px 0;
	overflow: hidden;
}

.index-product ul {
	margin: 0 -15px;
}

.index-product ul li {
	width: 33.333%;
	padding: 0 15px;
	float: left;
	margin-top: 60px;
}

.index-product ul li a {
	display: block;
	padding-bottom: 20px;
	border: solid 1px #dbdbdb;
}

.index-product ul li .pic {
	overflow: hidden;
	position: relative;
}

.index-product ul li .pic img {
	transition: all 700ms ease;
}

.index-product ul li .pic:after {
	content: "";
	display: block;
	padding-bottom: 67%;
}

.index-product ul li .tit,
.index-product ul li .more {
	margin: 0 20px;
}

.index-product ul li .tit {
	color: #5a5f65;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: solid 1px #dbdbdb;
}

.index-product ul li .more {
	color: #b2b2b2;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
}

.index-product ul li .more:before {
	content: "";
	width: 20px;
	height: 8px;
	right: 10px;
	top: 10px;
	position: absolute;
	background: url(../images/arrow.png) no-repeat;
}

.index-product ul li:hover .pic img {
	transform: scale(1.05);
}

.index-product ul li:hover .more:before {
	background: url(../images/arrow-h.png) no-repeat;
}

.index-product ul li:hover .tit {
	color: #fe7500;
}

@media (max-width: 1200px) {
	.index-product {
		padding: 40px 0;
	}

	.index-product ul {
		margin: 0;
		margin-top: 10px;
	}

	.index-product ul li {
		padding: 0 10px;
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.index-product ul li {
		width: 50%;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	.index-product ul {
		margin-right: 0;
		margin-left: 0;
	}

	.index-product ul li {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
}

.index-contact {
	height: 449px;
	padding-top: 110px;
	background: url(../images/bg-2.jpg) no-repeat top center;
}

.index-contact .content {
	color: #0f1722;
	height: 220px;
	font-size: 20px;
	background: #fff;
	position: relative;
	padding: 55px 50px 0 25px;
}

.index-contact .font35 {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 45px;
}

.index-contact .font35 span {
	color: #fe7500;
}

.index-contact .button {
	color: #fff;
	width: 270px;
	height: 50px;
	right: 50px;
	top: 50%;
	margin-top: -25px;
	line-height: 50px;
	position: absolute;
	background: #fe7500;
	text-align: center;
}

.index-contact .button:hover {
	background: #000;
}

@media (max-width: 640px) {
	.index-contact {
		height: auto;
		padding: 60px 0;
	}

	.index-contact .content {
		padding: 30px;
		height: auto;
	}

	.index-contact .font35 {
		font-size: 18px;
		line-height: 24px;
	}

	.index-contact .button {
		top: auto;
		right: auto;
		margin-top: 30px;
		display: inline-block;
		position: relative;
	}
}

.index-about {
	color: #fff;
	padding: 120px 0;
	background: url(../images/bg-3.jpg);
}

.index-about .leftbox {
	width: 48%;
	float: left;
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
}

.index-about .leftbox .title {
	position: relative;
	font-size: 45px;
	line-height: 60px;
	text-align: left:;
}

.index-about .leftbox .title span {
	z-index: 2;
	display: inline-block;
	position: relative;
}

.index-about .leftbox .title:before {
	top: -40px;
	left: -110px;
	content: "";
	width: 158px;
	height: 113px;
	position: absolute;
	background: url(../images/index-icon-13.png) no-repeat;
}

.index-about .leftbox .font18 {
	padding-bottom: 20px;
	font-size: 18px;
	position: relative;
}

.index-about .leftbox .font18:after {
	content: "";
	width: 100px;
	height: 5px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #fe7500;
}

.index-about .leftbox .text {
	padding-top: 40px;
}

.index-about .leftbox ul {
	padding-top: 100px;
}

.index-about .leftbox ul li {
	width: 33.333%;
	float: left;
	padding-left: 45px;
	position: relative;
}

.index-about .leftbox ul li span {
	top: 10px;
	left: 0;
	position: absolute;
}

.index-about .leftbox ul li .font30 {
	font-family: 'ralem';
	font-size: 30px;
	color: #fe7500;
}

.index-about .leftbox ul li p:nth-child(3) {
	padding-left: 5px;
}

.index-about .rightbox {
	width: 50%;
	float: right;
	position: relative;
}

.index-about .rightbox .video {
	z-index: 1;
	position: relative;
	border: solid 3px #fff;
}

.index-about .rightbox .icon {
	top: 50%;
	left: 50%;
	z-index: 2;
	position: absolute;
	margin-top: -31px;
	margin-left: -3;
}

@media (max-width: 1390px) {
	.index-about .leftbox {
		padding-top: 40px;
		font-size: 14px;
		line-height: 24px;
	}

	.index-about .leftbox .title {
		font-size: 30px;
		line-height: 40px;
	}

	.index-about .leftbox .text {
		padding-top: 40px;
		padding-right: 60px;
	}

	.index-about .leftbox .tag span {
		width: 90px;
		font-size: 13px;
	}
}

@media (max-width: 1000px) {
	.index-about {
		padding: 50px 0;
	}

	.index-about .leftbox {
		width: 100%;
		float: none;
		padding: 0 30px;
	}

	.index-about .leftbox .text {
		padding-right: 0;
	}

	.index-about .rightbox {
		display: none;
	}
}

@media (max-width: 640px) {
	.index-about .leftbox {
		padding-left: 10px;
		padding-right: 10px;
	}

	.index-about .leftbox ul {
		padding-top: 50px;
	}
}

@media (max-width: 480px) {
	.index-about .leftbox ul li {
		width: 100%;
		float: none;
	}
}

.index-honor {
	height: 700px;
	padding-top: 300px;
	font-size: 18px;
	color: #5a5f66;
	overflow: hidden;
	background: url(../images/honor-bg.jpg) no-repeat top center;
}

.index-honor .scroll {
	margin: 0 -130px;
	height: 370px;
}

.index-honor .font60 {
	color: #101721;
	font-size: 60px;
	line-height: 70px;
	font-family: 'ralem';
}

.index-honor .item {
	padding: 0 130px;
	max-height:290px;
	overflow:hidden;
}

.index-honor .slick-current {
	padding-top: 60px;
	text-align: center;
}

.index-honor .slick-dots {
	bottom: 0;
}

.index-honor .slick-dots li button {
	background: #ccc;
	width: 10px;
	height: 10px;
}

.index-honor .slick-dots li.slick-active button {
	background: #fe7500;
}

.index-news {
	padding: 100px 0;
	background: #f7f7f7;
}

.index-news .title {
	margin-top: 80px;
	color: #fe7500;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 40px;
}

.index-news .leftvideo {
	width: 46.5%;
	float: left;
}

.index-news .leftvideo .video {
	position: relative;
}

.index-news .leftvideo .videobtn {
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -31px;
	margin-left: -31px;
	position: absolute;
}

.index-news .rightlist {
	width: 48.5%;
	float: right;
}

.index-news .rightlist ul {
	margin: 0 -15px;
}

.index-news .rightlist li {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.index-news .rightlist li a {
	display: block;
	padding-bottom: 10px;
	background: #ffffff;
}

.index-news .rightlist li .pic {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.index-news .rightlist li .pic img {
	transition: all 700ms ease;
}

.index-news .rightlist li .pic:after {
	content: "";
	display: block;
	padding-bottom: 87%;
}

.index-news .rightlist li .tit {
	font-size: 16px;
	color: #5a5f66;
	height: 48px;
	overflow: hidden;
}

.index-news .rightlist li .tit,
.index-news .rightlist li .more {
	margin: 0 20px;
}

.index-news .rightlist li .more {
	width: 83px;
	height: 28px;
	line-height: 26px;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	border: solid 1px #a0a0a0;
	background: url(../images/more.png) no-repeat center center;
}

.index-news .rightlist li:hover .pic img {
	transform: scale(1.05);
}

.index-news .rightlist li:hover .more {
	border-color: #fe7500;
	background: url(../images/more-h.png) no-repeat center center #fe7500;
}

@media (max-width: 640px) {
	.index-news {
		padding: 60px 0;
	}

	.index-news .title {
		display: none;
	}

	.index-news .leftvideo {
		display: none;
	}

	.index-news .rightlist {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.index-news .rightlist ul {
		margin-left: 0;
		margin-right: 0;
	}

	.index-news .rightlist li {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.index-pingjia {
	padding: 100px 0;
	color: #5a5f66;
	font-size: 20px;
	line-height: 30px;
}

.index-pingjia .font20 {
	text-align: center;
	padding-top: 30px;
}

.index-pingjia .font30 {
	font-size: 30px;
	color: #000;
	line-height: 40px;
}

.index-pingjia .text {
	height: 100px;
	overflow: hidden;
}

.index-pingjia .scroll {
	padding: 0 100px;
	padding-top: 60px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-top: 70px;
	padding-bottom: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.index-pingjia .item {
	text-align: center;
}

.index-pingjia .nr {
	margin-top: 50px;
	padding-top: 30px;
	position: relative;
	text-align: left;
	height: 105px;
	padding-left: 100px;
	border-top: solid 1px #dbdbdb;
}

.index-pingjia .nr img {
	top: 25px;
	left: 0;
	display: inline-block;
	width:75px;
	position: absolute;
}

@media (max-width: 1000px) {
	.index-pingjia {
		font-size: 14px;
		line-height: 20px;
		padding: 50px 0;
	}

	.index-pingjia .scroll {
		padding: 20px;
		margin-top: 30px;
	}

	.index-pingjia .font30 {
		font-size: 16px;
	}

	.index-pingjia .nr {
		margin-top: 30px;
	}
}

.footer {
	color: #ababab;
	font-size: 13px;
	background: #141c29;
	padding: 60px 0 0px 0;
}

.footer a {
	color: #ababab;
	display: inline-block;
}

.footer a:hover {
	color: #fff;
}

.footer ul {
	padding-bottom: 40px;
}

.footer li:first-child img {
	max-height: 70px;
	margin-bottom: 10px;
}

.footer li {
	width: 25%;
	float: left;
	padding-right: 0px;
	padding-left: 40px;
	position: relative;
}

.footer li h3 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
}

.footer li h3 a {
	color: #fff;
	opacity: 1;
	background: none;
	padding-left: 0;
}

.footer li a {
	display: block;
	margin-top: 5px;
	color: #ababab;
}

.footer li a:hover {
	opacity: 1;
}

.footer li img {
	margin-top: 10px;
	margin-right: 10px;
}

.footer li .item a {
	width: 40%;
	display: block;
	float: left;
}

.footer li:nth-child(2) {
	width: 50%;
	padding-left: 110px;
}

.footer .copy {
	font-size: 14px;
	line-height: 24px;
	padding: 30px 0;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.footer .share {
	float: right;
	display: inline-block;
}

.footer .share a {
	margin: 0 4px;
	display: inline-block;
	background: #384955;
	border-radius: 5px;
}

.footer .share a:hover {
	background: #fe7500;
}

@media (max-width: 1000px) {
	.footer {
		padding-top: 40px;
		text-align: center;
	}

	.footer li {
		display: none;
	}

	.footer li:last-child {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.footer .share {
		float: none;
		margin-top: 5px;
		display: block;
		text-align: center;
	}
}

.inside-banner {
	height: 502px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 767px) {
	.inside-banner {
		height: 260px;
	}
}

.inside-current {
	font-size: 14px;
	height: 60px;
	color: #666;
	line-height: 60px;
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border-bottom: solid 1px #eee;
}

.inside-current span {
	color: #333;
}

.inside-current img {
	margin: 21px 5px 0 0;
}

.inside-current-2 {
	margin-top: 80px;
	background: none;
}

.inside-menu {
	text-align: center;
	margin-top: 50px;
}

.inside-menu li {
	font-size: 18px;
	text-align: center;
	width: 20%;
	padding: 0 5px;
	display: inline-block;
	position: relative;
}

.inside-menu li a {
	display: block;
	color: #333;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	border: solid 1px #ddd;
}

.inside-menu li:hover > a,
.inside-menu .active > a {
	color: #fff;
	background: #fe7500;
	border-color: #fe7500;
}

@media (max-width: 1000px) {
	.inside-menu li {
		width: 30%;
	}
}

@media (max-width: 640px) {
	.inside-menu {
		margin-top: 30px;
	}

	.inside-menu li {
		width: 48%;
		font-size: 14px;
		padding: 0 1px;
	}

	.inside-menu li a {
		height: 40px;
		line-height: 38px;
	}
}

.inside-title {
	color: #333;
	text-align: center;
	margin-top: 70px;
	text-transform: uppercase;
}

.inside-title .en {
	font-size: 30px;
	line-height: 40px;
	position: relative;
	padding-bottom: 15px;
}

.inside-title .en:before {
	content: "";
	width: 120px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fe7500;
	position: absolute;
}

@media (max-width: 640px) {
	.inside-title {
		margin-top: 40px;
	}

	.inside-title .en {
		font-size: 24px;
		line-height: 30px;
	}
}

.inside-about {
	padding-top: 60px;
	padding-bottom: 100px;
}

.inside-about .item-1 .rightnr {
	padding: 0 50px;
}

.inside-about .item-1 .rightnr .tit {
	font-size: 14px;
	color: #df0000;
	font-weight: 700;
}

.inside-about .item-1 .rightnr .tit-2 {
	font-size: 46px;
	color: #1e2223;
	font-weight: 700;
	line-height: 56px;
}

.inside-about .item-1 .rightnr .tit-3 {
	color: #dedede;
	margin: 20px 0;
	font-size: 46px;
	line-height: 56px;
}

.inside-about .item-1 .rightnr .tit-4 {
	color: #1e2223;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
}

.inside-about .item-1 .rightnr .txt {
	margin-top: 40px;
}

.inside-about .item-3 {
	padding-top: 60px;
	padding-left: 50px;
}

.inside-about .item-3 .leftnr {
	width: 58%;
	float: left;
}

.inside-about .item-3 .leftnr li {
	margin-top: 40px;
	padding-left: 110px;
	position: relative;
}

.inside-about .item-3 .leftnr li span {
	top: 0;
	left: 0;
	background: #1e2223;
	position: absolute;
	transition: all 334ms ease;
}

.inside-about .item-3 .leftnr li .tit {
	font-size: 20px;
	color: #121212;
	font-weight: 700;
	margin: 10px 0;
}

.inside-about .item-3 .leftnr li:hover span {
	background: #df0000;
}

.inside-about .item-3 .rightnr {
	width: 40%;
	float: right;
}

@media (max-width: 640px) {
	.inside-about {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.inside-about .item-1 .rightnr {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}

	.inside-about .item-1 .rightnr .tit-2 {
		font-size: 20px;
		line-height: 30px;
	}

	.inside-about .item-1 .rightnr .tit-3 {
		line-height: 16px;
	}

	.inside-about .item-1 .rightnr .tit-4 {
		font-size: 16px;
		line-height: 24px;
	}

	.inside-about .item-3 {
		padding-top: 0;
		padding-left: 0;
	}

	.inside-about .item-3 .leftnr {
		width: 100%;
		float: none;
	}

	.inside-about .item-3 .leftnr li {
		font-size: 14px;
	}

	.inside-about .item-3 .rightnr {
		display: none;
	}
}

.inside-news {
	overflow: hidden;
	padding: 20px 0 50px 0;
}

.inside-news ul {
	overflow: hidden;
	margin: 0 -30px;
}

.inside-news li {
	width: 33.333%;
	float: left;
	padding: 0 30px;
	margin-top: 50px;
	margin-left: -1px;
	border-left: solid 1px #ddd;
	transition: all 500ms ease;
	position: relative;
}

.inside-news li a {
	display: block;
}

.inside-news li .pic {
	overflow: hidden;
	position: relative;
}

.inside-news li .pic:after {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.inside-news li .pic img {
	transition: all 700ms ease;
}

.inside-news li .tit {
	font-size: 18px;
	color: #222;
	height: 24px;
	overflow: hidden;
	font-weight: 700;
	margin: 15px 0 25px 0;
}

.inside-news li .txt {
	line-height: 20px;
	height: 40px;
	color: #666;
	overflow: hidden;
	margin: 0px 0 40px 0;
}

.inside-news li:hover .tit {
	color: #fe7500;
}

.inside-news li:hover .pic img {
	transform: scale(1.05);
}

@media (max-width: 1281px) {
	.inside-news ul {
		margin: 0;
	}

	.inside-news li {
		padding: 0 15px;
	}
}

@media (max-width: 640px) {
	.inside-news {
		padding-bottom: 40px;
	}

	.inside-news li {
		width: 50%;
		margin-top: 30px;
		border: 0;
		padding: 0 10px;
	}

	.inside-news li .date {
		line-height: 30px;
	}

	.inside-news li .tit {
		font-size: 16px;
		margin: 5px 0 10px 0;
	}

	.inside-news li .txt {
		margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.inside-news li {
		width: 100%;
		float: none;
	}
}

.inside-video {
	padding: 20px 0 100px 0;
}

.inside-video ul {
	overflow: hidden;
	margin: 0 -30px;
}

.inside-video li {
	width: 33.333%;
	float: left;
	padding: 0 20px;
	margin-top: 50px;
	transition: all 500ms ease;
	position: relative;
}

.inside-video li a {
	display: block;
}

.inside-video li .item {
	position: relative;
}

.inside-video li .item .ico {
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-left: -24px;
	margin-top: -24px;
	position: absolute;
}

.inside-video li .pic {
	overflow: hidden;
	position: relative;
}

.inside-video li .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}

.inside-video li .pic:after {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.inside-video li .pic img {
	transition: all 700ms ease;
}

.inside-video li .tit {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	border-bottom: solid 1px #ddd;
}

.inside-video li:hover .tit {
	color: #fe7500;
}

.inside-video li:hover .pic img {
	transform: scale(1.05);
}

@media (max-width: 1281px) {
	.inside-video ul {
		margin-left: 0;
		margin-right: 0;
	}

	.inside-video li {
		padding: 0 10px;
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.inside-video {
		padding-bottom: 40px;
	}

	.inside-video li {
		width: 50%;
	}
}

@media (max-width: 420px) {
	.inside-video li {
		width: 100%;
		float: none;
		padding: 0;
	}
}

.inside-page {
	font-size: 16px;
	padding: 40px 0;
	text-align: center;
}

.inside-page a {
	margin-left: 4px;
	display: inline-block;
	height: 50px;
	color: #000000;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-family: arial;
}

.inside-page a:hover,
.inside-page a.cpb {
	border-radius: 100%;
	border: solid 2px #fe7500;
}

.inside-page span {
	margin-left: 4px;
	display: inline-block;
    border-radius: 100%;
    border: solid 2px #fe7500;
	height: 50px;
	color: #000000;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-family: arial;
}


.inside-page .last {
	width: 52px;
	font-size: 14px;
	background: #fe7500;
}

@media (max-width: 780px) {
	.inside-page {
		font-size: 14px;
		margin-top: 30px;
	}

	.inside-page a {
		border-width: 1px;
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.inside-page a:hover,
  .inside-page a.cur {
		border-width: 1px;
	}
}

.inside-news-show {
	padding: 30px 0 100px 0;
	font-size: 16px;
	line-height: 30px;
}

.inside-news-show .fanhui {
	text-align: right;
	margin-top: -30px;
	position: relative;
}

.inside-news-show .fanhui img {
	margin: 7px 15px 0 0;
}

.inside-news-show h1 {
	color: #333;
	font-size: 28px;
	line-height: 30px;
	padding-top: 50px;
	padding-right: 100px;
}

.inside-news-show .info {
	color: #999;
	font-size: 14px;
	border-bottom: solid 1px #eee;
	padding: 10px 0 30px 0;
	margin-bottom: 40px;
}

.inside-news-show .info img {
	margin: 4px 5px 0 0;
}

.inside-news-show .info span {
	padding-left: 20px;
	font-family: arial;
}

.inside-news-show .tu img {
	margin-right: 10px;
}

@media (max-width: 1000px) {
	.inside-news-show {
		padding: 0 0 50px 0;
	}

	.inside-news-show h1 {
		font-size: 16px;
		padding-right: 0;
		line-height: 24px;
	}

	.inside-news-show .fanhui {
		display: block;
		margin-top: 20px;
		text-align: left;
	}

	.inside-news-show .info {
		padding: 0 0 10px 0;
		margin-bottom: 30px;
	}
}

.inside-page-news {
	margin-top: 60px;
	padding-top: 30px;
	border-top: solid 1px #eee;
}

.inside-page-news li {
	color: #333;
	width: 48%;
	float: right;
	height: 50px;
	padding: 0 15px;
	overflow: hidden;
	line-height: 50px;
	background: #eee;
}

.inside-page-news li a {
	color: #333;
	transition: 0s;
}

.inside-page-news li:first-child {
	float: left;
}

.inside-page-news li:hover {
	color: #fff;
	background: #fe7500;
}

.inside-page-news li:hover a {
	color: #fff;
}

@media (max-width: 640px) {
	.inside-page-news li {
		width: 100%;
		float: none!important;
		margin-top: 10px;
		text-align: left !important;
	}
}

.inside-product {
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 40px;
}

@media (max-width: 1200px) {
	.inside-product {
		padding-bottom: 30px;
	}
}

.inside-product .leftbox {
	float: left;
	width: 21%;
	background: #fff;
	position: relative;
}

.inside-product .leftbox .title {
	color: #fff;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
	padding-left: 30px;
	background: #fe7500;
}

.inside-product .leftbox ul {
	padding-bottom: 20px;
	border-top: 0;
}

.inside-product .leftbox li {
	border-bottom: solid 1px #eee;
	font-size: 16px;
	position: relative;
}

.inside-product .leftbox li:before {
	top: 19px;
	right: 20px;
	content: "";
	opacity: 1;
	position: absolute;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
}

.inside-product .leftbox li > a {
	color: #333;
	padding: 15px 27px;
	display: block;
	overflow: hidden;
	padding-left: 27px;
}

.inside-product .leftbox li span {
	display: block;
	z-index: 2;
	padding-right: 40px;
	position: relative;
}

.inside-product .leftbox li .submenu {
	padding: 10px 30px 10px 30px;
    display:none;
}

.inside-product .leftbox li .submenu a {
	color: #666;
	display: block;
	font-size: 13px;
	overflow: hidden;
	position: relative;
}

.inside-product .leftbox li .submenu a:before {
	content: "";
	width: 4px;
	height: 4px;
	margin-top: 10px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	background: #999;
	border-radius: 100%;
}

.inside-product .leftbox li .submenu a:hover,.inside-product .leftbox li .submenu a.active {
	font-weight: 700;
	color: #fe7500;
}

.inside-product .leftbox li .submenu a:hover:before,.inside-product .leftbox li .submenu a.active:before {
	background: #fe7500;
}

.inside-product .leftbox li:hover > a,
.inside-product .leftbox .cur > a {
	color: #333;
	background: #f8f8f8;
}

.inside-product .leftbox li:hover > a:before,
.inside-product .leftbox .cur > a:before {
	opacity: 1;
}

@media (max-width: 768px) {
	.inside-product .leftbox {
		display: none;
	}
}

.inside-product .rightbox {
	width: 75%;
	float: right;
}

@media (max-width: 768px) {
	.inside-product .rightbox {
		width: 100%;
		float: none;
	}
}

.inside-product .rightbox .list {
	margin: 0 -15px;
}

.inside-product .rightbox .list li {
	width: 33.333%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

.inside-product .rightbox .list li a {
	display: block;
	padding-bottom: 20px;
	border: solid 1px #dbdbdb;
}

.inside-product .rightbox .list li .pic {
	overflow: hidden;
	position: relative;
}

.inside-product .rightbox .list li .pic img {
	transition: all 700ms ease;
}

.inside-product .rightbox .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 67%;
}

.inside-product .rightbox .list li .tit,
.inside-product .rightbox .list li .more {
	margin: 0 20px;
}

.inside-product .rightbox .list li .tit {
	color: #5a5f65;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: solid 1px #dbdbdb;
}

.inside-product .rightbox .list li .more {
	color: #b2b2b2;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
}

.inside-product .rightbox .list li .more:before {
	content: "";
	width: 20px;
	height: 8px;
	right: 10px;
	top: 10px;
	position: absolute;
	background: url(../images/arrow.png) no-repeat;
}

.inside-product .rightbox .list li:hover .pic img {
	transform: scale(1.05);
}

.inside-product .rightbox .list li:hover .more:before {
	background: url(../images/arrow-h.png) no-repeat;
}

.inside-product .rightbox .list li:hover .tit {
	color: #fe7500;
}

@media (max-width: 640px) {
	.inside-product .rightbox .list li {
		width: 50%;
	}
}

@media (max-width: 420px) {
	.inside-product .rightbox .list li {
		width: 100%;
		float: none;
	}
}

.inside-case .rightbox {
	width: 100%;
	float: none;
}

.inside-case .rightbox .list li {
	width: 25%;
}

.inside-case .rightbox .list li .tit {
	border-bottom: 0;
}

@media (max-width: 640px) {
	.inside-case .rightbox .list li {
		width: 50%;
	}
}

@media (max-width: 420px) {
	.inside-case .rightbox .list li {
		width: 100%;
		float: none;
	}
}

.inside-product-xg {
	background: #f8f8f8;
	padding-top: 0;
}

.inside-product-xg .rightbox {
	width: 100%;
	float: none;
	margin-top: 50px;
}

.inside-product-xg .rightbox .list li {
	width: 25%;
}

.inside-product-xg .rightbox .list li a {
	background: #f8f8f8;
}

@media (max-width: 640px) {
	.inside-product-xg .rightbox .list {
		margin-top: -20px;
	}

	.inside-product-xg .rightbox .list li {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
}

@media (max-width: 420px) {
	.inside-product-xg .rightbox .list {
		margin-top: -20px;
	}

	.inside-product-xg .rightbox .list li {
		width: 100%;
	}
}

.inside-product-show {
	padding-bottom: 60px;
}

@media (max-width: 640px) {
	.inside-product-show .inside-product {
		padding-top: 20px;
	}
}

.inside-product-show .box-1 {
	padding: 0px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 640px) {
	.inside-product-show .box-1 {
		padding: 0;
	}
}

.inside-product-show .box-1 .left-hezi {
	width: 43%;
	float: left;
}

.inside-product-show .box-1 .left-hezi .bigimg span {
	display: block;
	position: relative;
}

.inside-product-show .box-1 .left-hezi .bigimg span:after {
	content: "";
	display: block;
	padding-bottom: 66.5%;
}

.inside-product-show .box-1 .left-hezi .small {
	margin-top: 10px;
}

.inside-product-show .box-1 .left-hezi .small span {
	margin: 0 5px;
	background: #fff;
	display: block;
	cursor: pointer;
	position: relative;
}

.inside-product-show .box-1 .left-hezi .small span:after {
	content: "";
	display: block;
	padding-bottom: 67%;
}

.inside-product-show .box-1 .left-hezi .small .slick-current span {
	border: solid 1px #fe7500;
}

.inside-product-show .box-1 .right-hezi {
	width: 50%;
	float: right;
	padding-top: 0px;
}

.inside-product-show .box-1 .right-hezi h1 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom: solid 1px #eee;
}

.inside-product-show .box-1 .right-hezi .txt {
	padding-top: 20px;
}

.inside-product-show .box-1 .right-hezi .button {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	background: #fe7500;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.inside-product-show .box-1 .right-hezi .button img {
	margin: 12px 10px 0 0;
}

.inside-product-show .box-1 .right-hezi .button:hover {
	font-weight: bold;
}

@media (max-width: 640px) {
	.inside-product-show .box-1 .left-hezi {
		width: 100%;
		float: none;
	}

	.inside-product-show .box-1 .right-hezi {
		width: 100%;
		float: none;
		padding-bottom: 50px;
		padding-top: 20px;
		margin-top: 0px;
	}

	.inside-product-show .box-1 .right-hezi h1 {
		font-size: 17px;
		line-height: 24px;
	}

	.inside-product-show .box-1 .right-hezi .txt {
		text-align: center;
	}

	.inside-product-show .box-1 .right-hezi .txt p {
		text-align: left;
	}

	.inside-product-show .box-1 .right-hezi .button {
		margin-top: 20px;
	}
}

.inside-product-show .inside-title {
	text-align: left;
}

.inside-product-show .inside-title .en:before {
	left: 0;
	transform: translateX(0);
	margin-left: 0;
}

.inside-product-show .box-2 {
	line-height: 30px;
	font-size: 16px;
}

.inside-product-show .box-2 .title-2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	position: relative;
	padding: 70px 0 20px 0;
}

.inside-product-show .box-2 .title-2:before {
	content: "";
	width: 230px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #fe7500;
	position: absolute;
}

.inside-product-show .box-2 .t-yuan {
	margin-top: 30px;
	position: relative;
}

.inside-product-show .fanhui {
	color: #fff;
	margin-top: 50px;
	padding: 10px 30px;
	display: inline-block;
	background: #fe7500;
}

.inside-product-show .fanhui img {
	margin: 6px 10px 0 0;
}

.inside-product-show .fanhui:hover {
	background: #ff8100;
}

@media (max-width: 640px) {
	.inside-product-show .fanhui {
		width: 190px;
		margin: 0 auto;
		display: block;
		margin-top: 30px;
		text-align: center;
	}
}

.phone-nav .box::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}

.phone-nav .box::-webkit-scrollbar-thumb {
	background: #000;
	width: 2px;
}

.phone-nav .box::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.phone-nav {
	top: 0;
	z-index: 1999;
	position: fixed;
	right: -150%;
	width: 65%;
	height: 100%;
	background: #fff;
	background: rgba(0, 0, 0, 0.9);
}

.phone-nav .close {
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 20px;
}

.phone-nav .close img {
	max-height: 40px;
}

.phone-nav .box {
	height: 100%;
	overflow-y: auto;
	padding: 0px 20px 0 20px;
	-webkit-overflow-scrolling: touch;
}

.phone-nav .list-menu {
	padding-top: 100px;
}

.phone-nav .list-menu li {
	font-size: 17px;
	position: relative;
	line-height: 30px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.phone-nav .list-menu li a {
	padding: 15px 20px;
	display: block;
	position: relative;
	color: #fff;
}

.phone-nav .list-menu li a span {
	z-index: 9;
	display: inline-block;
	position: relative;
}

.phone-nav .list-menu li i {
	position: absolute;
	right: 0;
	top: 14px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-style: inherit;
	cursor: pointer;
}

.phone-nav .list-menu li i:after {
	width: 20px;
	height: 9px;
	content: "";
	display: inline-block;
	background: url(../images/select_arrow.png) no-repeat;
}

.phone-nav .list-menu .submenu {
	display: none;
	padding-bottom: 20px;
}

.phone-nav .list-menu .submenu a {
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
	padding: 0px 0px 0 20px;
}

.mobile-footer-menu {
	display: none;
	width: 100%;
	background: #333;
	padding: 5px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	list-style: none;
	font-size: 12px;
}

.mobile-footer-menu li {
	width: 33.3333%;
	float: left;
	position: relative;
}

.mobile-footer-menu li span {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.mobile-footer-menu li em {
	font-style: normal;
	text-align: center;
	display: block;
	color: #fff;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.mobile-footer-menu {
		display: block;
	}
}

#chatToolBox {
	position: fixed;
	width: 110px;
	bottom: 110px;
	right: -5px;
	text-align: center;
	text-transform: capitalize;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
	color: #fff;
	z-index: 990;
}

@media (max-width: 1024px) {
	#chatToolBox {
		display: none;
	}
}

#chatToolBox #chatToolMail {
	padding: 10px;
	border-radius: 3px;
	background: #fe7500;
}

#chatToolBox #chatToolMail a {
	font-size: 20px;
	line-height: 20px;
	padding-top: 0;
	display: block;
	padding-bottom: 15px;
	color: #fff;
}

.fixed-bar {
	position: fixed;
	right: 10px;
	top: 48%;
	width: 50px;
	z-index: 9;
}

@media (max-width: 1200px) {
	.fixed-bar {
		display: none;
	}
}

.fixed-bar .chat {
	height: 40px;
	height: 80px;
	background: #384347 url('../images/chat-bg.png') no-repeat center 12px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
}

.fixed-bar li {
	width: 50px;
	height: 50px;
	background-color: #384347;
	margin-bottom: 3px;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s;
}

.fixed-bar .mail p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-mail.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.fixed-bar .mail p a {
	color: #fff;
}

.fixed-bar .wapp p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-whatapp.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.fixed-bar .mail p a {
	color: #fff;
}

.fixed-bar li:hover p {
	left: -179px;
	width: 180px;
	background-color: #fe7500;
}

.fixed-bar .mail:hover,
.fixed-bar .tel:hover {
	background-color: #fe7500;
}

.fixed-bar .tel p {
	right: 0;
	padding-left: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 0;
	background: url('../images/f-tel.png') no-repeat 12px center;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.fixed-bar .tel p a {
	color: #fff;
}

.fixed-bar .fixed-inquiry {
	background: #384347 url('../images/ico-inquiry.png') no-repeat center 12px;
	height: 70px;
	overflow: hidden;
}

.fixed-bar .fixed-inquiry a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 44px;
	width: 50px;
	height: 26px;
}

.fixed-bar .fixed-inquiry:hover {
	background: #fe7500 url('../images/ico-inquiry.png') no-repeat center 12px;
}

.fixed-bar .fixed-facebook {
	background: #fe7500 url('../images/ico-facebook.png') no-repeat center;
}

.fixed-bar .fixed-facebook a {
	width: 50px;
	height: 50px;
	display: block;
}

.fixed-bar .fixed-facebook:hover {
	background: #fe7500 url('../images/ico-facebook.png') no-repeat center;
}

.messagePopup {
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	max-width: 280px;
}

@media (max-width: 1200px) {
	.messagePopup {
		display: none;
	}
}

.messagePopup .titleBig {
	text-align: right;
	cursor: pointer;
}

.messagePopup .titleBig span {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	background: #fe7500;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.messagePopup .titleBig svg {
	max-height: 20px;
	vertical-align: middle;
}

.messagePopup .list {
	background: #fff;
	padding: 15px 15px;
	border: 1px #ccc solid;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.messagePopup .list .title {
	text-align: center;
	position: relative;
	color: #ed6827;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.messagePopup .list .title:after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #a6a6a6;
	border-radius: 4px;
	margin: 5px auto 0 auto;
}

.messagePopup .list .tips {
	text-align: center;
	color: #747474;
	font-size: 14px;
	margin-bottom: 30px;
}

.messagePopup .list .required {
	color: #da2f38;
	margin-left: 5px;
}

.messagePopup .list li {
	position: relative;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	clear: both;
}

.messagePopup .list .p-01 {
	line-height: 30px;
}

.messagePopup .list .li-02 {
	width: 50%;
	float: left;
	clear: none;
}

.messagePopup .list input,
.messagePopup .list textarea {
	width: 100%;
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	font-size: 14px;
	line-height: 33px;
	height: 35px;
	border-radius: 0;
	padding: 0 10px;
	font-family: inherit;
}

.messagePopup .list input:focus,
.messagePopup .list textarea:focus {
	border-color: #0061c2;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 97, 194, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 97, 194, 0.5);
}

.messagePopup .list select {
	border: 1px #ebebeb solid;
	font-size: 14px;
	background: #fff;
	line-height: 33px;
	height: 35px;
	width: 100%;
	padding: 0 10px;
}

.messagePopup .list textarea {
	height: 100px;
	line-height: 25px;
}

.messagePopup .list .yzhm input {
	width: 45%;
	float: left;
}

.messagePopup .list .yzhm .code {
	float: left;
	margin-right: 10px;
}

.messagePopup .list .yzhm .a-01 {
	line-height: 35px;
	float: right;
	color: #9b9b9b;
}

.messagePopup .list .yzhm .a-01:hover {
	color: #ed6827;
	text-decoration: underline;
}

.messagePopup .list .btn {
	clear: both;
	margin-bottom: 0;
}

.messagePopup .list .btn a {
	display: inline-block;
	background: #fe7500;
	color: #fff;
	width: 100%;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}

.messagePopup .list .btn a:hover {
	background: #0153a7;
}

.transparency {
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.transparency.transparency-visible {
	opacity: 1;
	visibility: visible;
}

#searchPopup {
	position: absolute;
	z-index: 999;
	top: 140px;
	left: 0;
	width: 100%;
	height: 70px;
	opacity: 0;
	visibility: hidden;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	transition: opacity .3s, visibility .3s;
}

#searchPopup > .container {
	position: relative;
	padding-right: 50px;
}

#searchPopup.searchPopup-visible {
	opacity: 1;
	visibility: visible;
	animation: slideInDown .3s;
}

#searchPopup.searchPopup-visible .close {
	transform: translateY(0) scale(1);
}

#searchPopup .btn {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	opacity: 0.7;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/search-2.png);
}

#searchPopup .btn:hover {
	opacity: 1;
}

#searchPopup .close {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: transform .3s;
}

#searchPopup .close img {
	max-height: 20px;
	margin-top: 15px;
	transition: all 500ms ease;
}

#searchPopup .close:hover img {
	max-height: 30px;
}

#searchPopup input[type="text"] {
	height: 55px;
	line-height: 55px;
	border: none;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	background: transparent;
	color: #ffffff;
}

#searchPopup input[type="text"]:-ms-input-placeholder {
	color: #ffffff;
}

#searchPopup input[type="text"]::-moz-placeholder {
	color: #ffffff;
}

#searchPopup input[type="text"]::-webkit-input-placeholder {
	color: #ffffff;
}

#searchPopup input[type="text"]:focus {
	color: #fff;
}

#searchPopup input[type="text"]::-webkit-search-cancel-button {
	display: none;
}
/**********IE8***********/
.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=90);
	opacity: 90;
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	display: block;
	line-height: 24px;
	color: #666;
}

.prompt span a {
	text-decoration: underline;
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer;
}

.inside-honor {
	padding: 60px 0;
}

.inside-honor .list li {
	width: 16.666%;
	font-size: 14px;
	position: relative;
	padding: 2px;
}

@media (max-width: 560px) {
	.inside-honor .list li {
		width: 33.3333%;
	}
}

@media (max-width: 420px) {
	.inside-honor .list li {
		width: 50%;
		padding: 5px;
	}
}

.inside-honor .list li .item {
	border: solid 1px #dddddd;
}

.inside-honor .list li .textbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all .3s ease;
	background: rgba(254, 117, 0, 0.8);
}

.inside-honor .list li .textbox p {
	height: 20px;
	overflow: hidden;
}

.inside-honor .list li .textbox span {
	display: block;
	margin-top: 10px;
}

.inside-honor .list li .textbox span img {
	transition: all 1500ms ease;
}

.inside-honor .list li .icon {
	top: 50%;
	height: 60px;
	width: 100%;
	text-align: center;
	margin-top: -30px;
	position: absolute;
}

.inside-honor .list li:hover .textbox {
	opacity: 1;
	display: block\9;
}

@media (max-width: 640px) {
	.inside-honor {
		padding: 30px 0;
	}
}

.inside-contact {
	padding-top: 70px;
}

.inside-contact .text {
	padding: 40px 0 30px 0;
	line-height: 30px;
	text-align: center;
}

.inside-contact .line {
	text-align: center;
}

.inside-contact .contactlist {
	margin-top: 70px;
	overflow: hidden;
}

.inside-contact .contactlist li {
	width: 25%;
	float: left;
	text-align: center;
}

.inside-contact .contactlist li .box {
	overflow: hidden;
	border-right: 1px solid #ebebeb;
	margin-bottom: 60px;
	padding: 0px 38px 0px 38px;
	min-height: 220px;
}

.inside-contact .contactlist li .pic {
	margin-bottom: 19px;
}

.inside-contact .contactlist li .pic img {
	border-radius: 100%;
	border: solid 1px #fe7500;
}

.inside-contact .contactlist li .bt {
	font-size: 20px;
	color: #666666;
	margin-bottom: 19px;
}

.inside-contact .contactlist li .jsh {
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

.inside-contact .contactlist li .jsh a {
	color: #000;
}

@media (max-width: 1360px) {
	.inside-contact .contactlist li:first-child {
		width: 20%;
	}

	.inside-contact .contactlist li:nth-child(2) {
		width: 20%;
	}

	.inside-contact .contactlist li:nth-child(3) {
		width: 35%;
	}

	.inside-contact .contactlist li:last-child .box {
		border-right: 0;
	}
}

@media (max-width: 680px) {
	.inside-contact .contactlist {
		margin-top: 30px;
	}

	.inside-contact .contactlist li {
		width: 100%!important;
	}

	.inside-contact .contactlist li .box {
		border-right: 0;
		min-height: auto;
	}
}

.inside-contact .map {
	width: 100%;
}

.inside-contact #allmap {
	height: 450px;
	width: 100%;
}

.inside-contact #allmap img {
	max-width: initial;
	max-height: inherit;
}

.inside-contact #allmap .anchorBL {
	display: none;
}

@media (max-width: 540px) {
	.inside-contact #allmap {
		height: 300px;
	}
}

.inside-contact .BMap_bubble_content {
	color: #666;
	font-size: 15px;
}

.inside-contact .BMap_bubble_content span {
	font-size: 16px;
	color: #ff5c39;
}

.inside-contact .mess {
	background: #f8f8f8;
	padding: 60px 0 51px 0;
}

.inside-contact .mess .t1 font {
	color: #f00;
}

.inside-contact .mess .t2 {
	padding-left: 12px;
}

.inside-contact .message1 {
	padding: 20px 0 39px 0;
}

.inside-contact .message1 ul {
	overflow: hidden;
}

.inside-contact .message1 ul li {
	margin-bottom: 20px;
	position: relative;
	float: left;
	width: 50%;
	padding: 0 7px;
	overflow: hidden;
}

.inside-contact .message1 ul li font {
	color: #f00;
	position: absolute;
	top: 15px;
	left: 21px;
	font-size: 14px;
	z-index: 3;
}

@media (max-width: 480px) {
	.inside-contact .message1 ul li {
		width: 100%;
		float: none;
		padding: 0;
	}
}

.inside-contact .message1 ul li input {
	outline: 0;
	border: 1px solid #f2f3f5;
	width: 100%;
	height: 42px;
	background: #f2f3f5;
	padding: 10px 14px 10px 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	font-family: arial, "microsoft yahei";
}

.inside-contact .message1 ul li input::-webkit-input-placeholder {
	color: #888888;
}

.inside-contact .message1 ul li input:-moz-placeholder {
	color: #888;
	opacity: 1;
}

.inside-contact .message1 ul li input::-moz-placeholder {
	color: #888;
	opacity: 1;
}

.inside-contact .message1 ul li input:-ms-input-placeholder {
	color: #888888;
}

.inside-contact .message1 ul li textarea {
	outline: 0;
	background: #f2f3f5;
	border: 1px solid #f2f3f5;
	width: 100%;
	height: 200px;
	line-height: 24px;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 16px;
	color: #333;
	resize: none;
	position: relative;
	font-family: arial, "microsoft yahei";
	display: block;
}

.inside-contact .message1 ul li textarea::-webkit-input-placeholder {
	color: #888888;
}

.inside-contact .message1 ul li textarea:-moz-placeholder {
	color: #888;
	opacity: 1;
}

.inside-contact .message1 ul li textarea::-moz-placeholder {
	color: #888;
	opacity: 1;
}

.inside-contact .message1 ul li textarea:-ms-input-placeholder {
	color: #888888;
}

.inside-contact .message1 ul .width {
	width: 100%;
}

.inside-contact .message1 .line {
	width: 100%;
	height: 1px;
	background: #dbdbdb;
}

.inside-contact .message1 .btn2 {
	padding: 0 20px;
	margin-top: 9px;
	text-align: center;
}

@media (max-width: 480px) {
	.inside-contact .message1 .btn2 {
		padding: 0;
	}
}

.inside-contact .message1 .btn2 a {
	max-width: 165px;
	border-radius: 3px;
	width: 100%;
	border: 0;
	padding: 0;
	font-size: 16px;
	height: 45px;
	line-height: 43px;
	color: #fff;
	background: #fe7500;
	transition: .5s;
	margin: 0 8px;
	display: inline-block;
	vertical-align: top;
	font-family: arial, "microsoft yahei";
}

.inside-contact .message1 .btn2 a:hover {
	background: #ff8100;
}

@media (max-width: 480px) {
	.inside-contact .message1 .btn2 a {
		margin: 0;
	}
}

.inside-contact #reset {
	color: #333;
	border: solid 1px #dfdfdf;
	background: none;
}

.inside-contact #reset:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}

.inside-contact .message1 input:focus,
.inside-contact .message1 textarea:focus {
	transition: border linear 0.2s, box-shadow linear 0.5s;
	-moz-transition: border linear 0.2s, -moz-box-shadow linear 0.5s;
	-webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.5s;
	outline: 0;
	border: 1px solid #fe7500;
}
