* {
	box-sizing: border-box;
	outline: 0;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-family: arial, "Roboto-Regular";
}

/*******************************************************T-HW158************************************************************/
a {
	color: #333;
	outline: none;
	text-decoration: none;
	/*-webkit-transition-duration: .3s;
  transition-duration: 0.3s;*/
}

input {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

a:hover {
	color: #fdd300;
}

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: 0;
	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: 1440px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1500px) {
	.container {
		width: 100%;
		padding: 0 100px;
	}
}

@media (max-width: 1280px) {
	.container {
		padding: 0 50px;
	}
}

@media (max-width: 1000px) {
	.container {
		padding: 0 20px;
	}
}

.hidden {
	display: none;
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle;
}

.header {
	height: 73px;
	background: #fff;
	position: relative;
}

.header .logo {
	float: left;
	display: block;
	margin-top: 15px;
}

.header .logo img {
	max-height: 70px;
}

.header .menu {
	right: 20px;
	top: 13px;
	height: 100%;
	display: none;
	text-align: center;
	position: absolute;
}

.header .tel {
	z-index: 9;
	color: #fff;
	font-size: 14px;
	float: right;
	padding-right: 10px;
	display: inline-block;
	padding-left: 16px;
	line-height: 28px;
	font-family: arial;
	margin-top: 24px;
	width: 120px;
	height: 28px;
	position: relative;
	background-color: #fdd300;
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.21);
	border-radius: 14px;
}

.header .tel ul {
	position: absolute;
	display: none;
	top: 28px;
	left: 0;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	padding: 20px 0 10px 0;
	/*background: #fff;*/
	overflow: hidden;
	/*box-shadow: 0 5px 5px 0 rgb(0,0,0,.1);*/
}

.header .tel ul li {
	background: #fff;
}

.header .tel ul li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

.header .tel ul li a {
	padding: 3px;
	color: #333;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

@media (min-width: 1025px) {
	.header .tel ul li a:hover {
		background: #f9f9f9;
		color: #fdd300;
		/*padding-left:10px;*/
	}
}

@media (min-width: 1025px) {
	.header .tel:hover ul {
		display: block;
	}
}

.header .tel img {
	margin-top: 8px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.header .tel a {
	color: #fff;
	display: block;
}

.header .search {
	float: right;
	position: relative;
	margin: 25px 20px 0 0;
	display: inline-block;
	padding-right: 20px;
}

.header .search a {
	display: block;
}

.header .search img {
	max-height: 21px;
	vertical-align: middle;
}

.header .serarchbox {
	top: -5px;
	right: 0;
	z-index: 2;
	display: none;
	position: absolute;
}

.header .serarchbox input {
	background: none;
	height: 38px;
	width: 180px;
	color: #000;
	font-size: 14px;
	background: #fff;
	padding: 5px 15px;
	border-radius: 30px;
	border: solid 1px #fdd300;
}

.header .serarchbox .btn {
	top: 4px;
	right: 10px;
	position: absolute;
}

@media (max-width: 1200px) {
	.header {
		height: 60px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		background: #fff;
		position: fixed;
		box-shadow: 0 0 3px #dddddd;
	}

	.header .logo {
		margin-top: 5px;
	}

	.header .logo img {
		max-height: 50px;
	}

	.header .menu {
		display: block;
	}
}

.nav {
	float: right;
	padding-right: 63px;
}

.nav li {
	float: left;
	position: relative;
	/* text-align: center; */
	margin-left: 60px;
}

.nav li:before {
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	position: absolute;
	background: #ffb901;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: none !important;
}

.nav li>a {
	color: #333;
	font-size: 16px;
	line-height: 73px;
	height: 73px;
	overflow: hidden;
	display: block;
	position: relative;
	-webkit-transition: all 0ms ease;
	transition: all 0ms ease;
	padding-top: 5px;
}

.nav li>a:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #fdd300;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}

.nav li:hover a:after {
	width: 100%;
}

.nav li>a:before {
	content: "";
	width: 1px;
	height: 14px;
	background: #d4d2d2;
	top: 50%;
	left: 0;
	margin-top: -7px;
	position: absolute;
	display: none !important;
}

.nav li .subnav {
	top: 73px;
	left: 50%;
	z-index: 9;
	width: 200px;
	display: none;
	margin-left: -105px;
	padding: 20px 0;
	background: #fff;
	background: #ffffff;
	position: absolute;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.nav li .subnav a {
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
	text-transform: capitalize;
}

.nav li .subnav a:after {
	content: '';
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #e8e8e8;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav li .subnav a:hover {
	color: #fdd300;
	background: #f9f9f9;
}

.nav li .subnav a:hover:after {
	/*width: 100%;*/
}

.nav li:first-child>a:before {
	display: none;
}

.nav li:hover::before,
.nav .active:before {
	width: 100%;
	opacity: 1;
	left: 0;
}

/*.nav li:hover > a,*/
.nav .active>a {
	background: url("../images/dot.png") no-repeat center 10px;
}

.nav li:hover>a {
	/*font-weight: bold;*/
}

.nav li:hover .subnav {
	display: block;
}

@media (max-width: 1800px) {
	.nav {
		float: right;
		padding-left: 0;
		padding-right: 30px;
	}
}

@media (max-width: 1200px) {
	.nav {
		display: none;
	}
}

.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: 23999;
	position: fixed;
	right: -150%;
	width: 65%;
	height: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.98);
}

.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: 0 20px 0 20px;
	-webkit-overflow-scrolling: touch;
}

.phone-nav .list-menu {
	padding-top: 100px;
}

.phone-nav .list-menu li {
	font-size: 16px;
	position: relative;
	line-height: 30px;
	border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}

.phone-nav .list-menu li a {
	padding: 15px 20px;
	display: block;
	position: relative;
	color: #000000;
}

.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: #555;
	font-size: 14px;
	padding: 0 0 0 20px;
	text-transform: capitalize;
}

.footer {
	/*background: url(../images/fbg.jpg) no-repeat top center;*/
	background-color: #333;
	background-size: cover;
}

.footer .footer-top {
	padding: 70px 0 42px 0;
	overflow: hidden;
	/*border-bottom: 1px solid #2c3344;*/
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.footer .footer-top ul {
	float: left;
	width: 70%;
}

.footer .footer-top ul li {
	width: 25%;
	float: left;
	margin-bottom: 31px;
}

.footer .footer-top>ul li:nth-child(1) {
	width: 26%;
}

.footer .footer-top>ul li:nth-child(2) {
	width: 24%;
}

.footer .footer-top>ul li:nth-child(3) {
	display: none;
}

.footer .footer-top ul li a {
	font-size: 18px;
	font-family: Roboto-Regular;
	font-weight: normal;
	display: block;
	color: #fff;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 16px;
}

.footer .footer-top ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .footer-top ul li ul {
	float: none;
	width: 100%;
}

.footer .footer-top ul li ul li {
	float: none;
	width: 100% !important;
	margin-bottom: 0;
}

.footer .footer-top ul li ul li:nth-child(3) {
	display: block;
}

.footer .footer-top ul li ul li a {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	/*padding-left: 16px;*/
	padding-right: 5px;
	text-transform: capitalize;
}

.footer .footer-top ul li ul li a:after {
	content: '';
	display: none;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	background-color: #fdd300;
}

.footer .footer-top ul .list {
	width: 100%;
	margin: 0;
}

.footer .footer-top ul .list ul li {
	float: left;
	width: 40px !important;
	margin-right: 18px;
}

.footer .footer-top ul .list ul li a {
	padding: 0;
}

.footer .footer-top ul .list ul li a:after {
	display: none;
}

@media (min-width: 1025px) {
	.footer .footer-top ul .list ul li:hover .pic .f {
		display: none;
	}

	.footer .footer-top ul .list ul li:hover .pic .fh {
		display: block;
	}
}

.footer .footer-top ul .list ul .pic {
	width: 40px;
	height: 40px;
	position: relative;
}

.footer .footer-top ul .list ul .pic:after {
	padding-bottom: 100%;
	content: '';
	display: block;
}

.footer .footer-top ul .list ul .pic .fh {
	display: none;
}

.footer .footer-top .footer-contact {
	float: right;
	width: 30%;
	color: #fff;
	padding-right: 35px;
}

.footer .footer-top .footer-contact h3 {
	font-size: 18px;
	font-family: Roboto-Regular;
	font-weight: normal;
	margin-bottom: 16px;
}

.footer .footer-top .footer-contact p {
	font-size: 15px;
	line-height: 30px;
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
}

.footer .footer-top .footer-contact p img {
	position: absolute;
	top: 5px;
	left: 0;
}

.footer .footer-top .footer-contact a {
	color: #fff;
}

.footer .footer-top .footer-contact a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .footer-top .footer-contact ul {
	width: 100%;
	margin-top: 31px;
}

.footer .footer-top .footer-contact ul li {
	margin-right: 19px;
	float: left;
	width: 53px;
	height: 53px;
}

.footer .footer-top .footer-contact ul li a {
	display: block;
	width: 53px;
	height: 53px;
	line-height: 53px;
	border-radius: 50%;
	overflow: hidden;
}

.footer .footer-top .footer-contact ul li .wb {
	margin-left: 0;
	background: #222e4c url("../images/wb.png") no-repeat center center;
}

.footer .footer-top .footer-contact ul li .wb:hover {
	background-color: #fdd300;
}

.footer .footer-top .footer-contact ul li .wx {
	background: #222e4c url("../images/wx.png") no-repeat center center;
}

.footer .footer-top .footer-contact ul li .wx:hover {
	background-color: #fdd300;
}

.footer .footer-top .footer-ewm {
	float: right;
	width: 18%;
	border-left: 1px solid #2c3344;
}

.footer .footer-top .footer-ewm .text {
	float: right;
}

.footer .footer-top .footer-ewm .img {
	border: 1px solid #434959;
	padding: 9px;
	width: 140px;
}

.footer .footer-top .footer-ewm .img img {
	display: block;
}

.footer .footer-top .footer-ewm p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 30px;
}

.footer .footer-bottom {
	color: rgba(255, 255, 255, 0.5);
	padding: 15px 0 10px 0;
	font-size: 14px;
}

.footer .footer-bottom .fr {
	float: right;
}

.footer .footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
	.footer {
		margin-bottom: 54px;
	}

	.footer ul {
		display: none;
	}

	.footer .footer-top {
		text-align: center;
		padding: 30px 10px;
	}

	.footer .footer-top .footer-contact {
		width: 100%;
		float: none;
		border-left: 0;
		padding-left: 0;
		padding-right: 0;
		background: none;
	}

	.footer .footer-top .footer-ewm {
		width: 100%;
		float: none;
		border-left: 0;
	}

	.footer .footer-top .footer-ewm .img {
		width: auto;
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.footer .footer-top .footer-ewm .img img {
		display: inline-block;
	}

	.footer .footer-top .footer-ewm p {
		display: none;
	}

	.footer .footer-top .footer-ewm .text {
		float: none;
	}

	.footer .footer-bottom .fr {
		float: none;
	}
}

.banner .item {
	display: block;
	text-align: center;
	position: relative;
}

.banner .item img {
	display: inline-block;
}

.banner .slick-prev,
.banner .slick-next {
	width: 38px;
	height: 38px;
	opacity: .7;
	margin-top: -15px;
	border-width: 2px;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 1;
}

