

*,*:before,*:after {
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

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
}

body {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	width: 100%;
	line-height: 24px;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

a:link,a:visited {
	text-decoration: none;
	outline: none;
	color: #666
}

a:hover,a:active,a:focus {
	text-decoration: none;
	color: #e05504
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea,select {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: 'Microsoft YaHei',arial
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

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'] {
	padding: 0;
	color: #212529;
	outline: 0
}

input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance: none
}

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0;
	color: #666
}

a {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@font-face {
	font-family:"impact";src:url("../font/impact.woff2") format("woff2"),url("../font/impact.woff") format("woff"),url("../font/impact.ttf") format("truetype"),url("../font/impact.eot") format("embedded-opentype"),url("../font/impact.svg") format("svg")
}

@font-face {
	font-family:"DIN-Medium";src:url("../font/DIN-Medium.woff2") format("woff2"),url("../font/DIN-Medium.woff") format("woff"),url("../font/DIN-Medium.ttf") format("truetype"),url("../font/DIN-Medium.eot") format("embedded-opentype"),url("../font/DIN-Medium.svg") format("svg");font-weight:normal;font-style:normal
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.dw {
	top: -120px;
	z-index: -1;
	height: 1;
	position: absolute
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.middleCenter {
	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 {
	margin-right: auto;
	margin-left: auto;
	width: 1280px
}

@media (max-width:1280px) {
	.container {
		width: 100%;
		padding: 0 60px
	}
}

@media (max-width:1260px) {
	.container {
		width: 100%;
		padding: 0 20px
	}
}

.container-2 {
	margin-right: auto;
	margin-left: auto;
	width: 1260px
}

@media (max-width:1260px) {
	.container-2 {
		width: 100%;
		padding: 0 20px
	}
}

#container {
	overflow: hidden
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@-webkit-keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2
}

@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)
	}
}

.header {
	height: 120px;
	width: 100%;
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: solid 1px rgba(255,255,255,0.2)
}

.header .menu {
	right: 20px;
	top: 13px;
	height: 100%;
	display: none;
	text-align: center;
	position: absolute
}

@media (max-width:1279px) {
	.header .menu {
		display: block
	}
}

.header .logo {
	padding-top: 30px;
	padding-left: 130px;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	float: left
}

.header .logo a {
	display: block;
	overflow: hidden;
	position: relative
}

.header .logo a img {
	float: left
}

.header .search {
	float: right;
	margin-top: 60px;
	padding: 0 10px;
	display: inline-block
}

.header .language {
	color: #fff;
	float: right;
	padding: 0 10px;
	padding-right: 120px;
	font-size: 18px;
	margin-top: 56px;
	display: inline-block;
	font-family: arial;
	position: relative
}

.header .language:before {
	content: "";
	width: 1px;
	left: 0;
	top: 5px;
	height: 14px;
	position: absolute;
	background: #fff
}

.header .language a {
	color: #fff;
	display: inline-block
}

.header .nav {
	float: right;
	opacity: 0;
	padding-right: 80px
}

.header .nav ul li {
	float: left;
	padding: 0 18px
}

.header .nav ul li>a {
	position: relative;
	font-size: 16px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 119px
}

.header .nav ul li>a:before {
	content: "";
	height: 13px;
	left: -18px;
	top: 50%;
	margin-top: -6px;
	position: absolute;
	border-left: dotted 1px #b4b2bf
}

.header .nav ul li>a:hover {
	font-weight: 700
}

.header .nav ul li:first-child:before {
	display: none
}

.header .nav ul li:first-child a:before {
	display: none
}

.header .nav ul .active>a {
	font-weight: bold
}

.header .tel {
	float: right;
	margin-top: 32px;
	color: #fff;
	padding-right: 50px;
	padding-left: 55px;
	position: relative;
	font-family: "DIN-Medium"
}

.header .tel span {
	font-size: 28px
}

.header .tel img {
	top: 7px;
	left: 0;
	position: absolute
}

.header:hover .nav {
	opacity: 1
}

.header .subnav {
	top: 120px;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
	padding: 60px 0;
	display: none;
	background: rgba(255,255,255,0.9)
}

.header .subnav .leftbox {
	width: 28%;
	float: left;
	padding-left: 100px
}

.header .subnav .leftbox a {
	color: #333;
	font-size: 20px;
	display: block;
	margin-top: 30px
}

.header .subnav .leftbox a:hover {
	color: #e05504
}

.header .subnav .leftbox a:first-child {
	margin-top: 0
}

.header .subnav .rightbox {
	width: 72%;
	float: left;
	line-height: 28px;
	font-size: 15px
}

.header .subnav .rightbox .tu {
	display: block;
	float: left;
	width: 39%
}

.header .subnav .rightbox .txtbox {
	width: 61%;
	float: left;
	padding-left: 60px
}

.header .subnav .rightbox .tit {
	font-size: 20px;
	color: #000;
	margin: 10px 0
}

.header .subnav .rightbox .more {
	display: block;
	margin-top: 25px;
	background-size: 15px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #00295c;
	padding-left: 44px;
	position: relative;
	border: solid 1px #00295c;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.header .subnav .rightbox .more:after {
	right: 25px;
	top: 50%;
	margin-top: -4px;
	content: "";
	position: absolute;
	border-left: 8px #00295c solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.header .subnav .rightbox .more:hover {
	color: #e05504;
	border-color: #e05504
}

.header .subnav .rightbox .more:hover:after {
	border-left: 8px #e05504 solid
}

@media (max-width:1900px) {
	.header .logo {
		padding-left: 50px
	}

	.header .language {
		padding-right: 50px
	}
}

@media (max-width:1700px) {
	.header .nav ul li {
		padding: 0 10px
	}

	.header .nav ul li a:before {
		left: -10px
	}

	.header .tel {
		padding-right: 30px
	}
}

@media (max-width:1540px) {
	.header .logo img:first-child {
		display: none
	}
}

@media (max-width:1380px) {
	.header .tel {
		padding-right: 10px
	}

	.header .nav {
		padding-right: 20px
	}
}

@media (max-width:1279px) {
	.header {
		height: 60px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		position: fixed;
		border-bottom: 0;
		background: #333
	}

	.header .nav,.header .tel {
		display: none
	}

	.header .language {
		display: none;
		margin-top: 20px
	}

	.header .search {
		display: none
	}

	.header .logo {
		padding-left: 30px;
		padding-top: 13px;
		padding-bottom: 0
	}

	.header .logo img {
		max-height: 40px
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	position: fixed;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong
}

.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 .3s,visibility .3s
}

.transparency.transparency-visible {
	opacity: 1;
	visibility: visible
}

#searchPopup {
	position: absolute;
	z-index: 999;
	top: 140px;
	left: 0;
	width: 100%;
	height: 70px;
	opacity: 0;
	visibility: hidden;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity .3s,visibility .3s;
	transition: opacity .3s,visibility .3s
}

#searchPopup>.container {
	position: relative;
	padding-right: 50px
}

#searchPopup.searchPopup-visible {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slideInDown .3s;
	animation: slideInDown .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: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: url(../image/search.png) no-repeat center
}

#searchPopup .close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .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="search"] {
	height: 55px;
	line-height: 55px;
	border: none;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	background: transparent;
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]:-ms-input-placeholder {
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]::-moz-placeholder {
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8)
}

#searchPopup input[type="search"]:focus {
	color: #fff
}

#searchPopup input[type="search"]::-webkit-search-cancel-button {
	display: none
}

@-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)
	}
}

.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1
}

.home-banner .home-banner-slick .item {
	position: relative
}

.home-banner .home-banner-slick .banner-info {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width:1400px) {
	.home-banner .home-banner-slick .banner-info {
		top: 280px
	}
}

.home-banner .home-banner-slick .banner-info .text {
	width: 540px;
	float: right;
	text-align: left
}

.home-banner .home-banner-slick .banner-info .txt {
	font-size: 19px;
	color: #fff;
	margin-top: 20px;
	line-height: 30px
}

.home-banner .home-banner-slick .banner-info .vive a {
	display: block;
	margin-top: 25px;
	background-size: 15px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	padding-left: 44px;
	position: relative;
	border: solid 1px #fff;
	border: solid 1px rgba(255,255,255,0.5);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.home-banner .home-banner-slick .banner-info .vive a:after {
	right: 25px;
	top: 50%;
	margin-top: -4px;
	content: "";
	position: absolute;
	border-left: 8px #fff solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.home-banner .home-banner-slick .banner-info .vive a:hover {
	border-color: #e05504;
	background: #e05504
}

.home-banner .home-banner-slick .slick-dots {
	bottom: 40px
}

.home-banner .home-banner-slick .slick-dots li button {
	width: 6px;
	height: 23px;
	border-radius: 0;
	background: url(../image/shu.png)
}

.home-banner .home-banner-slick .slick-dots li.slick-active button {
	background: url(../image/shu-h.png)
}

.home-banner .home-banner-slick .slick-active img {
	-webkit-animation: 4s mymove4 alternate linear;
	animation: 4s mymove4 alternate linear
}

.home-banner .home-banner-slick .slick-active .banner-info .bt {
	-webkit-animation: fadeInLeft2 1.5s ease;
	animation: fadeInLeft2 1.5s ease
}

.home-banner .home-banner-slick .slick-active .banner-info .txt {
	-webkit-animation: fadeInLeft2 2s ease;
	animation: fadeInLeft2 2s ease
}

.home-banner .home-banner-slick .slick-active .banner-info .vive {
	-webkit-animation: fadeInUp2 2s ease;
	animation: fadeInUp2 2s ease
}

@media (max-width:1600px) {
	.home-banner .home-banner-slick .banner-info .text {
		margin-top: -80px;
		left: 100px
	}

	.home-banner .home-banner-slick .banner-info .bt {
		font-size: 40px;
		line-height: 50px
	}

	.home-banner .home-banner-slick .banner-info .txt {
		font-size: 14px;
		line-height: 24px
	}

	.home-banner .home-banner-slick .banner-info .vive a {
		width: 160px
	}
}

@media (max-width:1259px) {
	.home-banner {
		display: none
	}
}

.phbannerbox {
	display: none
}

@media (max-width:1259px) {
	.phbannerbox {
		display: block;
		margin-top: 60px
	}
}

.phbannerbox .slick-dots {
	bottom: 25px
}

.phbannerbox .slick-dots li button {
	width: 6px;
	height: 23px;
	border-radius: 0;
	background: url(../image/shu.png)
}

.phbannerbox .slick-dots li.slick-active button {
	background: url(../image/shu-h.png)
}

.index-title {
	color: #343434;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	padding-top: 80px
}

.index-title img {
	margin: 15px 35px 0 35px
}

@media (max-width:1279px) {
	.index-title {
		font-size: 24px;
		line-height: 30px;
		padding-top: 40px;
		vertical-align: top;
		position: relative
	}

	.index-title:before,.index-title:after {
		content: "";
		width: 30px;
		height: 1px;
		margin: 17px 10px 0 10px;
		vertical-align: top;
		display: inline-block;
		background: #e05504
	}

	.index-title img {
		display: none
	}
}

.index-product {
	min-height: 820px;
	background: url(../image/product-bg.jpg) no-repeat top center #f2f2f2
}

@media (max-width:640px) {
	.index-product {
		min-height: auto;
		padding-bottom: 20px
	}
}

.index-product .table-menu {
	text-align: center
}

.index-product .table-menu li {
	width: 13%;
	padding: 0 3px;
	margin-top: 30px;
	display: inline-block
}

.index-product .table-menu li a {
	color: #333;
	height: 50px;
	line-height: 48px;
    overflow:hidden;
	display: block;
	font-size: 18px;
	background: #fff;
	border: solid 1px #d4d4d4
}

.index-product .table-menu li:hover a,.index-product .table-menu .active a {
	color: #fff;
	border-color: #e05504;
	background: #e05504
}

@media (max-width:640px) {
	.index-product .table-menu {
		margin-top: 20px
	}

	.index-product .table-menu li {
		width: 50%;
		display: block;
		float: left;
		margin-top: 6px
	}

	.index-product .table-menu li a {
		font-size: 15px;
		height: 36px;
		line-height: 34px
	}
}

.index-product .tabcot {
	display: none;
	padding-top: 50px
}

.index-product .tabcot .leftbox {
	width: 50%;
	float: left
}

.index-product .tabcot .rightbox {
	width: 50%;
	float: left;
	padding-left: 60px;
	padding-top: 30px
}

.index-product .tabcot .rightbox .tit {
	font-size: 44px;
	line-height: 50px;
	font-weight: lighter
}

.index-product .tabcot .rightbox .tit a {
	color: #303030
}

.index-product .tabcot .rightbox .tit a:hover {
	color: #000
}

.index-product .tabcot .rightbox .txt {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	color: #303030;
	margin: 10px 0
}

.index-product .tabcot .rightbox .txt-two {
	font-size: 16px;
    max-height: 75px;
    overflow: hidden;
}

.index-product .tabcot .rightbox .txt-two p {
	padding-left: 30px;
	position: relative
}

.index-product .tabcot .rightbox .txt-two p img {
	top: 6px;
	left: 0;
	position: absolute
}

.index-product .tabcot .rightbox .list {
	font-size: 16px;
	padding: 35px 0;
    max-height:160px;
    overflow:hidden;
}

.index-product .tabcot .rightbox .list li {
	float: left;
	text-align: center;
	padding-right: 20px
}

.index-product .tabcot .rightbox .list li span {
	display: inline-block;
    width:56px;
    height:56px;
	border: solid 1px #d4d4d4
}

.index-product .tabcot .rightbox .list li span img {
    padding:5px;
}

.index-product .tabcot .rightbox .list li p {
	margin-top: 10px
}

@media (max-width:640px) {
	.index-product .tabcot {
		padding-top: 30px
	}

	.index-product .tabcot .leftbox,.index-product .tabcot .rightbox {
		width: 100%;
		float: none
	}

	.index-product .tabcot .leftbox {
		padding-left: 30px;
		padding-right: 30px
	}

	.index-product .tabcot .rightbox {
		padding: 30px 10px
	}

	.index-product .tabcot .rightbox .tit {
		font-size: 18px;
		line-height: 30px;
		text-align: center
	}

	.index-product .tabcot .rightbox .txt {
		font-size: 16px;
		line-height: 24px;
		text-align: center
	}

	.index-product .tabcot .rightbox .txt-two {
		font-size: 14px
	}

	.index-product .tabcot .rightbox .txt-two p {
		padding-left: 25px
	}

	.index-product .tabcot .rightbox .list {
		padding: 20px 0;
		display: none
	}
}

.index-product .vive a {
	display: block;
	margin-top: 25px;
	background-size: 15px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #00295c;
	padding-left: 44px;
	position: relative;
	border: solid 1px #00295c;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-product .vive a:after {
	right: 25px;
	top: 50%;
	margin-top: -4px;
	content: "";
	position: absolute;
	border-left: 8px #00295c solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.index-product .vive a:hover {
	border-color: #e05504;
	background: #e05504;
	color: #fff
}

.index-product .vive a:hover:after {
	border-left: 8px #fff solid
}

@media (max-width:640px) {
	.index-product .vive a {
		width: 140px;
		height: 40px;
		margin: 0 auto;
		margin-top: 25px;
		line-height: 40px;
		font-size: 16px;
		padding-left: 20px
	}
}

.index-honor .scroll {
	padding: 0 50px;
	margin-top: 60px
}

.index-honor .scroll .slick-prev,.index-honor .scroll .slick-next {
	width: 32px;
	height: 32px;
	border: 0
}

.index-honor .scroll .slick-prev {
	left: 0;
	background: url(../image/left-1.png) no-repeat top center
}

.index-honor .scroll .slick-prev:hover {
	background: url(../image/left-1-h.png) no-repeat top center
}

.index-honor .scroll .slick-next {
	right: 0;
	background: url(../image/right-1.png) no-repeat top center
}

.index-honor .scroll .slick-next:hover {
	background: url(../image/right-h.png) no-repeat top center
}

@media (max-width:640px) {
	.index-honor .scroll {
		padding: 0;
		margin-top: 30px
	}

	.index-honor .scroll .slick-prev,.index-honor .scroll .slick-next {
		opacity: 0
	}

	.index-honor .scroll .slick-dots {
		bottom: -20px
	}

	.index-honor .scroll .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #ddd
	}

	.index-honor .scroll .slick-dots li.slick-active button {
		background: #e05504
	}
}

