* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	min-width: 1259px;
	background: #fff;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
    max-width:100%;
	vertical-align: top
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms
}

a:hover {
	color: #e00
}

textarea {
	-webkit-appearance: 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
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

@font-face {
	font-family:"DIN-BOLD";src:url("../fonts/din-bold.woff2") format("woff2"),url("../fonts/din-bold.woff") format("woff"),url("../fonts/din-bold.ttf") format("truetype"),url("../fonts/din-bold.eot") format("embedded-opentype"),url("../fonts/din-bold.svg") format("svg")
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 1259px;
	margin: 0 auto
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong
}

.header-top {
	height: 45px;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	background: #000
}

.header {
	height: 114px
}

.header .logo {
	float: left;
	display: block
}

.header .search {
	float: right;
	margin-left: 30px;
	margin-top: 42px
}

.header .search a {
	display: block
}

.header .search img {
	vertical-align: middle
}

.header .search:hover {
	opacity: .8
}

.nav {
	float: right
}

.nav li:first-child:before {
	left: -10px
}

.nav li {
	float: left;
	margin-left: 2px;
	position: relative;
	text-align: center
}

.nav li:before {
	content: "";
	width: 100px;
	height: 50px;
	top: 35px;
	left: 5px;
	opacity: 0;
	border-radius: 5px;
	position: absolute;
	background: #e00;
	-webkit-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	transform: skewX(-35deg)
}

.nav li span {
	z-index: 2;
	display: inline-block;
	position: relative
}

.nav li>a {
	color: #000;
	padding: 0 25px;
	font-size: 17px;
	line-height: 114px;
	display: block
}

.nav li .subnav {
	top: 115px;
	left: 0;
	z-index: 9;
	left: 50%;
	margin-left: -85px;
	width: 140px;
	display: none;
	padding: 7px;
	background: #fff;
	border-radius: 5px;
	position: absolute
}

.nav li .subnav a {
	display: block;
	overflow: hidden;
	padding: 10px;
	color: #333;
	font-size: 16px;
	-webkit-transition: all 0s ease;
	transition: all 0s ease
}

.nav li .subnav a:hover {
	background: #f2f2f2
}

.nav li:first-child {
	margin-left: 0
}

.nav li:hover:before,.nav .active:before {
	opacity: 1
}

.nav li:hover>a {
	color: #fff
}

.nav .active>a {
	color: #fff
}

.banner {
	width: 100%;
	display: block;
	height: 800px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative
}

.banner .pic .container {
	position: relative
}

.banner .pic span {
	display: block;
	width: 1920px;
	left: 50%;
	height: 800px;
	position: relative;
	text-align: center;
	margin-left: -960px
}

.banner .container {
	position: relative
}

.banner .slick-prev {
	width: 50px;
	height: 98px;
	border: 0;
	left: 200px;
	border-radius: 5px;
	background: url(../images/banner-prev.png) no-repeat center center rgba(255,255,255,0.3)
}

.banner .slick-prev:hover {
	background-color: rgba(255,255,255,0.4)
}

.banner .slick-next {
	width: 50px;
	height: 98px;
	border: 0;
	right: 200px;
	border-radius: 5px;
	background: url(../images/banner-next.png) no-repeat center center rgba(255,255,255,0.3)
}

.banner .slick-next:hover {
	background-color: rgba(255,255,255,0.4)
}

.banner .slick-dots {
	bottom: 22px
}

.banner .slick-dots li button {
	width: 13px;
	height: 13px;
	background: #e1e1e1;
	border-radius: 100;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.banner .slick-dots li.slick-active button {
	background: #ff960a
}

.banner .slick-active img {
	-webkit-animation: 4s mymove4 alternate linear;
	animation: 4s mymove4 alternate linear
}

@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)
	}
}

.index-about {
	padding: 85px 0
}

.index-about .container {
	width: 1400px;
	margin: 0 auto
}

@media (max-width:1400px) {
	.index-about .container {
		width: 100%;
		padding: 0 30px
	}

	.index-about .container img {
		max-width: 100%
	}
}

.index-about dl {
	position: relative
}

.index-about dl dt {
	width: 50%;
	float: left;
	color: #333;
	padding-right: 75px;
	font-size: 16px;
	line-height: 36px
}

@media (max-width:1400px) {
	.index-about dl dt {
		padding-right: 50px
	}
}

.index-about dl dt .en {
	color: #333;
	color: #f6f6f6;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: -10px;
	font-family: "DIN-BOLD";
	text-transform: uppercase
}