.banner .slick-prev {
	left: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner .slick-next {
	right: 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.banner .slick-dots {
	bottom: 40px;
}

.banner .slick-dots li button {
	background: #000;
	margin: 0 3px;
	width: 30px;
	height: 4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border: 0;
	padding: 0;
	opacity: .18;
}

.banner .slick-dots li.slick-active button {
	background: #f0b924;
	opacity: 1;
}

.banner .slick-active img {
	-webkit-animation: 2s mymove4 alternate;
	animation: 2s mymove4 alternate;
}

.banner .item .img1h {
	display: none;
}

@media (max-width: 1200px) {
	.banner {
		margin-top: 60px;
	}

	.banner .item .img1h {
		display: block;
	}

	.banner .item .img1 {
		display: none;
	}

	.banner .slick-prev,
	.banner .slick-next {
		opacity: 0;
	}

	.banner .slick-dots {
		bottom: 20px;
	}
}

@keyframes mymove4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes mymove4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong;
}

.index-title {
	font-size: 16px;
	padding-bottom: 50px;
	padding-top: 70px;
}

.index-title p:first-child {
	font-size: 34px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}

@media (max-width: 1500px) {
	.index-title {
		font-size: 14px;
	}

	.index-title p:first-child {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 640px) {
	.index-title {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

.index-news {
	overflow: hidden;
	padding-bottom: 90px;
}

.index-news li {
	width: 100%;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	margin-bottom: 30px;
}

.index-news li .box {
	display: block;
	position: relative;
}

.index-news li .box:before {
	content: "";
	height: 3px;
	top: 0;
	width: 0;
	left: 50%;
	z-index: 3;
	position: absolute;
	background: #fdd300;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.index-news li .box:after {
	content: "";
	top: 0;
	left: 0;
	width: 100.05%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	position: absolute;
	background: #f8f8f8;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.index-news li .content {
	z-index: 3;
	position: relative;
	min-height: 265px;
	padding-left: 500px;
}

.index-news li .pic {
	overflow: hidden;
	position: absolute;
	width: 460px;
	top: 0;
	left: 0;
}

.index-news li .pic:after {
	content: "";
	display: block;
	padding-bottom: 57.89473684%;
}

.index-news li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.index-news li time {
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: block;
	color: #999999;
}

.index-news li .more span {
	width: 120px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #333;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}

.index-news li .tit {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	padding: 25px 0 15px 0;
}

.index-news li .txt {
	color: #333;
	height: 52px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

.index-news li:hover time,
.index-news li:hover .tit {
	color: #fdd300;
}

.index-news li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 700px) {
	.index-news {
		padding-bottom: 40px;
	}

	.index-news ul {
		margin: 0 -15px;
	}

	.index-news li {
		width: 50%;
		padding: 0 15px;
	}

	.index-news li .box {
		padding-top: 0;
	}

	.index-news li:last-child {
		display: none;
	}

	.index-news li:hover .box {
		background: none;
	}

	.index-news li:hover .box:before,
	.index-news li:hover .box:after {
		display: none;
	}

	.inside-news li {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.index-news li {
		width: 100%;
		float: none;
		border-left: 0;
		margin-top: 30px;
	}

	.index-news li .box {
		padding: 0;
	}

	.index-news li:first-child {
		margin-top: 0;
	}

	.index-news li:hover {
		border: none;
	}
}

.index-product {
	overflow: hidden;
	background: #f8f8f8;
	padding: 70px 0 40px 0;
	padding-top: 0;
}

.index-product .index-title .font46,
.index-product .index-title .font18 {
	color: #ffffff;
}

.index-product .index-title .font46::before,
.index-product .index-title .font46::after,
.index-product .index-title .font46 span,
.index-product .index-title .font18 span {
	background: rgba(255, 255, 255, 0.2);
}

.index-product .index-title .font18 span {
	width: 70px;
}

.index-product .index-title .font18 .fl:after,
.index-product .index-title .font18 .fr:after {
	background: #cd5a59;
}

.index-product .scroll {
	margin: 0 -15px;
	position: relative;
}

.index-product .scroll .hezi {
	width: 25%;
	float: left;
	margin-bottom: 50px;
}

@media (max-width: 640px) {
	.index-product .scroll .hezi {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.index-product .scroll .hezi {
		width: 100%;
	}
}

.index-product .scroll .box {
	margin: 0 15px;
	padding: 30px 0 50px 0;
	text-align: center;
	background: #fff;
	box-shadow: 0 30px 20px -15px #dddddd;
}

.index-product .scroll .box .pic {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.index-product .scroll .box .pic:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.index-product .scroll .box .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

@media (max-width: 480px) {
	.index-product .scroll .box .pic {
		padding-top: 30px;
	}

	.index-product .scroll .box .pic:after {
		padding-bottom: 50%;
	}
}

.index-product .scroll .box .tit,
.index-product .scroll .box .txt {
	padding: 0 50px;
}

.index-product .scroll .box .tit {
	font-size: 20px;
	color: #333;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 20px;
}

.index-product .scroll .box .txt {
	color: #333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}

.index-product .scroll .box .more {
	padding: 0 15px;
	color: #c0c0c0;
	margin-top: 15px;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #c0c0c0;
}

.index-product .scroll .box .more img {
	margin: 10px 0 0 10px;
	display: inline-block;
}

.index-product .scroll .box:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.index-product .scroll .box:hover .tit {
	color: #fdd300;
}

.index-product .scroll .box:hover .more {
	color: #fdd300;
	border-color: #fdd300;
}

.index-product .scroll .slick-prev,
.index-product .scroll .slick-next {
	border: 0;
	width: 40px;
	height: 72px;
	z-index: 9;
}

@media (max-width: 1500px) {
	.index-product .scroll .slick-prev {
		left: -35px;
	}
}

@media (max-width: 1200px) {
	.index-product .scroll .slick-prev {
		left: 0;
		opacity: 0;
	}
}

@media (max-width: 1200px) {
	.index-product .scroll .slick-next {
		right: -35px;
	}
}

@media (max-width: 1380px) {
	.index-product .scroll .slick-next {
		left: 0;
		opacity: 0;
	}
}

.index-product .scroll .slick-dots {
	bottom: -40px;
}

.index-product .scroll .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #eeeeee;
}

.index-product .scroll .slick-dots li.slick-active button {
	background: #fdd300;
}

.mobile-footer-menu {
	display: none;
	width: 100%;
	background: #fdd300;
	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: #fdd300;
}

#chatToolBox #chatToolMail a {
	font-size: 20px;
	line-height: 20px;
	padding-top: 0;
	display: block;
	padding-bottom: 15px;
	color: #ffffff;
}

.fixed-bar {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 50px;
	z-index: 9;
}

@media (max-width: 1200px) {
	.fixed-bar {
		display: none;
	}
}

.fixed-bar .chat {
	height: 40px;
	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;
	-webkit-transition: .3s;
	transition: 0.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: 13px;
}

.fixed-bar .mail p a {
	color: #ffffff;
}

.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: #ffffff;
}

.fixed-bar li:hover p {
	left: -179px;
	width: 190px;
	background-color: #fdd300;
}

.fixed-bar .mail:hover,
.fixed-bar .tel:hover {
	background-color: #fdd300;
}

.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: #ffffff;
}

.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: #fdd300 url('../images/ico-inquiry.png') no-repeat center 12px;
}

.fixed-bar .fixed-facebook {
	background: #fdd300 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: #fdd300 url('../images/ico-facebook.png') no-repeat center;
}

.inside-wrap {
	background: url(../images/inside-bg.jpg) no-repeat top center;
}

.inside-current {
	border-bottom: solid 1px #eee;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	overflow: hidden;
}

.inside-current img {
	margin: 21px 5px 0 0;
}

.inside-current span {
	font-weight: bold;
}

.inside-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inside-banner img {
	width: 100%;
}

@media (max-width: 1259px) {
	.inside-banner {
		margin-top: 60px;
	}
}

.inside-about .box-1 {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 120px 0;
}

.inside-about .box-1 .text {
	text-align: center;
	margin-top: 30px;
}

.inside-about .box-1 .text .in {
	display: inline-block;
	text-align: left;
}

@media (max-width: 640px) {
	.inside-about .box-1 {
		padding: 40px 0;
		font-size: 14px;
		line-height: 24px;
	}
}

.inside-about .box-2 {
	padding: 120px 0;
	background-color: #f8f8f8;
}

.inside-about .box-2 .title {
	text-align: center;
}

@media (max-width: 640px) {
	.inside-about .box-2 {
		height: auto;
		overflow: hidden;
		padding: 60px 0;
	}
}

#history .img {
	overflow: hidden;
	position: relative;
	padding: 0 64px;
	margin-bottom: 80px;
}

#history .img .item {
	position: relative;
}
#history .img .item .box {
	margin: auto;
	display: flex;
	align-items: flex-end;
}
					
#history .img .item .num {
	font-size: 200px;
	width: 50%;
	left: 0;
	right: initial;
	position: relative;
	text-align: right;
	float: left;
	
	font-weight: bold;
	color: #f1f1f1;
	font-family: arial;
	line-height: 1;
}

#history .img .item .pic {
	display: none;
}

#history .img .item .pic img {
	transition: 0.5s;
}

#history .img .item .pic:after {
	padding-bottom: 67.59259259%;
}

#history .img .item .text {
	position: relative;
	z-index: 2;
	
	width: 50%;
	max-width: 480px;
	float: left;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 20px;
	float: left;
}

#history .img .item .text .bt {
	font-size: 18px;
	color: #333333;
	margin-bottom: 6px;
	padding-left: 0;

}

#history .img .item .text .bt .iconfont {
	font-size: 32px;
}

#history .img .item .text .bt img {
	display: inline-block;
	vertical-align: top;
}

#history .img .item .text .jsh {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	padding-left: 0;
}

#history .list {
	width: 100%;
	position: relative;
}

#history .list:after {
	width: 100000px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 50%;
	background: #e9e9e9;
	transform: translateX(-50%);
}

#history .list .slick-list {
	z-index: 4;
}

#history .list .slick-prev,
#history .list .slick-next {
	height: 50px;
	width: 50px;
	margin-top: -46px;
	border: 0 !important;
	border-radius: 50%;
	z-index: 6;
	transition: 0.3s;
	background: #cccccc;
}

#history .list .slick-prev {
	left: 0;
}

#history .list .slick-next {
	right: 0;
}

#history .list .slick-prev:before,
#history .list .slick-next:before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: -7px 0 0 -12px;
	z-index: 6;
	content: '';
	display: block;
}

#history .list .slick-prev:after,
#history .list .slick-next:after {
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: -1;
	border-radius: 50%;
	content: '';
	background: #666;
	transition: 0.3s;
	display: block;
}

#history .list .slick-prev:before {
	transform: rotate(135deg);
	margin-left: -4px;
}

#history .list .slick-next:before {
	transform: rotate(-45deg);
}

#history .list .slick-prev:hover,
#history .list .slick-next:hover {
	background: none;
}

#history .list .slick-prev:hover:after,
#history .list .slick-next:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

#history .list .item {
	border: 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 55;
	width: 16.66666667%;
}

#history .list .item .box {
	text-align: center;
}

#history .list .item .bt {
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	z-index: 4;
	padding-top: 48px;
	/*font-family: "Oswald-Regular";*/
	background: url("../images/d.png") no-repeat center 11px;
}

#history .list .item:hover .bt {
	color: #000;
	background: url("../images/dh.png") no-repeat top center;
}

#history .list .slick-current .bt {
	color: #000;
	background: url("../images/dh.png") no-repeat top center;
}

.inside-about .box-3 {
	padding: 120px 0;
}

.inside-about .box-3 .slick-prev,
.inside-about .box-3 .slick-next {
	height: 50px;
	width: 50px;
	margin-top: -25px;
	border: 0 !important;
	border-radius: 50%;
	z-index: 6;
	transition: 0.3s;
	background: #cccccc;
}

.inside-about .box-3 .slick-prev {
	left: 0;
}

.inside-about .box-3 .slick-next {
	right: 0;
}

.inside-about .box-3 .slick-prev:before,
.inside-about .box-3 .slick-next:before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: -7px 0 0 -12px;
	z-index: 6;
	content: '';
	display: block;
}

.inside-about .box-3 .slick-prev:after,
.inside-about .box-3 .slick-next:after {
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: -1;
	border-radius: 50%;
	content: '';
	background: #fdd300;
	opacity: 0.5;
	transition: 0.3s;
	display: block;
}

.inside-about .box-3 .slick-prev:before {
	transform: rotate(135deg);
	margin-left: -4px;
}

.inside-about .box-3 .slick-next:before {
	transform: rotate(-45deg);
}

.inside-about .box-3 .slick-prev:hover,
.inside-about .box-3 .slick-next:hover {
	background: none;
}

.inside-about .box-3 .slick-prev:hover:after,
.inside-about .box-3 .slick-next:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.inside-about .box-3 .scroll {
	margin-top: 20px;
	padding: 0 50px;
}

.inside-about .box-3 .scroll .slick-slide {
	padding: 20px 0;
}

.inside-about .box-3 .scroll dl {
	margin: 0 10px;
	border: solid 10px transparent;
	cursor: pointer;
	transition: 0.5s;
}

.inside-about .box-3 .scroll dt {
	position: relative;
	overflow: hidden;
}

.inside-about .box-3 .scroll dt img {
	transition: 0.5s;
}

.inside-about .box-3 .scroll dt:after {
	content: "";
	display: block;
	padding-bottom: 67.52136752%;
}

@media (min-width: 1025px) {
	.inside-about .box-3 .scroll dl:hover {
		border: solid 10px #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	.inside-about .box-3 .scroll dl:hover dt img {
		transform: scale(1.04);
	}
}

@media (max-width: 1000px) {
	.inside-about .box-3 {
		padding: 50px 0;
	}

	.inside-about .box-3 .scroll {
		margin-top: 30px;
		padding: 0 30px;
	}
}

.inside-about .box-4 {
	padding: 60px 0;
}