.index-honor .item {
	margin: 0 20px;
	padding-bottom: 20px;
	text-align: center
}

.index-honor .item .pic {
	position: relative
}

.index-honor .item .pic:before {
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	position: absolute;
	background: url(../image/honor-bg.png) no-repeat top center
}

.index-honor .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 75%
}

.index-honor .item .tit {
	color: #333;
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	margin: 20px 0 10px 0
}

.index-honor .item .line {
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #c9c9c9
}

.index-honor .item .line:before {
	width: 22px;
	height: 15px;
	content: "";
	left: 50%;
	margin-left: -11px;
	bottom: -7px;
	z-index: 2;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: url(../image/arrow.jpg) no-repeat top center
}

@media (max-width:640px) {
	.index-honor .item {
		margin: 0 5px
	}

	.index-honor .item .tit {
		margin-top: 15px;
		font-size: 14px;
		margin-bottom: 0
	}
}

.index-honor .item:hover .line:before {
	background: url(../image/arrow-h.jpg) no-repeat top center
}

.index-honor .item:hover .pic:before {
	opacity: 1
}

@media (max-width:640px) {
	.index-honor .item:hover .pic:before {
		opacity: 0
	}
}

.index-advantage {
	overflow: hidden;
	position: relative;
	padding-bottom: 130px;
	background: #021b41;
	background: -webkit-linear-gradient(top, #021b41, #092d56);
	background: linear-gradient(top, #021b41, #092d56)
}

.index-advantage .index-title {
	color: #fff
}

.index-advantage .index-title p:first-child {
	color: #fff
}

.index-advantage .index-title p:first-child span {
	color: #fff
}

.index-advantage .list {
	color: #fff;
	margin-top: 50px;
	font-size: 15px;
	position: relative
}

.index-advantage .list .font25 {
	font-size: 25px;
	line-height: 30px;
	padding-left: 100px;
	padding-bottom: 30px;
	font-weight: lighter
}

.index-advantage .list .font15 {
	opacity: .6
}

.index-advantage .list .txtbox-1 {
	top: 60px;
	left: 10px;
	width: 480px;
	position: absolute
}

.index-advantage .list .txtbox-1 .line {
	top: 40px;
	right: 0;
	position: absolute
}

.index-advantage .list .txtbox-1 .font15 {
	text-align: right;
	padding-right: 160px
}

.index-advantage .list .txtbox-1:hover .font25 {
	font-weight: 700
}

.index-advantage .list .txtbox-3 {
	top: 300px;
	left: 5px;
	width: 380px;
	position: absolute
}

.index-advantage .list .txtbox-3 .font25 {
	padding-left: 0
}

.index-advantage .list .txtbox-3 .font15 {
	text-align: right;
	padding-right: 110px
}

.index-advantage .list .txtbox-3 .line {
	top: 40px;
	right: 0;
	position: absolute
}

.index-advantage .list .txtbox-3:hover .font25 {
	font-weight: 700
}

.index-advantage .list .txtbox-5 {
	top: 520px;
	left: 0;
	width: 480px;
	padding-left: 0;
	position: absolute
}

.index-advantage .list .txtbox-5 .line {
	top: 15px;
	right: 0;
	position: absolute
}

.index-advantage .list .txtbox-5:hover .font25 {
	font-weight: 700
}

.index-advantage .list .txtbox-2 {
	top: 60px;
	right: 20px;
	width: 480px;
	padding-left: 100px;
	position: absolute
}

.index-advantage .list .txtbox-2 .line {
	top: 40px;
	right: 110px;
	position: absolute
}

.index-advantage .list .txtbox-2 .font25 {
	padding-left: 0;
	text-align: left
}

.index-advantage .list .txtbox-2 .font15 {
	padding-left: 60px;
	text-align: left
}

.index-advantage .list .txtbox-2:hover .font25 {
	font-weight: 700
}

.index-advantage .list .txtbox-4 {
	top: 300px;
	right: 0;
	width: 480px;
	padding-left: 190px;
	text-align: right;
	position: absolute
}

.index-advantage .list .txtbox-4 .line {
	top: 40px;
	right: 25px;
	position: absolute
}

.index-advantage .list .txtbox-4 .font25 {
	padding-left: 0;
	text-align: left
}

.index-advantage .list .txtbox-4 .font15 {
	text-align: left
}

.index-advantage .list .txtbox-4:hover .font25 {
	font-weight: 700
}

.index-advantage .list .txtbox-6 {
	top: 520px;
	right: 32px;
	width: 470px;
	padding-left: 100px;
	position: absolute
}

.index-advantage .list .txtbox-6 .line {
	top: 20px;
	right: 0;
	position: absolute
}

.index-advantage .list .txtbox-6 .font25 {
	padding-left: 70px;
	text-align: left
}

.index-advantage .list .txtbox-6:hover .font25 {
	font-weight: 700
}

@media (max-width:1000px) {
	.index-advantage {
		padding-top: 20px;
		padding-bottom: 50px
	}

	.index-advantage img {
		display: none
	}

	.index-advantage .list {
		margin-top: 10px
	}

	.index-advantage .list .txtbox-1,.index-advantage .list .txtbox-2,.index-advantage .list .txtbox-3,.index-advantage .list .txtbox-4,.index-advantage .list .txtbox-5,.index-advantage .list .txtbox-6 {
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		padding-left: 0;
		text-align: left;
		padding: 20px;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		position: relative
	}

	.index-advantage .list .txtbox-1 p,.index-advantage .list .txtbox-2 p,.index-advantage .list .txtbox-3 p,.index-advantage .list .txtbox-4 p,.index-advantage .list .txtbox-5 p,.index-advantage .list .txtbox-6 p {
		padding-right: 0
	}

	.index-advantage .list .line {
		display: none
	}

	.index-advantage .list .font25 {
		font-size: 16px;
		opacity: 1 !important;
		padding-left: 0 !important;
		padding-bottom: 0
	}

	.index-advantage .list .font15 {
		padding-left: 0 !important;
		font-size: 14px;
		text-align: left !important;
		padding-right: 0 !important
	}

	.index-advantage .list .txtbox-3 .font25,.index-advantage .list .txtbox-5 .font25 {
		padding-left: 0
	}

	.index-advantage .list .txtbox-6 {
		border-bottom: 0
	}
}

#particles-js {
	width: 100%;
	top: 50px;
	left: 0;
	opacity: .5;
	height: 200px;
	position: absolute;
	z-index: 1
}

#stats,.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}

.index-case .container {
	position: relative
}

.index-case .box {
	margin-top: 50px;
	position: relative
}

.index-case .box a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative
}

.index-case .box a:before {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	opacity: 0;
	position: absolute;
	background: #e05504;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(224,85,4,0.87)
}

.index-case .box .pic {
	overflow: hidden;
	position: relative
}

.index-case .box .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-case .box .pic:after {
	content: "";
	display: block;
	padding-bottom: 167%
}

.index-case .box .txtbox {
	height: 120px;
	top: 50%;
	width: 100%;
	z-index: 2;
	text-align: center;
	margin-top: -100px;
	position: absolute;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.index-case .box .txtbox span img {
	display: inline-block;
    max-width:100px;
}

.index-case .box .tit {
	color: #fff;
	height: 60px;
	padding: 0 10px;
	font-size: 20px;
	overflow: hidden;
	line-height: 60px;
	position: relative
}

.index-case .box:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-case .box:hover a:before {
	opacity: 1;
	height: 100%
}

.index-case .box:hover .txtbox {
	margin-top: -50px
}

@media (max-width:640px) {
	.index-case .slick-dots {
		bottom: 20px
	}

	.index-case .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #ddd
	}

	.index-case .slick-dots li.slick-active button {
		background: #e05504
	}

	.index-case .scroll {
		margin-left: 20px;
		margin-right: 20px
	}

	.index-case .box {
		margin-top: 30px
	}

	.index-case .box .txtbox {
		margin-top: -60px
	}

	.index-case .box .txtbox span img {
		max-height: 50px
	}
}

.index-news {
	overflow: hidden;
	height: 661px;
	background: url(../image/news-bg.jpg) no-repeat top center #f2f2f2
}

@media (max-width:640px) {
	.index-news {
		height: auto;
		margin-top: 40px;
		padding-bottom: 40px
	}
}

.index-news .index-bottom {
	margin: 0 -16px;
	overflow: hidden;
	margin-top: 60px
}

@media (max-width:640px) {
	.index-news .index-bottom {
		margin-top: 0;
		margin: 0
	}
}

.index-news .item {
	width: 33.33333333%;
	float: left;
	padding: 0 16px
}

.index-news .item .item-title {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 17px;
	overflow: hidden;
	margin-bottom: 34px
}

.index-news .item .item-title h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	float: left;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-news .item .item-title a {
	font-size: 12px;
	width: 66px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
	margin-top: 4px;
	background: #e05504
}

@media (max-width:640px) {
	.index-news .item .item-title {
		padding-bottom: 5px;
		margin-bottom: 20px
	}

	.index-news .item .item-title h3 {
		font-size: 18px
	}
}

.index-news .item .i01 .one {
	margin-bottom: 31px;
	overflow: hidden
}

@media (max-width:640px) {
	.index-news .item .i01 .one {
		margin-bottom: 20px
	}
}

.index-news .item .i01 .one .box {
	position: relative;
	height: 117px
}

.index-news .item .i01 .one .pic {
	width: 170px;
	height: 117px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.index-news .item .i01 .one .pic img {
	-webkit-transition: .5s;
	transition: .5s
}

.index-news .item .i01 .one .text {
	padding-left: 182px
}

.index-news .item .i01 .one .text .bt {
	font-size: 18px;
	color: #333;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 9px
}

.index-news .item .i01 .one .text .jsh {
	line-height: 22px;
	height: 44px;
	color: #666;
	overflow: hidden;
	margin-bottom: 10px
}

.index-news .item .i01 .one .text .more {
	color: #002862;
	font-size: 14px;
	text-decoration: underline
}

@media (max-width:640px) {
	.index-news .item .i01 .one .text .bt {
		font-size: 15px
	}
}

.index-news .item .i01 .one:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .item .i01 .one:hover .text .bt {
	color: #e05504
}

.index-news .item .i01 ul li {
	border-top: 1px dashed #cbcbcb
}

.index-news .item .i01 ul li a {
	display: block;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	position: relative;
	padding-left: 12px;
	padding-right: 90px;
	font-size: 15px;
	color: #333
}

.index-news .item .i01 ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #b0b0b0;
	border-radius: 50%;
	overflow: hidden;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transition: .5s;
	transition: .5s
}

.index-news .item .i01 ul li a span {
	font-size: 15px;
	color: #999;
	position: absolute;
	top: 0;
	right: 7px;
	display: block;
	font-family: arial
}

.index-news .item .i01 ul li:hover a {
	color: #e05504
}

.index-news .item .i01 ul li:hover a:after {
	background: #e05504
}

.index-news .item .i02 ul {
	height: 300px;
	overflow: hidden;
	background: none
}

.index-news .item .i02 ul li {
	padding-bottom: 15px;
	border-bottom: 1px dashed #cbcbcb;
	margin-bottom: 21px;
	overflow: hidden
}