@media (max-width:1400px) {
	.index-about dl dt .en {
		font-size: 90px;
		line-height: 90px
	}
}

.index-about dl dt .font32 {
	font-size: 32px;
	color: #333;
	margin-top: -30px;
	position: relative;
	margin-bottom: 40px;
	line-height: 40px
}

.index-about dl dt .font32 span {
	background: #fff;
	display: inline-block
}

.index-about dl dt .tag {
	display: block;
	margin-top: 40px
}

.index-about dl dt .tag img {
	margin-right: 10px
}

.index-about dl dt .more {
	background: #000;
	height: 40px;
	width: 130px;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-family: arial;
	text-align: center;
	position: absolute;
	text-transform: uppercase
}

.index-about dl dt .more:hover {
	background: #e00
}

.index-about dl dd {
	width: 50%;
	float: left
}

.index-about .li02 dt {
	float: right;
	padding-left: 45px;
	padding-right: 0
}

.index-about .li02 dt .txtbox {
	padding-top: 70px;
	text-indent: 2em
}

.index-box li {
	padding-left: 1px;
	width: 33.333%;
	float: left
}

.index-box li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.index-box li img {
	max-width: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.index-box li .pic {
	overflow: hidden;
	position: relative
}

.index-box li .pic:after {
	content: "";
	display: block;
	padding-bottom: 60%
}

.index-box li .txtbox {
	top: 50%;
	left: 0;
	z-index: 9;
	width: 100%;
	color: #fff;
	height: 100px;
	margin-top: -50px;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-box li .txtbox img {
	vertical-align: top;
    max-width:100px;
	margin-right: 30px
}

.index-box li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-box li:hover .txtbox {
	margin-top: -60px
}

.index-title {
	padding-top: 50px;
	text-align: center
}

.index-title .cn {
	font-size: 36px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	line-height: 40px
}

.index-title .cn:before {
	content: "";
	width: 26px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	background: #e5e5e5
}

.index-title .en {
	color: #b6b6b6;
	font-size: 16px;
	margin-top: 10px;
	font-family: arial;
	text-transform: uppercase
}

.index-product {
	margin-bottom: 65px
}

.index-product .tabmenu {
	margin-top: 35px;
	text-align: center
}

.index-product .tabmenu li {
	width: 132px;
	height: 40px;
	margin: 0 5px;
    overflow:hidden;
	line-height: 38px;
	font-size: 16px;
	display: inline-block;
	border: solid 1px #d2d2d2
}

.index-product .tabmenu li a {
	display: block
}

.index-product .tabmenu .active {
	color: #fff;
	border-color: #000;
	background: #000
}

.index-product .tabmenu .active a {
	color: #fff
}

.index-product .tabbox {
	display: none;
	padding-top: 15px
}

.index-product .tabbox ul {
	margin: 0 -15px
}

@media (max-width:1280px) {
	.index-product .tabbox ul {
		margin: 0
	}
}

.index-product .tabbox li {
	float: left;
	width: 290px;
	height: 320px;
	margin: 0 15px;
	margin-top: 20px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	text-align: center
}

@media (max-width:1280px) {
	.index-product .tabbox li {
		margin-left: 12px;
		margin-right: 12px
	}
}

.index-product .tabbox li a {
	display: block
}

.index-product .tabbox li .pic {
	position: relative
}

.index-product .tabbox li .pic:after {
	content: "";
	display: block;
	padding-bottom: 83%
}

.index-product .tabbox li .tit {
	font-size: 16px;
	color: #333;
	height: 24px;
	overflow: hidden;
	margin-top: 20px;
	font-family: arial
}

.index-product .tabbox li:hover {
	padding: 5px;
	border: solid 1px #000
}

.index-product .tabbox li:hover .tit {
	color: #e00
}

.index-product .more {
	color: #fff;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	text-align: center;
	font-family: arial;
	background: #e00;
	text-transform: uppercase
}

.index-product .more:hover {
	background: #000
}

.index-ad {
	overflow: hidden
}

.index-ad li {
	width: 25%;
	float: left;
	padding-left: 1px
}

.index-ad li img {
	max-width: 100%;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-ad .active {
	width: 50%
}

.burstArea {
	overflow: hidden
}

.burstArea .leftsidebar li {
	float: left;
	width: 25%;
	padding-left: 1px;
	overflow: hidden;
    text-align:center;
	position: relative
}

.burstArea .leftsidebar li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.burstArea .leftsidebar li a figure img{
    max-width:960px;
    max-height:436px;
}

.burstArea .leftsidebar li .txtbox span img {
    max-width:435px;
    max-height:142px;
}

.burstArea .leftsidebar li a:after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0,0,0,0.5);
	position: absolute
}

.burstArea .leftsidebar li .txtbox {
	top: 50%;
	left: 100px;
	z-index: 9;
	color: #fff;
	height: 200px;
	margin-top: -100px;
	position: absolute
}

.burstArea .leftsidebar li .txtbox span {
	display: block;
	text-align: center
}

.burstArea .leftsidebar li .txtbox .more {
	opacity: 0
}

.burstArea .leftsidebar li:hover .text {
	border: 0;
	background: rgba(0,0,0,0.6)
}

.burstArea .leftsidebar li:first-child {
	width: 50%
}

.burstArea .leftsidebar .transparent .txtbox {
	left: 45%
}

.burstArea .leftsidebar .transparent .txtbox .more {
	opacity: 1
}

.burstArea .leftsidebar .transparent a:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 434px;
	background: rgba(255,255,255,0);
	position: absolute
}