.inside-about .box-4 .slick-prev,
.inside-about .box-4 .slick-next {
	height: 50px;
	width: 50px;
	margin-top: -25px;
	border: 0 !important;
	z-index: 6;
	transition: 0.3s;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
}

.inside-about .box-4 .slick-prev {
	left: 30px;
}

.inside-about .box-4 .slick-next {
	right: 30px;
}

.inside-about .box-4 .slick-prev:before,
.inside-about .box-4 .slick-next:before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: -7px 0 0 -12px;
	z-index: 6;
	content: '';
	display: block;
}

.inside-about .box-4 .slick-prev:after,
.inside-about .box-4 .slick-next:after {
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: -1;
	content: '';
	background: #fdd300;
	opacity: 0.5;
	transition: 0.3s;
	display: block;
	border-radius: 5px;
}

.inside-about .box-4 .slick-prev:before {
	transform: rotate(135deg);
	margin-left: -4px;
}

.inside-about .box-4 .slick-next:before {
	transform: rotate(-45deg);
}

.inside-about .box-4 .slick-prev:hover,
.inside-about .box-4 .slick-next:hover {
	background: none;
}

.inside-about .box-4 .slick-prev:hover:after,
.inside-about .box-4 .slick-next:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.inside-about .box-4 .scroll {
	margin-top: 40px;
}

.inside-about .box-4 .scroll dl {
	cursor: pointer;
	transition: 0.5s;
}

.inside-about .box-4 .scroll dt {
	position: relative;
	overflow: hidden;
}

.inside-about .box-4 .scroll dt img {
	transition: 0.5s;
}

.inside-about .box-4 .scroll dt:after {
	content: "";
	display: block;
	padding-bottom: 38.88888889%;
}

@media (min-width: 1025px) {
	.inside-about .box-4 .scroll dl:hover dt img {
		transform: scale(1.04);
	}
}

.inside-page {
	margin-top: 70px;
	font-size: 16px;
	text-align: center;
}

.inside-page a {
	margin-left: 4px;
	display: inline-block;
}

.inside-page a.prev,
.inside-page a.next {
	color: #666;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	padding: 5px 20px;
}

.inside-page a.prev:hover {
	color: #fdd300;
	border: 1px solid #fdd300;
}

.inside-page .num {
	height: 50px;
	color: #000;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-family: arial;
}

.inside-page .num:hover,
.inside-page .num.cpb,
.inside-page .num.active {
	border-radius: 100%;
	border: solid 2px #fdd300;
}

.inside-page span {
	height: 50px;
	color: #000;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-family: arial;
	border-radius: 100%;
	border: solid 2px #fdd300;
	margin-left: 4px;
	display: inline-block;
}

.inside-page .last {
	width: 52px;
	font-size: 14px;
	background: #fdd300;
}

@media (max-width: 780px) {
	.inside-page {
		font-size: 14px;
		margin-top: 20px;
	}

	.inside-page .num {
		display: none;
	}

	.inside-page span {
		display: none;
	}
}

.inside-news {
	padding-top: 30px;
}

.inside-news li {
	margin-top: 40px;
}