.index-news .item .i02 ul li a {
	display: block
}

.index-news .item .i02 ul li a .bt {
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	height: 23px;
	line-height: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index-news .item .i02 ul li a .bt:after {
	content: 'Q';
	display: block;
	width: 21px;
	height: 21px;
	line-height: 19px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #014eae;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px
}

.index-news .item .i02 ul li a .jsh {
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden
}

.index-news .item .i02 ul li a .jsh:after {
	content: 'A';
	display: block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #e05504;
	border-radius: 2px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0
}

.index-news .item .i02 ul li:hover a .bt {
	color: #e05504
}

.index-news .item .i02 ul li:nth-child(2n) a .jsh {
	height: 22px
}

.index-news .item .i02 ul li:nth-last-child(1) {
	border-bottom: 0;
	padding: 0;
	margin: 0
}

@media (max-width:640px) {
	.index-news .item {
		width: 100%;
		float: none;
		padding: 0 10px;
		margin-top: 30px
	}
}

.index-about {
	padding-bottom: 110px;
	position: relative;
	min-height: 810px;
	background: url(../image/index-about-bg.jpg) no-repeat top center
}

@media (max-width:1279px) {
	.index-about {
		height: auto
	}
}

.index-about .leftbox {
	width: 50%;
	float: left;
	position: relative
}

.index-about .leftbox .txtbox {
	width: 100%;
	height: 100%;
	z-index: 9;
	color: #fff;
	padding-top: 107px;
	padding-right: 45px
}

.index-about .leftbox .txtbox .t1 {
	position: relative
}

.index-about .leftbox .txtbox .t1:before {
	top: -30px;
	left: 0;
	width: 170px;
	height: 160px;
	content: "";
	z-index: -1;
	position: absolute;
	border: solid 8px #163d62
}

.index-about .leftbox .txtbox .t2 {
	font-size: 25px;
	line-height: 42px;
	margin-top: 70px;
	font-weight: lighter
}

@media (max-width:1280px) {
	.index-about .leftbox .txtbox .t2 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 50px
	}
}

.index-about .leftbox .txtbox .t3 {
	padding: 20px 0;
	font-size: 15px;
	line-height: 28px;
	margin-top: 35px;
	border-top: solid 1px #294d6f;
	border-bottom: solid 1px #294d6f
}

.index-about .leftbox .txtbox .t4 {
	padding-top: 30px
}

.index-about .leftbox .txtbox .t4 li {
	float: left;
	width: 50%;
	font-size: 20px;
	text-align: center
}

.index-about .leftbox .txtbox .t4 li p:first-child {
	padding-bottom: 10px
}

.index-about .leftbox .txtbox .t4 li span {
	font-size: 80px;
	line-height: 80px;
	font-family: "DIN-Medium"
}

.index-about .leftbox .txtbox .t4 li i {
	vertical-align: top;
	font-style: normal;
	font-size: 30px;
	font-family: arial
}

@media (max-width:1280px) {
	.index-about .leftbox .txtbox .t4 li {
		font-size: 16px
	}

	.index-about .leftbox .txtbox .t4 li span {
		font-size: 60px;
		line-height: 60px
	}
}

@media (max-width:1279px) {
	.index-about .leftbox {
		width: 100%;
		float: none
	}

	.index-about .leftbox .txtbox {
		top: auto;
		left: auto;
		padding: 60px;
		overflow: hidden;
		position: relative
	}

	.index-about .leftbox .txtbox .t1 {
		margin-left: -30px
	}

	.index-about .leftbox .txtbox .t1:before {
		display: none
	}
}

@media (max-width:480px) {
	.index-about .leftbox .txtbox {
		padding: 60px 30px
	}

	.index-about .leftbox .txtbox .t1 {
		margin-left: -20px
	}

	.index-about .leftbox .txtbox .t1 img {
		max-height: 70px
	}

	.index-about .leftbox .txtbox .t2 {
		font-size: 16px
	}

	.index-about .leftbox .txtbox .t4 li {
		font-size: 13px
	}

	.index-about .leftbox .txtbox .t4 li span {
		font-size: 40px;
		line-height: 50px
	}
}

.index-about .rightbox {
	width: 50%;
	float: left
}

.index-about .rightbox a {
	top: 50%;
	right: 23.5%;
	text-align: center;
	margin-top: -37px;
	position: absolute
}

@media (max-width:1600px) {
	.index-about .rightbox a {
		right: 18%
	}
}

@media (max-width:1500px) {
	.index-about .rightbox a {
		right: 15%
	}
}

@media (max-width:1400px) {
	.index-about .rightbox a {
		right: 13.5%
	}
}

@media (max-width:1370px) {
	.index-about .rightbox a {
		right: 12.5%
	}
}

@media (max-width:1290px) {
	.index-about .rightbox a {
		right: 10%
	}
}

@media (max-width:1279px) {
	.index-about .rightbox {
		display: none
	}
}

.index-hezuo {
	padding: 70px 0
}

.index-hezuo .title {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.index-hezuo .title .left {
	left: -14px;
	top: 50%;
	margin-top: -13px;
	position: absolute
}

.index-hezuo .title .right {
	right: -14px;
	top: 50%;
	margin-top: -13px;
	position: absolute
}

.index-hezuo .title:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	content: "";
	position: absolute;
	border: solid 1px #f9ddcd
}

.index-hezuo .title:after {
	content: "";
	width: 38px;
	height: 6px;
	bottom: -17px;
	left: 50%;
	margin-left: -19px;
	position: absolute;
	background: #e05504
}

.index-hezuo .title .cn {
	font-size: 30px;
	color: #343434;
	line-height: 40px;
	padding-top: 20px
}

.index-hezuo .title .en {
	color: #999;
	font-family: arial;
	text-transform: uppercase
}

@media (max-width:700px) {
	.index-hezuo .title {
		width: 100%;
		border: 0
	}

	.index-hezuo .title:before,.index-hezuo .title:after,.index-hezuo .title .left,.index-hezuo .title .right {
		display: none
	}

	.index-hezuo .title .cn {
		font-size: 20px;
		line-height: 24px
	}

	.index-hezuo .title .en {
		font-size: 12px;
		letter-spacing: -1px
	}
}

.index-hezuo .scroll {
	margin-top: 50px;
	padding: 0 57px
}

.index-hezuo .scroll .slick-prev,.index-hezuo .scroll .slick-next {
	width: 32px;
	height: 32px;
	border: 0;
	margin-top: -16px
}

.index-hezuo .scroll .slick-prev {
	left: 0;
	background: url(../image/left-1.png) no-repeat top center
}

.index-hezuo .scroll .slick-prev:hover {
	background: url(../image/left-1-h.png) no-repeat top center
}

.index-hezuo .scroll .slick-next {
	right: 0;
	background: url(../image/right-1.png) no-repeat top center
}

.index-hezuo .scroll .slick-next:hover {
	background: url(../image/right-h.png) no-repeat top center
}

.index-hezuo .scroll span {
	margin: 0 7px;
	display: block;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #efefef
}

.index-hezuo .scroll span:after {
	content: "";
	display: block;
	padding-bottom: 57%
}

.index-hezuo .scroll span:hover {
	border-color: #e05504;
	box-shadow: 0 0 20px #eee
}

@media (max-width:700px) {
	.index-hezuo {
		padding: 20px 0 70px 0
	}

	.index-hezuo .scroll {
		margin-top: 20px;
		padding: 0
	}

	.index-hezuo .scroll .slick-prev,.index-hezuo .scroll .slick-next {
		opacity: 0
	}

	.index-hezuo .slick-dots {
		bottom: -30px
	}

	.index-hezuo .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #ddd
	}

	.index-hezuo .slick-dots li.slick-active button {
		background: #e05504
	}
}

.footer {
	background: #141c2f
}

.footer .footer-top {
	padding: 70px 0 58px 0;
	overflow: hidden;
	border-bottom: 1px solid #2c3344
}

.footer .footer-top ul {
	float: left;
	width: 43%
}

.footer .footer-top ul li {
	width: 33.33333333%;
	float: left
}

.footer .footer-top ul li a {
	font-size: 16px;
	display: block;
	color: #fff;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 22px
}

.footer .footer-top ul li a:hover {
	color: #fff
}

.footer .footer-top ul li ul {
	float: none;
	width: 100%
}

.footer .footer-top ul li ul li {
	float: none;
	width: 100%
}

.footer .footer-top ul li ul li a {
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	color: rgba(255,255,255,0.5)
}

.footer .footer-top .footer-contact {
	float: left;
	width: 39%;
	padding-left: 112px;
	background: url("../image/fphone.png") no-repeat 52px 1px;
	background-size: 48px;
	color: #fff;
	border-left: 1px solid #2c3344;
	padding-right: 35px
}

.footer .footer-top .footer-contact h3 {
	font-size: 16px
}

.footer .footer-top .footer-contact span {
	font-family: "DIN-Medium";
	font-size: 28px;
	line-height: 34px
}

.footer .footer-top .footer-contact p {
	font-size: 16px
}

.footer .footer-top .footer-contact a {
	color: #fff
}

.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("../image/wb.png") no-repeat center center
}

.footer .footer-top .footer-contact ul li .wb:hover {
	background-color: #e05504
}

.footer .footer-top .footer-contact ul li .wx {
	background: #222e4c url("../image/wx.png") no-repeat center center
}

.footer .footer-top .footer-contact ul li .wx:hover {
	background-color: #e05504
}

.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.3);
	padding: 15px 0
}

.footer .footer-bottom a {
	color: rgba(255,255,255,0.3)
}

@media (max-width:1200px) {
	.footer ul {
		display: none
	}

	.footer .footer-top {
		text-align: left;
		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
	}
}

.transparent {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: url(/images/transparent-bg.png) repeat;
	background: rgba(0,0,0,0.7);
	display: none
}

.video-popup {
	position: fixed;
	z-index: 999;
	width: 200px;
	height: 230px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -115px 0 0 -100px;
	text-align: center;
	padding: 10px;
	display: none
}

.video-popup .box {
	background: #fff;
	height: 100%
}

.video-popup .close {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -45px;
	top: 0;
	background: url(../image/close-icon.png) no-repeat
}

#toTop {
	z-index: 9;
	width: 80px;
	height: 80px;
	bottom: 22%;
	right: 30px;
	position: fixed;
	cursor: pointer;
	border-radius: 100%;
	background: #222e4c;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@media (max-width:1279px) {
	#toTop {
		display: none !important
	}
}

#toTop:hover {
	opacity: .8
}