@media (max-width:1400px) {
	.burstArea .leftsidebar img {
		max-height: 305px
	}
}

.index-news .tabmenu {
	margin-top: 35px;
	text-align: center
}

.index-news .tabmenu li {
	width: 132px;
	height: 40px;
	margin: 0 5px;
    overflow:hidden;
	line-height: 38px;
	font-size: 16px;
	display: inline-block;
	border: solid 1px #d2d2d2
}

.index-news .tabmenu li a {
	display: block
}

.index-news .tabmenu .active {
	color: #fff;
	border-color: #000;
	background: #000
}

.index-news .tabmenu .active a {
	color: #fff
}

.index-news .tabbox {
	position: relative;
	height: 570px
}

.index-news .tabbox .leftbox {
	width: 604px;
	float: left
}

.index-news .tabbox .leftbox a {
	display: block
}

.index-news .tabbox .leftbox a:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .tabbox .leftbox a:hover .tit {
	color: #000
}

.index-news .tabbox .leftbox a:hover .more {
	background: #e00
}

.index-news .tabbox .leftbox .pic {
	width: 604px;
	height: 334px;
	overflow: hidden;
	position: relative
}

.index-news .tabbox .leftbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .tabbox .leftbox .tit {
	margin-top: 25px;
	font-size: 19px;
	color: #787878
}

.index-news .tabbox .leftbox .tit span {
	float: right;
	color: #afafaf;
	font-size: 18px;
	font-family: arial
}

.index-news .tabbox .leftbox .txt {
	font-size: 13px;
	color: #999;
	height: 66px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 20px
}

.index-news .tabbox .leftbox .more {
	color: #fff;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
	font-family: arial;
	background: #000;
	text-transform: uppercase
}

.index-news .tabbox .rightbox {
	width: 620px;
	float: right
}

.index-news .tabbox .rightbox .box {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 25px 25px 15px 0
}

.index-news .tabbox .rightbox .box:hover {
	background: #fbfbfb
}

.index-news .tabbox .rightbox .date {
	width: 88px;
	color: #afafaf;
	float: left;
	position: relative;
	text-align: center;
	font-family: arial
}

.index-news .tabbox .rightbox .date:before {
	content: "";
	width: 1px;
	height: 68px;
	top: 0;
	right: 0;
	position: absolute;
	background: #e7e7e7
}

.index-news .tabbox .rightbox .date span {
	display: block
}

.index-news .tabbox .rightbox .date span:first-child {
	color: #666;
	font-size: 31px;
	line-height: 36px;
	padding-top: 10px
}

.index-news .tabbox .rightbox .txtbox {
	width: 480px;
	float: right
}

.index-news .tabbox .rightbox .txtbox .tit {
	font-size: 19px;
	color: #333;
	height: 24px;
	overflow: hidden
}

.index-news .tabbox .rightbox .txtbox .txt {
	font-size: 13px;
	color: #999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px
}

.index-news .tabbox .rightbox .slick-dots {
	bottom: -50px;
	text-align: right
}

.index-news .tabbox .rightbox .slick-dots li {
	margin: 0 9px
}

.index-news .tabbox .rightbox .slick-dots li button {
	background: #e5e5e5;
	width: 12px;
	height: 12px
}