.inside-news-show {
	padding-top: 60px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.inside-news-show h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.inside-news-show .tag {
	font-size: 15px;
	line-height: 44px;
	height: 46px;
	overflow: hidden;
	margin: 30px 0;
	color: #999;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

.inside-news-show .tag span {
	padding: 0 50px;
	display: inline-block;
}

@media (max-width: 1200px) {
	.inside-news-show {
		padding-top: 40px;
		font-size: 14px;
		line-height: 24px;
	}

	.inside-news-show h1 {
		font-size: 20px;
		line-height: 30px;
		height: auto;
	}
}

.inside-page-news {
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
}

.inside-page-news ul {
	height: 48px;
	line-height: 48px;
	background: #f3f3f3;
	position: relative;
}

.inside-page-news li {
	width: 42.2%;
	float: left;
	height: 48px;
	color: #333;
	font-size: 16px;
	padding: 0 30px;
	overflow: hidden;
}

.inside-page-news li a {
	color: #333;
	-webkit-transition: all 0s;
	transition: all 0s;
}

.inside-page-news li:last-child {
	float: right;
}

.inside-page-news li:hover {
	color: #fff;
	background: #fdd300;
}

.inside-page-news li:hover a {
	color: #ffffff;
}

.inside-page-news .fanhui {
	top: 0;
	left: 50%;
	width: 200px;
	color: #333;
	text-align: center;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	vertical-align: top;
	line-height: 48px;
	margin-left: -100px;
	position: absolute;
}

.inside-page-news .fanhui:before {
	content: "";
	width: 23px;
	height: 18px;
	vertical-align: top;
	margin: 15px 10px 0 0;
	background: url(../images/fanhui-hui.png) center left no-repeat;
	display: inline-block;
}

.inside-page-news .fanhui:hover {
	color: #fff;
	background: #fdd300;
}

.inside-page-news .fanhui:hover:before {
	background: url(../images/fanhui.png) center left no-repeat;
}

@media (max-width: 640px) {
	.inside-page-news {
		margin: 30px 0;
	}

	.inside-page-news ul {
		height: auto;
		overflow: hidden;
	}

	.inside-page-news li {
		width: 100%;
		float: none;
		border-bottom: solid 1px #ffffff;
	}

	.inside-page-news .fanhui {
		left: auto;
		width: 100%;
		display: block;
		margin-left: auto;
		text-align: left;
		padding-left: 30px;
		position: relative;
		color: #fff;
		background: #fdd300;
	}

	.inside-page-news .fanhui:before {
		background: url(../images/fanhui.png) center left no-repeat;
	}
}

.inside-product {
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 60px;
}

.inside-product .nr {
	padding: 60px;
}

.inside-product .nr .list1 {
	text-align: center;
	margin-bottom: 60px;
}

.inside-product .nr .list1 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 80px;
}

.inside-product .nr .list1 ul li a {
	font-size: 26px;
	color: #999;
	max-width: 200px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.inside-product .nr .list1 ul li:hover a {
		color: #000;
	}
}

.inside-product .nr .list1 ul .active a {
	color: #000;
}

.inside-product .nr .prolist1 li {
	width: 33.33333333%;
	float: left;
	padding: 0 30px;
	margin-bottom: 40px;
	text-align: center;
}

.inside-product .nr .prolist1 li .pic {
	position: relative;
	overflow: hidden;
}

.inside-product .nr .prolist1 li .pic img {
	transition: 0.5s;
}

.inside-product .nr .prolist1 li .pic:after {
	padding-bottom: 100%;
	content: '';
	display: block;
}

.inside-product .nr .prolist1 li .bt {
	font-size: 18px;
	padding-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.inside-product .nr .prolist1 li .bt:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #fdd300;
	margin: 10px auto;
	transition: 0.5s;
}

@media (min-width: 1025px) {
	.inside-product .nr .prolist1 li:hover .pic img {
		transform: scale(1.04);
	}

	.inside-product .nr .prolist1 li:hover .bt:after {
		width: 60px;
		transition: 0.5s;
	}
}

@media (max-width: 1200px) {
	.inside-product {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.inside-product .leftbox {
	float: left;
	width: 23.5%;
	position: relative;
}

.inside-product .leftbox .title {
	color: #fff;
	height: 118px;
	text-align: center;
	line-height: 118px;
	font-size: 28px;
	font-weight: 700;
	background: #fdd300;
}

.inside-product .leftbox .tel {
	margin-top: 23px;
	padding: 15px 0 20px 0;
	position: relative;
	border-top: solid 2px #0054a6;
	border-bottom: solid 1px #d0d0d0;
}

.inside-product .leftbox .tel p {
	font-size: 16px;
	color: #4e4e4e;
	text-transform: uppercase;
}

.inside-product .leftbox .tel span {
	color: #fff;
	padding: 0 30px;
	line-height: 32px;
	border-radius: 30px;
	background: #fdd300;
	display: inline-block;
	font-size: 23px;
	font-family: "DIN-Medium";
}

.inside-product .leftbox ul {
	border: solid 1px #e2e2e2;
	padding: 10px 7px;
	padding-bottom: 20px;
}

.inside-product .leftbox li {
	font-size: 18px;
	margin: 2px 0;
	position: relative;
}

.inside-product .leftbox li:before {
	top: 17px;
	right: 20px;
	content: "";
	opacity: 1;
	position: absolute;
	border-left: solid 10px #fff;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
}

.inside-product .leftbox li>a {
	color: #333;
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	padding-left: 27px;
	padding-right: 30px;
	border-left: solid 5px #ffffff;
}

.inside-product .leftbox li span {
	display: block;
	z-index: 2;
	padding-right: 10px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.inside-product .leftbox li .submenu {
	padding: 20px 30px 0 30px;
	display: none;
}

.inside-product .leftbox li .submenu a {
	color: #666;
	height: 50px;
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 50px;
	position: relative;
}

.inside-product .leftbox li .submenu a:before {
	content: "";
	width: 4px;
	height: 4px;
	margin-top: 22px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	background: #ddd;
	border-radius: 100%;
}

.inside-product .leftbox li .submenu a:hover,
.inside-product .leftbox li .submenu a.cur {
	font-weight: 700;
	color: #fdd300;
}

.inside-product .leftbox li .submenu a:hover:before {
	background: #fdd300;
}

.inside-product .leftbox li:hover>a,
.inside-product .leftbox .cur>a {
	color: #fff;
	background: #333;
	border-left: solid 5px #333333;
}

.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: 72%;
	float: right;
}

@media (max-width: 768px) {
	.inside-product .rightbox {
		width: 100%;
		float: none;
	}
}

.inside-product .rightbox h2 {
	color: #2e2e2f;
	font-size: 25px;
	line-height: 49px;
	font-weight: normal;
	position: relative;
	height: 50px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: solid 1px #eeeeee;
}

.inside-product .rightbox h2:before {
	top: 15px;
	left: 0;
	width: 6px;
	height: 20px;
	content: "";
	z-index: 3;
	border-radius: 3px;
	position: absolute;
	background: #fdd300;
}

@media (max-width: 1200px) {
	.inside-product .rightbox h2 {
		font-size: 20px;
	}
}

.inside-product .rightbox .list {
	margin: 0 -15px;
}

.inside-product .rightbox .list li {
	padding: 0 15px;
	margin-top: 40px;
	text-align: center;
	background: #fff;
	width: 33.333%;
	float: left;
}

.inside-product .rightbox .list li a {
	display: block;
	padding: 30px 0;
	box-shadow: 0 0 10px #eeeeee;
}

.inside-product .rightbox .list li .pic {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.inside-product .rightbox .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.inside-product .rightbox .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.inside-product .rightbox .list li .tit,
.inside-product .rightbox .list li .txt {
	padding: 0 50px;
}

.inside-product .rightbox .list li .tit {
	font-size: 20px;
	color: #333;
	height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	margin-top: 20px;
}

.inside-product .rightbox .list li .txt {
	color: #333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}

.inside-product .rightbox .list li .more {
	padding: 0 15px;
	color: #c0c0c0;
	margin-top: 15px;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #c0c0c0;
}

.inside-product .rightbox .list li .more img {
	margin: 10px 0 0 10px;
	display: inline-block;
}

@media (max-width: 640px) {
	.inside-product .rightbox .list li {
		width: 50%;
	}
}

.inside-product .rightbox .list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.inside-product .rightbox .list li:hover .tit {
	color: #fdd300;
}

.inside-product .rightbox .list li:hover .more {
	color: #fdd300;
	border-color: #fdd300;
}

@media (max-width: 480px) {
	.inside-product .rightbox .list {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 20px;
	}

	.inside-product .rightbox .list li {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.inside-product-show {
	padding-bottom: 60px;
}

.inside-product-show .box-1 {
	padding-top: 30px;
	padding-bottom: 40px;
}

.inside-product-show .box-1 .left-hezi {
	width: 40%;
	float: left;
}

.inside-product-show .box-1 .left-hezi .bigimg {
	background: #fff;
	border: solid 1px #eeeeee;
}

.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: 100%;
}

.inside-product-show .box-1 .left-hezi .small {
	margin-top: 15px;
}

.inside-product-show .box-1 .left-hezi .small span {
	margin: 0 5px;
	background: #fff;
	border: solid 1px #fff;
	display: block;
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.inside-product-show .box-1 .left-hezi .small span:after {
	content: "";
	display: block;
	padding-bottom: 70%;
}

.inside-product-show .box-1 .left-hezi .small .slick-current span {
	border-color: #fdd300;
	border-width: 2px;
}

.inside-product-show .box-1 .right-hezi {
	width: 55%;
	float: right;
}

.inside-product-show .box-1 .right-hezi h1 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: solid 1px #eeeeee;
}

.inside-product-show .box-1 .right-hezi .txt {
	padding-top: 20px;
}

.inside-product-show .box-1 .right-hezi .button {
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	background: #fdd300;
	margin-top: 30px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	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;
		margin-top: 40px;
	}

	.inside-product-show .box-1 .right-hezi h1 {
		font-size: 20px;
	}
}

.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: 50px 0 30px 0;
}

.inside-product-show .box-2 .title-2:before {
	content: "";
	width: 134px;
	height: 116px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/yq.png) no-repeat top center;
}

.inside-product-show .box-2 .t-yuan {
	padding-left: 15px;
	position: relative;
}

.inside-product-show .box-2 .t-yuan:before {
	top: 14px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #eee;
	position: absolute;
}

.inside-product-show .box-2 .list-2 {
	border: solid 1px #eeeeee;
}

.inside-product-show .box-2 .list-2 li {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
	background: url(../images/line.jpg) repeat-y;
}

.inside-product-show .box-2 .list-2 li span {
	width: 20%;
	float: left;
	color: #fff;
	padding-left: 30px;
}

.inside-product-show .box-2 .list-2 li p {
	float: left;
	width: 78%;
	padding-left: 30px;
}

@media (max-width: 1400px) {
	.inside-product-show .box-2 .list-2 li span {
		width: 22%;
	}
}

@media (max-width: 1024px) {
	.inside-product-show .box-2 .list-2 li {
		padding: 0;
		background: none;
	}

	.inside-product-show .box-2 .list-2 li span {
		color: #666;
		width: 100%;
		display: block;
		padding: 10px;
		float: none;
		padding-left: 30px;
		background: #f8f8f8;
	}

	.inside-product-show .box-2 .list-2 li p {
		width: 100%;
		float: none;
		padding: 10px 30px;
	}
}

@media (max-width: 640px) {
	.inside-product-show .box-2 {
		font-size: 14px;
		line-height: 24px;
	}

	.inside-product-show .box-2 .title-2 {
		font-size: 20px;
	}
}

.inside-product-show .box-3 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.inside-product-show .box-3 .title-2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	position: relative;
	padding: 50px 0 30px 0;
}

.inside-product-show .box-3 .title-2:before {
	content: "";
	width: 134px;
	height: 116px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/yq.png) no-repeat top center;
}

.inside-product-show .box-3 li {
	height: 74px;
	line-height: 74px;
	overflow: hidden;
	font-size: 16px;
	padding-left: 50px;
	background: url(https://www.solarborn.com/template/index/pc/images/dow-3.png) no-repeat left 20px;
	border-bottom: solid 1px #dddddd;
}

.inside-product-show .box-3 li span {
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 18px;
	vertical-align: top;
	display: inline-block;
	background: url(https://www.solarborn.com/template/index/pc/images/dd1.png) no-repeat right center;
}

.inside-product-show .box-3 li:hover {
	background: url(https://www.solarborn.com/template/index/pc/images/dow-4.png) no-repeat left 20px;
}

.inside-product-show .box-3 li:hover span {
	background: url(https://www.solarborn.com/template/index/pc/images/dd1.png) no-repeat right center;
	background: url(https://www.solarborn.com/template/index/pc/images/dd2.png) no-repeat right center;
}

.inside-product-show .fanhui {
	float: right;
	color: #fff;
	margin-top: 30px;
	padding: 5px 17px;
	border-radius: 5px;
	display: inline-block;
	background: #fdd300;
}

.inside-product-show .fanhui img {
	margin: 6px 10px 0 0;
}

.inside-product-show .fanhui:hover {
	background: #0372e4;
}

.inside-contact .leftbox {
	width: 40%;
	float: left;
	font-size: 18px;
	padding-top: 80px;
}

.inside-contact .leftbox .title {
	color: #fdd300;
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-weight: 700;
}

.inside-contact .leftbox p {
	margin-top: 30px;
}

.inside-contact .rightbox {
	width: 50%;
	float: right;
	padding: 70px 40px;
	background-color: #f8f8f8;
}

.inside-contact .rightbox .title {
	color: #333;
	font-size: 20px;
	line-height: 40px;
}

.inside-contact .rightbox ul {
	padding-top: 30px;
}

.inside-contact .rightbox li {
	margin-top: 10px;
}

.inside-contact .rightbox li label {
	color: #666;
	font-size: 14px;
	display: block;
}

.inside-contact .rightbox li i {
	color: #ff3300;
}

.inside-contact .rightbox li input,
.inside-contact .rightbox li textarea {
	width: 100%;
	height: 40px;
	padding: 10px;
	font-family: arial;
	margin-top: 10px;
	border: solid 1px #dddddd;
}

.inside-contact .rightbox li textarea {
	height: 80px;
	resize: none;
}

.inside-contact .rightbox li input:focus,
.inside-contact .rightbox li textarea:focus {
	border-color: #fdd300;
}

.inside-contact .rightbox li:first-child {
	margin-top: 0;
}

.inside-contact .rightbox .button a {
	color: #fff;
	padding: 5px 40px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	background: #fdd300;
}

@media (max-width: 1000px) {
	.inside-contact {
		background: none;
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.inside-contact .leftbox,
	.inside-contact .rightbox {
		width: 100%;
		float: none;
		padding-top: 0;
		padding-right: 0;
	}

	.inside-contact .rightbox {
		padding: 30px;
		margin-top: 30px;
		background: #f8f8f8;
	}

	.inside-contact .leftbox .title {
		padding-bottom: 0;
		font-size: 24px;
		line-height: 30px;
	}

	.inside-contact .leftbox p {
		margin-top: 20px;
	}
}

.inside-video {
	padding: 50px 0 70px 0;
}

.inside-video ul {
	margin: 0 -25px;
}

.inside-video li {
	width: 33.333%;
	float: left;
	padding: 25px;
}

.inside-video li a {
	display: block;
	position: relative;
}

.inside-video li a span {
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -24px;
	margin-top: -34px;
	position: absolute;
}

.inside-video li .pic {
	position: relative;
}

.inside-video li .pic:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}

.inside-video li .pic::after {
	content: "";
	display: block;
	padding-bottom: 54%;
}

.inside-video li .tit {
	height: 24px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 640px) {
	.inside-video {
		padding: 30px 0;
	}

	.inside-video ul {
		margin-left: -5px;
		margin-right: -5px;
	}

	.inside-video li {
		width: 50%;
		padding: 10px;
	}
}

.inside-job {
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
}

.inside-job .tag {
	color: #333;
	padding-top: 80px;
	line-height: 30px;
	font-size: 18px;
}

.inside-job .tag span {
	color: #fdd300;
}

.inside-job .tag img {
	margin-right: 10px;
}

.inside-job .pic {
	padding-bottom: 40px;
	overflow: hidden;
}

.inside-job .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.inside-job .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.inside-job .tit {
	height: 95px;
	margin-top: 15px;
	padding: 15px 30px;
	background: #fafafa;
	cursor: pointer;
}

.inside-job .date {
	width: 7%;
	float: left;
	color: #fff;
	text-align: center;
	font-family: arial;
	background: #fdd300;
}

.inside-job .date span {
	display: block;
}

.inside-job .date .arrow {
	height: 19px;
	background: url(../images/job-arrow.png) no-repeat right center #c7c7c7;
}

.inside-job .date .riqi {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
}

.inside-job .wenzi {
	width: 60%;
	float: left;
	color: #999;
	font-size: 15px;
	padding-left: 17px;
}

.inside-job .wenzi p {
	height: 24px;
	overflow: hidden;
}

.inside-job .wenzi p:first-child {
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}

.inside-job .add {
	width: 140px;
	float: right;
	color: #333;
	line-height: 45px;
	position: relative;
	margin-top: 5px;
	font-size: 18px;
}

.inside-job .add:after {
	content: "";
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	background: url(../images/jia.png) no-repeat center center #ffffff;
}

.inside-job .txt {
	color: #333;
	font-size: 15px;
	background: #f7f7f7;
	display: none;
	padding: 30px 20px 110px 130px;
}

.inside-job .font18 {
	font-size: 18px;
}

.inside-job .font18 span {
	padding-left: 30px;
}

.inside-job .font20 {
	font-size: 20px;
	margin: 30px 0 10px 0;
	position: relative;
}

.inside-job .font20:before {
	content: "";
	width: 5px;
	height: 5px;
	margin: 10px 10px 0 0;
	vertical-align: top;
	display: inline-block;
	background: #333;
	border-radius: 100%;
}

.inside-job .youxiang {
	margin-top: 10px;
	max-width: 790px;
	padding: 15px 20px 10px 25px;
	background: #ecebeb;
	color: #fdd300;
	border-radius: 30px;
}

.inside-job .youxiang a {
	color: #fdd300;
}

.inside-job .active .date .arrow {
	background: url(../images/job-arrow-h.png) no-repeat right center #c7c7c7;
}

.inside-job .active .add:after {
	background: url(../images/jian.png) no-repeat center center #fdd300;
}

@media (max-width: 740px) {
	.inside-job {
		padding: 20px 0 40px 0;
	}

	.inside-job .tit {
		padding-right: 20px;
	}

	.inside-job .date {
		display: none;
	}

	.inside-job .wenzi {
		width: 70%;
		padding-left: 0;
	}

	.inside-job .txt {
		padding-bottom: 40px;
	}

	.inside-job .youxiang {
		border-radius: 5px;
	}

	.inside-job .add {
		width: 30%;
		font-size: 14px;
		text-align: right;
	}

	.inside-job .add:after {
		display: none;
	}

	.inside-job .wenzi p:first-child {
		font-size: 16px;
	}

	.inside-job .txt {
		padding-left: 20px;
	}
}

.map {
	margin: 0 auto;
	padding: 30px 0;
}

.map dl {
	overflow: hidden;
	line-height: 30px;
	padding: 20px;
}

.map dt {
	float: left;
	width: 10%;
	color: #333;
	font-size: 16px;
}

.map dt a {
	color: #000;
	display: block;
}

.map dd {
	overflow: hidden;
	float: left;
	width: 85%;
}

.map dd .p2 {
	padding: 0 0 0 20px;
	clear: both;
}

.map dd .p2 a {
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.map dd .p2 a:hover {
	color: #fdd300;
}

.map dd div {
	clear: both;
	overflow: hidden;
	padding: 0 20px 0 10px;
}

.map dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px;
}

.map dd div a:hover {
	background: #fdd300;
	color: #ffffff;
}

@media (max-width: 767px) {
	.map dl {
		margin: 20px;
	}

	.map dt {
		width: 100%;
	}
}

.inside-video-show {
	padding-top: 40px;
}

.inside-video-show .container {
	width: 800px;
	margin: 0 auto;
}

@media (max-width: 800px) {
	.inside-video-show .container {
		width: 100%;
	}
}

.inside-video-show li {
	width: 100%;
}

.inside-video-show li .tit {
	margin-top: 20px;
	font-size: 18px;
}

.messagePopup {
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	max-width: 280px;
	display: none;
}

@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: #0061c2;
	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;
	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;
	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: #0061c2;
	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.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity 0.3s, visibility 0.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);
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity 0.3s, visibility 0.3s;
}

#searchPopup>.container {
	position: relative;
	padding-right: 50px;
}

#searchPopup.searchPopup-visible {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slideInDown .3s;
	animation: slideInDown 0.3s;
}

#searchPopup.searchPopup-visible .close {
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	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: .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: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

#searchPopup .close img {
	max-height: 20px;
	margin-top: 15px;
	-webkit-transition: all 500ms ease;
	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: #ffffff;
}

#searchPopup input[type="text"]::-webkit-search-cancel-button {
	display: none;
}