.inside-banner {
	color: #fff;
	position: relative;
	height: 489px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.inside-banner .container {
	position: relative
}

.inside-banner .title {
	text-align: center;
	padding-top: 230px
}

.inside-banner .cn {
	font-size: 42px;
	line-height: 50px;
	font-weight: lighter
}

.inside-banner .en {
	font-family: arial;
	font-size: 16px;
	padding: 10px 0 20px 0;
	position: relative
}

.inside-banner .en:after {
	content: "";
	bottom: 0;
	width: 30px;
	height: 3px;
	left: 50%;
	margin-left: -15px;
	background: #e05504;
	position: absolute
}

.inside-banner .title-2 {
	width: 180px;
	text-align: center;
	margin-left: 220px
}

.inside-banner .title-3 {
	width: 180px;
	text-align: center;
	margin-left: 100px
}

.inside-banner .title-4 {
	padding-left: 400px
}

.inside-banner .title-5 {
	width: 300px;
	margin-left: 100px
}

@media (max-width:1279px) {
	.inside-banner {
		height: 260px;
		margin-top: 60px;
		background-size: cover
	}

	.inside-banner .title {
		padding-top: 80px;
		width: 100% !important;
		padding-left: 0 !important;
		margin-left: 0 !important
	}

	.inside-banner .title .cn {
		font-size: 36px;
		line-height: 40px
	}
}

.inside-current {
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	background: #f7f7f7
}

.inside-current .tag {
	float: right;
	width: 25%;
	color: #999;
	text-align: right
}

.inside-current .tag img {
	margin: 22px 5px 0 0
}

.inside-current .tag a {
	color: #999
}

.inside-current .tag a:hover {
	color: #e05504
}

.inside-current .tag span {
	color: #666
}

@media (max-width:1200px) {
	.inside-current .tag {
		float: none;
		width: 100%;
		text-align: left
	}
}

.inside-current-bai {
	background: #fff
}

.inside-current-bai .inside-menu li {
	border-bottom: solid 3px #fff
}

.inside-current-bai .inside-menu li:hover,.inside-current-bai .inside-menu .cur {
	background: #f7f7f7;
	border-bottom: solid 3px #e05504
}

.inside-menu {
	width: 75%;
	float: left
}

.inside-menu li {
	width: 15%;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 57px;
	border-bottom: solid 3px #f7f7f7
}

.inside-menu li a {
	color: #333;
    height: 57px;
    line-height: 57px;
    overflow:hidden;
	display: block
}

.inside-menu li:hover,.inside-menu .cur {
	background: #fff;
	border-bottom: solid 3px #e05504
}

@media (max-width:1200px) {
	.inside-menu {
		display: none
	}
}

.inside-menu-two li {
	width: 20%
}

.inside-news {
	padding-bottom: 90px
}

.inside-news ul {
	margin-top: 15px;
	position: relative
}

.inside-news ul:before {
	content: "";
	width: 1px;
	height: 98%;
	top: 45px;
	left: 50%;
	position: absolute;
	background: #e2e2e2
}

.inside-news li {
	padding: 45px 0 40px 0;
	border-top: solid 1px #e2e2e2
}

.inside-news li .item {
	width: 44.6%
}

.inside-news li .pic {
	overflow: hidden;
	position: relative
}

.inside-news li .pic:after {
	content: "";
	display: block;
	padding-bottom: 36.3%
}

.inside-news li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news li .tit {
	font-size: 20px;
	color: #333;
	height: 24px;
	overflow: hidden;
	margin-top: 40px
}

.inside-news li .txt {
	color: #666;
	height: 48px;
	margin: 20px 0 35px 0;
	overflow: hidden;
	font-size: 15px
}

.inside-news li .time {
	font-family: "Impact";
	font-size: 60px;
	line-height: 60px;
	color: #ededed
}

.inside-news li .time span {
	float: right;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑"
}

.inside-news li:first-child {
	border-top: 0
}

.inside-news li .item:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news li .item:hover .tit,.inside-news li .item:hover .time,.inside-news li .item:hover .time span {
	color: #e05504
}

@media (max-width:1200px) {
	.inside-news {
		padding-bottom: 40px
	}

	.inside-news ul {
		margin-top: 0
	}

	.inside-news li .time {
		font-size: 30px;
		line-height: 30px
	}
}

@media (max-width:480px) {
	.inside-news ul:before {
		display: none
	}

	.inside-news li {
		border: 0;
		padding: 0
	}

	.inside-news li .item {
		width: 100%;
		margin-top: 30px;
		float: none !important
	}

	.inside-news li .tit {
		font-size: 16px;
		margin-top: 20px
	}

	.inside-news li .txt {
		margin: 10px 0 20px 0
	}

	.inside-news li .time span {
		color: #ccc
	}
}

.inside-qa {
	padding-top: 40px;
	padding-bottom: 100px
}

.inside-qa li {
	margin-top: 30px;
	border: solid 1px #eaeaea;
	padding: 35px 60px
}

.inside-qa li .time {
	width: 50px;
	float: left;
	color: #999;
	line-height: 20px;
	font-family: arial;
	text-align: center
}

.inside-qa li .ask {
	width: 42px;
	height: 42px;
	color: #fff;
	margin-top: 10px;
	line-height: 42px;
	font-size: 30px;
	margin-bottom: 6px;
	font-weight: bold;
	background: #c7c7c7;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-qa li .date {
	font-size: 22px
}

.inside-qa li .txtbox {
	width: 94%;
	float: left;
	padding-bottom: 25px;
	padding-left: 40px
}

.inside-qa li .tit {
	font-size: 22px;
	height: 40px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	position: relative
}

.inside-qa li .tit:before {
	content: "";
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	position: absolute;
	background: #d9d9d9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-qa li .tit span {
	float: right;
	font-size: 15px;
	color: #666;
	text-decoration: underline
}

.inside-qa li .txt {
	color: #666;
	height: 48px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	width: 90%;
	padding-left: 50px
}

.inside-qa li .txt span {
	top: 7px;
	left: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	font-weight: 700;
	border-radius: 3px;
	font-family: arial;
	background: #d9d9d9;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-qa li .txt span:before {
	content: "";
	left: 50%;
	margin-left: -5px;
	bottom: -7px;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-top: solid 10px #d9d9d9;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent
}

.inside-qa li:hover {
	box-shadow: 0 0 20px #eee;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-qa li:hover .ask {
	color: #fff;
	background: #e05504
}

.inside-qa li:hover .tit:before {
	background-color: #e05504
}

.inside-qa li:hover .tit span {
	color: #e05504
}

.inside-qa li:hover .more {
	border-color: #49b27d;
	background: #49b27d;
	color: #fff
}

@media (max-width:1100px) {
	.inside-qa {
		padding-bottom: 40px
	}

	.inside-qa li {
		padding: 15px
	}

	.inside-qa li .ask {
		font-size: 20px
	}

	.inside-qa li .txtbox {
		width: 80%;
		padding-left: 30px
	}

	.inside-qa li .tit {
		font-size: 16px
	}

	.inside-qa li .txt {
		font-size: 14px
	}

	.inside-qa li .txt span {
		font-size: 12px
	}

	.inside-qa li:hover {
		background: none
	}
}

.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-solution-show .miaoshu {
	color: #666;
	margin-top: 30px;
	padding: 15px;
	font-size: 15px;
	background: #f7f7f7
}

.inside-solution-show .miaoshu p:first-child {
	color: #333
}

.inside-solution-show .tit {
	font-size: 18px;
	margin-top: 30px;
	color: #014eae
}

.inside-solution-show .tit img {
	margin-top: -2px;
	margin-right: 15px
}

.inside-solution-show .txt {
	margin-top: 10px
}

.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: #e05504
}

.inside-page-news li:hover a {
	color: #fff
}

.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(../image/fanhui-hui.png) center left no-repeat;
	display: inline-block
}

.inside-page-news .fanhui:hover {
	color: #fff;
	background: #e05504
}

.inside-page-news .fanhui:hover:before {
	background: url(../image/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 #fff
	}

	.inside-page-news .fanhui {
		left: auto;
		width: 100%;
		display: block;
		margin-left: auto;
		text-align: left;
		padding-left: 30px;
		position: relative;
		color: #fff;
		background: #e05504
	}

	.inside-page-news .fanhui:before {
		background: url(../image/fanhui.png) center left no-repeat
	}
}

.inside-xg-news {
	background: #f4f4f4;
	padding: 50px 0 100px 0;
	position: relative
}

.inside-xg-news:before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 678px;
	height: 78px;
	background: url(../image/news-di.jpg) no-repeat left bottom
}

.inside-xg-news .index-title {
	text-align: left;
	padding-top: 0
}

.inside-xg-news ul {
	margin: 0 -15px
}

@media (max-width:1200px) {
	.inside-xg-news ul {
		margin: 0
	}
}

.inside-xg-news li .item .i01:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-xg-news li .item .i01:hover .text .bt {
	color: #e05504;
	font-weight: 700
}

.inside-xg-news li .item .i01:hover .text .more {
	color: #e05504
}

.inside-xg-news li .item .bot:hover .tit {
	color: #e05504
}

.inside-xg-news li {
	width: 50%;
	float: left;
	padding: 0 15px
}

.inside-xg-news li .item {
	margin-top: 40px
}

.inside-xg-news li .item .i01 {
	margin-bottom: 20px
}

.inside-xg-news li .item .i01 .box {
	position: relative
}

.inside-xg-news li .item .i01 .pic {
	width: 35%;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-xg-news li .item .i01 .pic:after {
	content: "";
	display: block;
	padding-bottom: 36%
}

.inside-xg-news li .item .i01 .pic img {
	-webkit-transition: .5s;
	transition: .5s
}

.inside-xg-news li .item .i01 .text {
	width: 65%;
	float: left;
	padding-left: 25px
}

.inside-xg-news li .item .i01 .text .bt {
	color: #111;
	font-size: 18px;
	height: 24px;
	margin-bottom: 5px;
	overflow: hidden
}

.inside-xg-news li .item .i01 .text .jsh {
	height: 24px;
	color: #333;
	overflow: hidden;
	margin-bottom: 5px
}

.inside-xg-news li .item .i01 .text .more {
	color: #666;
	font-size: 15px;
	text-decoration: underline
}

.inside-xg-news li .item .bot {
	padding: 25px 0;
	border-top: dashed 1px #c5c5c5;
	border-bottom: dashed 1px #c5c5c5
}

.inside-xg-news li .item .bot .tit {
	font-size: 18px;
	color: #333;
	height: 24px;
	overflow: hidden
}

.inside-xg-news li .item .bot .txt {
	padding-top: 15px;
	color: #7a8795
}

.inside-xg-news li .item .bot .txt span {
	padding-right: 30px;
	display: inline-block
}

.inside-xg-news li .item .bot .txt img {
	margin: 5px 7px 0 0
}

@media (max-width:1200px) {
	.inside-xg-news {
		padding-bottom: 40px
	}

	.inside-xg-news:before {
		display: none
	}
}

@media (max-width:580px) {
	.inside-xg-news .index-title {
		text-align: center
	}

	.inside-xg-news li {
		width: 100%;
		float: none;
		padding: 0
	}

	.inside-xg-news li .item {
		margin-top: 20px
	}

	.inside-xg-news li .item .i01 .pic {
		width: 100%;
		float: none
	}

	.inside-xg-news li .item .i01 .text {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 15px
	}

	.inside-xg-news li .item .bot .tit {
		font-size: 16px
	}

	.inside-xg-news li .item .bot {
		padding: 15px 0
	}
}

.inside-xg-solution {
	background: #f4f4f4;
	padding: 50px 0 100px 0;
	position: relative
}

.inside-xg-solution:before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 678px;
	height: 78px;
	background: url(../image/news-di.jpg) no-repeat left bottom
}

.inside-xg-solution .index-title {
	text-align: left;
	padding-top: 0
}

.inside-xg-solution ul {
	margin: 0 -20px;
	padding-top: 20px
}

.inside-xg-solution li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-xg-solution li:hover .text .bt {
	color: #e05504;
	font-weight: 700
}

.inside-xg-solution li:hover .text .more {
	color: #e05504
}

.inside-xg-solution li {
	width: 50%;
	float: left;
	padding: 0 20px;
	font-size: 15px
}

.inside-xg-solution li .box {
	padding: 20px 0;
	overflow: hidden;
	display: block;
	position: relative;
	border-bottom: dashed 1px #c5c5c5
}

