@charset "utf-8";
*,
*: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;
	min-width: 1259px;
	-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: #bc2d2c
}

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
}

.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
}

.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1259px
}

#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: 100px;
	width: 100%;
	z-index: 8;
	background: #fff;
	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:1259px) {
	.header .menu {
		display: block
	}
}

.header .logo {
	padding-left: 40px;
	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 .logo a .logo01 {
	display: none
}

.header .header-right {
	right: 0;
	top: 0;
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s
}

.header .header-right .header-search {
	float: right;
	padding-left: 31px
}

.header .header-right .header-search .pull-right a {
	display: block;
	width: 90px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #bc2d2c;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.header .header-right .header-search .pull-right a img {
	vertical-align: middle
}

.header .header-right .lan {
	float: right;
	font-size: 17px;
	padding-top: 40px
}

.header .header-right .lan img {
	margin-right: 10px;
	margin-top: 5px
}

.header .nav {
	float: left;
	padding-left: 200px
}

.header .nav ul li {
	float: left;
	position: relative
}

.header .nav ul li>a {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #333;
	padding: 0 35px;
	line-height: 100px;
	-webkit-transition: all 0s;
	transition: all 0s
}

.header .nav ul li>a:hover {
	color: #fff;
	background: #bc2d2c
}

.header .nav ul li .subnav {
	top: 88px;
	left: 0;
	width: 100%;
	z-index: 99;
	width: 150px;
	left: 50%;
	display: none;
	margin-left: -75px;
	text-align: center;
	position: absolute
}

.header .nav ul li .subnav:before {
	content: "";
	height: 23px;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	top: 16px;
	background: url(../images/nav-top-2.png) no-repeat top center
}

.header .nav ul li .subnav .bg {
	padding: 10px 0;
	border-radius: 10px;
	background: #bc2d2c;
	background: rgba(188, 45, 44, 0.6);
	margin-top: 23px
}

.header .nav ul li .subnav .bg a {
	display: block;
	color: #fff;
	height: 35px;
	padding: 0 5px;
	line-height: 36px;
	overflow: hidden;
	font-size: 16px;
	height: 38px;
	border-top: solid 1px rgba(255, 255, 255, 0.3)
}

.header .nav ul li .subnav .bg a:hover {
	background: #94252d
}

.header .nav ul li .subnav .bg a:first-child {
	border-top: 0
}

.header .nav ul li .subnav-pro {
	left: 50%;
	margin-left: -75px;
	width: 150px
}

.header .nav ul li .subnav-pro:before {
	top: 16px;
	background: url(../images/nav-top-2.png) no-repeat top center
}

.header .nav ul li .subnav-pro:after {
	display: none
}

.header .nav ul li .subnav-pro .bg {
	padding: 10px 0;
	min-height: 190px;
	background: #bc2d2c;
	background: rgba(188, 45, 44, 0.6)
}

.header .nav ul li .subnav-pro .bg:hover {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.header .nav ul li .subnav-pro span:hover .three {
	display: block
}

.header .nav ul li .subnav-pro .three {
	top: 23px;
	left: 150px;
	width: 170px;
	position: absolute;
	padding: 10px;
	display: none;
	min-height: 190px;
	border-left: solid 1px rgba(255, 255, 255, 0.2);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #bc2d2c;
	background: rgba(188, 45, 44, 0.6)
}

.header .nav ul li .subnav-pro .three a {
	font-size: 12px;
	text-align: left
}

.header .nav ul li:hover>a {
	color: #fff;
	background: #bc2d2c
}

.header .nav ul li:hover .subnav {
	display: block
}

.header .nav ul .active>a {
	color: #fff;
	background: #bc2d2c
}

@media (max-width:1800px) {
	.header .nav {
		padding-left: 150px
	}
	.header .nav ul li>a {
		padding: 0 20px
	}
}

@media (max-width:1580px) {
	.header .nav {
		padding-left: 60px
	}
	.header .nav ul li>a {
		padding: 0 15px
	}
}

@media (max-width:1470px) {
	.header .nav {
		padding-left: 50px
	}
	.header .nav ul li>a {
		padding: 0 13px
	}
}

@media (max-width:1300px) {
	.header .nav {
		padding-left: 40px
	}
	.header .nav ul li>a {
		padding: 0 10px
	}
}

.header .tel {
	float: right;
	padding-right: 220px;
	margin-left: 50px;
	font-size: 26px;
	margin-top: 40px;
	color: #bc2d2c;
	padding-left: 30px;
	background: url(../images/tel.png) no-repeat top left;
	font-family: "DIN-Medium"
}

.header .tel img {
	margin-right: 5px;
	margin-top: 3px
}

@media (max-width:1470px) {
	.header .tel {
		padding-right: 180px
	}
}

@media (max-width:1300px) {
	.header .tel {
		margin-left: 0
	}
}

.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(../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
}

@-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)
	}
}

.banner {
	width: 100%;
	display: block;
	height: 850px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 850px;
	overflow: hidden;
	position: relative
}

.banner .pic span {
	display: block;
	width: 1920px;
	left: 50%;
	height: 850px;
	position: relative;
	text-align: center;
	margin-left: -960px
}

.banner .banner-info {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: solid 1px #bc2d2c;
	position: absolute
}

.banner .banner-info .text {
	top: 50%;
	height: 240px;
	text-align: left;
	position: absolute;
	margin-top: -140px
}

.banner .banner-info .bt {
	font-size: 62px;
	color: #fff;
	line-height: 70px;
	font-weight: 600
}

.banner .banner-info .txt {
	font-size: 14px;
	color: #eef2f6;
	margin-top: 10px;
	line-height: 30px;
	font-style: italic;
	border-top: solid 1px rgba(255, 255, 255, 0.3)
}

.banner .banner-info .vive a {
	display: block;
	margin-top: 20px;
	background-size: 15px;
	width: 177px;
	height: 38px;
	border-radius: 30px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: #bc2d2c
}

.banner .banner-info .vive a:after {
	content: "";
	width: 32px;
	height: 1px;
	margin-left: 7px;
	margin-top: 18px;
	vertical-align: top;
	display: inline-block;
	background: #fff;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.banner .banner-info .vive a:hover {
	width: 150px;
	padding-left: 20px
}

.banner .banner-info .vive a:hover:after {
	width: 22px
}

.banner .slick-dots {
	top: 320px;
	right: 270px;
	width: 55px
}

.banner .slick-dots li {
	margin-top: 10px
}