.index-news .tabbox .rightbox .slick-dots li.slick-active button {
	background: #000
}

.index-news .tabbox .scroll-01,.index-news .tabbox .scroll-02,.index-news .tabbox .scroll-03 {
	height: 520px;
	background: #fff
}

.index-message {
	height: 486px;
	margin-top: 30px;
	background: url(../images/bg.jpg) no-repeat top center
}

.index-message .index-title {
	text-align: left;
	margin-bottom: 20px
}

.index-message .index-title .cn:before {
	left: 0;
	margin-left: 0
}

.index-message li {
	margin-bottom: 12px
}

.index-message li p {
	float: left;
	width: 274px;
	margin-left: 12px
}

.index-message li p:first-child {
	margin-left: 0
}

.index-message li input,.index-message li select,.index-message li textarea {
	background: #fff;
	height: 42px;
	border: 0;
	color: #666;
	width: 100%;
	font-size: 14px;
	padding: 10px 20px;
	font-family: "微软雅黑";
	border: solid 1px #fff
}

.index-message li input:focus,.index-message li textarea:focus,.index-message li select:focus {
	border-color: #000
}

.index-message li select {
	color: #888;
	padding-right: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/sj.jpg) no-repeat top right #fff
}

.index-message li select::-ms-expand {
	display: none
}

.index-message li textarea {
	resize: none;
	height: 100px;
	overflow: hidden
}

.index-message li a {
	width: 130px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: #e00
}

.index-message li a:hover {
	background: #000
}

.footer {
	color: #838383;
	background: #333;
	padding-top: 45px
}

.footer a {
	color: #838383;
	display: block
}

.footer a:hover {
	color: #fff;
	text-decoration: underline
}

.footer .weixin {
	float: left;
	margin-left: 90px;
	text-align: center
}

.footer .menu {
	width: 110px;
	float: left
}

.footer .menu h3 {
	font-size: 16px;
	font-weight: normal
}

.footer .menu h3 a {
	color: #fff
}

.footer .menu a {
	display: block;
	padding-right: 10px;
	margin-bottom: 10px
}

.footer .contact {
	float: right;
	width: 320px
}

.footer .contact a {
	display: inline-block
}

.footer .contact p {
	margin-top: 10px
}

.footer .contact p:first-child {
	margin-top: 0
}

.footer .contact span {
	font-family: arial
}

.footer .contact img {
	margin-right: 5px
}

.footer .copy {
	color: #999;
	padding: 20px 0;
	margin-top: 30px;
	text-align: center;
	border-top: solid 1px #424242
}

.footer .copy a {
	display: inline-block
}

.inside-banner {
	height: 472px;
	overflow: hidden;
	position: relative
}

.inside-banner .pic {
	top: 0;
	left: 50%;
	width: 1920px;
	height: 472px;
	margin-left: -960px;
	position: absolute
}

.inside-box {
	padding: 13px 0;
	border-bottom: solid 1px #eee
}

.inside-box .current {
	width: 60%;
	height: 24px;
	float: left;
	overflow: hidden
}

.inside-box .current a:last-child {
	color: #e00
}

.inside-box .search {
	width: 242px;
	height: 29px;
	padding: 2px;
	float: right;
	position: relative;
	border: solid 1px #e5e5e5
}

.inside-box .search .btn {
	right: 0;
	top: -1px;
	position: absolute
}

.inside-box .search span {
	width: 36px;
	height: 22px;
	color: #333;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	background: #eaeaea
}

.inside-box .search input {
	width: 140px;
	border: 0;
	vertical-align: top;
	padding-left: 5px;
	line-height: 22px;
	font-size: 12px
}

.inside-menu {
	margin-top: 30px;
	margin-bottom: 50px
}

.inside-menu li {
	width: 130px;
	height: 40px;
	float: left;
	overflow: hidden;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
	border: solid 1px #d2d2d2
}

.inside-menu li a {
	display: block
}

.inside-menu li:hover,.inside-menu .active {
	background: #000;
	border-color: #000
}

.inside-menu li:hover>a,.inside-menu .active>a {
	color: #fff
}

.inside-news li:first-child {
	padding-top: 0
}

.inside-news li {
	padding: 40px 0;
	border-bottom: solid 1px #eee
}

.inside-news li a {
	display: block
}

.inside-news li .pic {
	float: left;
	width: 500px;
	height: 277px;
	overflow: hidden;
	position: relative
}

.inside-news li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news li .txtbox {
	width: 710px;
	float: right;
	padding-top: 10px
}