/**********IE8***********/
.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(https://www.solarborn.com/template/index/pc/images/ie_sosad.png) no-repeat center 35% #ffffff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80;
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: Arial;
	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(https://www.solarborn.com/template/index/pc/images/closed.png) no-repeat center center;
	cursor: pointer;
}

.fixed-bar {
	position: fixed;
	right: 10px;
	width: 50px;
	z-index: 9;
	display: none;
}

@media (max-width: 1200px) {
	.fixed-bar {
		display: none;
	}
}

.fixed-bar li {
	width: 50px;
	height: 50px;
	background-color: #384347;
	margin-bottom: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: 0.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: 13px;
}

.fixed-bar .mail p a {
	color: #ffffff;
}

.fixed-bar .wapp {
	background: #384347 url('../images/f-whatapp.png') no-repeat center;
}

.fixed-bar .wapp a {
	width: 50px;
	height: 50px;
	display: block;
}

.fixed-bar .wapp:hover {
	background: #fdd300 url('../images/f-whatapp.png') no-repeat center;
}

.fixed-bar .skype {
	background: #384347 url('https://www.solarborn.com/template/index/pc/images/skype.png') no-repeat center;
}

.fixed-bar .skype a {
	width: 50px;
	height: 50px;
	display: block;
}

.fixed-bar .skype:hover {
	background: #fdd300 url('https://www.solarborn.com/template/index/pc/images/skype.png') no-repeat center;
}

.fixed-bar .mail p a {
	color: #ffffff;
}

.fixed-bar li:hover p {
	left: -179px;
	width: 190px;
	background-color: #fdd300;
}

.fixed-bar .mail:hover {
	background-color: #fdd300;
}

.fixed-bar .fixed-facebook {
	background: #fdd300 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: #fdd300 url('../images/ico-facebook.png') no-repeat center;
}

.home-product {
	position: relative;
}

.home-product .show .info {
	position: relative;
}

.home-product .show .info .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-product .show .info .text {
	text-align: right;
	float: right;
	width: 36.5%;
	padding-top: 350px;
}
.home-product .show .info:nth-child(3) .text{
	width: 46.5%;
}

.home-product .show .info:nth-child(2n) .text {
	text-align: left;
	float: left;
	width:40%;
}

.home-product .show .info .text .bt {
	font-family: "Roboto-Bold";
	font-size: 48px;
	line-height: 1.5;
	color: #4d4d4d;
	margin-bottom: 24px;
}

.home-product .show .info .text .jsh {
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	color: #43515f;
	font-family: "Roboto-Light";
}

.home-product .show .info .text .more {
	width: 157px;
	height: 42px;
	border-radius: 20px;
	box-shadow: 0 0 0 2px #fdd300 inset;
	outline: 2px solid fdd300;
	line-height: 42px;
	font-size: 16px;
	color: #fdd300;
	text-align: left;
	padding-left: 15px;
	float: right;
	margin-top: 43px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home-product .show .info .text .more:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 14px;
	background: url("../images/more.png") no-repeat center center;
	z-index: 2;
	margin-top: -7px;
}

.home-product .show .info .text .more:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fdd300;
	height: 200px;
	width: 200px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.home-product .show .info:nth-child(2n) .text .more {
	float: left;
}

@media (min-width: 1025px) {
	.home-product .show .info .text:hover .more {
		color: #fff;
	}

	.home-product .show .info .text:hover .more:before {
		transform: translate(-50%, -50%) scale(1);
	}

	.home-product .show .info .text:hover .more:after {
		background: url("../images/more1.png") no-repeat center center;
	}
}

.home-product .show .slick-current .text {
	transition: 2s;
	animation: fadeInRight 2s;
}

.h-nav {
	position: absolute;
	top: 156px;
	left: 0;
	width: 100%;
	z-index: 3;
}

.h-nav:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #fff;
	position: absolute;
	top: 118px;
	left: 0;
}

.h-nav ul li {
	width: 33.333333%;
	float: left;
	text-align: center;
}

.h-nav ul li .pic {
	position: relative;
	overflow: hidden;
	width: 110px;
	margin: 0 auto;
}

.h-nav ul li .pic:after {
	padding-bottom: 100%;
	display: block;
	content: '';
}

.h-nav ul li .pic .vh {
	display: none;
}

.h-nav ul li .dot {
	width: 19px;
	height: 19px;
	display: block;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}

.h-nav ul li .dot .circle {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.h-nav ul li .dot .circle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	background: #fff;
	margin: auto;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.h-nav ul li .dot-07 .circle:after {
	animation: ripple 4500ms ease-out 600ms infinite;
}

.h-nav ul li .dot-07 .circle-02:after {
	animation: ripple 2500ms ease-out 600ms infinite;
}

.h-nav ul li .dot-07 .circle-03:after {
	animation: ripple 3500ms ease-out 600ms infinite;
}

.h-nav ul .slick-current .pic .vh {
	display: block;
}

.h-nav ul .slick-current .pic .v {
	display: none;
}

.h-nav ul .slick-current .dot .circle:after {
	background: #fdd300;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.home-main {
	line-height: 1.5;
}

.home-title {
	color: #fff;
	z-index: 4;
}

.home-title h3 {
	font-family: "Roboto-Bold";
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 4px;
	color: #fcfcfd;
}

.home-title h3 span {
	color: #fdd300;
	font-family: arial;
}

.home-title p {
	font-size: 20px;
	font-family: "Roboto-Regular";
}

.home-solution {
	position: relative;
}

.home-solution .home-title {
	position: absolute;
	top: 132px;
	left: 0;
	width: 100%;
	z-index: 4;
}

.s-nav {
	position: absolute;
	top: 334px;
	left: 12%;
	z-index: 5;
	width: 260px;
}

.s-nav li {
	margin-bottom: 60px;
}

.s-nav li a {
	color: #999;
	max-width: 260px;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	display: block;
	transition: 0.4s;
}

.s-nav li a:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #999;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.s-nav li a:before {
	content: '';
	display: block;
	width: 1px;
	height: 0;
	background: #fdd300;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.5s;
}

.s-nav li a span {
	font-size: 18px;
	letter-spacing: 1px;
}

.s-nav li a p {
	font-family: Roboto-Regular;
	font-size: 16px;
	text-transform: uppercase;
}

.s-nav li:hover a {
	color: #fff;
	padding-left: 30px;
}

.s-nav li:hover a:before {
	height: 100%;
	width: 2px;
}

.s-nav .slick-current a {
	color: #fff;
	padding-left: 30px;
}

.s-nav .slick-current a:before {
	height: 100%;
	width: 2px;
	background: #fdd300;
}

.datu .item {
	position: relative;
}

.datu .item .text {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}

.datu .item .bt {
	font-family: Roboto-Light;
	font-size: 100px;
	line-height: 110px;
	letter-spacing: 3px;
	color: #ffffff;
	position: relative;
	float: right;
	width: 57%;
}

.datu .item .bt span {
	width: 27px;
	height: 27px;
	display: inline-block;
	text-align: center;
	margin-top: 63px;
	vertical-align: top;
	position: relative;
}

.datu .item .bt span img {
	margin: 0 auto;
	margin-top: 6px;
}

.datu .item .bt span:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: dashed 1px #f0f4f7;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	animation: zhuanquan 10s linear 0s infinite;
}

.datu .slick-current .text .bt {
	transition: 2s;
	animation: fadeInRight 2s;
}

@keyframes zhuanquan {
	100% {
		transform: rotate(360deg);
	}
}

.home-value {
	position: relative;
}

.home-value .item {
	position: relative;
}

.home-value .item .hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-54%);
}

.home-value .item .hover .text {
	float: right;
	max-width: 41%;
}

.home-value .item .hover .bt {
	font-family: Roboto-Bold;
	font-size: 48px;
	line-height: 45px;
	color: #fefefe;
	margin-bottom: 21px;
}

.home-value .item .hover .jsh {
	font-size: 16px;
	line-height: 30px;
	color: #fefefe;
	margin-bottom: 57px;
}

.home-value .item .hover .more {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 54px;
	color: #fff;
	display: inline-block;
	padding-right: 51px;
	display: none;
	background: url("../images/more2.png") no-repeat right center;
}

.home-value .item .hover1 .text {
	float: left;
}

.home-value .item .hover2 {
	transform: translateY(-70%);
}

.home-value .item .hover2 .bt {
	color: #4d4d4d;
}

.home-value .item .hover2 .jsh {
	color: #666666;
}

.home-value .item .hover2 .more {
	color: #fdd300;
	background: url("../images/more2h.png") no-repeat right center;
	float: right;
}
.home-value .item .hover3 .text {
	float: right;
	max-width: 32%;
}

.home-value .slick-current .hover .text {
	transition: 2s;
	animation: fadeInLeft 2s;
}

.second-nav {
	text-align: center;
	padding-top: 29px;
}

.second-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}