.banner .slick-dots li button {
	width: 55px;
	height: 55px;
	font-size: 14px;
	color: #fff;
	font-family: arial;
	background: none;
	border: solid 1px rgba(255, 255, 255, 0);
	border-radius: 100px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.banner .slick-dots li.slick-active button {
	background: none;
	border: solid 1px rgba(255, 255, 255, 0.3)
}

.banner .slick-active img {
	-webkit-animation: 4s mymove4 alternate linear;
	animation: 4s mymove4 alternate linear
}

.banner .slick-active .banner-info .bt {
	-webkit-animation: fadeInLeft2 1.5s ease;
	animation: fadeInLeft2 1.5s ease
}

.banner .slick-active .banner-info .txt {
	-webkit-animation: fadeInLeft2 2s ease;
	animation: fadeInLeft2 2s ease
}

.banner .slick-active .banner-info .vive {
	-webkit-animation: fadeInUp2 2s ease;
	animation: fadeInUp2 2s ease
}

.index-title {
	max-width: 620px;
	margin: 0 auto;
	padding: 85px 0 50px 0;
	text-align: center;
	position: relative
}

.index-title i {
	top: 90px;
	left: 0;
	width: 100%;
	text-align: center;
	font-style: normal;
	position: absolute
}

.index-title .font46 {
	font-size: 46px;
	line-height: 50px;
	font-weight: bold;
	color: #bc2d2c;
	position: relative
}

.index-title .font46:before {
	content: "";
	width: 1px;
	height: 50px;
	top: 30px;
	left: 0;
	background: #e0e0e0;
	position: absolute
}

.index-title .font46:after {
	content: "";
	width: 1px;
	height: 50px;
	top: 30px;
	right: 0;
	background: #e0e0e0;
	position: absolute
}

.index-title .font46 span {
	width: 203px;
	height: 1px;
	margin-top: 30px;
	vertical-align: top;
	background: #e0e0e0;
	display: inline-block
}

.index-title .font46 em {
	padding: 0 13px;
	display: inline-block;
	font-style: normal
}

.index-title .font18 {
	color: #333;
	margin-top: 15px;
	font-size: 18px
}

.index-title .font18 span {
	width: 107px;
	height: 1px;
	margin-top: 15px;
	vertical-align: top;
	background: #e0e0e0;
	display: inline-block
}

.index-title .font18 .fl {
	position: relative
}

.index-title .font18 .fl:after {
	content: "";
	width: 6px;
	height: 6px;
	right: 0;
	top: 50%;
	margin-top: -3px;
	position: absolute;
	border-radius: 100%;
	background: #e0e0e0
}

.index-title .font18 .fr {
	position: relative
}

.index-title .font18 .fr:after {
	content: "";
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	position: absolute;
	border-radius: 100%;
	background: #e0e0e0
}

.index-zhiliang {
	padding-bottom: 50px;
	background: url(../images/bg.png) no-repeat top center #fff
}

.index-zhiliang .list {
	margin: 0 -13px
}

@media (max-width:1280px) {
	.index-zhiliang .list {
		margin: 0
	}
}

.index-zhiliang .list li {
	width: 616px;
	float: left;
	height: 250px;
	background: #fff;
	margin: 0 13px;
	margin-bottom: 26px;
	position: relative;
	padding: 20px 40px;
	box-shadow: 0 10px 10px #ddd
}

@media (max-width:1280px) {
	.index-zhiliang .list li {
		margin-left: 6px;
		margin-right: 6px
	}
}

.index-zhiliang .list li .item {
	z-index: 2;
	position: relative
}

.index-zhiliang .list li .iconbox {
	height: 84px;
	overflow: hidden;
	display: block;
	position: relative
}

.index-zhiliang .list li .iconbox span {
	display: inline-block
}

.index-zhiliang .list li .icon-h {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.index-zhiliang .list li .tit {
	font-size: 20px;
	color: #222;
	margin-top: 15px
}

.index-zhiliang .list li .txt {
	font-size: 16px;
	color: #777;
	height: 48px;
	overflow: hidden;
	margin-top: 15px
}

.index-zhiliang .list li .tu {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	position: absolute
}

.index-zhiliang .list li:hover .icon-h {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.index-zhiliang .list li:hover .icon {
	opacity: 0
}

.index-zhiliang .list li:hover .tu {
	opacity: 1
}

.index-zhiliang .list li:hover .tit,
.index-zhiliang .list li:hover .txt {
	color: #fff
}

.index-search {
	z-index: 10;
	height: 100px;
	margin-top: -130px;
	position: relative
}

.index-search .bg {
	height: 100px;
	padding: 20px 10px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5)
}

.index-search li p:first-child {
	margin-left: 0
}

.index-search li p {
	float: left;
	width: 295px;
	margin-left: 14px;
	position: relative
}

.index-search li p input,
.index-search li p textarea {
	width: 100%;
	height: 64px;
	border: 0;
	padding: 15px 0;
	padding-right: 20px;
	padding-left: 50px;
	border-radius: 3px;
	resize: none
}

.index-search li p label {
	left: 17px;
	top: 21px;
	position: absolute
}

.index-search li p input:focus,
.index-search li p textarea:focus {
	border: solid 1px #bc2d2c
}

.index-search li .kuang {
	width: 400px
}

.index-search li .kuang textarea {
	padding-top: 23px
}

.index-search li a {
	color: #fff;
	height: 64px;
	width: 200px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	line-height: 64px;
	border-radius: 3px;
	background: #bc2d2c
}

.index-search li a:hover {
	background: #cf3230
}

.index-product {
	padding-bottom: 100px;
	margin-top: -30px;
	padding-top: 100px;
	background: url(../images/bg-2.png) no-repeat top center
}

.index-product .index-title .font46,
.index-product .index-title .font18 {
	color: #fff
}

.index-product .index-title .font46::before,
.index-product .index-title .font46::after,
.index-product .index-title .font46 span,
.index-product .index-title .font18 span {
	background: rgba(255, 255, 255, 0.2)
}

.index-product .index-title .font18 span {
	width: 70px
}

.index-product .index-title .font18 .fl:after,
.index-product .index-title .font18 .fr:after {
	background: #cd5a59
}

.index-product .scroll {
	margin: 0 -15px;
	position: relative
}

@media (max-width:1280px) {
	.index-product .scroll {
		margin: 0
	}
}

.index-product .scroll .box {
	height: 463px;
	background: #fff;
	margin: 0 15px;
	width: 291px;
	margin-bottom: 40px;
	padding-top: 30px;
	text-align: center;
	box-shadow: 0 30px 20px -15px #f8f8f8;
	background: url(../images/bai-2.png) no-repeat top center
}

.index-product .scroll .box .pic {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.index-product .scroll .box .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-product .scroll .box .tit,
.index-product .scroll .box .txt {
	padding: 0 50px
}

.index-product .scroll .box .tit {
	font-size: 20px;
	color: #333;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 20px
}

.index-product .scroll .box .txt {
	color: #333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px
}

.index-product .scroll .box .more {
	padding: 0 15px;
	color: #c0c0c0;
	margin-top: 15px;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #c0c0c0
}

.index-product .scroll .box .more:after {
	content: "";
	width: 14px;
	height: 6px;
	margin-left: 5px;
	margin-top: 10px;
	vertical-align: top;
	display: inline-block;
	background: url(../images/arrow-right.png) no-repeat top center
}

.index-product .scroll .box .more img {
	margin: 10px 0 0 10px;
	display: inline-block
}

.index-product .scroll .box:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-product .scroll .box:hover .tit {
	color: #bc2d2c
}

.index-product .scroll .box:hover .more {
	color: #bc2d2c;
	border-color: #bc2d2c
}

.index-product .scroll .box:hover .more:after {
	background: url(../images/arrow-right-h.png) no-repeat top center
}

.index-product .scroll .box-1 {
	background: url(../images/bai-1.png) no-repeat top center
}

.index-product .scroll .box-2 {
	background: url(../images/bai-3.png) no-repeat top center
}

.index-product .scroll .slick-prev,
.index-product .scroll .slick-next {
	border: 0;
	width: 40px;
	height: 72px;
	z-index: 9
}

.index-product .scroll .slick-prev {
	left: -80px;
	background: url(../images/left-prev.png) no-repeat center center
}

@media (max-width:1500px) {
	.index-product .scroll .slick-prev {
		left: -35px
	}
}

@media (max-width:1380px) {
	.index-product .scroll .slick-prev {
		left: 0;
		opacity: 0
	}
}

.index-product .scroll .slick-next {
	right: -80px;
	background: url(../images/right-next.png) no-repeat center center
}

@media (max-width:1500px) {
	.index-product .scroll .slick-next {
		right: -35px
	}
}

@media (max-width:1380px) {
	.index-product .scroll .slick-next {
		left: 0;
		opacity: 0
	}
}

.index-about {
	padding-bottom: 120px
}

.index-about .leftbox {
	width: 564px;
	float: left;
	position: relative;
	box-shadow: 0 0 30px #ddd
}

.index-about .leftbox .pic {
	overflow: hidden;
	width: 564px
}

.index-about .leftbox .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-about .leftbox:before {
	content: "";
	width: 14px;
	height: 414px;
	bottom: 0;
	left: -35px;
	position: absolute;
	background: url(../images/about-img-3.png) no-repeat
}

.index-about .leftbox:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-about .rightbox {
	width: 695px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-top: 110px;
	padding-left: 70px
}

.index-about .rightbox .pic {
	top: 0;
	left: 0;
	position: absolute
}

.index-about .rightbox .font34 {
	z-index: 9;
	color: #333;
	font-size: 34px;
	line-height: 40px;
	font-family: "Impact";
	position: relative
}

.index-about .rightbox .font36 {
	z-index: 9;
	color: #bc2d2c;
	font-size: 36px;
	line-height: 40px;
	position: relative;
	font-weight: bold;
	margin: 20px 0 30px 0
}

.index-about .rightbox ul {
	padding-top: 50px
}

.index-about .rightbox li {
	float: left;
	width: 33.333%;
	position: relative
}

.index-about .rightbox li span {
	font-size: 70px;
	line-height: 70px;
	color: #bc2d2c;
	display: block;
	float: left;
	font-family: "DIN-Medium"
}

.index-about .rightbox li .txtbox {
	float: left;
	padding-left: 5px;
	padding-top: 14px;
	line-height: 22px
}

.index-news {
	height: 909px;
	background: url(../images/news-bg.jpg) no-repeat top center
}

.index-news ul {
	margin: 0 -15px;
	padding-top: 40px
}

@media (max-width:1280px) {
	.index-news ul {
		margin-left: 0;
		margin-right: 0
	}
}

.index-news li {
	width: 398px;
	float: left;
	height: 504px;
	margin: 0 15px;
	position: relative;
	background: #fff
}

.index-news li .pic {
	width: 398px;
	height: 268px;
	position: relative;
}

@media (max-width:1280px) {
	.index-news li {
		margin-left: 10px;
		margin-right: 10px
	}
}

.index-news li a {
	display: block
}

.index-news li .txtbox-hover {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute
}

.index-news li .txtbox-hover img {
	border-bottom-right-radius: 60px
}

.index-news li .txtbox-h {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	padding: 50px 25px;
	position: absolute
}

.index-news li .txtbox-h .tit-h {
	font-size: 18px;
	height: 24px;
	overflow: hidden;
	color: #000
}

.index-news li .txtbox-h .txt-h {
	color: #999;
	height: 60px;
	overflow: hidden;
	line-height: 20px
}

.index-news li .txtbox-h .dian {
	margin: 40px 0 10px 0
}

.index-news li .txtbox-h .dian img {
	border-radius: 0
}

.index-news li .txtbox-h .more {
	padding: 0 15px;
	color: #c0c0c0;
	margin-top: 40px;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: solid 1px #c0c0c0
}

.index-news li .txtbox-h .more img {
	margin: 10px 0 0 10px;
	display: inline-block
}

.index-news li .txtbox {
	padding: 30px 50px 0 15px;
	background: #fff
}

.index-news li .time {
	overflow: hidden
}

.index-news li .time .date {
	display: block;
	float: left;
	font-size: 70px;
	line-height: 70px;
	color: #bc2d2c;
	font-family: "DIN-Medium"
}

.index-news li .time .year {
	float: left;
	color: #bfbdbd;
	font-size: 15px;
	font-family: arial;
	padding-left: 5px;
	line-height: 20px;
	padding-top: 5px
}

.index-news li .time .line {
	width: 56px;
	height: 2px;
	margin: 30px 0 0 20px;
	display: inline-block;
	background: #bc2d2c
}

.index-news li .tit {
	font-size: 18px;
	color: #000;
	height: 24px;
	margin-top: 15px;
	overflow: hidden
}

.index-news li .txt {
	color: #999;
	height: 48px;
	margin-top: 10px;
	overflow: hidden
}

.index-news li:hover {
	background: none
}

.index-news li:hover .txtbox-hover {
	opacity: 1
}

.index-news li:hover .txtbox-h {
	padding-top: 70px
}

.footer {
	background: #202020
}

.footer .footer-top {
	padding: 60px 0;
	overflow: hidden;
	border-bottom: 1px solid #2e2e2e
}

.footer .footer-top ul {
	float: left;
	width: 75%
}

.footer .footer-top ul li {
	width: 20%;
	float: left
}

.footer .footer-top ul li h3 {
	margin-bottom: 20px
}

.footer .footer-top ul li h3 a {
	font-size: 16px;
	display: block;
	color: #bbb;
	padding-right: 20px
}

.footer .footer-top ul li a {
	display: block;
	margin-top: 7px
}

.footer .footer-top ul li a:hover {
	color: #fff
}

.footer .footer-top .footer-ewm {
	float: right;
	width: 25%;
	color: #a9a9a9;
	font-size: 16px;
	text-align: right
}

.footer .footer-top .footer-ewm .text {
	float: right
}

.footer .footer-top .footer-ewm .t1 {
	color: #fff;
	margin-top: 10px
}

.footer .footer-top .footer-ewm .t2 {
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	font-family: "DIN-Medium"
}

.footer .footer-top .footer-ewm .t3 {
	margin-top: 20px;
	padding-right: 20px;
	background: url(../images/add.jpg) no-repeat right 5px
}

.footer .footer-bottom {
	color: #525252;
	padding: 20px 0
}

.footer .footer-bottom .add {
	width: 70%;
	float: left
}

.footer .footer-bottom span {
	font-family: arial
}

.footer .footer-bottom a {
	color: #525252
}

.footer .footer-bottom a:hover {
	color: #fff
}

.footer .fr a:hover {
	opacity: .8
}

.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(../images/close-icon.png) no-repeat
}

.insider-banner {
	width: 100%;
	height: 455px;
	overflow: hidden;
	position: relative
}

.insider-banner img {
	-webkit-animation: 4s mymove4 alternate linear;
	animation: 4s mymove4 alternate linear
}

.insider-banner .tu {
	top: 0;
	left: 50%;
	height: 455px;
	margin-left: -960px;
	position: absolute
}

.insider-banner .txtbox {
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 9;
	color: #fff;
	height: 230px;
	margin-top: -60px;
	position: absolute
}

.insider-banner .txtbox .container {
	position: relative
}

.insider-banner .txtbox .container:before {
	top: -80px;
	left: -45px;
	content: "";
	width: 230px;
	height: 230px;
	border-radius: 100%;
	position: absolute;
	background: rgba(188, 45, 44, 0.3);
	-webkit-animation: 2s fadeInLeft2 alternate ease;
	animation: 2s fadeInLeft2 alternate ease
}

.insider-banner .txtbox .container:after {
	top: -60px;
	left: -15px;
	content: "";
	width: 230px;
	height: 230px;
	border-radius: 100%;
	position: absolute;
	background: rgba(188, 45, 44, 0.2);
	-webkit-animation: 2s fadeInRight2 alternate ease;
	animation: 2s fadeInRight2 alternate ease
}

@media (max-width:1200px) {
	.insider-banner .txtbox .container:before,
	.insider-banner .txtbox .container:after {
		display: none
	}
}

.insider-banner .txtbox .font23 {
	z-index: 9;
	font-size: 23px;
	position: relative;
	margin-top: 10px;
	font-family: arial;
	font-weight: lighter;
	text-transform: uppercase
}

.insider-banner .txtbox .font41 {
	z-index: 9;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	position: relative
}

.insider-banner .banner-pic {
	width: 756px;
	height: 405px;
	top: -160px;
	right: 0;
	position: absolute
}

.insider-banner .banner-pic .pic {
	position: absolute
}

.insider-banner .banner-pic .p1 {
	top: 117px;
	left: 11px;
	width: 232px;
	height: 200px
}

.insider-banner .banner-pic .p2 {
	top: -15px;
	left: 192px;
	width: 232px;
	height: 287px
}

.insider-banner .banner-pic .p3 {
	left: 192px;
	bottom: -12px;
	width: 232px;
	height: 234px
}

.insider-banner .banner-pic .p4 {
	top: 66px;
	right: 159px;
	width: 231px;
	height: 246px
}

.insider-banner .banner-pic .p5 {
	bottom: -15px;
	right: 0;
	width: 220px;
	height: 199px
}

.inside-current {
	height: 45px;
	overflow: hidden;
	line-height: 44px;
	text-align: right;
	color: #a9a9a9;
	border-bottom: solid 1px #eee
}

.inside-current a {
	color: #a9a9a9
}

.inside-current a:hover {
	color: #bc2d2c
}

.inside-current img {
	margin: 15px 5px 0 0
}

.inside-current span {
	color: #666
}

.inside-main {
	background: url(../images/inside-bg.jpg) no-repeat top center
}

.inside-title {
	color: #333;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	font-size: 18px
}

.inside-title .font46 {
	font-weight: 700;
	font-size: 46px;
	line-height: 50px;
	color: #bc2d2c;
	margin-bottom: 20px;
	position: relative
}

.inside-title .font46 i {
	color: #666;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	text-align: center;
	font-size: 57px;
	font-family: impact;
	font-style: normal;
	line-height: 60px;
	opacity: .05;
	text-transform: uppercase;
	position: absolute
}

.inside-menu {
	text-align: center
}

.inside-menu li {
	font-size: 18px;
	text-align: center;
	width: 280px;
	margin-left: -5px;
	display: inline-block;
	border: solid 1px #ddd;
	position: relative
}

.inside-menu li a {
	display: block;
	color: #666;
	line-height: 63px;
	height: 63px;
	overflow: hidden
}

.inside-menu li:hover,
.inside-menu .active {
	background: #bc2d2c
}

.inside-menu li:hover>a,
.inside-menu .active>a {
	color: #fff
}

.inside-menu li:hover:before,
.inside-menu .active:before {
	width: 100%;
	left: 0;
	opacity: 1
}

.inside-menu li:hover i,
.inside-menu .active i {
	opacity: 1
}

.inside-menu-two {
	z-index: 10;
	position: relative
}

.inside-menu-two li {
	width: 420px;
	margin-left: -6px;
	position: relative
}

.inside-menu-two li i {
	font-style: normal;
	display: inline-block;
	border-top: solid 10px #fff;
	margin-left: 15px;
	vertical-align: top;
	margin-top: 28px;
	opacity: 0;
	border-right: solid 6px transparent;
	border-left: solid 6px transparent
}

.inside-menu-two li .submenu {
	top: 63px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	display: none;
	z-index: 9;
	text-align: left;
	border-top: solid 1px #fff;
	background: #bc2d2c;
	background: rgba(188, 45, 44, 0.8);
	position: absolute
}

.inside-menu-two li .submenu a {
	display: block;
	color: #fff;
	height: 47px;
	text-align: center;
	font-size: 16px;
	line-height: 47px
}

.inside-menu-two li .submenu a:hover {
	background: #bc2d2c
}

.inside-menu-two li:hover .submenu {
	display: block
}

.inisde-page {
	text-align: center;
	font-size: 0;
	color: #999;
	padding: 0 0 70px 0;
	font-family: arial
}

.inisde-page em {
	font-style: normal;
	font-size: 18px
}

.inisde-page a,
.inisde-page span {
	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 a.cpb,
.inisde-page span.cur,
.inisde-page a:hover,
.inisde-page span:hover {
	background: #bc2d2c;
	color: #fff;
	border-color: #bc2d2c
}

.inisde-page a.prev,
.inisde-page span.prev,
.inisde-page a.next,
.inisde-page span.next {
	font-size: 15px;
	color: #666;
	border: 0
}

.inisde-page a.prev,
.inisde-page span.prev {
	background: url(../images/prev-01.png) no-repeat left center;
	padding-left: 22px;
	margin-right: 10px
}

.inisde-page a.prev:hover,
.inisde-page span.prev:hover {
	color: #bc2d2c;
	background: url(../images/prev-02.png) no-repeat left center
}

.inisde-page a.next,
.inisde-page span.next {
	background: url(../images/next-01.png) no-repeat right center;
	padding-right: 22px;
	margin-left: 10px
}

.inisde-page a.next:hover,
.inisde-page span.next:hover {
	color: #bc2d2c;
	background: url(../images/next-02.png) no-repeat right center
}

.inside-news-show {
	padding: 40px 0 80px 0;
	font-size: 15px;
	line-height: 26px;
	border-top: solid 1px #f1f1f1;
	background: url(../images/news-bg-2.jpg) no-repeat top center #f9f9f9
}

.inside-news-show .container .current {
	margin-bottom: 50px;
	height: 24px;
	overflow: hidden
}

.inside-news-show .container .current span {
	color: #bc2d2c
}

.inside-news-show .container .current .left {
	width: 70%;
	float: left
}

.inside-news-show .container .current .right {
	width: 25%;
	float: right;
	text-align: right
}

.inside-news-show .container .current .right img {
	margin: 6px 7px 0 0
}

.inside-news-show .container h1 {
	color: #333;
	font-size: 28px;
	text-align: center;
	line-height: 30px
}

.inside-news-show .container .info {
	color: #999;
	font-size: 14px;
	padding: 25px 0;
	margin-bottom: 40px;
	text-align: center;
	border-bottom: solid 1px #dcdcdc
}

.inside-news-show .container .info img {
	margin: 4px 5px 0 0
}

.inside-news-show .container .neirong img {
	max-width:900px;
}

.inside-news-show .container .info span {
	padding-left: 20px;
	font-family: arial
}

.inside-page-news {
	padding-top: 50px;
	margin-top: 50px;
	border-top: solid 1px #ececec
}

.inside-page-news li {
	width: 33.333%;
	float: left;
	text-align: center
}

.inside-page-news li:first-child {
	text-align: left
}

.inside-page-news li:last-child {
	text-align: right
}

.inside-xg-news {
	padding: 40px 0 100px 0
}

.inside-xg-news .title {
	font-size: 20px;
	color: #333;
	font-weight: bold
}

.inside-xg-news .title a {
	float: right;
	font-size: 14px;
	font-weight: normal
}

.inside-xg-news ul {
	margin: 0 -12px
}

.inside-xg-news li {
	width: 25%;
	float: left;
	padding: 0 12px;
	margin-top: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-xg-news li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 25px;
	height: 405px;
	background: #f6f6f6;
	position: relative
}

@media(max-width:1280px) {
	.inside-xg-news{
		overflow:hidden;
	}
	.inside-xg-news ul {
		overflow:hidden;
	}
}

.inside-xg-news li a:before {
	content: "";
	width: 100%;
	height: 9px;
	top: 0;
	left: 0;
	position: absolute;
	background: #bc2d2c;
	background: -webkit-linear-gradient(left, #db6b6a, #ce5150, #be302f);
	background: linear-gradient(left, #db6b6a, #ce5150, #be302f)
}

.inside-xg-news li time {
	font-size: 16px;
	font-family: "DIN-Medium"
}

.inside-xg-news li .tit {
	overflow: hidden;
	height: 48px;
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	color: #333
}

.inside-xg-news li .txt {
	height: 96px;
	color: #666;
	overflow: hidden;
	margin-top: 30px
}

.inside-xg-news li .more {
	width: 107px;
	height: 35px;
	right: 25px;
	bottom: 30px;
	color: #666;
	border-radius: 30px;
	text-align: center;
	line-height: 33px;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #cbcbcb;
	background: url(../images/news-arrow-2.png) no-repeat center right 10px
}

.inside-xg-news li:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.inside-xg-news li:hover a {
	background: #fff;
	box-shadow: 5px 5px 3px #f6f6f6
}

.inside-xg-news li:hover .more {
	color: #fff;
	border-color: #bc2d2c;
	background: url(../images/news-arrow-3.png) no-repeat center right 10px #bc2d2c
}

.inside-honor {
	padding-bottom: 120px;
	position: relative
}

.inside-honor:after {
	top: 0;
	left: 0;
	height: 670px;
	content: "";
	width: 100%;
	position: absolute;
	background: #f8f8f8
}

.inside-honor .bigimg {
	z-index: 9;
	height: 670px;
	margin-top: 60px;
	position: relative;
	background: url(../images/honor-bg.jpg) no-repeat top center
}

.inside-honor .bigimg .slick-prev {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50px
}

.inside-honor .bigimg .slick-prev,
.inside-honor .bigimg .slick-next {
	width: 20px;
	height: 20px;
	margin-top: -70px;
	border-width: 2px;
	border-color: #bc2d2c
}

.inside-honor .bigimg .slick-next {
	right: 100px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.inside-honor dl {
	overflow: hidden;
	padding-top: 80px
}

.inside-honor dt {
	width: 33%;
	float: left;
	text-align: right;
	padding-right: 20px;
	padding-top: 170px
}

.inside-honor dd {
	width: 67%;
	float: left;
	padding-top: 13px
}

.inside-honor dd .pic {
	width: 50%;
	float: left;
	position: relative;
	text-align: center
}

.inside-honor dd .pic img {
	display: inline-block
}

.inside-honor dd .date {
	width: 50%;
	float: left;
	font-size: 18px;
	padding-left: 30px;
	padding-top: 140px
}

.inside-honor dd .date p:first-child {
	font-size: 36px;
	line-height: 40px;
	font-family: arial
}

.inside-honor .font22 {
	color: #333;
	font-size: 22px
}

.inside-honor .font18 {
	font-size: 18px;
	margin-bottom: 20px
}

.inside-honor .small {
	padding: 0 130px;
	margin-top: 60px
}

.inside-honor .small .pic {
	margin: 0 15px;
	display: block;
	position: relative;
	text-align: center;
	width: 100px;
	height: 144px;
	cursor: pointer;
	border: solid 2px #fff
}

.inside-honor .small .slick-current .pic {
	border: solid 2px #bc2d2c
}

.inside-honor .small .slick-prev {
	left: 70px;
	border: 0;
	width: 28px;
	height: 144px;
	top: 0;
	margin-top: auto;
	background: url(../images/left-1.png) no-repeat center center #f2f2f2
}

.inside-honor .small .slick-prev:hover {
	background: url(../images/left-1-h.png) no-repeat center center #bc2d2c
}

.inside-honor .small .slick-next {
	right: 70px;
	border: 0;
	width: 28px;
	height: 144px;
	top: 0;
	margin-top: auto;
	background: url(../images/right-1.png) no-repeat center center #f2f2f2
}

.inside-honor .small .slick-next:hover {
	background: url(../images/right-1-h.png) no-repeat center center #bc2d2c
}

.inside-download {
	margin-top: 20px;
	padding-bottom: 20px
}

.inside-download .list {
	padding-bottom: 80px;
	margin-left: -15px;
	margin-right: -15px
}

@media (max-width:1280px) {
	.inside-download .list {
		margin-left: 0;
		margin-right: 0
	}
}

.inside-download li {
	width: 25%;
	float: left;
	padding: 40px 15px 0 15px
}

@media (max-width:1280px) {
	.inside-download li {
		padding-left: 10px;
		padding-right: 10px
	}
}

.inside-download .box {
	display: block;
	text-align: center;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 5px;
	box-shadow: 0 2px 20px #eee
}

.inside-download .box .icon {
	display: inline-block;
	position: relative;
	height: 61px;
	margin-bottom: 20px
}

.inside-download .box .icon img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.inside-download .box .icon-h {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

.inside-download .box .bt {
	color: #232323;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 30px;
	padding: 0 30px;
	overflow: hidden
}

.inside-download .box .btn {
	color: #9a9a9a;
	font-size: 16px;
	line-height: 50px
}

.inside-download .box:hover {
	background: #bc2d2c
}

.inside-download .box:hover .bt {
	color: #fff
}

.inside-download .box:hover .icon-1 {
	opacity: 0
}

.inside-download .box:hover .icon-h {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.inside-download .box:hover .btn {
	color: #fff
}

.inside-video ul {
	margin: 0 -14px;
	padding-bottom: 70px
}

@media (max-width:1280px) {
	.inside-video ul {
		margin-left: 0;
		margin-right: 0
	}
}

.inside-video li {
	float: left;
	width: 401px;
	margin: 0 14px;
	margin-top: 60px;
	background: #fff;
	box-shadow: 0 2px 20px #ddd
}

@media (max-width:1280px) {
	.inside-video li {
		margin-left: 9px;
		margin-right: 9px
	}
}

.inside-video li a {
	display: block
}

.inside-video li .box {
	position: relative
}

.inside-video li .icon {
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -26px;
	margin-top: -26px;
	position: absolute
}

.inside-video li .pic {
	width: 401px;
	height: 252px;
	overflow: hidden;
	position: relative
}

.inside-video li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-video li .pic:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(0, 0, 0, 0.5)
}

.inside-video li .tit {
	height: 60px;
	color: #666;
	line-height: 60px;
	overflow: hidden;
	font-size: 16px;
	text-align: center
}

.inside-video li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-video li:hover .pic:before {
	background: rgba(0, 0, 0, 0.3)
}

.inside-contact {
	width: 725px;
	float: left;
	margin: 50px 0 100px 0;
	border-right: solid 1px #ececec
}


.inside-contact .title {
	line-height: 40px
}

.inside-contact .title span {
	font-size: 34px;
	color: #000;
	padding-right: 10px;
	display: inline-block;
	font-weight: 700
}

.inside-contact ul {
	padding-top: 20px
}

.inside-contact ul li {
	padding-top: 20px
}

.inside-contact ul li p {
	width: 50%;
	float: left;
	padding-left: 45px;
	position: relative
}

.inside-contact ul li p img {
	top: 0;
	left: 0;
	position: absolute
}

.inside-contact .contact-map {
	width: 655px;
	z-index: 1;
	margin-top: 40px;
	position: relative;
	height: 300px;
	padding: 10px;
	border: dashed 1px #c9c9c9
}
.inside-contact .contact-map em{
	font-style:normal;
	color:#bc2d2c;
	font-size:15px;
}
.inside-contact .contact-map p{
	font-size:12px;
	color:#888;
}

.inside-contact .contact-map #l-map {
	width: 100%;
	height: 278px
}

.inside-message {
	width: 475px;
	float: right;
	margin-top: 40px
}

.inside-message .title {
	line-height: 40px;
	font-size: 34px;
	padding-bottom: 30px;
	color: #bc2d2c;
	font-weight: 700
}

.inside-message li {
	margin-top: 15px
}

.inside-message li input,
.inside-message li textarea {
	height: 35px;
	width: 100%;
	font-size: 14px;
	padding: 5px 10px;
	font-family: "微软雅黑";
	border-radius: 3px;
	border: solid 1px #e0e0e0
}

.inside-message li input:focus,
.inside-message li textarea:focus {
	border-color: #bc2d2c
}

.inside-message li textarea {
	height: 110px
}

.inside-message li .input-1 {
	width: 230px
}

.inside-message li img {
	margin-left: 10px
}

.inside-message li a {
	color: #fff;
	width: 180px;
	height: 46px;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	border-radius: 3px;
	background: #bc2d2c;
	display: inline-block
}

.inside-message li a:hover {
	background: #cf3230
}

.inside-product {
	overflow: hidden;
	padding-top: 30px;
	min-height: 600px;
}

.inside-product .leftbox {
	width: 269px;
	float: left;
	position: relative
}

.inside-product .leftbox .title {
	color: #fff;
	height: 116px;
	padding-left: 30px;
	padding-top: 25px;
	background: #bc2d2c;
	border-top-left-radius: 30px
}

.inside-product .leftbox .title .cn {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700
}

.inside-product .leftbox .title .en {
	font-family: arial;
	opacity: .3;
	font-size: 24px;
	padding-top: 10px;
	text-transform: uppercase
}

.inside-product .leftbox ul {
	border: solid 1px #e2e2e2;
	border-top: 0;
	padding: 10px 0
}

.inside-product .leftbox li {
	font-size: 16px;
	margin: 2px 0;
	position: relative
}

.inside-product .leftbox li:before {
	top: 0;
	left: 0;
	content: "";
	width: 274px;
	height: 59px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	background: url(../images/pro-icon-h.png) no-repeat top center
}

.inside-product .leftbox li>a {
	display: block;
	height: 59px;
	overflow: hidden;
	line-height: 59px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/pro-icon-2.png) no-repeat center right 21px
}

.inside-product .leftbox li span {
	display: block;
	z-index: 2;
	padding-right: 40px;
	position: relative
}

.inside-product .leftbox li .submenu {
	padding: 25px 10px 50px 10px;
	background: #f5f5f5;
	display: none
}

.inside-product .leftbox li .submenu a {
	color: #666;
	height: 30px;
	display: block;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.inside-product .leftbox li .submenu a:before {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: 14px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	background: #ddd;
	border-radius: 100%
}

.inside-product .leftbox li .submenu a:hover,
.inside-product .leftbox li .submenu a.cur {
	font-weight: 700;
	color: #bc2d2c
}

.inside-product .leftbox li .submenu a:hover:before,
.inside-product .leftbox li .submenu a.cur:before {
	background: #bc2d2c
}

.inside-product .leftbox li:hover:before,
.inside-product .leftbox .cur:before {
	opacity: 1
}

.inside-product .leftbox li:hover>a,
.inside-product .leftbox .cur>a {
	color: #fff
}

.inside-product .rightbox {
	width: 960px;
	float: right
}

.inside-product .rightbox h2 {
	color: #333;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: solid 1px #e2e2e2
}

.inside-product .rightbox h2 img {
	margin: 6px 7px 0 0
}

.inside-product .rightbox .list {
	padding-bottom: 40px;
	overflow: hidden;
	margin: 0 -9px;
	margin-top: 30px
}

.inside-product .rightbox .list li {
	width: 307px;
	float: left;
	position: relative;
	margin: 0 9px;
	margin-bottom: 20px;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.inside-product .rightbox .list li .pic {
	width: 307px;
	height: 332px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: relative
}

.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;
	margin: 0 10px;
	padding: 20px;
	position: relative;
	margin-top: -30px;
	background: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.inside-product .rightbox .list li .tit {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	overflow: hidden
}

.inside-product .rightbox .list li .txt {
	color: #666;
	height: 24px;
	overflow: hidden;
	margin-top: 5px
}

.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 .txtbox {
	background: #bc2d2c
}

.inside-product .rightbox .list li:hover .tit,
.inside-product .rightbox .list li:hover .txt {
	color: #fff
}

.inside-product-show {
	padding-bottom: 60px
}

.inside-product-show .box-1 {
	padding-top: 30px;
	padding-bottom: 40px
}

.inside-product-show .box-1 .left-hezi {
	width: 380px;
	float: left
}

.inside-product-show .box-1 .left-hezi .bigimg {
	background: #fff;
	border: solid 1px #e3e3e3
}

.inside-product-show .box-1 .left-hezi .bigimg span {
	display: block;
	position: relative
}

.inside-product-show .box-1 .left-hezi .bigimg span:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.inside-product-show .box-1 .left-hezi .small {
	margin-top: 15px
}

.inside-product-show .box-1 .left-hezi .small span {
	margin: 0 5px;
	background: #fff;
	border: solid 1px #fff;
	display: block;
	padding: 10px;
	cursor: pointer;
	position: relative
}

.inside-product-show .box-1 .left-hezi .small span:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.inside-product-show .box-1 .left-hezi .small .slick-current span {
	border-color: #bc2d2c;
	border-width: 2px
}

.inside-product-show .box-1 .right-hezi {
	width: 550px;
	float: right
}

.inside-product-show .box-1 .right-hezi h1 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: solid 1px #d7d7d7
}

.inside-product-show .box-1 .right-hezi .txt {
	padding-top: 20px
}

.inside-product-show .box-1 .right-hezi .button {
	width: 120px;
	height: 34px;
	line-height: 30px;
	color: #bc2d2c;
	margin-top: 30px;
	text-align: center;
	border-radius: 3px;
	padding-left: 25px;
	background: url(../images/ly.jpg) no-repeat 15px center;
	border: solid 1px #bc2d2c;
	display: inline-block
}

.inside-product-show .box-1 .right-hezi .button img {
	margin: 9px 5px 0 0
}

.inside-product-show .box-1 .right-hezi .button:hover {
	color: #fff;
	background: url(../images/ly-h.png) no-repeat 15px center #bc2d2c
}

.inside-product-show .box-2 {
	line-height: 30px;
	font-size: 16px
}

.inside-product-show .box-2 img{
	max-width:800px;
}

.inside-product-show .box-2 .title-2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	position: relative;
	padding: 50px 0 30px 0
}

.inside-product-show .box-2 .title-2:before {
	content: "";
	width: 134px;
	height: 116px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/yq.png) no-repeat top center
}

.inside-product-show .box-2 .t-yuan {
	padding-left: 15px;
	position: relative
}

.inside-product-show .box-2 .t-yuan:before {
	top: 14px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #eee;
	position: absolute
}

.inside-product-show .box-2 .list-2 {
	border: solid 1px #eee
}

.inside-product-show .box-2 .list-2 li {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
	background: url(../images/line.jpg) repeat-y
}

.inside-product-show .box-2 .list-2 li span {
	width: 210px;
	float: left;
	color: #fff;
	padding-left: 30px
}

.inside-product-show .box-2 .list-2 li p {
	float: left;
	width: 730px;
	padding-left: 30px
}

.inside-product-show .box-3 {
	padding-bottom: 30px;
	padding-top: 30px
}

.inside-product-show .box-3 .title-2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	position: relative;
	padding: 50px 0 30px 0
}

.inside-product-show .box-3 .title-2:before {
	content: "";
	width: 134px;
	height: 116px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/yq.png) no-repeat top center
}

.inside-product-show .box-3 li {
	height: 74px;
	line-height: 74px;
	overflow: hidden;
	font-size: 16px;
	padding-left: 50px;
	background: url(../images/dow-3.png) no-repeat left 20px;
	border-bottom: solid 1px #ddd
}

.inside-product-show .box-3 li span {
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 18px;
	vertical-align: top;
	display: inline-block;
	background: url(../images/dd1.png) no-repeat right center
}

.inside-product-show .box-3 li:hover {
	background: url(../images/dow-4.png) no-repeat left 20px
}

.inside-product-show .box-3 li:hover span {
	background: url(../images/dd1.png) no-repeat right center;
	background: url(../images/dd2.png) no-repeat right center
}

.inside-product-show .fanhui {
	float: right;
	color: #fff;
	padding: 5px 17px;
	border-radius: 5px;
	display: inline-block;
	background: #bc2d2c
}

.inside-product-show .fanhui img {
	margin: 6px 10px 0 0
}

.inside-product-show .fanhui:hover {
	background: #cf3230
}

.inside-messae {
	padding-bottom: 60px
}

.inside-messae .bt {
	text-align: center;
	font-size: 16px
}

.inside-messae .bt p {
	padding-top: 10px
}

.inside-messae .bt p:first-child {
	font-size: 24px;
	color: #333;
	font-weight: bold
}

.inside-messae ul {
	margin-left: -15px;
	margin-right: -15px
}

.inside-messae li {
	margin-top: 30px
}

.inside-messae li p {
	width: 33.333%;
	float: left;
	padding: 0 15px;
	position: relative
}

.inside-messae li label {
	color: #f00;
	display: block;
	left: 30px;
	top: 10px;
	position: absolute
}

.inside-messae li input,
.inside-messae li textarea {
	width: 100%;
	height: 40px;
	padding: 10px 25px;
	font-family: "微软雅黑";
	background: #fff;
	background: none;
	border: solid 1px #c9c9c9
}

.inside-messae li textarea {
	height: 170px;
	resize: none
}

@media (max-width:1200px) {
	.inside-messae li textarea {
		height: 100px
	}
}

.inside-messae li input:focus,
.inside-messae li textarea:focus {
	border-color: #bc2d2c
}

.inside-messae li i {
	color: #f00;
	font-style: normal
}

@media (max-width:640px) {
	.inside-messae li {
		width: 100%;
		float: none
	}
	.inside-messae li:first-child {
		margin-top: 0
	}
}

.inside-messae .button {
	width: 100%;
	text-align: center
}

.inside-messae .button a {
	color: #fff;
	font-size: 16px;
	width: 160px;
	height: 40px;
	line-height: 38px;
	text-transform: uppercase;
	display: inline-block;
	background: #bc2d2c
}

.inside-messae .button a:hover {
	box-shadow: 0 0 20px #bceee2
}

@media (max-width:640px) {
	.inside-messae li {
		margin-top: 0
	}
	.inside-messae li p {
		width: 100%;
		float: none;
		margin-top: 20px
	}
	.inside-messae .button {
		padding: 0 15px;
		margin-top: 20px
	}
	.inside-messae .button a {
		width: 100%
	}
}

.inside-about {
	color: #333;
	padding: 50px 0 100px 0;
	font-size: 16px;
	line-height: 30px
}

.inside-about li {
	width: 25%;
	float: left;
	margin: 50px 0;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-left: solid 1px #e9e9e9
}

.inside-about li .font24 {
	font-size: 24px;
	color: #333;
	margin-top: 10px
}

.inside-about li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-about li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.inside-about li:first-child {
	border-left: 0
}

.inside-partner {
	padding: 40px 0 100px 0
}

.inside-partner ul {
	margin: 0 -28px
}

@media (max-width:1280px) {
	.inside-partner ul {
		margin-left: 0;
		margin-right: 0
	}
}

.inside-partner li {
	width: 270px;
	height: 140px;
	float: left;
	margin: 28px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	border: solid 1px #e9e9e9
}

.inside-partner li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

@media (max-width:1280px) {
	.inside-partner li {
		margin-left: 20px;
		margin-right: 20px
	}
}

.inside-partner li:hover {
	box-shadow: 0 0 30px #f6edee;
	outline: solid 2px #bc2d2c;
	border: solid 1px #bc2d2c
}

.inside-partner li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-job {
	padding-bottom: 100px;
	position: relative
}

.inside-job .pic {
	padding-bottom: 40px;
	overflow: hidden
}

.inside-job .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-job .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-job .tit {
	height: 95px;
	margin-top: 15px;
	padding: 15px 30px;
	background: #f7f7f7;
	cursor: pointer
}

.inside-job .date {
	width: 7%;
	float: left;
	color: #fff;
	text-align: center;
	font-family: arial;
	background: #bc2d2c
}

.inside-job .date span {
	display: block
}

.inside-job .date .arrow {
	height: 19px;
	background: url(../images/job-arrow.png) no-repeat right center #c7c7c7
}

.inside-job .date .riqi {
	font-size: 18px;
	height: 46px;
	line-height: 46px
}

.inside-job .wenzi {
	width: 60%;
	float: left;
	color: #999;
	font-size: 15px;
	padding-left: 17px
}

.inside-job .wenzi p {
	height: 24px;
	overflow: hidden
}

.inside-job .wenzi p:first-child {
	font-size: 20px;
	color: #333;
	margin-top: 10px
}

.inside-job .add {
	width: 140px;
	float: right;
	color: #333;
	line-height: 45px;
	position: relative;
	margin-top: 5px;
	font-size: 18px
}

.inside-job .add:after {
	content: "";
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	background: url(../images/jia.png) no-repeat center center #fff
}

.inside-job .txt {
	color: #333;
	font-size: 15px;
	background: #f7f7f7;
	display: none;
	padding: 0 20px 110px 130px
}

.inside-job .font18 {
	font-size: 18px
}

.inside-job .font18 span {
	padding-left: 30px
}

.inside-job .font20 {
	font-size: 20px;
	margin: 30px 0 10px 0;
	position: relative
}

.inside-job .font20:before {
	content: "";
	width: 5px;
	height: 5px;
	margin: 10px 10px 0 0;
	vertical-align: top;
	display: inline-block;
	background: #333;
	border-radius: 100%
}

.inside-job .youxiang {
	margin-top: 10px;
	max-width: 790px;
	padding: 15px 20px 10px 25px;
	background: #ecebeb;
	color: #bc2d2c;
	border-radius: 30px
}

.inside-job .youxiang a {
	color: #bc2d2c
}

.inside-job .active .date .arrow {
	background: url(../images/job-arrow-h.png) no-repeat right center #c7c7c7
}

.inside-job .active .add:after {
	background: url(../images/jian.png) no-repeat center center #bc2d2c
}

.inside-news ul {
	padding-bottom: 70px
}

.inside-news li {
	height: 216px;
	margin-top: 40px;
	position: relative;
	background: #f5f5f5
}

.inside-news li a {
	display: block
}

.inside-news li .pic {
	float: left;
	width: 311px;
	height: 216px;
	overflow: hidden;
	position: relative
}

.inside-news li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news li .txtbox {
	width: 900px;
	float: right;
	padding-top: 45px;
	padding-right: 210px
}

.inside-news li .tit {
	color: #000;
	height: 24px;
	overflow: hidden;
	font-size: 20px
}

.inside-news li .time {
	color: #b6b6b6;
	font-size: 15px;
	margin: 10px 0
}

.inside-news li .txt {
	font-size: 16px;
	color: #666;
	height: 24px;
	overflow: hidden
}

.inside-news li .more {
	bottom: 0;
	right: 0;
	width: 156px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: #939393
}

.inside-news li .more img {
	margin: 16px 0 0 10px
}

.inside-news li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news li:hover .tit {
	color: #bc2d2c
}

.inside-news li:hover .more {
	background: #bc2d2c
}

.videoLayer {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3)
}

.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;
	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%
	}
}

.inside-map li{
		padding:30px 0;
		border-bottom:solid 1px #eee;
	
}
.inside-map li h3{
	margin-bottom:10px;
}
.inside-map li h3 a{
	color:#333;
	font-weight:700;
}
.inside-map li a{
	margin-right:15px;
	display:inline-block;
}


/**********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: 9999999;
  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;
}