.inside-xg-solution li .pic {
	width: 27%;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-xg-solution li .pic:after {
	content: "";
	display: block;
	padding-bottom: 56%
}

.inside-xg-solution li .pic img {
	-webkit-transition: .5s;
	transition: .5s
}

.inside-xg-solution li .text {
	width: 65%;
	float: left;
	padding-left: 25px
}

.inside-xg-solution li .text .bt {
	color: #111;
	font-size: 18px;
	height: 24px;
	margin-bottom: 5px;
	overflow: hidden
}

.inside-xg-solution li .text .jsh {
	height: 24px;
	color: #333;
	overflow: hidden;
	margin-bottom: 10px
}

.inside-xg-solution li .text .more {
	color: #666;
	font-size: 15px;
	text-decoration: underline
}

@media (max-width:1200px) {
	.inside-xg-solution {
		padding-bottom: 50px
	}

	.inside-xg-solution:before {
		display: none
	}

	.inside-xg-solution ul {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:640px) {
	.inside-xg-solution li {
		font-size: 14px;
		width: 100%;
		float: none;
		padding: 0
	}

	.inside-xg-solution li .pic {
		width: 40%
	}

	.inside-xg-solution li .text {
		width: 60%
	}

	.inside-xg-solution li .text .bt {
		font-size: 16px
	}

	.inside-xg-solution li .text .jsh {
		margin-bottom: 5px
	}

	.inside-xg-solution li .text .more {
		font-size: 14px
	}
}

.inisde-page {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
	color: #999;
	padding: 25px 0;
	background: #f8f8f8;
	font-family: arial
}

.inisde-page em {
	font-style: normal;
	font-size: 18px
}

.inisde-page a{
	color: #999;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	min-width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 0 3px;
	padding: 0 5px;
	border: solid 1px #dedede;
	vertical-align: middle;
	-webkit-transition: background .5s;
	transition: background .5s
}

.inisde-page span {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	min-width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 0 3px;
	padding: 0 5px;
	border: solid 1px #e05504;
	vertical-align: middle;
	-webkit-transition: background .5s;
	transition: background .5s;
    background: #e05504
}

.inisde-page a.cpb,.inisde-page a:hover{
	border: #e05504;
	color: #fff;
	background: #e05504
}

.inisde-page a.prev,.inisde-page a.next{
	font-size: 15px;
	color: #666;
	border: 0
}

.inisde-page a.prev,.inisde-page span.prev {
	padding: 0 15px;
	margin-right: 10px
}

.inisde-page a.prev:hover,.inisde-page span.prev:hover {
	color: #fff
}

.inisde-page a.next,.inisde-page span.next {
	padding: 0 15px;
	margin-left: 10px
}

.inisde-page a.next:hover,.inisde-page span.next:hover {
	color: #fff
}

@media (max-width:1200px) {
	.inisde-page {
		margin-top: 20px;
		padding: 15px 0;
		background: none
	}

	.inisde-page a {
		display: none
	}

	.inisde-page em {
		display: none
	}

	.inisde-page .first,.inisde-page .prev,.inisde-page .next,.inisde-page .last {
		display: inline-block;
		background: #fff;
		color: #333;
		font-size: 15px !important;
		border-radius: 30px !important;
		padding: 0 15px !important;
		border: solid 1px #e05504 !important
	}

	.inisde-page .first:hover,.inisde-page .prev:hover,.inisde-page .next:hover,.inisde-page .last:hover {
		color: #fff !important
	}
}

.inside-jishu {
	background: #f7f7f7;
	padding: 60px 0
}

.inside-jishu ul {
	margin: 0 -10px
}

.inside-jishu li {
	padding: 10px;
	width: 50%;
	float: left
}

.inside-jishu li .item {
	background: #fff;
	padding: 40px;
	font-size: 15px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-jishu li .item a {
	display: block
}

.inside-jishu li .item .time {
	color: #e05504;
	font-family: arial
}

.inside-jishu li .item .time img {
	margin-right: 10px;
	margin-top: 3px
}

.inside-jishu li .item .tit {
	margin-top: 20px;
	padding-left: 20px;
	position: relative;
	font-size: 20px;
	height: 24px;
	color: #333;
	overflow: hidden
}

.inside-jishu li .item .tit:before {
	content: "";
	width: 4px;
	height: 22px;
	top: 0;
	left: 1px;
	position: absolute;
	display: inline-block;
	background: #e05504
}

.inside-jishu li .item .txt {
	color: #666;
	height: 48px;
	overflow: hidden;
	margin: 25px 0 20px 0
}

.inside-jishu li .item .more {
	text-decoration: underline
}

.inside-jishu li .item:hover {
	box-shadow: 0 0 20px #ddd
}

.inside-jishu li .item:hover .tit,.inside-jishu li .item:hover .more {
	color: #e05504
}

.inside-jishu .inisde-page {
	padding-bottom: 30px
}

@media (max-width:1200px) {
	.inside-jishu {
		padding: 30px 0
	}

	.inside-jishu ul {
		margin: 0
	}
}

@media (max-width:480px) {
	.inside-jishu {
		padding: 15px 0
	}

	.inside-jishu li {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.inside-jishu li .item {
		padding: 25px
	}

	.inside-jishu li .item .tit {
		font-size: 18px
	}
}

.inside-solution {
	padding-bottom: 70px
}

.inside-solution ul {
	margin-top: 20px
}

.inside-solution li {
	padding: 30px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-solution li dl {
	position: relative
}

.inside-solution li dt {
	width: 29.5%;
	float: left;
	position: relative
}

.inside-solution li dt a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.inside-solution li dt .pic {
	overflow: hidden;
	position: relative
}

.inside-solution li dt .pic:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(224,85,4,0.85)
}

.inside-solution li dt .pic:after {
	content: "";
	display: block;
	padding-bottom: 55.5%
}

.inside-solution li dt .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-solution li dt .icon {
	top: 50%;
	left: 50%;
	z-index: 10;
	opacity: 0;
	margin-top: -29px;
	margin-left: -29px;
	position: absolute
}

.inside-solution li dd {
	width: 61.5%;
	float: left;
	padding-left: 80px;
	padding-top: 15px
}

.inside-solution li .txtbox {
	position: relative
}

.inside-solution li .txtbox:before {
	content: "";
	width: 64px;
	height: 11px;
	left: -80px;
	top: 5px;
	position: absolute;
	background: url(../image/so-02.png) no-repeat top left
}

.inside-solution li .txtbox h3 {
	font-size: 20px;
	height: 24px;
	overflow: hidden;
	font-weight: normal;
	position: relative
}

.inside-solution li .txtbox h3 a {
	color: #333;
	z-index: 2;
	position: relative
}

.inside-solution li .txtbox h3 span {
	float: right;
	font-size: 14px;
	padding-left: 40px;
	color: #e05504;
	font-family: arial
}

.inside-solution li .txtbox .txt {
	margin-top: 20px;
	height: 48px;
	color: #666;
	font-size: 15px;
	overflow: hidden
}

.inside-solution li .txtbox .more {
	display: block;
	margin-top: 25px;
	background-size: 15px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #00295c;
	padding-left: 44px;
	position: relative;
	border: solid 1px #00295c;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-solution li .txtbox .more:after {
	right: 25px;
	top: 50%;
	margin-top: -4px;
	content: "";
	position: absolute;
	border-left: 8px #00295c solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.inside-solution li:hover dt .pic:before {
	opacity: 1
}

.inside-solution li:hover dt .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-solution li:hover dt .icon {
	opacity: 1
}

.inside-solution li:hover .txtbox:before {
	background: url(../image/so-03.png) no-repeat top left
}

.inside-solution li:hover .txtbox .more {
	color: #fff;
	background: #e05504;
	border-color: #e05504
}

.inside-solution li:hover .txtbox .more:after {
	border-left: 8px #fff solid
}

@media (max-width:1200px) {
	.inside-solution {
		padding-bottom: 40px
	}

	.inside-solution .inisde-page {
		margin-top: 0
	}

	.inside-solution li {
		padding: 30px 0
	}

	.inside-solution li dt a:before {
		display: none
	}

	.inside-solution li dd {
		padding-top: 0;
		padding-left: 20px
	}

	.inside-solution li .txtbox {
		width: 100%;
		padding-left: 0;
		min-height: auto;
		padding-right: 0;
		border-right: 0
	}

	.inside-solution li .txtbox:before {
		display: none
	}

	.inside-solution li .txtbox h3 {
		font-size: 18px
	}

	.inside-solution li .txtbox h3:before {
		display: none
	}

	.inside-solution li .txtbox .time {
		display: none
	}

	.inside-solution li .txtbox .txt {
		margin-top: 10px
	}

	.inside-solution li .date {
		display: none
	}
}

@media (max-width:760px) {
	.inside-solution li dt {
		width: 35%
	}

	.inside-solution li dd {
		width: 65%
	}
}

@media (max-width:640px) {
	.inside-solution li dt {
		width: 50%
	}

	.inside-solution li dd {
		width: 50%
	}
}

@media (max-width:480px) {
	.inside-solution li:first-child {
		padding-top: 0
	}

	.inside-solution li {
		padding: 30px 0
	}

	.inside-solution li dt {
		width: 100%;
		float: none
	}

	.inside-solution li dt img {
		width: 100%
	}

	.inside-solution li dd {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px
	}

	.inside-solution li dd .txtbox h3 span {
		display: none
	}

	.inside-solution li dd .txtbox .tit {
		font-size: 16px
	}

	.inside-solution li dd .txtbox .txt {
		font-size: 14px;
		margin-top: 5px
	}

	.inside-solution li dd .txtbox .more {
		font-size: 16px;
		height: 40px;
		width: 160px;
		line-height: 38px
	}

	.inside-solution li:hover {
		background: none
	}

	.inside-solution li:first-child {
		margin-top: 0
	}
}

.inside-about {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	position: relative
}

.inside-about:before {
	content: "";
	height: 680px;
	width: 50.8%;
	top: 350px;
	left: 0;
	position: absolute;
	background: #4b597c;
	z-index:1;
}

.inside-about .box-1 {
	padding-top: 80px;
	padding-bottom: 97px;
	background: #f3f3f3;
	position: relative
}

.inside-about .box-1 .tu-top {
	top: 0;
	right: 0;
	position: absolute
}

.inside-about .box-1 .title {
	padding-bottom: 80px
}

.inside-about .box-1 .title .en {
	font-size: 62px;
	color: #dedede;
	line-height: 70px;
	font-family: arial
}

.inside-about .box-1 .title .cn {
	font-size: 22px;
	color: #000;
	position: relative
}

.inside-about .box-1 .title img {
	margin-top: 14px
}

.inside-about .box-1 .title span {
	margin-left: -30px;
	display: inline-block
}

@media (max-width:1200px) {
	.inside-about .box-1 .title {
		padding-bottom: 40px
	}

	.inside-about .box-1 .title .en {
		font-size: 40px;
		line-height: 50px
	}

	.inside-about .box-1 .title .cn img {
		max-height: 7px;
		margin-top: 7px
	}

	.inside-about .box-1 .title span {
		margin-left: 0
	}
}

.inside-about .box-1 .leftbox {
	width: 53%;
	float: left;
	padding-left: 60px;
	position: relative;
	z-index:2;
}

.inside-about .box-1 .leftbox span {
	top: 0;
	left: 0;
	font-size: 20px;
	color: #e05504;
	position: absolute;
	vertical-align: top;
	writing-mode: tb-rl;
	text-align: left
}

.inside-about .box-1 .leftbox span:after {
	content: "";
	width: 1px;
	height: 160px;
	margin-top: 30px;
	display: inline-block;
	background: #818ba4
}

@media (max-width:1200px) {
	.inside-about .box-1 .leftbox {
		width: 100%;
		float: none;
		padding-left: 0
	}

	.inside-about .box-1 .leftbox span {
		top: 0;
		left: 0;
		display: none;
		writing-mode: horizontal-tb;
		position: relative
	}

	.inside-about .box-1 .leftbox span:after {
		display: none
	}
}

.inside-about .box-1 .rightbox {
	width: 47%;
	float: left;
	padding-top: 50px
}

.inside-about .box-1 .rightbox p {
	padding: 0 40px
}

.inside-about .box-1 .rightbox ul {
	padding-bottom: 50px;
	padding-top: 70px
}

.inside-about .box-1 .rightbox ul li {
	float: left;
	width: 50%;
	font-size: 20px;
	text-align: center
}

.inside-about .box-1 .rightbox ul li p {
	padding-left: 0;
	padding-right: 0
}

.inside-about .box-1 .rightbox ul li p:first-child {
	padding-bottom: 10px
}

.inside-about .box-1 .rightbox ul li span {
	font-size: 80px;
	line-height: 80px;
	color: #e05504;
	font-family: "DIN-Medium"
}

.inside-about .box-1 .rightbox ul li i {
	vertical-align: top;
	font-style: normal;
	font-size: 30px;
	font-family: arial
}

@media (max-width:1200px) {
	.inside-about .box-1 .rightbox {
		width: 100%;
		float: none;
		padding-top: 30px;
		padding-left: 0
	}

	.inside-about .box-1 .rightbox p {
		padding: 0;
		text-align: left
	}

	.inside-about .box-1 .rightbox ul {
		padding: 30px 0 20px 0
	}

	.inside-about .box-1 .rightbox ul li {
		font-size: 13px
	}

	.inside-about .box-1 .rightbox ul li span {
		font-size: 50px;
		line-height: 50px
	}

	.inside-about .box-1 .rightbox ul li p {
		text-align: center
	}

	.inside-about .box-1 .rightbox ul li i {
		font-size: 20px
	}

	.inside-about .box-1 .rightbox .tu {
		display: none
	}
}

@media (max-width:1200px) {
	.inside-about .box-1 {
		padding: 40px 0
	}
}

.inside-about .box-2 {
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:1200px) {
	.inside-about .box-2 {
		padding: 40px 0
	}
}

.inside-about .box-3 {
	padding: 0 0 70px 0
}

.inside-about .box-3 ul {
	padding-top: 70px
}

.inside-about .box-3 li {
	width: 33.333%;
	float: left;
	padding: 0 40px;
	color: #666;
	min-height: 220px;
	border-left: solid 1px #dedede
}

.inside-about .box-3 li .tit {
	color: #323433;
	font-size: 25px;
	margin-top: 25px
}

.inside-about .box-3 li .txt {
	margin-top: 20px
}

.inside-about .box-3 li .txt p {
	position: relative;
	padding-left: 15px
}

.inside-about .box-3 li .txt p:before {
	content: "";
	width: 6px;
	height: 6px;
	top: 10px;
	left: 0;
	position: absolute;
	background: #e05504;
	border-radius: 100%
}

.inside-about .box-3 li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-about .box-3 li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.inside-about .box-3 li:first-child {
	border-left: 0;
	padding-left: 0;
	width: 40%
}

.inside-about .box-3 li:nth-child(2) {
	width: 40%
}

.inside-about .box-3 li:nth-child(3) {
	width: 20%
}

@media (max-width:480px) {
	.inside-about .box-3 {
		padding: 10px 0 40px 0
	}

	.inside-about .box-3 ul {
		padding-top: 0
	}

	.inside-about .box-3 li {
		overflow: hidden;
		width: 100% !important;
		float: none;
		padding: 20px 0;
		margin-top: 20px;
		text-align: center;
		border: solid 1px #ddd !important
	}

	.inside-about .box-3 li span,.inside-about .box-3 li .tit {
		display: block
	}

	.inside-about .box-3 li .tit {
		font-size: 18px;
		margin-top: 15px
	}

	.inside-about .box-3 li .txt p:before {
		display: none
	}

	.inside-about .box-3 li span img {
		max-height: 60px
	}
}

.inside-about .index-honor {
	padding-bottom: 120px;
	background: #f2f2f2;
	position: relative
}

.inside-about .index-honor .tu {
	left: 0;
	bottom: 0;
	position: absolute
}

.inside-about .index-honor .item .line::before {
	background: url(../image/arrow-2.jpg) no-repeat top center
}

.inside-about .index-honor .item:hover .line::before {
	background: url(../image/arrow-2-h.jpg) no-repeat top center
}

@media (max-width:1200px) {
	.inside-about .index-honor {
		padding-bottom: 60px
	}
}

@media (max-width:1200px) {
	.inside-about {
		font-size: 14px;
		line-height: 24px
	}

	.inside-about:before {
		display: none
	}
}

.inside-contact .box-1 {
	background: #f2f2f2
}

.inside-contact .box-1 .list {
	z-index: 2;
	margin-top: 60px;
	text-align: center;
	background: #fff;
	min-height: 330px;
	padding-top: 40px;
	position: relative
}

.inside-contact .box-1 .list li {
	width: 25%;
	float: left;
	color: #333;
	font-size: 18px;
	min-height: 240px;
	padding: 0 20px;
	border-left: solid 1px #e6e6e6
}

.inside-contact .box-1 .list li .tit {
	font-size: 20px;
	font-weight: bold
}

.inside-contact .box-1 .list li .txt {
	margin-top: 15px
}

.inside-contact .box-1 .list li .txt a {
	color: #333
}

.inside-contact .box-1 .list li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-contact .box-1 .list li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.inside-contact .box-1 .list li:first-child {
	border-left: 0
}

.inside-contact .box-1 .list li:first-child .txt {
	font-size: 25px;
	font-family: "DIN-Medium"
}

.inside-contact .box-1 .list li:first-child .txt a {
	color: #e05504
}

@media (max-width:1200px) {
	.inside-contact .box-1 .list {
		min-height: auto;
		padding: 20px 0
	}

	.inside-contact .box-1 .list li {
		font-size: 15px;
		min-height: 200px
	}

	.inside-contact .box-1 .list li img {
		max-height: 60px
	}
}

@media (max-width:700px) {
	.inside-contact .box-1 .list {
		margin-top: 30px;
		padding-top: 0
	}

	.inside-contact .box-1 .list li {
		width: 50%;
		padding-top: 20px;
		margin-top: -1px;
		border-top: solid 1px #e6e6e6
	}

	.inside-contact .box-1 .list li .tit {
		font-size: 16px
	}

	.inside-contact .box-1 .list li:first-child .txt {
		font-size: 20px
	}
}

.inside-contact .contact-map {
	width: 100% px;
	z-index: 1;
	margin-top: -80px;
	position: relative;
	height: 600px
}

.inside-contact .contact-map em {
	color: #e05504;
	font-weight: bold;
	font-style: normal
}

.inside-contact .contact-map p {
	width: 240px
}

.inside-contact .contact-map #l-map {
	width: 100%;
	height: 600px
}

@media (max-width:1200px) {
	.inside-contact .contact-map {
		height: 300px;
		margin-top: 0;
		margin: 0 20px
	}

	.inside-contact .contact-map #l-map {
		height: 300px
	}
}

.inside-message {
	padding: 20px 0 90px 0;
	position: relative
}

@media (max-width:1200px) {
	.inside-message {
		padding-bottom: 50px
	}
}

.inside-message .font16 {
	font-size: 16px;
	text-align: center;
	margin-top: 15px
}

.inside-message .container {
	position: relative
}

.inside-message .container:before {
	width: 136px;
	height: 143px;
	right: -30px;
	bottom: 170px;
	content: "";
	z-index: 2;
	position: absolute;
	background: url(../image/bi.png) no-repeat top center
}

@media (max-width:1280px) {
	.inside-message .container:before {
		display: none
	}
}

.inside-message ul {
	padding-top: 45px
}

.inside-message li {
	width: 50%;
	float: left;
	padding: 0 6px;
	position: relative
}

.inside-message li em {
	color: #f00;
	top: 13px;
	left: 12px;
	position: absolute;
	font-style: normal
}

.inside-message input,.inside-message textarea {
	background: #f2f3f5;
	border: none;
	padding: 12px;
	color: #333;
	resize: none;
	margin-bottom: 18px;
	vertical-align: middle;
	border: #f2f3f5 solid 1px
}

.inside-message input {
	width: 100%
}

.inside-message input:focus {
	border: #e05504 solid 1px
}

.inside-message textarea {
	width: 100%;
	padding-right: 90px;
	min-height: 220px
}

.inside-message textarea:focus {
	border: #e05504 solid 1px
}

.inside-message .yzhm {
	width: 100%
}

.inside-message .yzhm input {
	width: 40%
}

.inside-message .yzhm img {
	margin-right: 5px
}

.inside-message .btn {
	text-align: center;
	width: 100%
}

.inside-message .submit,.inside-message .reset {
	width: 44%;
	display: inline-block;
	max-width: 360px;
	padding: 0 5px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin: 0 10px;
	font-size: 18px
}

.inside-message .submit {
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px #e05504 solid;
	background: #e05504
}

.inside-message .submit:hover {
	background: transparent;
	border: 2px #e05504 solid;
	color: #666
}

.inside-message .reset {
	border: 1px #dadada solid;
	color: #666
}

.inside-message .reset:hover {
	background: transparent;
	border: 1px #e05504 solid;
	color: #666
}

.inside-message .verify {
	margin-top: 5px;
	vertical-align: top;
	margin-left: 5px
}

@media (max-width:1279px) {
	.inside-message {
		font-size: 12px
	}

	.inside-message:before {
		display: none
	}

	.inside-message input,.inside-message textarea {
		font-size: 12px
	}

	.inside-message textarea {
		padding-right: 10px
	}
}

@media (max-width:414px) {
	.inside-message li {
		width: 100%
	}

	.inside-message .yzhm input {
		margin-bottom: 0;
		width: 30%
	}

	.inside-message .yzhm .a-01 {
		text-align: left
	}

	.inside-message .btn {
		margin-top: 25px
	}

	.inside-message .btn .submit,.inside-message .btn .reset {
		max-width: 120px
	}
}

@media (max-width:374px) {
	.inside-message .yzhm .a-01 {
		font-size: 9px
	}
}

.inside-product {
	overflow: hidden;
	padding-bottom: 90px;
	padding-top: 40px
}

@media (max-width:1200px) {
	.inside-product {
		padding-bottom: 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: #e05504;
	background: url(../image/pro-title.jpg) no-repeat top center
}

.inside-product .leftbox .tel {
	margin-top: 23px;
	padding: 15px 0 20px 0;
	position: relative;
	padding-left: 95px;
	border-top: solid 2px #0054a6;
	border-bottom: solid 1px #d0d0d0
}

.inside-product .leftbox .tel img {
	top: 15px;
	left: 15px;
	position: absolute
}

.inside-product .leftbox .tel p {
	font-size: 16px;
	color: #4e4e4e;
	letter-spacing: 3px
}

.inside-product .leftbox .tel span {
	color: #fff;
	padding: 0 15px;
	line-height: 32px;
	border-radius: 30px;
	background: #e05504;
	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: #062552;
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	padding-left: 27px;
	padding-right: 30px;
	border-left: solid 5px #fff
}

.inside-product .leftbox li span {
	display: block;
	z-index: 2;
	padding-right: 40px;
	position: relative
}

.inside-product .leftbox li .submenu {
	padding: 0 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{
	font-weight: 700;
	color: #e05504
}

.inside-product .leftbox li .submenu a.cur {
	font-weight: 700;
	color: #e05504
}

.inside-product .leftbox li .submenu a:hover:before {
	background: #e05504
}

.inside-product .leftbox li:hover>a,.inside-product .leftbox .cur>a {
	color: #fff;
	background: #e05504;
	border-left: solid 5px #b54300
}

.inside-product .leftbox li:hover>a:before,.inside-product .leftbox .cur>a:before {
	opacity: 1
}

@media (max-width:1200px) {
	.inside-product .leftbox {
		display: none
	}
}

.inside-product .rightbox {
	width: 72%;
	float: right
}

@media (max-width:1200px) {
	.inside-product .rightbox {
		width: 100%;
		float: none
	}
}

.inside-product .rightbox h2 {
	color: #2e2e2f;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	position: relative
}

.inside-product .rightbox h2:before {
	top: 5px;
	left: 0;
	width: 6px;
	height: 20px;
	content: "";
	z-index: 3;
	border-radius: 3px;
	position: absolute;
	background: #e05504
}

.inside-product .rightbox h2:after {
	content: "";
	width: 100%;
	top: 50%;
	right: 0;
	position: absolute;
	border-top: dashed 1px #e7e7e7
}

.inside-product .rightbox h2 span {
	z-index: 2;
	background: #fff;
	padding: 0 20px;
	position: relative;
	display: inline-block
}

.inside-product .rightbox h2 span:after {
	content: "";
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	position: absolute;
	background: #b5b6b6
}

@media (max-width:1200px) {
	.inside-product .rightbox h2 {
		font-size: 20px
	}
}

.inside-product .rightbox .list {
	margin: 0 -15px;
	margin-top: 20px
}

.inside-product .rightbox .list li {
	width: 33.333%;
	float: left;
	padding: 0 15px;
	margin-top: 30px;
	position: relative;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-product .rightbox .list li a {
	display: block;
	background: #f7f7f7;
	border: solid 1px #f7f7f7
}

.inside-product .rightbox .list li .pic {
	overflow: hidden;
	position: relative
}

.inside-product .rightbox .list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 76.5%
}

.inside-product .rightbox .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-product .rightbox .list li .txtbox {
	z-index: 2;
	padding: 30px;
	padding-top: 15px;
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.inside-product .rightbox .list li .tit {
	color: #333;
	font-size: 18px;
	height: 24px;
	overflow: hidden
}

.inside-product .rightbox .list li .txt {
	color: #666;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 10px
}

.inside-product .rightbox .list li .more {
	padding: 20px 0 10px 0;
	position: relative;
	border-bottom: solid 1px #d6d6d6
}

.inside-product .rightbox .list li .more:after {
	content: "";
	width: 14px;
	height: 14px;
	right: 0;
	top: 24px;
	position: absolute;
	background: url(../image/product-ico.png) no-repeat center right
}

.inside-product .rightbox .list li:hover a {
	border: solid 1px #fff;
	box-shadow: 0 0 20px #ddd
}

.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 .more {
	color: #e05504;
	border-color: #e05504
}

@media (max-width:640px) {
	.inside-product .rightbox .list li {
		width: 50%
	}
}

@media (max-width:420px) {
	.inside-product .rightbox .list {
		margin-top: 10px
	}

	.inside-product .rightbox .list ul {
		margin: 0
	}

	.inside-product .rightbox .list li {
		padding: 5px;
		margin-top: 0
	}

	.inside-product .rightbox .list li .txtbox {
		padding: 15px
	}

	.inside-product .rightbox .list li .tit {
		font-size: 16px
	}
}

.inside-product .rightbox .list-2 {
	overflow: hidden;
	margin: 0 -15px;
	margin-top: 20px
}

.inside-product .rightbox .list-2 li {
	width: 33.333%;
	float: left;
	padding: 0 15px;
	margin-top: 30px;
	position: relative;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-product .rightbox .list-2 li a {
	padding: 10px;
	display: block;
	padding-bottom: 0;
	border: solid 1px #e7e7e7
}

.inside-product .rightbox .list-2 li .box-pic {
	position: relative;
	background: #f7f7f7
}

.inside-product .rightbox .list-2 li .box-pic .pic {
	position: relative
}

.inside-product .rightbox .list-2 li .box-pic .pic:after {
	content: "";
	display: block;
	padding-bottom: 70%
}

.inside-product .rightbox .list-2 li .box-pic .icon {
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -22px;
	margin-top: -22px;
	position: absolute
}

.inside-product .rightbox .list-2 li .tit {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #333
}

.inside-product .rightbox .list-2 li:hover a {
	box-shadow: 0 0 20px #eee;
	border-color: #e05504
}

@media (max-width:640px) {
	.inside-product .rightbox .list-2 {
		margin: 0;
		margin-top: 10px
	}

	.inside-product .rightbox .list-2 li {
		width: 50%;
		padding: 0 5px;
		margin-top: 20px
	}

	.inside-product .rightbox .list-2 li .tit {
		font-size: 15px;
		height: 50px;
		line-height: 50px
	}

	.inside-product .rightbox .list-2 li:last-child {
		display: none
	}
}

.inside-product .rightbox .list-3 {
	overflow: hidden;
	margin: 0 -15px;
	margin-top: 20px
}

.inside-product .rightbox .list-3 li:hover a {
	background: #e05504
}

.inside-product .rightbox .list-3 li:hover .ico {
	opacity: 0
}

.inside-product .rightbox .list-3 li:hover .icoh {
	opacity: 1
}

.inside-product .rightbox .list-3 li:hover .txtbox .tit,.inside-product .rightbox .list-3 li:hover .txtbox .txt {
	color: #fff
}

.inside-product .rightbox .list-3 li {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-top: 30px;
	position: relative;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-product .rightbox .list-3 li a {
	display: block;
	height: 166px;
	padding: 30px;
	padding-top: 50px;
	position: relative;
	border: solid 1px #eee
}

.inside-product .rightbox .list-3 li .iconbox {
	top: 50px;
	left: 30px;
	position: absolute
}

.inside-product .rightbox .list-3 li .icoh {
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute
}

.inside-product .rightbox .list-3 li .txtbox {
	padding-left: 70px
}

.inside-product .rightbox .list-3 li .txtbox .tit {
	margin-top: 10px;
	font-size: 18px;
	color: #333;
	height: 24px;
	overflow: hidden
}

.inside-product .rightbox .list-3 li .txtbox .txt {
	color: #737977;
	font-size: 13px;
	font-family: arial
}

.inside-product .rightbox .list-3 li .dow {
	bottom: 20px;
	right: 20px;
	position: absolute
}

@media (max-width:1200px) {
	.inside-product .rightbox .list-3 ul {
		margin: 0
	}

	.inside-product .rightbox .list-3 li {
		padding: 0 10px;
		margin-top: 20px
	}
}

@media (max-width:640px) {
	.inside-product .rightbox .list-3 li {
		width: 100%;
		float: none;
		padding: 0 15px
	}

	.inside-product .rightbox .list-3 li .iconbox {
		left: 20px
	}
}

.product-shtop {
	margin-top: 40px
}

.product-shtop .proleft {
	width: 42%;
	float: left;
	border-top: solid 2px #e05504;
	border-bottom: solid 50px #e4e4e4
}

.product-shtop .proleft .bigimg span {
	display: block;
	position: relative
}

.product-shtop .proleft .bigimg span:after {
	content: "";
	display: block;
	padding-bottom: 86%
}

.product-shtop .proleft .bigimg .slick-prev,.product-shtop .proleft .bigimg .slick-next {
	border: 0;
	top: auto;
	opacity: .5;
	width: 49px;
	height: 49px;
	bottom: -49px;
	margin-top: auto
}

.product-shtop .proleft .bigimg .slick-prev {
	left: 32%;
	background: url(../image/prev-1.png) no-repeat
}

.product-shtop .proleft .bigimg .slick-prev:hover {
	opacity: 1
}

.product-shtop .proleft .bigimg .slick-next {
	right: 32%;
	background: url(../image/next-1.png) no-repeat
}

.product-shtop .proleft .bigimg .slick-next:hover {
	opacity: 1
}

@media (max-width:760px) {
	.product-shtop .proleft {
		width: 100%;
		float: none
	}
}

.product-shtop .proright {
	width: 58%;
	float: left;
	padding-left: 30px
}

.product-shtop .proright h1 {
	font-size: 25px;
	color: #000;
	overflow: hidden;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #ddd
}

.product-shtop .proright .tag {
	color: #333;
	font-size: 16px;
	margin-top: 15px;
	overflow: hidden
}

.product-shtop .proright .tag span {
	padding-left: 30px;
	position: relative;
	width: 50%;
	float: left;
	display: block
}

.product-shtop .proright .tag span img {
	top: 5px;
	left: 0;
	position: absolute
}

.product-shtop .proright .list-5 {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: dashed 1px #ddd
}

.product-shtop .proright .list-5 li {
	float: left;
	text-align: center;
	padding-right: 20px
}

.product-shtop .proright .list-5 li span {
	display: inline-block;
    height:56px;
    width:56px;
	border: solid 1px #d4d4d4
}

.product-shtop .proright .list-5 li span img {
    padding:5px;
}

.product-shtop .proright .list-5 li p {
	margin-top: 5px
}

.product-shtop .proright .smallimg {
	margin-top: 20px
}

.product-shtop .proright .smallimg span {
	margin: 0 5px;
	display: block;
	cursor: pointer;
	border: solid 1px #fff;
	position: relative
}

.product-shtop .proright .smallimg span:after {
	content: "";
	display: block;
	padding-bottom: 86%
}

.product-shtop .proright .smallimg .slick-prev,.product-shtop .proright .smallimg .slick-next {
	width: 34px;
	height: 34px;
	border: 0;
	margin-top: -17px
}

.product-shtop .proright .smallimg .slick-prev {
	left: -15px;
	background: url(../image/prev-2.png) no-repeat
}

.product-shtop .proright .smallimg .slick-prev:hover {
	background: url(../image/prev-2-h.png) no-repeat
}

.product-shtop .proright .smallimg .slick-next {
	right: -15px;
	background: url(../image/next-2.png) no-repeat
}

.product-shtop .proright .smallimg .slick-next:hover {
	background: url(../image/next-2-h.png) no-repeat
}

.product-shtop .proright .smallimg .slick-current span {
	border-color: #e05504
}

.product-shtop .proright .button {
	margin-top: 20px
}

.product-shtop .proright .btn-1,.product-shtop .proright .btn-2 {
	width: 180px;
	height: 50px;
	font-size: 16px;
	display: inline-block;
	line-height: 48px;
	text-align: center;
	border: solid 1px #e05504
}

.product-shtop .proright .btn-1 img,.product-shtop .proright .btn-2 img {
	margin: 10px 10px 0 0
}

.product-shtop .proright .btn-1 {
	color: #fff;
	background: #e05504
}

.product-shtop .proright .btn-2 img {
	margin-top: 13px
}

@media (max-width:760px) {
	.product-shtop .proright {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 30px
	}

	.product-shtop .proright .smallimg {
		display: none
	}

	.product-shtop .proright h1 {
		font-size: 18px
	}

	.product-shtop .proright .tag span {
		width: 100%;
		float: none
	}

	.product-shtop .proright .btn-1,.product-shtop .proright .btn-2 {
		width: 44%
	}
}

.product-bot {
	padding-top: 20px
}

.product-bot .title {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 16px;
	padding-left: 80px;
	color: #e05504;
	position: relative
}

.product-bot .title:after {
	content: "";
	width: 100%;
	height: 26px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: url(../image/proshow-line.png) no-repeat left bottom
}

.product-bot .text {
	margin-top: 15px;
	padding-left: 30px;
	color: #343434;
	font-size: 15px;
	position: relative
}

.product-bot .text img {
	top: 5px;
	left: 0;
	position: absolute
}

.product-bot .text span {
	color: #e05504
}

.product-bot .list-show li {
	margin-top: 20px
}

.product-bot .list-show li .tu {
	display: block;
	float: left;
	width: 18.5%;
	position: relative
}

.product-bot .list-show li .tu:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.product-bot .list-show li .tu img {
	border-radius: 15px;
	border: solid 1px #e05504
}

.product-bot .list-show li .txtbox {
	width: 78%;
	float: right;
	padding: 25px;
	position: relative;
	background: #f7f7f7;
	padding-left: 30px
}

.product-bot .list-show li .txtbox:before {
	content: "";
	top: 25px;
	left: -14px;
	position: absolute;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-right: solid 14px #f8f8f8
}

.product-bot .list-show li .txtbox .t1 {
	color: #333;
	padding-left: 30px;
	font-size: 20px;
	position: relative
}

.product-bot .list-show li .txtbox .t1 img {
	top: 5px;
	left: 0;
	position: absolute
}

.product-bot .list-show li .txtbox .t2 {
	margin-top: 20px;
	font-size: 15px;
	padding-left: 30px;
	position: relative
}

.product-bot .list-show li .txtbox .t2:before {
	top: 10px;
	left: 5px;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	background: #e05504
}

.inside-service {
	position: relative
}

.inside-service .index-title {
	font-size: 30px
}

@media (max-width:1200px) {
	.inside-service .index-title {
		font-size: 20px
	}

	.inside-service .index-title:before,.inside-service .index-title:after {
		display: none
	}
}

.inside-service .top {
	top: 0;
	right: 0;
	position: absolute
}

.inside-service .bot {
	bottom: 0;
	left: 0;
	position: absolute
}

.inside-service .font16 {
	margin-top: 10px;
	font-size: 16px;
	text-align: center
}

@media (max-width:1200px) {
	.inside-service .font16 {
		font-size: 14px;
		margin-top: 0
	}
}

.inside-service .index-title span {
	color: #e05504
}

.inside-service .box-1 {
	padding: 0 0 120px 0;
	background: #f2f2f2;
	background: url(../image/ss-bg.jpg) no-repeat top center #f2f2f2
}

.inside-service .box-1 .container {
	position: relative
}

.inside-service .box-1 .tu {
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute
}

.inside-service .box-1 ul {
	margin-top: 60px
}

.inside-service .box-1 li {
	padding-top: 46px
}

.inside-service .box-1 li .item {
	padding-bottom: 15px;
	border-bottom: dashed 1px #0094e1
}

.inside-service .box-1 li .item .tit {
	font-size: 20px;
	color: #002862;
	padding-left: 25px;
	margin-bottom: 15px;
	position: relative
}

.inside-service .box-1 li .item .tit img {
	top: 5px;
	left: 0;
	position: absolute
}

.inside-service .box-1 li .item-1 {
	width: 31%;
	float: left
}

.inside-service .box-1 li .item-2 {
	width: 31%;
	float: right
}

.inside-service .box-1 li .item:hover .tit {
	color: #e05504;
	font-weight: 700
}

.inside-service .box-1 li:first-child {
	padding-top: 0
}

.inside-service .box-1 li:first-child,.inside-service .box-1 li:last-child {
	padding-left: 30px;
	padding-right: 30px
}

.inside-service .box-1 li:first-child .item-1,.inside-service .box-1 li:last-child .item-1,.inside-service .box-1 li:first-child .item-2,.inside-service .box-1 li:last-child .item-2 {
	width: 34%
}

@media (max-width:1100px) {
	.inside-service .box-1 {
		padding-bottom: 50px
	}

	.inside-service .box-1 .tu {
		top: auto;
		left: 0;
		display: none;
		text-align: center;
		position: relative
	}

	.inside-service .box-1 ul {
		margin-top: 40px;
		padding: 0 20px
	}

	.inside-service .box-1 li {
		padding-top: 30px
	}

	.inside-service .box-1 li:first-child,.inside-service .box-1 li:last-child {
		padding-left: 0;
		padding-right: 0
	}

	.inside-service .box-1 li .item-1,.inside-service .box-1 li:first-child .item-1,.inside-service .box-1 li:last-child .item-1,.inside-service .box-1 li .item-2,.inside-service .box-1 li:first-child .item-2,.inside-service .box-1 li:last-child .item-2 {
		width: 47%;
		min-height: 130px
	}
}

@media (max-width:640px) {
	.inside-service .box-1 li {
		padding-top: 0
	}

	.inside-service .box-1 li .item-1,.inside-service .box-1 li .item-2 {
		width: 100% !important;
		float: none;
		padding: 20px 0
	}

	.inside-service .box-1 li:first-child .item-1 {
		padding-top: 0
	}
}

.inside-service .box-2 .slick-prev,.inside-service .box-2 .slick-next {
	width: 32px;
	height: 32px;
	border: 0;
	margin-top: -16px
}

.inside-service .box-2 .slick-prev {
	left: -35px;
	background: url(../image/left-1.png) no-repeat top center
}

.inside-service .box-2 .slick-prev:hover {
	background: url(../image/left-1-h.png) no-repeat top center
}

.inside-service .box-2 .slick-next {
	right: -35px;
	background: url(../image/right-1.png) no-repeat top center
}

.inside-service .box-2 .slick-next:hover {
	background: url(../image/right-h.png) no-repeat top center
}

.inside-service .box-2 .item {
	margin-bottom: 20px;
	padding: 0 15px;
	margin-top: 60px;
	position: relative;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-service .box-2 .item a {
	display: block;
	background: #f7f7f7;
	border: solid 1px #f7f7f7
}

.inside-service .box-2 .item .pic {
	overflow: hidden;
	position: relative
}

.inside-service .box-2 .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 76%
}

.inside-service .box-2 .item .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-service .box-2 .item .txtbox {
	z-index: 2;
	padding: 30px;
	padding-top: 15px;
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.inside-service .box-2 .item .tit {
	color: #333;
	font-size: 18px;
	height: 24px;
	overflow: hidden
}

.inside-service .box-2 .item .txt {
	color: #666;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 10px
}

.inside-service .box-2 .item .more {
	padding: 20px 0 10px 0;
	position: relative;
	border-bottom: solid 1px #d6d6d6
}

.inside-service .box-2 .item .more:after {
	content: "";
	width: 14px;
	height: 14px;
	right: 0;
	top: 24px;
	position: absolute;
	background: url(../image/product-ico.png) no-repeat center right
}

.inside-service .box-2 .item:hover a {
	box-shadow: 0 0 20px #ddd;
	border: solid 1px #fff
}

.inside-service .box-2 .item:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-service .box-2 .item:hover .more {
	color: #e05504;
	border-color: #e05504
}

@media (max-width:640px) {
	.inside-service .box-2 {
		padding-bottom: 50px
	}

	.inside-service .box-2 .slick-dots {
		bottom: -50px
	}

	.inside-service .box-2 .slick-dots li button {
		width: 10px;
		height: 10px;
		background: #ddd
	}

	.inside-service .box-2 .slick-dots li.slick-active button {
		background: #e05504
	}
}

.inside-service .box-3 {
	margin-top: -20px;
	position: relative
}

.inside-service .box-4 {
	position: relative
}

.inside-service .box-4 .pic {
	margin-top: 30px
}

.inside-service .box-4 .top {
	top: 0;
	right: 0;
	z-index: 1;
	position: absolute
}

.inside-service .box-4 .bot {
	left: 0;
	bottom: -140px;
	position: absolute
}

@media (max-width:1279px) {
	.inside-service .box-4 .top,.inside-service .box-4 .bot {
		display: none
	}
}

.inside-service .index-honor {
	padding-bottom: 90px
}

.inside-service .index-honor .title {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 16px;
	padding-left: 60px;
	color: #e05504;
	position: relative
}

.inside-service .index-honor .title:after {
	content: "";
	width: 100%;
	height: 26px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: url(../image/proshow-line-2.png) no-repeat left bottom
}

.inside-service .index-honor .item .pic {
	padding-bottom: 54.5%
}

.inside-service .index-honor .item .pic:before {
	background: url(../image/honor-bg-2.png) no-repeat top center
}

@media (max-width:1200px) {
	.inside-service .index-honor {
		padding-bottom: 60px
	}
}

.inside-service-2 .index-title {
	font-size: 30px
}

@media (max-width:1200px) {
	.inside-service-2 .index-title {
		font-size: 22px
	}
}

.inside-service-2 .box-1 {
	padding: 0 0 120px 0;
	background: #f2f2f2;
	background: url(../image/ss-bg.jpg) no-repeat top center #f2f2f2
}

.inside-service-2 .box-1 .font15 {
	font-size: 15px;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center
}

.inside-service-2 .box-1 .leftbox {
	width: 55%;
	float: left;
	padding-bottom: 70px;
	position: relative;
	padding-top: 50px;
	padding-right: 100px
}

.inside-service-2 .box-1 .leftbox:before {
	content: "";
	width: 438px;
	height: 34px;
	left: 180px;
	top: 0;
	position: absolute;
	background: url(../image/gq-line.png) no-repeat top left
}

.inside-service-2 .box-1 .leftbox:after {
	content: "";
	width: 520px;
	height: 36px;
	right: 0;
	bottom: 0;
	position: absolute;
	background: url(../image/gq-line-2.png) no-repeat top left
}

.inside-service-2 .box-1 .leftbox p {
	padding-left: 30px;
	position: relative;
	margin-top: 15px
}

.inside-service-2 .box-1 .leftbox p img {
	top: 5px;
	left: 0;
	position: absolute
}

.inside-service-2 .box-1 .rightbox {
	width: 42%;
	float: left
}

.inside-service-2 .box-1 .rightbox .pic {
	display: block
}

.inside-service-2 .box-1 .rightbox .pic img {
	box-shadow: 0 0 30px #ccc
}

@media (max-width:1200px) {
	.inside-service-2 .box-1 .leftbox {
		padding: 30px
	}

	.inside-service-2 .box-1 .leftbox:before,.inside-service-2 .box-1 .leftbox:after {
		display: none
	}
}

@media (max-width:760px) {
	.inside-service-2 .box-1 {
		padding-bottom: 50px
	}

	.inside-service-2 .box-1 .font15 {
		margin-bottom: 0
	}

	.inside-service-2 .box-1 .leftbox {
		width: 100%;
		float: none;
		padding: 30px 0
	}

	.inside-service-2 .box-1 .rightbox {
		width: 100%;
		float: none;
		padding-top: 20px;
		text-align: center
	}
}

.inside-service-2 .box-2 {
	padding-bottom: 160px;
	background: url(../image/gq-bg.jpg) no-repeat center bottom #fff
}

.inside-service-2 .box-2 ul {
	margin: 0 -10px;
	margin-top: 70px
}

.inside-service-2 .box-2 li {
	width: 25%;
	float: left;
	padding: 0 10px
}

.inside-service-2 .box-2 li .item {
	height: 390px;
	position: relative;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 0 25px 0 25px;
	border: solid 1px #d8d8d8
}

.inside-service-2 .box-2 li .item .line {
	height: 76px;
	text-align: center;
	position: relative;
	margin-top: -15px
}

.inside-service-2 .box-2 li .item .line:after {
	content: "";
	width: 1px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -0.5px;
	position: absolute;
	border-left: dotted 1px #b3b3b3
}

.inside-service-2 .box-2 li .item .num {
	font-weight: lighter;
	font-size: 30px;
	color: #333;
	line-height: 40px;
	margin-top: 15px
}

.inside-service-2 .box-2 li .item .tit {
	font-size: 17px;
	color: #343434
}

.inside-service-2 .box-2 li .item .txt {
	line-height: 28px;
	height: 168px;
	overflow: hidden;
	margin-top: 30px
}

.inside-service-2 .box-2 li:hover .item {
	background: #e05504
}

.inside-service-2 .box-2 li:hover .item .line:after {
	border-left: dotted 1px #fff
}

.inside-service-2 .box-2 li:hover .item .num,.inside-service-2 .box-2 li:hover .item .tit,.inside-service-2 .box-2 li:hover .item .txt {
	color: #fff
}

@media (max-width:1200px) {
	.inside-service-2 .box-2 ul {
		margin-left: 0;
		margin-right: 0;
		margin-top: 40px
	}

	.inside-service-2 .box-2 li .item .line {
		display: none
	}

	.inside-service-2 .box-2 li .item .txt {
		height: auto;
		margin-top: 15px
	}
}

@media (max-width:860px) {
	.inside-service-2 .box-2 {
		padding-bottom: 50px
	}

	.inside-service-2 .box-2 li {
		width: 50%;
		margin-top: 20px
	}

	.inside-service-2 .box-2 li .item {
		height: 300px;
		padding-top: 20px
	}
}

@media (max-width:640px) {
	.inside-service-2 .box-2 ul {
		margin-top: 10px
	}

	.inside-service-2 .box-2 li {
		width: 100%;
		padding: 0;
		margin-top: 20px
	}

	.inside-service-2 .box-2 li .item {
		height: auto;
		padding: 25px;
		padding-top: 10px
	}
}

.inside-service-2 .box-3 {
	padding-bottom: 80px
}

.inside-service-2 .box-3 ul {
	margin: 0 -18px;
	margin-top: 50px
}

.inside-service-2 .box-3 li {
	width: 25%;
	float: left;
	padding: 0 18px;
	text-align: center
}

.inside-service-2 .box-3 li .txt {
	border-radius: 30px;
	min-height: 260px;
	padding: 30px;
	font-size: 15px;
	line-height: 27px;
	border: dashed 1px #bababa
}

.inside-service-2 .box-3 li:hover .txt {
	border-color: #e05504
}

@media (max-width:1200px) {
	.inside-service-2 .box-3 {
		padding-bottom: 20px
	}

	.inside-service-2 .box-3 ul {
		margin-left: 0;
		margin-right: 0;
		margin-top: 30px
	}

	.inside-service-2 .box-3 li {
		padding: 0 10px
	}

	.inside-service-2 .box-3 li .txt {
		border-radius: 10px;
		padding: 20px;
		font-size: 14px;
		line-height: 24px
	}
}

@media (max-width:860px) {
	.inside-service-2 .box-3 li {
		width: 50%;
		margin-bottom: 20px
	}

	.inside-service-2 .box-3 li img {
		display: none
	}

	.inside-service-2 .box-3 li .txt {
		min-height: 200px
	}
}

@media (max-width:640px) {
	.inside-service-2 .box-3 li {
		width: 100%;
		float: none;
		padding: 0
	}

	.inside-service-2 .box-3 li .txt {
		min-height: auto
	}
}

.inside-service-2 .box-4 {
	padding: 0 0 120px 0;
	background: #f2f2f2;
	background: url(../image/news-bg.jpg) no-repeat top center #f2f2f2
}

.inside-service-2 .box-4 ul {
	margin-top: 40px
}

.inside-service-2 .box-4 li {
	width: 20%;
	float: left;
	text-align: center
}

.inside-service-2 .box-4 li .item {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #f2f2f2;
	border-radius: 5px;
	padding: 30px
}

.inside-service-2 .box-4 li .arrow {
	margin-top: 10px
}

.inside-service-2 .box-4 li .tit {
	font-size: 18px;
	color: #343434;
	margin: 13px 0
}

.inside-service-2 .box-4 li:hover .item {
	border-color: #fff;
	box-shadow: 0 0 10px #ddd
}

@media (max-width:860px) {
	.inside-service-2 .box-4 {
		padding-bottom: 30px
	}

	.inside-service-2 .box-4 ul {
		margin-top: 20px
	}

	.inside-service-2 .box-4 li {
		width: 33.333%
	}

	.inside-service-2 .box-4 li .item {
		padding: 15px;
		height: 210px
	}

	.inside-service-2 .box-4 li .item img {
		max-height: 85px
	}

	.inside-service-2 .box-4 li .tit {
		margin-bottom: 5px
	}

	.inside-service-2 .box-4 li .arrow {
		display: none
	}
}

@media (max-width:640px) {
	.inside-service-2 .box-4 li {
		width: 50%
	}
}

.inside-service-2 .box-5 {
	padding-bottom: 80px;
	overflow: hidden
}

@media (max-width:1200px) {
	.inside-service-2 .box-5 {
		padding-bottom: 50px
	}
}

.inside-service-2 .box-5 .scroll {
	margin: 0 -20px;
	margin-top: 60px
}

.inside-service-2 .box-5 .scroll .slick-prev,.inside-service-2 .box-5 .scroll .slick-next {
	width: 32px;
	height: 32px;
	border: 0;
	margin-top: -100px
}

.inside-service-2 .box-5 .scroll .slick-prev {
	left: -40px;
	background: url(../image/left-1.png) no-repeat top center
}

.inside-service-2 .box-5 .scroll .slick-prev:hover {
	background: url(../image/left-1-h.png) no-repeat top center
}

.inside-service-2 .box-5 .scroll .slick-next {
	right: -40px;
	background: url(../image/right-1.png) no-repeat top center
}

.inside-service-2 .box-5 .scroll .slick-next:hover {
	background: url(../image/right-h.png) no-repeat top center
}

.inside-service-2 .box-5 .scroll .item {
	margin: 0 20px
}

.inside-service-2 .box-5 .scroll .item:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-service-2 .box-5 .scroll .pic {
	overflow: hidden;
	position: relative
}

.inside-service-2 .box-5 .scroll .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-service-2 .box-5 .scroll .pic:after {
	content: "";
	display: block;
	padding-bottom: 51.5%
}

.inside-service-2 .box-5 .scroll .tit {
	font-weight: 700;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding-left: 80px;
	color: #e05504;
	margin-top: 15px;
	background: url(../image/proshow-line-2.png) no-repeat left bottom
}

.inside-service-2 .box-5 .scroll .txt {
	color: #666;
	font-size: 15px;
	height: 96px;
	overflow: hidden;
	margin-top: 30px
}

@media (max-width:1200px) {
	.inside-service-2 .box-5 .scroll {
		margin: 0;
		margin-top: 30px;
		padding-bottom: 30px
	}

	.inside-service-2 .box-5 .scroll .slick-prev,.inside-service-2 .box-5 .scroll .slick-next {
		opacity: 0
	}

	.inside-service-2 .box-5 .scroll .slick-dots {
		bottom: -10px
	}

	.inside-service-2 .box-5 .scroll .slick-dots li button {
		background: #eee;
		width: 10px;
		height: 10px
	}

	.inside-service-2 .box-5 .scroll .slick-dots li.slick-active button {
		background: #e05504
	}

	.inside-service-2 .box-5 .scroll .item {
		margin: 0 10px
	}

	.inside-service-2 .box-5 .scroll .tit {
		background: none;
		padding-left: 0;
		margin-top: 0;
		border-bottom: solid 2px #e05504
	}

	.inside-service-2 .box-5 .scroll .txt {
		height: 48px;
		margin-top: 10px
	}
}

.home-hexin {
	position: relative;
	padding: 80px 0;
	height: 722px;
	margin-top: 50px
}

.home-hexin:after {
	content: '';
	display: block;
	height: 562px;
	width: 50%;
	background: #f4f5f6;
	position: absolute;
	top: 80px;
	right: 0
}

.home-hexin .pic {
	width: 960px;
	height: 722px;
	position: absolute;
	top: 0;
	right: 50%
}

.home-hexin .info {
	padding-left: 94px
}

.home-hexin .picScroll-left {
	position: relative;
	z-index: 5;
	overflow: hidden;
	height: 562px;
	background: #f4f5f6
}

.home-hexin .picScroll-left .hd {
	position: absolute;
	bottom: 80px;
	left: 70px
}

.home-hexin .picScroll-left .hd .prev,.home-hexin .picScroll-left .hd .next {
	display: inline-block;
	vertical-align: bottom;
	width: 6px;
	height: 35px;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url("../image/al.png") no-repeat no-repeat center center
}

.home-hexin .picScroll-left .hd .next {
	background: url("../image/ar.png") no-repeat no-repeat center center
}

.home-hexin .picScroll-left .hd .pageState {
	color: #010200;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 7px
}

.home-hexin .picScroll-left .hd .pageState span {
	font-size: 35px
}

.home-hexin .picScroll-left .bd ul li .box {
	padding: 40px 0 30px 70px
}

.home-hexin .picScroll-left .bd ul li .box .text {
	float: left;
	width: 45%
}

.home-hexin .picScroll-left .bd ul li .box .bt {
	font-size: 26px;
	color: #333;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	position: relative
}

.home-hexin .picScroll-left .bd ul li .box .bt:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #e05504
}

.home-hexin .picScroll-left .bd ul li .box .jsh {
	font-size: 15px;
	color: #666;
	height: 72px;
	overflow: hidden;
	margin: 30px 0 70px 0
}

.home-hexin .picScroll-left .bd ul li .box .tel {
	background: url(../image/phone1.png) no-repeat 8px 0;
	padding-left: 50px;
	font-size: 30px;
	color: #e05504;
	font-weight: lighter;
	font-family: "DIN-Medium";
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-right: 9px;
	padding-bottom: 15px
}

.home-hexin .picScroll-left .bd ul li .box .img {
	float: right;
	padding-right: 27px;
	padding-top: 26px;
	width: 50%;
	background: url("../image/bg2.png") no-repeat top right
}

.home-hexin .picScroll-left .bd ul li .box .img .pic {
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	position: relative
}

.home-hexin .picScroll-left .bd ul li .box .img .pic:after {
	content: "";
	display: block;
	padding-bottom: 71%
}

@media (max-width:1200px) {
	.home-hexin {
		margin-top: 0;
		padding: 40px 0;
		height: auto
	}

	.home-hexin:after {
		display: none
	}

	.home-hexin .info {
		padding-left: 0
	}

	.home-hexin .pic-left {
		display: none
	}

	.home-hexin .picScroll-left .hd {
		bottom: 50px
	}

	.home-hexin .picScroll-left {
		height: 430px
	}

	.home-hexin .picScroll-left .bd ul li .box .jsh {
		margin-bottom: 30px
	}

	.home-hexin .picScroll-left .bd ul li .box .bt {
		height: 80px;
		line-height: 80px;
		font-size: 18px
	}

	.home-hexin .picScroll-left .bd ul li .box .img {
		background: none
	}
}

@media (max-width:640px) {
	.home-hexin {
		padding-bottom: 0
	}

	.home-hexin .picScroll-left {
		height: 100%
	}

	.home-hexin .picScroll-left .bd ul li .box {
		padding: 10px 30px 30px 30px
	}

	.home-hexin .picScroll-left .bd ul li .box .text {
		width: 100%;
		float: none
	}

	.home-hexin .picScroll-left .bd ul li .box .img {
		width: 100%;
		float: none;
		padding-right: 0
	}

	.home-hexin .picScroll-left .hd {
		bottom: 50px;
		z-index: 99
	}
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.phone-nav .box::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

.phone-nav .box::-webkit-scrollbar-thumb {
	background: #000;
	width: 2px
}

.phone-nav .box::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.1)
}

.phone-nav {
	top: 0;
	z-index: 1999;
	position: fixed;
	right: -150%;
	width: 70%;
	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: 18px;
	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: #000
}

.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: 21px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-style: inherit;
	cursor: pointer
}

.phone-nav .list-menu li i:after {
	content: "";
	cursor: pointer;
	text-align: center;
	font-family: arial;
	border-left: solid 2px #002b61;
	border-bottom: solid 2px #002b61;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	display: block
}

.phone-nav .list-menu .submenu {
	display: none;
	padding-bottom: 20px
}

.phone-nav .list-menu .submenu a {
	color: #555;
	font-size: 16px;
	padding: 0 0 0 20px
}

.videoLayer {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85)
}

.videoPopup {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
	height: 580px
}

.videoBox {
	color: #fff;
	padding: 10px 0 10px 0;
	position: fixed;
	width: 80%;
	height: 90%;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.videoBox .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -66px;
	top: -7px
}

.videoBox .close img {
	max-width: 100%;
	max-height: 100%
}

.videoBox.fadeIn {
	top: 0;
	opacity: 1;
	z-index: 9999
}

.videoBox .nr {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
    text-align:center;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1023px) {
	.videoBox {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}

	.videoBox .close {
		width: 25px;
		height: 25px;
		right: 0;
		top: -25px
	}
}

@media screen and (max-width:767px) {
	.videoBox {
		height: 50%
	}
}



/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../image/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: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../image/closed.png) no-repeat center center;
  cursor: pointer;
}