.inside-news li .txtbox .time {
	color: #afafaf;
	font-size: 16px;
	font-family: arial;
	margin-top: 5px
}

.inside-news li .txtbox .tit {
	color: #333;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 22px;
	font-weight: 600
}

.inside-news li .txtbox .txt {
	font-size: 13px;
	color: #999;
	height: 72px;
	overflow: hidden;
	margin-top: 20px
}

.inside-news li .txtbox .more {
	font-size: 16px;
	color: #666;
	width: 130px;
	height: 40px;
	background: #fff;
	display: inline-block;
	font-family: arial;
	line-height: 40px;
	text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
	border: solid 1px #d2d2d2
}

.inside-news li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news li:hover .txtbox .tit {
	text-decoration: underline
}

.inside-news li:hover .txtbox .more {
	color: #fff;
	background: #e00;
	border-color: #e00
}

.inside-news-show {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	padding-bottom: 100px
}

.inside-news-show h1 {
	text-align: center;
	font-weight: normal;
	font-size: 26px
}

.inside-news-show .info {
	color: #999;
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: solid 1px #eee
}

.inside-news-show .info img {
	margin: -4px 5px 0 0
}

.inside-news-show .info span {
	padding: 0 20px;
	display: inline-block
}

.inside-page-news {
	height: 73px;
	margin-top: 70px;
	line-height: 71px;
	overflow: hidden;
	font-size: 15px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee
}

.inside-page-news li {
	width: 50%;
	float: left;
	padding: 0 30px
}

.inside-page-news li a {
	-webkit-transition: all 0s;
	transition: all 0s
}

.inside-page-news li:last-child {
	text-align: right
}

.inside-page-news li:hover {
	color: #e00;
	text-decoration: underline
}

.inside-page-news li:hover a {
	color: #e00
}

.inside-page {
	padding: 80px 0;
	text-align: center
}

.inside-page a {
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	margin: 0 2px;
	font-family: arial;
	display: inline-block;
	border: solid 1px #d2d2d2
}

.inside-page span {
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	margin: 0 2px;
	font-family: arial;
	display: inline-block;
	border: solid 1px #e00;
	color: #fff;
	font-weight: bold;
	background: #e00;
}

.inside-page a:hover,.inside-page .page-num-current {
	color: #fff;
	font-weight: bold;
	background: #e00;
	border-color: #e00
}

.inside-page .none {
	border: 0;
	padding: 0
}

.inside-page .none:hover {
	color: #e00;
	background: none
}

.inside-promenu {
	padding: 30px 0 10px 0
}

.inside-promenu li {
	font-size: 16px;
	padding-left: 90px;
	position: relative;
	margin-top: 10px
}

.inside-promenu li span {
	top: 10px;
	left: 0;
	line-height: 40px;
	position: absolute
}

.inside-promenu li a {
	width: 130px;
	height: 40px;
	overflow: hidden;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #d2d2d2
}

.inside-promenu li a:hover,.inside-promenu li .cur,.inside-promenu li .curr {
	color: #fff;
	border-color: #000;
	background: #000
}

.inside-product {
	margin-bottom: 0
}

.inside-product .inside-page {
	padding-top: 50px
}

.inside-about {
	padding-top: 0
}

.inside-about .container {
	width: 1259px
}

.inside-about dl dt .font32 {
	margin-bottom: 20px
}

.inside-about dl dt .tag {
	margin-top: 30px
}

.inside-about .last {
	margin-top: 60px;
	font-size: 16px;
	color: #333;
	line-height: 36px
}

.inside-about .last p {
	text-indent: 2em
}

.index-about-2 {
	font-size: 16px;
	color: #333;
	padding-bottom: 100px;
	line-height: 30px
}

.index-about-2 ul {
	margin-top: 50px
}

.index-about-2 li {
	width: 50%;
	float: left
}

.inside-histroy {
	padding: 30px 0 100px 0;
	font-size: 14px
}

.inside-histroy ul {
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	background: url(../images/histroy-line.jpg) top center repeat-y
}

.inside-histroy ul:after {
	content: "";
	width: 7px;
	height: 7px;
	bottom: 0;
	left: 50%;
	border-radius: 100%;
	margin-left: -3px;
	position: absolute;
	background: #000
}

.inside-histroy ul li {
	color: #333;
	vertical-align: top;
	position: relative;
	padding-bottom: 50px
}