.second-nav li a {
	color: #333;
	/*color: rgba(0, 0, 0, 0.5);*/
	max-width: 210px;
	line-height: 40px;
	border-radius: 30px;
	border: 1px solid #dcdddd;
	display: block;
	padding: 0 25px;
	min-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.second-nav .active a {
	background: #fdd300;
	color: #fff;
	border: 1px solid #fdd300;
}

.home-news {
	padding: 75px 0 81px 0;
	background: #f6f9fb;
}

.home-news .home-title {
	text-align: center;
}

.home-news .home-title h3 {
	color: #333;
}

.home-news .show {
	padding-top: 23px;
}

.home-news .show .info {
	display: none;
}

.home-news .show .info .slick-prev,
.home-news .show .info .slick-next {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background-color: #ebebeb;
	background-image: url(../images/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.home-news .show .info .slick-prev:before,
.home-news .show .info .slick-next:before {
	content: '';
}

@media (min-width: 1025px) {

	.home-news .show .info .slick-prev:hover,
	.home-news .show .info .slick-next:hover {
		background-color: #fdd300;
		background-image: url(../images/footer-arrowh.png);
	}
}

.home-news .show .info .slick-prev {
	left: -50px;
	transform: rotate(180deg);
}

.home-news .show .info .slick-next {
	right: -50px;
}

.newslist {
	margin: 0 -13px;
}

.newslist li {
	width: 33.33333333%;
	float: left;
	padding: 30px 13px;
}

.newslist li .pic {
	position: relative;
	overflow: hidden;
}

.newslist li .pic img {
	transition: 0.5s;
}

.newslist li .pic:after {
	padding-bottom: 57.89473684%;
	display: block;
	content: '';
}

.newslist li .box {
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #c9caca;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.newslist li .bt {
	font-size: 16px;
	line-height: 24px;
	color: #221815;
	overflow: hidden;
	height: 48px;
	margin-bottom: 25px;
}

.newslist li .text {
	padding: 29px 29px 22px 29px;
}

.newslist li .more {
	line-height: 40px;
	font-size: 16px;
	color: #f0b924;
	text-transform: uppercase;
}

.newslist li .more span {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: dashed 1px #b5b5b6;
	background: url("../images/more.png") no-repeat center center;
}

@media (min-width: 1025px) {
	.newslist li:hover .box {
		border-color: #fdd300;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	}

	.newslist li:hover .pic img {
		transform: scale(1.04);
	}

	.newslist li:hover .more span {
		border: dashed 1px #fdd300;
		background: url("../images/more3.png") no-repeat center center;
	}
}

.home-about {
	padding: 69px 0;
	background: url("../images/global1.webp") no-repeat top center;
	background-size: cover;
}

.home-about .home-title {
	text-align: center;
}

.home-about .ajsh {
	color: #fff;
	text-align: center;
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	width: 79%;
	margin: 23px auto;
}

.home-about .img {
	width: 985px;
	height: 498px;
	position: relative;
	left: 50%;
	margin-left: -492px;
	float: left;
}

.home-about .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home-about .img1 {
	display: none;
}

.home-about .img .globalMap {
	width: 100%;
	height: 863px;
	position: relative;
}

.home-about .img .area {
	position: absolute;
	width: 120px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: transform 2s linear;
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	-o-transition: transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
}

.home-about .img .area .bt {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	text-align: right;
	width: 120px;
	font-size: 16px;
	color: transparent;
}

.home-about .img .area .text {
	box-shadow: 0 0 57px rgba(0, 33, 51, 0.35);
	background: #fff;
	margin-left: -135px;
	opacity: 0;
	display: none;
	position: relative;
	cursor: pointer;
	z-index: 4;
	width: 330px;
	margin-top: -125px;
	animation: 0.6s fadeInDown2 alternate;
}

.home-about .img .area .text .des {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 25px;
}

.home-about .img .area .text .des a {
	color: #333;
}

.home-about .img .area .text .des h3 {
	font-size: 18px;
}

.home-about .img .area .text .des p {
	padding-left: 20px;
	position: relative;
}

.home-about .img .area .text .des p:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #fdd300;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}

.home-about .img .area.active .text {
	opacity: 1;
	display: block;
	z-index: 9;
	position: relative;
}

.home-about .img .area.active .text:after {
	content: '';
	display: block;
	width: 100%;
	background: url("../images/dot1.png") no-repeat center center;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 0;
}

.home-about .img .area .name {
	position: absolute;
	z-index: 9;
	top: 30px;
	left: 50px;
	font-size: 12px;
	cursor: initial;
}

.home-about .img .area .name:hover {
	color: #333333;
}

.home-about .img .area .dot {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	background-clip: padding-box;
	line-height: 23px;
	color: transparent;
	background: #fdc601;
	font-size: 9px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-about .img .area .dot:hover {
	transform: scale(1.5);
}

.home-about .img .area .circle {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-transition: transform 2s linear;
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	-o-transition: transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
}

.home-about .scale {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.home-about .img .area .circle:before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	width: 46px;
	height: 46px;
	margin-top: -8px;
	margin-left: -8px;
	z-index: 3;
	-webkit-animation: ripple 4500ms ease-out 225ms infinite;
	animation: ripple 4500ms ease-out 225ms infinite;
}

.home-about .img .area .circle-shadow:after {
	box-shadow: inset 0 0 5em rgba(0, 84, 166, 0.16);
}

.home-about .img .m01 {
	top: 25.4%;
	left: 14%;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.home-about .img .m01 .dot {
	top: 7px;
	left: 22px;
}

.home-about .img .area .circle:before {
	margin-top: -31px;
	margin-left: -16px;
}

.home-about .img .m02 {
	top: 42.4%;
	left: 29.4%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.home-about .img .m03 {
	top: 12%;
	left: 43%;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.home-about .img .m03 .text {
	margin-left: -72px;
}

.home-about .img .m04 {
	top: 19%;
	left: 50%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m05 {
	top: 22.1%;
	left: 36.5%;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.home-about .img .m05 .text {
	margin-left: -65px;
}

.home-about .img .m06 {
	top: 24.3%;
	left: 50%;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.home-about .img .m06 .text {
	margin-left: -155px;
}

.home-about .img .m07 {
	top: 33.9%;
	left: 38.2%;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.home-about .img .m07 .text {
	margin-left: -90px;
}

.home-about .img .m08 {
	top: 31.5%;
	left: 53.5%;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.home-about .img .m08 .text {
	margin-left: -130px;
}

.home-about .img .m09 {
	top: 36%;
	left: 53%;
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}

.home-about .img .m09 .text {
	margin-left: -140px;
}

.home-about .img .m10 {
	top: 26.5%;
	left: 64%;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.home-about .img .m11 {
	top: 23%;
	left: 76.5%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	width: 214px;
	height: 65px;
}

.home-about .img .m12 {
	top: 31%;
	left: 73%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m13 {
	top: 32.5%;
	left: 38.2%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m14 {
	top: 34%;
	left: 38%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m15 {
	top: 37%;
	left: 35.6%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m16 {
	top: 42%;
	left: 32%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m17 {
	top: 37%;
	left: 37%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.home-about .img .m01 .dot {
	top: 7px;
	left: 22px;
	background-color: #808080;
}

.home-about .img .m01 .circle:before {
	margin-top: -31px;
	margin-left: -16px;
}

.home-about .img .m02 .dot {
	top: 15px;
	left: 21px;
}

.home-about .img .m02 .circle:before {
	margin-top: -23px;
	margin-left: -17px;
}

.home-about .img .m03 .dot {
	top: 12px;
	left: 87px;
}

.home-about .img .m03 .circle:before {
	margin-top: -26px;
	margin-left: 49px;
}

.home-about .img .m04 .dot {
	top: 13px;
	left: 18px;
	
	background-color: #808080;
}

.home-about .img .m04 .circle:before {
	margin-top: -25px;
	margin-left: -20px;
}

.home-about .img .m05 .dot {
	top: 11px;
	left: 92px;
	
}

.home-about .img .m05 .circle:before {
	margin-top: -27px;
	margin-left: 54px;
}

.home-about .img .m06 .dot {
	top: 5px;
	left: 3px;
	
	background-color: #808080;
}

.home-about .img .m06 .circle:before {
	margin-top: -33px;
	margin-left: -35px;
}

.home-about .img .m07 .dot {
	top: 4px;
	left: 68px;
	
	background-color: #808080;
}

.home-about .img .m07 .circle:before {
	margin-top: -34px;
	margin-left: 30px;
}

.home-about .img .m08 .dot {
	top: 6px;
	left: 27px;
}

.home-about .img .m08 .circle:before {
	margin-top: -32px;
	margin-left: -11px;
}

.home-about .img .m09 .dot {
	top: 12px;
	left: 16px;
	background-color: #808080;
}

.home-about .img .m09 .circle:before {
	margin-top: -26px;
	margin-left: -22px;
}

.home-about .img .m10 .dot {
	top: 19px;
	left: 23px;
}

.home-about .img .m10 .circle:before {
	margin-top: -20px;
	margin-left: -15px;
}

.home-about .img .m11 .dot {
	top: 30px;
	left: 16px;
	width: 29px;
	height: 29px;
	border: 3px solid #fff;
}

.home-about .img .area .dot {
	border: 2px solid #fff;
}

.home-about .img .m11 .circle:before {
	margin-top: -14px;
	margin-left: -28px;
	width: 70px;
	height: 70px;
}

.home-about .img .m12 .dot {
	top: 8px;
	left: 24px;
	
	background-color: #808080;
}

.home-about .img .m12 .circle:before {
	margin-top: -30px;
	margin-left: -14px;
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("../font/Roboto-Bold.woff2") format("woff2"), url("../font/Roboto-Bold.woff") format("woff"), url("../font/Roboto-Bold.ttf") format("truetype"), url("../font/Roboto-Bold.eot") format("embedded-opentype"), url("../font/Roboto-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Regular";
	src: url("../font/Roboto-Regular.woff2") format("woff2"), url("../font/Roboto-Regular.woff") format("woff"), url("../font/Roboto-Regular.ttf") format("truetype"), url("../font/Roboto-Regular.eot") format("embedded-opentype"), url("../font/Roboto-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Light";
	src: url("../font/Roboto-Light.woff2") format("woff2"), url("../font/Roboto-Light.woff") format("woff"), url("../font/Roboto-Light.ttf") format("truetype"), url("../font/Roboto-Light.eot") format("embedded-opentype"), url("../font/Roboto-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.return {
	position: fixed;
	bottom: 120px;
	right: 80px;
	z-index: 88;
}

.return a {
	display: block;
	background: #fdd300;
}

.sitemap {
	padding: 40px 0;
	font-size: 16px;
	line-height: 30px;
	color: #555;
}

.sitemap li {
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sitemap li .top {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.sitemap li .top:hover {
	color: #fdd300;
}

.sitemap li .bot {
	margin-top: 15px;
}

.sitemap li .bot a {
	float: left;
	font-size: 16px;
	color: #454545;
	margin-right: 20px;
}

.sitemap li .bot a:hover {
	color: #fdd300;
}

.global {
	clear: both;
	/* padding: 50px 0 0 0; */
}

.global .home-title h3 {
	font-weight: 400;
	font-family: "Roboto-Regular";
}

.global .home-about {
	padding-bottom: 100px;
	padding-top:60px;
}

.global01 {
	/* margin-top: 50px; */
	padding: 120px 0 70px 0;
	min-height: 100vh;
	overflow: hidden;
	background: url("../images/glbg.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.global01 .so-title {
	color: #fff;
}

.global01 .so-p {
	color: #fff;
	margin-top: 10px;
}

.global01 .nr {
	margin: 0 -100px;
	margin-top: 250px;
	font-size: 0;
}

.global01 .nr .item {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 100px;
	margin-bottom: 50px;
}

.global01 .h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 12px;
	position: relative;
	padding-top: 12px;
}

.global01 .h3:after {
	width: 60px;
	height: 2px;
	background: #fdd300;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
}

.global01 .p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	/*font-family: "Roboto-Light";*/
	margin-bottom: 25px;
	padding-left: 10px;
	width: 80%;
	position: relative;
}

.global01 .p:after {
	content: '';
	display: block;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	width: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}

.history-bottom {
	padding-top: 67px;
	position: relative;
	overflow: hidden;
}

.history-bottom ul li {
	width: 25%;
	float: left;
	height: 200px;
	overflow: hidden;
}

.history-bottom ul li .box {
	color: #fff;
	background: url("../images/line1.png") no-repeat top left;
	min-height: 200px;
	padding-left: 34px;
	position: relative;
	transition: 0.5s;
}

.history-bottom ul li .box .info {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding-left: 34px;
}

.history-bottom ul li .box .jsh {
	line-height: 30px;
	font-size: 14px;
	max-height: 60px;
	overflow: hidden;
	font-family: "Roboto-Light";
}

.history-bottom ul li .box .bt {
	font-size: 36px;
	margin-top: 10px;
	font-family: "Roboto-Regular";
}

.history-bottom ul li:hover .box {
	margin-top: 10px;
}

.inside-product {
	min-height: 500px;
}

@media (max-width: 1620px) {
	.home-about .ajsh {
		font-size: 14px;
		line-height: 24px;
		margin: 10px auto;
		width: 100%;
	}

	.home-title h3 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 1500px) {
	.nav li {
		margin-left: 40px;
	}

	.h-nav ul li .pic {
		width: 80px;
	}

	.h-nav {
		top: 120px;
	}

	.h-nav:after {
		top: 88px;
	}

	.home-product .show .info .text {
		padding-top: 248px;
	}

	.home-product .show .info .text .bt {
		font-size: 38px;
		margin-bottom: 12px;
	}

	.home-product .show .info .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 100px;
	}

	.home-solution .home-title {
		top: 90px;
	}

	.home-title h3 {
		font-size: 38px;
		line-height: 50px;
	}

	.home-title p {
		font-size: 16px;
	}

	.s-nav {
		top: 200px;
		left: 200px;
	}

	.datu .item .bt {
		font-size: 70px;
		line-height: 80px;
	}

	.datu .item .bt span {
		margin-top: 35px;
	}

	.home-value .item .hover .bt {
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.home-value .item .hover .jsh {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.home-news {
		padding: 61px 0 68px 0;
	}

	.newslist li .bt {
		font-size: 16px;
		margin-bottom: 23px;
	}

	.newslist li .more {
		font-size: 14px;
	}

	.footer .footer-top {
		padding: 50px 0 32px 0;
	}

	.footer .footer-top ul li a {
		font-size: 18px;
	}

	.footer .footer-top ul li ul li a {
		font-size: 14px;
		line-height: 30px;
	}

	.footer .footer-top .footer-contact h3 {
		font-size: 20px;
	}

	.footer .footer-top .footer-contact p {
		font-size: 14px;
		line-height: 25px;
		padding-left: 35px;
		margin-bottom: 19px;
	}

	.footer .footer-top ul li {
		margin-bottom: 9px;
	}

	.footer .footer-bottom {
		font-size: 14px;
	}

	.footer .footer-top ul .list ul .pic {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 1280px) {
	.inside-product .nr .list1 {
		margin-bottom: 40px;
	}

	.inside-product .nr {
		padding: 40px;
	}

	.inside-product .nr .prolist1 li {
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.home-news .show .info .slick-prev {
		left: 0;
	}

	.home-news .show .info .slick-next {
		right: 0;
	}

	.home-about .img {
		transform: scale(0.56);
		margin-top: -80px;
		height: 385px;
	}
}

@media (max-width: 1200px) {
	.header .tel {
		margin-top: 17px;
		margin-right: 20px;
	}

	.header .search {
		margin: 18px 20px 0 0;
		padding-right: 0;
	}

	.home-news .show .info .slick-next {
		right: 0;
	}

	.home-news .show .info .slick-prev {
		left: 0;
	}

	.footer .footer-top .footer-contact p {
		padding: 0;
	}

	.footer .footer-top .footer-contact p img {
		display: none;
	}

	.footer .footer-top {
		padding: 30px 10px;
	}

	.footer .footer-bottom {
		font-size: 12px;
	}

	.footer .footer-top .footer-contact p {
		margin-bottom: 9px;
	}

	.home-news {
		padding: 38px 0;
	}

	.home-value .item .hover .jsh {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 25px;
	}

	.home-value .item .hover .bt {
		font-size: 28px;
		line-height: 30px;
	}

	.home-about .img {
		display: none;
	}

	.home-about .img1 {
		display: block;
	}

	.home-about {
		padding: 39px 0;
		min-height: 0;
	}

	.home-solution {
		padding: 39px 0;
	}

	.home-solution .home-title {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 20px;
		color: #666;
	}

	.home-solution .home-title h3 {
		color: #333;
	}

	.s-nav {
		top: 140px;
		left: 50px;
	}

	.s-nav li a p {
		font-size: 14px;
	}

	.s-nav li a span {
		font-size: 16px;
	}

	.s-nav li a {
		max-width: 260px;
		padding-left: 10px;
	}

	.s-nav li {
		margin-bottom: 20px;
	}

	.s-nav {
		display: none;
	}

	.h-nav {
		display: none;
	}

	.home-product .show .info .text {
		padding-top: 30px;
	}

	.home-product .show .info .text .bt {
		font-size: 26px;
		margin-bottom: 5px;
	}

	.home-product .show .info .text .more {
		width: 124px;
		height: 33px;
		border: solid 1px #fdd300;
		line-height: 31px;
		font-size: 12px;
		padding-left: 15px;
		margin-top: 13px;
	}

	.home-about .ajsh {
		font-size: 14px;
		line-height: 25px;
		margin: 20px auto;
		width: 100%;
	}

	.inside-product .nr {
		padding: 0;
	}

	.inside-product .nr .list1 ul li a {
		font-size: 20px;
	}

	.inside-product .nr .list1 ul li {
		margin: 0 20px;
	}

	.inside-product .nr .list1 {
		margin-bottom: 20px;
	}

	.inside-product-show {
		padding-top: 90px;
	}

	.global {
		padding: 50px 0 0 0;
	}
}

@media (max-width: 768px) {
	.inside-product .nr .prolist1 li {
		width: 100%;
	}

	.inside-product .nr .prolist1 li .bt {
		font-size: 16px;
	}

	.header .search {
		display: none;
	}

	.header .tel {
		width: 28px;
		height: 28px;
		font-size: 0;
		padding: 1px;
	}

	.header .tel {
		margin-right: 47px;
	}

	.header .tel ul {
		left: 50%;
		width: 120px;
		padding: 10px 0;
		margin-left: -60px;
		font-size: 12px;
	}

	.home-product .show .info .hover {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
	}

	.home-product .show .info .text {
		padding-top: 20px;
		width: 100%;
	}

	.datu .item .bt {
		font-size: 20px;
		line-height: 40px;
		width: 100%;
	}

	.datu .item .bt span {
		margin-top: 6px;
	}

	.home-value .item .hover {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		transform: none;
		padding: 15px 0;
		overflow: hidden;
	}

	.home-value .item .hover .text {
		max-width: 100%;
		width: 100%;
	}

	.home-value .item .hover .bt {
		color: #333;
	}

	.home-value .item .hover .jsh {
		color: #666;
	}

	.home-value .item .hover .more {
		color: #fdd300;
		background: url(../images/more2h.png) no-repeat right center;
		float: right;
	}

	.second-nav li {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.second-nav {
		padding-top: 15px;
	}

	.newslist li {
		padding: 0 13px;
	}

	.index-news li .pic {
		position: relative;
		width: auto;
		top: auto;
		left: auto;
	}

	.index-news li .content {
		min-height: 0;
		padding-left: 0;
	}

	.index-news li .tit {
		font-size: 16px;
		padding: 15px 0 10px 0;
	}

	.index-news li .txt {
		height: 48px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.index-news li time {
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.index-news li .more span {
		width: 90px;
		line-height: 30px;
		font-size: 12px;
	}
}

/*cookie*/
.cookie {
	font-size: 16px;
	line-height: 24px;
	background: #fdd300;
	color: #fff;
	clear: both;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
}

.cookie .container {
	display: flex;
	position: relative;
}

.cookie .left {
	flex: 1;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
}

.cookie .left .icon {
	float: left;
	margin-right: 20px;
	width: 60px;
	height: 60px;
}

.cookie .shm {
	flex: 1;
}

.cookie .title {
	font-size: 26px;
	line-height: 2;
	font-weight: normal;
	font-style: italic;
}

.cookie .right {
	border-left: 1px rgba(255, 255, 255, 0.2) solid;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cookie .a-1 {
	min-width: 200px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #fdd300;
	border: 1px rgba(255, 255, 255, 0.1) solid;
	border-radius: 3px;
	background: #efefef;
	transition: all .5s;
}

.cookie .a-1:hover {
	background: #fff;
	color: #fdd300;
}

.cookie .a-2 {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}

.cookie .hidden {
	display: none;
}

@media screen and (max-width: 1023px) {
	.cookie {
		font-size: 12px;
		line-height: 18px;
	}

	.cookie .left {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.cookie .left .icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.cookie .title {
		font-size: 16px;
	}

	.cookie .a-1 {
		min-width: 60px;
		line-height: 28px;
	}

	.cookie .right {
		padding-left: 10px;
	}
}

.header1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	background: none;
	transition: 0.5s;
}

.header1 .logo1 {
	display: none;
}

.header1 .nav li>a {
	color: #fff;
}

.header1 .search a {
	background: url("../images/search1.png") no-repeat center center;
}

.header1 .search a img {
	opacity: 0;
}

.header1:hover {
	background: #fff;
}

.header1:hover .logo1 {
	display: block;
}

.header1:hover .logo2 {
	display: none;
}

.header1:hover .nav li>a {
	color: #333;
}

.header1:hover .search a {
	background: none;
}

.header1:hover .search a img {
	opacity: 1;
}

.headerFixed {
	background: #fff;
}

.headerFixed .logo1 {
	display: block;
}

.headerFixed .logo2 {
	display: none;
}

.headerFixed .nav li>a {
	color: #333;
}

.headerFixed .search a {
	background: none;
}

.headerFixed .search a img {
	opacity: 1;
}

.bg {
	padding-top: 100vh;
	position: relative;
	z-index: 300;
	background-size: cover;
	background-position: center center;
}

.home-product .show .info .img img {
	height: 100vh;
	max-width: inherit;
}

.h-nav {
	z-index: 55;
}

.home-product .show {
	position: relative;
	z-index: 4;
}

.home-product .show .info .img {
	height: 100vh;
	position: relative;
	z-index: 3;
	background-size: cover;
	background-position: center top;
	width: 100%;
}

.home-product .show .info .hover {
	z-index: 4;
}

.home-product .show .info .img img {
	display: none;
}

.h-nav .swiper-slide-thumb-active .pic .vh {
	display: block;
}

.h-nav .swiper-slide-thumb-active .pic .v {
	display: none;
}

.h-nav .swiper-slide-thumb-active .dot .circle:after {
	background: #fdd300;
}

.datu .item .img {
	height: 100vh;
	position: relative;
	z-index: 3;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

.datu .item .text {
	z-index: 6;
}

.datu .item .img a {
	display: block;
	overflow: hidden;
	height: 100%;
	z-index: 4;
	position: relative;
}

.datu .item .img img {
	display: none;
}

.datu .item .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.5s;
}

.datu .item:hover .img:after {
	opacity: 1;
}

.datu .item .bt {
	text-transform: capitalize;
	z-index: 3;
}

.datu .item .bt span {
	padding-left: 2px;
}

.datu .item .bt span img {
	margin-top: 7px;
}

.home-about {
	padding: 100px 0 10px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.home-value .item .img {
	height: 100vh;
	position: relative;
	z-index: 3;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

.home-value .slick-prev,
.home-value .slick-next {
	height: 50px;
	width: 50px;
	margin-top: 15px;
	border: 0 !important;
	border-radius: 50%;
	z-index: 6;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.5);
}

.home-value .slick-prev:before,
.home-value .slick-next:before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: -7px 0 0 -12px;
	z-index: 6;
	content: '';
	display: block;
}

.home-value .slick-prev:after,
.home-value .slick-next:after {
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: -1;
	border-radius: 50%;
	content: '';
	background: #fdd300;
	opacity: 0.5;
	transition: 0.3s;
	display: block;
}

.home-value .slick-prev:before {
	transform: rotate(135deg);
	margin-left: -4px;
}

.home-value .slick-next:before {
	transform: rotate(-45deg);
}

.home-value .item img {
	display: none;
}

.home-value .item .hover {
	z-index: 4;
}

.home-value .slick-prev:hover,
.home-value .slick-next:hover {
	background: none;
}

.home-value .slick-prev:hover:after,
.home-value .slick-next:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.home-news {
	padding: 100px 0 0px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.home-about .img .area .text {
	border-radius: 5px;
}

.home-about .img a {
	display: block;
	width: 100%;
	height: 100%;
}

.active .home-about .home-title {
	animation: 2s fadeInDown2 alternate;
}

.active .home-about .ajsh {
	animation: 2s fadeInUp2 alternate;
}

.active .home-about .t {
	animation: 2s fadeInUp2 alternate;
}

.active .h-nav {
	animation: 2s fadeInDown2 alternate;
}

.active .home-news .home-title {
	animation: 2s fadeInDown2 alternate;
}

.active .second-nav {
	animation: 2s fadeInUp2 alternate;
}

.active .home-news .show {
	animation: 2s fadeInUp2 alternate;
}

.section {
	overflow: hidden;
}

.section {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	overflow: hidden !important;
}

.section1 {
	position: relative;
	width: 100%;
}

.section1 .bg {
	z-index: 80;
}

.section1 .bg img {
	display: none;
}

.section1 .pro-info {
	position: absolute;
	bottom: 27px;
	right: 75px;
	z-index: 135;
	text-align: right;
}

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		transform: translate3d(-70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	0% {
		opacity: 0;
		transform: translate3d(70px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		transform: translate3d(0, -70px, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@-webkit-keyframes pulsed {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(2, 2, 2);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(0.8, 0.8, 0.8);
	}
}

@media (max-width: 1600px) {
	.global01 .nr .item {
		padding: 0 80px;
	}

	.global01 .nr {
		margin: 0 -80px;
		margin-top: 100px;
	}

	.home-about .img {
		transform: scale(0.85);
		margin-top: -35px;
		height: 414px;
	}

	.container {
		width: 1240px;
	}

	#history .img {
		padding: 0 53px;
	}

	#history .img .item .pic {
		width: 575px;
	}

	#history .img .item .text {
		/*padding-left: 622px;*/
	}

	#history .img .item .text .jsh {
		font-size: 20px;
	}

	#history .img .item .num {
		/*font-size: 172px;
		line-height: 236px;*/
	}

	#history .img {
		/*height: 390px;
		margin-bottom: 64px;*/
	}

	#history .img .item {
		/*height: 390px;*/
	}
}

@media (max-width: 1400px) {
	.global01 .nr .item {
		padding: 0 60px;
	}

	.global01 .nr {
		margin: 0 -60px;
		margin-top: 80px;
	}

	.home-about .img {
		transform: scale(0.6);
		margin-top: -84px;
		height: 385px;
	}

	.s-nav {
		left: 162px;
	}

	.home-news .show {
		padding-top: 0;
	}

	.home-news .show .info {
		transform: scale(0.85);
		margin-top: -30px;
	}
}

@media (max-width: 1280px) {
	.global01 .nr .item {
		padding: 0 40px;
		margin-bottom: 30px;
	}

	.global01 .nr {
		margin: 0 -40px;
		margin-top: 60px;
	}

	.container {
		width: 100%;
	}

	.s-nav {
		left: 50px;
	}

	.return {
		bottom: 60px;
		right: 10px;
		z-index: 88;
		width: 26px;
	}

	.home-about .img {
		transform: scale(0.6);
		margin-top: -96px;
		height: 385px;
	}

	.home-news .show .info {
		transform: scale(0.75);
		margin-top: -65px;
	}
}

@media (max-width: 1200px) {
	.global01 {
		padding: 40px 0;
		min-height: auto;
	}

	#history .img .item .pic {
		width: 400px;
	}

	#history .img {
		height: 270px;
		margin-bottom: 30px;
	}

	#history .img .item {
		height: 270px;
	}

	#history .img .item .text {
		/*padding-left: 494px;*/
	}

	#history .img .item .num {
		/*font-size: 139px;*/
	}

	#history .list .slick-prev,
	#history .list .slick-next {
		height: 40px;
		width: 40px;
		margin-top: -42px;
	}

	.header1 {
		background: #fff;
		z-index: 5555;
	}

	.header1 .logo1 {
		display: block;
	}

	.header1 .logo2 {
		display: none;
	}

	.header1 .nav li>a {
		color: #333;
	}

	.header1 .search a {
		background: none;
	}

	.header1 .search a img {
		opacity: 1;
	}

	.banner .item .bg {
		display: none;
	}

	.home-product .show .info .img {
		height: auto;
		background: none;
	}

	.home-product .show .info .img img {
		display: block;
	}

	.datu .item .img {
		height: auto;
		background: none;
	}

	.datu .item .img img {
		display: block;
	}

	.home-solution {
		padding: 39px 0 0 0;
	}

	.home-about {
		padding: 39px 0;
		height: auto;
		min-height: 0;
	}

	.home-value .item .img {
		height: auto;
		background: none;
	}

	.home-value .item img {
		display: block;
	}

	.home-news {
		padding: 39px 0;
		height: auto;
		min-height: auto;
	}

	.home-news .show .info {
		transform: scale(1);
		margin-top: 0;
	}

	.home-product .show .info {
		background: #fff;
	}

	.home-product .show .info .img img {
		height: auto;
		max-width: 100%;
	}

	.history-bottom {
		padding-top: 20px;
	}

	#history .img .item .text .jsh {
		font-size: 14px;
		line-height: 24px;
	}

	.inside-about .box-3 .scroll .slick-slide {
		padding: 0;
	}
}

@media (max-width: 768px) {
	#history .img {
		margin-bottom: 40px;
	}
	#history .img .item .pic {
		/*width: 100%;
		position: relative;
		top: auto;
		left: auto;*/
	}

	#history .img .item {
		height: auto;
	}

	#history .img {
		height: auto;
		margin-bottom: 30px;
		padding: 0;
	}
	#history .img .item .num {
		font-size: 80px;
		width: 45%;
		display: none;
	}
	
	/*#history .img .item .text {
		padding-left: 0;
		padding-top: 10px;
	}*/
	#history .img .item .text {
		width: 100%;
		max-width: initial;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 50px;
		padding-right: 50px;
	}

	#history .img .item .text .bt {
		font-size: 14px;
		padding-left: 0;
	}

	#history .img .item .text .jsh {
		padding-left: 0;
	}

	#history .list {
		padding: 0 40px;
	}

	.home-value .slick-prev,
	.home-value .slick-next {
		margin-top: -80px;
	}
}

.so-title {
	text-align: center;
	font-size: 40px;
	line-height: 70px;
	color: #1a1a1a;
}

.so-p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
}

.so-span {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
}

.solution {
	padding: 120px 0px 140px 0;
}

.solution .so-title {
	margin-bottom: 16px;
}

.solution .list {
	padding-top: 120px;
	margin-bottom: 120px;
}

.solution .list ul {
	margin: 0 -59px;
}

.solution .list ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 59px;
}

.solution .list ul li .box {
	padding: 33px 20px;
	cursor: pointer;
	transition: 0.5s;
	background-color: #f5f5f5;
}

.solution .list ul li .pic {
	width: 90px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.solution .list ul li .pic:after {
	padding-bottom: 100%;
	content: '';
	display: block;
}

.solution .list ul li .bt {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	margin-top: 11px;
	height: 50px;
	color: #333;
	margin-top: 14px;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.solution .list ul li:hover .box {
		margin-top: -10px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
}

.solution .so-title1 {
	margin-bottom: 0px;
}

.solution .so-img {
	padding: 30px 0;
}

.solution .list1 {
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

.solution .list1 .slick-prev,
.solution .list1 .slick-next {
	height: 50px;
	width: 50px;
	margin-top: -25px;
	border: 0 !important;
	border-radius: 50%;
	z-index: 6;
	transition: 0.3s;
	background: #cccccc;
}

.solution .list1 .slick-prev {
	left: -60px;
}

.solution .list1 .slick-next {
	right: -60px;
}

.solution .list1 .slick-prev:before,
.solution .list1 .slick-next:before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin: -7px 0 0 -12px;
	z-index: 6;
	content: '';
	display: block;
}

.solution .list1 .slick-prev:after,
.solution .list1 .slick-next:after {
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: -1;
	border-radius: 50%;
	content: '';
	background: #fdd300;
	opacity: 0.5;
	transition: 0.3s;
	display: block;
}

.solution .list1 .slick-prev:before {
	transform: rotate(135deg);
	margin-left: -4px;
}

.solution .list1 .slick-next:before {
	transform: rotate(-45deg);
}

.solution .list1 .slick-prev:hover,
.solution .list1 .slick-next:hover {
	background: none;
}

.solution .list1 .slick-prev:hover:after,
.solution .list1 .slick-next:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.solution .list1 ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 32px;
}

.solution .list1 ul li .box {
	cursor: pointer;
}

.solution .list1 ul li .pic {
	overflow: hidden;
	position: relative;
}

.solution .list1 ul li .pic img {
	transition: 0.5s;
}

.solution .list1 ul li .pic:after {
	padding-bottom: 63.15789474%;
	content: '';
	display: block;
}

.solution .list1 ul li .h3 {
	font-size: 20px;
	padding-top: 20px;
	color: #1a1a1a;
	line-height: 40px;
	margin-bottom: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.solution .list1 ul li .p {
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

@media (min-width: 1025px) {
	.solution .list1 ul li:hover .box .pic img {
		transform: scale(1.04);
	}
}

@media (max-width: 1600px) {
	.so-title {
		line-height: 50px;
	}

	.solution .list ul {
		margin: 0 -39px;
	}

	.solution .list ul li {
		padding: 0 39px;
	}

	.solution .list ul li .box {
		padding: 23px 20px;
	}

	.solution .list ul li .pic {
		width: 90px;
	}

	.solution .list1 ul li {
		padding: 0 22px;
	}

	.solution .list1 ul li .h3 {
		padding-top: 10px;
	}
}

@media (max-width: 1280px) {
	.solution .list1 ul li {
		padding: 0 12px;
	}

	.solution .list1 .slick-prev,
	.solution .list1 .slick-next {
		height: 40px;
		width: 40px;
		margin-top: -20px;
		border: 0 !important;
		border-radius: 50%;
		z-index: 6;
		transition: 0.3s;
		background: #cccccc;
	}

	.solution .list1 .slick-prev {
		left: -40px;
	}

	.solution .list1 .slick-next {
		right: -40px;
	}

	.inside-about .box-3 .slick-prev,
	.inside-about .box-3 .slick-next {
		height: 40px;
		width: 40px;
		margin-top: -20px;
		border: 0 !important;
		border-radius: 50%;
		z-index: 6;
		transition: 0.3s;
		background: #cccccc;
	}

	.inside-about .box-4 .slick-prev,
	.inside-about .box-4 .slick-next {
		height: 40px;
		width: 40px;
		margin-top: -20px;
	}
}

@media (max-width: 1200px) {
	.solution {
		padding: 30px 0px;
	}

	.so-title {
		font-size: 26px;
		line-height: 30px;
	}

	.global01 .nr .item {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.global01 .h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.global01 .p {
		margin-bottom: 0;
		width: 100%;
	}

	.global01 .nr {
		margin: 0 -10px;
		margin-top: 20px;
	}

	.solution .list {
		padding-top: 25px;
		margin-bottom: 50px;
	}

	.solution .list ul li {
		padding: 0 10px;
	}

	.solution .list ul {
		margin: 0 -10px;
	}

	.solution .list ul li .bt {
		font-size: 16px;
	}

	.solution .so-img {
		padding: 30px 0;
	}

	.solution .list1 ul li .h3 {
		font-size: 18px;
		padding-top: 10px;
		margin-bottom: 0;
	}

	.solution .list1 {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.inside-about .box-1 {
		font-size: 14px;
		line-height: 24px;
		padding: 30px 0;
	}

	.inside-about .box-2 {
		padding: 30px 0;
	}

	.inside-about .box-4 {
		padding: 30px 0;
	}

	.inside-about .box-4 .scroll {
		margin-top: 20px;
	}

	.inside-about .box-3 {
		padding: 30px 0;
	}

	.inside-about .box-3 .scroll {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.solution .list ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.solution .list1 .slick-prev {
		left: -10px;
	}

	.solution .list1 .slick-next {
		right: -10px;
	}

	.inside-about .box-3 .slick-prev {
		left: 0;
	}

	.inside-about .box-3 .slick-next {
		right: 0;
	}

	.inside-about .box-4 .slick-prev {
		left: 10px;
	}

	.inside-about .box-4 .slick-next {
		right: 10px;
	}

	.global01 .nr .item {
		width: 100%;
	}
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#section-footer .fp-tableCell {
	display: block;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #ffffff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #ffffff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 55%;
	opacity: 1;
	width: 50px;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 70px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 50px;
	height: 30px;
	text-align: center;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
	content: "";
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 5px;
	display: none;
	background: #fff;
	position: absolute;
	transition: all 334ms ease;
	-webkit-transition: all 334ms ease;
}

#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
	width: 20px;
	left: 24px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #ffffff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	position: absolute;
	z-index: 1;
	border: 0;
	color: #fff;
	font-size: 0;
	font-family: arial;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border: solid 2px #fff;
	border-radius: 100%;
}

#fp-nav ul li:last-child {
	display: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	background: #ffffff;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

contact #fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important;
}

.contact {
	padding-top: 80px;
	padding-bottom: 0 !important;
}

.contact .inmain-title {
	font-size: 30px;
	line-height: 32px;
	/*font-weight: bold;*/
	font-weight: 400;
	color: #000000;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.contact .inmain-title:after {
	content: '';
	width: 5px;
	height: 23px;
	background: #fdd300;
	background-image: linear-gradient(82deg, #fdd300 0%, #ff9200 100%);
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
}

.contact .list {
	padding-bottom: 85px;
}

.contact .list ul li {
	width: 21%;
	float: left;
	text-align: center;
	position: relative;
}

.contact .list ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 91px;
	background: #ececec;
	position: absolute;
	top: 44px;
	right: 0;
}

.contact .list ul li .pic {
	width: 40px;
	margin: 0 auto;
}

.contact .list ul li .p {
	font-size: 16px;
	line-height: 30px;
	color: #313131;
	margin-top: 24px;
	padding: 0 20px;
}

.contact .list ul li .p p {
	margin-bottom: 8px;
}

.contact .list ul li .p .p-1 {
	font-weight: 700;
	font-size: 18px;
}

.contact .list ul li .p a {
	/*font-size: 20px;*/
}

.contact .list ul li .p b {
	/*font-weight: normal;
  font-size: 18px;*/
}

.contact .list ul li:nth-last-child(2) {
	width: 35%;
}

.contact .list ul li:nth-last-child(1):after {
	display: none;
}

.message {
	padding: 80px 0;
	position: relative;
	background: #f8f8f8;
}

.message ul {
	margin: 0 -9px;
	position: relative;
}

.message ul li {
	width: 50%;
	float: left;
	padding: 0 9px;
	margin-bottom: 22px;
}

.message ul li .box {
	position: relative;
}

.message ul li .box font {
	color: #ff0000;
	position: absolute;
	top: 10px;
	left: 9px;
}

.message ul li .input-form {
	width: 100%;
	height: 48px;
	border: 1px solid #d1d1d1;
	background: #fff;
	font-size: 16px;
	padding: 0 26px;
	color: #7a7a7a;
	border-radius: 3px;
	font-family: arial;
}

.message ul li .input-form::-webkit-input-placeholder {
	color: #7a7a7a;
}

.message ul li .input-form:-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.message ul li .input-form::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.message ul li .input-form:-ms-input-placeholder {
	color: #7a7a7a;
}

.message ul li .input-form:focus {
	border: 1px solid #fdd300;
}

.message ul li textarea {
	width: 100%;
	height: 144px;
	border: 1px solid #d1d1d1;
	background: #fff;
	font-size: 16px;
	padding: 14px 26px;
	color: #7a7a7a;
	font-family: arial;
	border-radius: 3px;
}

.message ul li textarea::-webkit-input-placeholder {
	color: #7a7a7a;
}

.message ul li textarea:-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.message ul li textarea::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.message ul li textarea:-ms-input-placeholder {
	color: #7a7a7a;
}

.message ul li textarea:focus {
	border: 1px solid #fdd300;
}

.message ul li .submit,
.message ul li .reset {
	font-size: 16px;
	width: 200px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #666666;
	background: #dddddd;
	border: none;
	border-radius: 5px;
}

.message ul li .submit {
	background-color: #fdd300;
	/*background-image: linear-gradient(82deg, #fdd300 0%, #ff9200 100%);*/
	/*transition: 0.5s;*/
	color: #000;
}

.message ul li .submit:hover {
	background-color: #e3bd00
		/*background-image: linear-gradient(90deg, #ff9200 0%, #fdd300 100%);*/
}

.message ul li .verifyDiv {
	vertical-align: middle;
	float: left;
	padding-right: 20px;
}

.message ul li .col-2 {
	float: left;
	position: relative;
}

@media (max-width: 1200px) {
	.contact {
		padding-top: 30px;
	}

	.contact .inmain-title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.contact .list ul li {
		width: 50%;
	}

	.contact .list ul li:nth-last-child(2) {
		width: 50%;
	}

	.contact .list {
		padding-bottom: 30px;
	}

	.message {
		padding: 30px 0;
	}

	.contact .list ul li .p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.contact .list ul li:after {
		display: none;
	}

	.contact .list ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.contact .list ul li:nth-last-child(2) {
		width: 100%;
	}

	.message ul li {
		width: 100%;
	}

	.message ul li .submit,
	.message ul li .reset {
		display: block;
		margin-top: 10px;
	}

	.message ul li .verifyDiv {
		float: none;
	}

	.message ul li .col-2 {
		float: none;
	}
}
.inside-about{
	background: url(../images/inside-bg.jpg) no-repeat top center;
}
@media (max-width: 1600px) {
	
	.home-product .show .info:nth-child(1) .text {
		width: 35.5%;
	}
	.home-product .show .info .text {
		padding-top: 290px;
	}
	.h-nav {
		top: 106px;
	}
	.home-product .show .info .text .bt {
		font-size: 40px;
		margin-bottom: 14px;
	}
	.home-product .show .info .text .jsh {
		line-height: 24px;
		height: 96px;
	}
	
	
}