.inside-histroy ul li time {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	color: #fff;
	text-align: center;
	float: right;
	width: 90px;
	line-height: 32px;
	position: relative;
	font-family: arial
}

.inside-histroy ul li time:before {
	content: "";
	width: 100%;
	height: 32px;
	top: 0;
	left: 0;
	border-radius: 10%;
	position: absolute;
	background: #e00;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	transform: skew(-35deg)
}

.inside-histroy ul li time span {
	z-index: 2;
	display: inline-block;
	position: relative
}

.inside-histroy ul li .txt {
	padding-top: 10px
}

.inside-histroy ul li .txtbox {
	width: 50%;
	float: left;
	text-align: right;
	position: relative;
	padding-right: 50px
}

.inside-histroy ul li .txtbox:after {
	content: "";
	width: 8px;
	height: 8px;
	top: 0;
	right: -6px;
	background: #fff;
	margin-left: -2px;
	position: absolute;
	border-radius: 100%;
	border: solid 1px #050505
}

.inside-histroy ul li .txtbox-2 {
	text-align: left;
	padding-left: 50px;
	padding-right: 0;
	margin-top: 80px
}

.inside-histroy ul li .txtbox-2 time {
	float: none
}

.inside-histroy ul li .txtbox-2:after {
	left: -1px;
	right: auto
}

.inside-proudct-show {
	font-size: 15px;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	padding-bottom: 70px
}

.inside-proudct-show .box-1 .left-hezi {
	width: 43%;
	float: left
}

.inside-proudct-show .box-1 .left-hezi .bigimg {
	background: #fff
}

.inside-proudct-show .box-1 .left-hezi .bigimg span {
	display: block;
	position: relative
}

.inside-proudct-show .box-1 .left-hezi .bigimg span:after {
	content: "";
	display: block;
	padding-bottom: 82.5%
}

.inside-proudct-show .box-1 .left-hezi .small {
	padding: 0 30px;
	margin-top: 15px
}

.inside-proudct-show .box-1 .left-hezi .small span {
	margin: 0 2px;
	background: #fff;
	border: solid 1px #fff;
	display: block;
	padding: 10px;
	cursor: pointer;
	position: relative
}

.inside-proudct-show .box-1 .left-hezi .small span:after {
	content: "";
	display: block;
	padding-bottom: 70%
}

.inside-proudct-show .box-1 .left-hezi .small .slick-current span {
	border-color: #e00;
	border-width: 1px
}

.inside-proudct-show .box-1 .left-hezi .slick-prev {
	width: 20px;
	height: 90px;
	left: 0;
	border: 0;
	top: 0;
	margin-top: 0;
	background: url(../images/pro-left.png) no-repeat center center #eee
}

.inside-proudct-show .box-1 .left-hezi .slick-prev:hover {
	background-color: #ccc
}

.inside-proudct-show .box-1 .left-hezi .slick-next {
	width: 20px;
	height: 90px;
	right: 0;
	border: 0;
	top: 0;
	margin-top: 0;
	background: url(../images/pro-right.png) no-repeat center center #eee
}

.inside-proudct-show .box-1 .left-hezi .slick-next:hover {
	background-color: #ccc
}

.inside-proudct-show .box-1 .right-hezi {
	width: 57%;
	float: left;
	padding-top: 20px;
	padding-left: 70px
}

.inside-proudct-show .box-1 .right-hezi h1 {
	color: #333;
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	padding-bottom: 30px;
	font-weight: 700;
	border-bottom: dashed 1px #b5b5b5
}

.inside-proudct-show .box-1 .right-hezi .txt {
	padding-top: 40px
}

.inside-proudct-show .box-1 .right-hezi .button {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-top: 38px;
	text-align: center;
	background: #e00;
	display: block
}

.inside-proudct-show .box-1 .right-hezi .button img {
	margin: 14px 5px 0 0
}

.inside-proudct-show .box-1 .right-hezi .button:hover {
	background-color: #000
}

.inside-proudct-show .box-2 {
	margin: 60px 0
}

.inside-proudct-show .bt {
	font-size: 24px;
	padding-top: 30px;
	font-weight: 700;
	border-top: dashed 1px #b5b5b5
}

.inside-contact {
	color: #333;
	font-size: 16px;
	padding-top: 80px;
	padding-bottom: 80px
}

.inside-contact .title .cn {
	padding-bottom: 13px;
	font-size: 36px;
	line-height: 40px;
	position: relative
}

.inside-contact .title .cn:before {
	content: "";
	width: 26px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #e5e5e5;
	position: absolute
}

.inside-contact .title .en {
	color: #b6b6b6;
	font-family: arial;
	margin-top: 5px;
	text-transform: uppercase
}

.inside-contact .box-1 .title {
	width: 250px;
	float: left;
	padding-top: 60px
}

.inside-contact .box-1 ul {
	width: 900px;
	float: left
}

.inside-contact .box-1 li {
	width: 33.333%;
	float: left;
	text-align: center
}

.inside-contact .box-1 li span {
	border-radius: 100%;
	background: #f1f1f1;
	display: inline-block;
	margin-bottom: 20px
}

.inside-contact .box-1 li p {
	margin-top: 10px
}

.inside-contact .box-1 li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-contact .box-1 li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.inside-contact .index-message {
	background: none
}

.inside-contact .index-message ul {
	margin-top: 40px
}

.inside-contact .index-message li p {
	position: relative
}

.inside-contact .index-message li input,.inside-contact .index-message li textarea,.inside-contact .index-message li select {
	padding-left: 40px;
	border: solid 1px #e5e5e5
}

.inside-contact .index-message li label {
	top: 8px;
	left: 10px;
	opacity: .5;
	position: absolute
}

.inside-contact .index-message li p:hover label {
	opacity: 1
}

.inside-zzzx .font50 {
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 50px;
	line-height: 60px;
	position: relative
}

.inside-zzzx .font50:after {
	content: "";
	width: 100px;
	height: 2px;
	bottom: 0;
	right: 0;
	background: #fff;
	position: absolute
}

.inside-zzzx .font30 {
	margin-bottom: 70px;
	font-size: 30px
}

.inside-zzzx .font30 img {
	margin-right: 40px
}

.inside-zzzx .box {
	height: 700px;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.inside-zzzx .box-1 {
	color: #fff;
	text-align: right;
	padding-top: 140px
}

.inside-zzzx .box-2 {
	padding-top: 150px;
	color: #333
}

.inside-zzzx .box-2 .font50:after {
	background: #333;
	left: 0;
	right: auto
}

.inside-zzzx .box-3 {
	color: #fff
}

.inside-zzzx .box-3 .font50:after {
	left: 0;
	right: auto
}

.inside-zzzx .box-3 .txtbox {
	width: 41%;
	float: right;
	padding-top: 250px
}

@media (max-width:1280px) {
	.inside-zzzx .container {
		padding: 0 60px
	}
}

.inside-brand {
	color: #333;
	font-size: 15px;
	padding-bottom: 100px;
	line-height: 30px
}

.inside-brand .box-1 .scroll {
	height: 724px;
	margin-top: 60px
}

.inside-brand .box-1 .scroll dl {
	height: 724px;
	overflow: hidden
}

.inside-brand .box-1 .scroll dt {
	float: left;
	width: 719px;
	height: 724px;
	position: relative
}

.inside-brand .box-1 .scroll dd {
	float: left;
	width: 450px;
	height: 724px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	padding: 0 50px;
	padding-top: 230px;
	position: relative;
	text-align: center;
	background: #dc3f3c
}

.inside-brand .box-1 .scroll dd .font20 {
    max-height:200px;
    overflow:hidden;
}

.inside-brand .box-1 .scroll a {
	width: 144px;
	height: 45px;
	line-height: 43px;
	color: #fff;
	margin-top: 30px;
	border-radius: 30px;
	display: inline-block;
	border: solid 1px #fff
}

.inside-brand .box-1 .scroll a:hover {
	color: #333;
	background: #fff
}

.inside-brand .box-1 .scroll img {
	display: inline-block
}

.inside-brand .box-1 .scroll .tit {
	bottom: 20px;
	left: 50px;
	width: 100%;
	font-size: 15px;
	text-align: left;
	position: absolute
}

.inside-brand .box-1 .scroll .tit:before {
	content: "";
	top: 50%;
	left: -20px;
	margin-top: -6px;
	position: absolute;
	border-bottom: solid 8px transparent;
	border-top: solid 5px transparent;
	border-right: solid 8px #fff
}

.inside-brand .box-1 .scroll .slick-dots {
	right: 20px;
	width: 20px;
	top: 50%
}

.inside-brand .box-1 .scroll .slick-dots li {
	margin-top: 10px
}

.inside-brand .box-1 .scroll .slick-dots li button {
	background: #fff;
	border: solid 1px #cacaca
}

.inside-brand .box-1 .scroll .slick-dots li.slick-active button {
	background: #dc3f3c;
	border-color: #dc3f3c
}

.inside-brand .box-2 {
	margin-top: 50px
}

.inside-brand .box-2 li {
	width: 33.333%;
	float: left;
	overflow: hidden;
	padding-left: 1px;
	position: relative
}

.inside-brand .box-2 li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-brand .box-2 li:after {
	content: "";
	display: block;
	padding-bottom: 93.8%
}

.inside-brand .box-2 li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-brand .box-3 {
	margin-top: 50px;
	min-height: 810px;
	background: url(../images/brand-bg.jpg) no-repeat top center
}

.inside-brand .box-3 .container {
	position: relative
}

.inside-brand .box-3 .item-1 {
	width: 880px;
	font-size: 15px;
	position: relative;
	margin-left: 110px
}

.inside-brand .box-3 .item-1 .txtbox {
	width: 270px;
	float: left
}

.inside-brand .box-3 .item-1 .font47 {
	font-size: 47px;
	color: #000;
	line-height: 70px;
	font-weight: bold
}

.inside-brand .box-3 .item-1 .tit {
	top: 100px;
	left: 730px;
	position: absolute
}

.inside-brand .box-3 .item-1 .tit:before {
	content: "";
	top: 50%;
	left: -20px;
	margin-top: -6px;
	position: absolute;
	border-bottom: solid 5px transparent;
	border-top: solid 7px transparent;
	border-right: solid 8px #e00
}

.inside-brand .box-3 .item-2 {
	top: 370px;
	left: 380px;
	position: absolute
}

.inside-brand .box-3 .item-2 .tit {
	bottom: 0;
	right: 420px;
	width: 100%;
	text-align: right;
	position: absolute
}

.inside-brand .box-3 .item-2 .tit:after {
	content: "";
	right: -20px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	border-bottom: solid 5px transparent;
	border-top: solid 5px transparent;
	border-left: solid 8px #e00
}

.inside-brand .box-3 .item-3 {
	top: 220px;
	right: 80px;
	position: absolute
}

.inside-brand .box-3 .item-3 .tit {
	margin-top: 10px;
	padding-left: 20px;
	position: relative
}

.inside-brand .box-3 .item-3 .tit:after {
	content: "";
	left: 0;
	top: 50%;
	margin-top: -3px;
	position: absolute;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 8px #e00
}

.inside-brand .box-4 {
	height: 850px;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	margin-top: 80px;
	background-repeat: no-repeat;
	background-position: center center
}

.inside-brand .box-4 .txtbox {
	width: 35%;
	float: right;
	padding-top: 290px;
	text-align: center
}

.inside-brand .box-5 {
	padding: 100px 0
}

.inside-brand .box-5 dt {
	width: 45%;
	float: left;
	padding-top: 100px;
	text-align: justify
}

.inside-brand .box-5 dt .cn {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold
}

.inside-brand .box-5 dt .en {
	color: #c9c9c9;
	font-size: 15px;
	font-style: italic;
	margin: 10px 0 40px 0;
	font-family: arial;
	text-transform: uppercase
}

.inside-brand .box-5 dd {
	width: 50%;
	float: right;
	position: relative
}

.inside-brand .box-5 dd:before {
	top: 200px;
	left: 0;
	content: "";
	width: 160px;
	left: -120px;
	height: 1px;
	position: absolute;
	background: #ea5f00
}

.inside-brand .box-6 li {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-brand .box-6 li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-brand .box-6 li:after {
	content: "";
	display: block;
	padding-bottom: 100.5%
}

.inside-brand .box-6 li .txtbox {
	top: 50%;
	margin-top: -80px;
	color: #fff;
	left: 120px;
	width: 280px;
	height: 160px;
	font-size: 15px;
	position: absolute
}

.inside-brand .box-6 li .txtbox .font28 {
	font-size: 28px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative
}

.inside-brand .box-6 li .txtbox .font28:before {
	content: "";
	width: 35px;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #fff;
	position: absolute
}

.inside-brand .box-6 li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.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: 240px;
	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(../images/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
}

.dw {
	top: -114px;
	z-index: -1;
	height: 1px;
	position: absolute
}

@media (max-width:1600px) {
	.inside-zzzx .font50 {
		font-size: 30px
	}

	.inside-zzzx .box {
		font-size: 15px;
		line-height: 30px
	}
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=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(../images/closed.png) no-repeat center center;
  cursor: pointer;
}