﻿@charset "utf-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: #e51018;
}

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 {
	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;
}

@font-face {
	font-family: "BASKERVILLE-OLD-FACE-REGULAR";
  src: url("../font/BASKERVILLE-OLD-FACE-REGULAR.woff2") format("woff2"), url("../font/BASKERVILLE-OLD-FACE-REGULAR.woff") format("woff"), url("../font/BASKERVILLE-OLD-FACE-REGULAR.ttf") format("truetype"), url("../font/BASKERVILLE-OLD-FACE-REGULAR.eot") format("embedded-opentype"), url("../font/BASKERVILLE-OLD-FACE-REGULAR.svg") format("svg");
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999999;
}

.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 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1259px;
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2;
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2;
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2;
}

@keyframes mymove4 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.headerTop {
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	background: #363636;
	position: relative;
}

.headerTop:after {
	content: "";
	width: 25%;
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	background: #e51018;
}

.headerTop span {
	float: right;
	z-index: 1;
	position: relative;
	display: inline-block;
}

.headerTop .tel {
	color: #fff;
	font-family: arial;
	font-size: 20px;
	vertical-align: top;
	background: #e51018;
}

@media (max-width: 1600px) {
	.headerTop:after {
		width: 15%;
	}
}

.header {
	height: 100px;
	width: 100%;
	z-index: 8;
	background: #fff;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header .logo {
	float: left;
}

.header .nav {
	float: right;
}

.header .nav ul li {
	float: left;
	position: relative;
}

.header .nav ul li > a {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #333;
	padding: 0 18px;
	line-height: 100px;
	transition: all 0s;
}

.header .nav ul li > a:hover {
	color: #fff;
	background: #e51018;
}

.header .nav ul li .subnav {
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 99;
	display: none;
	background: #e51018;
	text-align: center;
	position: absolute;
}

.header .nav ul li .subnav a {
	display: block;
	color: #fff;
	height: 32px;
	padding: 0 5px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.header .nav ul li .subnav a:hover {
	background: #0500a5;
}

.header .nav ul li .subnav a:first-child {
	border-top: 0;
}

.header .nav ul li:hover > a {
	color: #fff;
	background: #e51018;
}

.header .nav ul li:hover .subnav {
	display: block;
}

.header .nav ul .active > a {
	color: #fff;
	background: #e51018;
}

.header .nav ul .prosubnav {
	top: 100px;
	left: 0px;
	z-index: 9;
	width: 100%;
	display: none;
	position: absolute;
	text-align: left;
	background: #fefefe;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .nav ul .prosubnav dl,
.header .nav ul .prosubnav .hezicaidan {
	overflow: hidden;
	padding: 50px 0;
	position: relative;
}

.header .nav ul .prosubnav dl:after,
.header .nav ul .prosubnav .hezicaidan:after {
	content: "";
	height: 100%;
	width: 1px;
	top: 0;
	left: 250px;
	position: absolute;
	background: #ddd;
}

.header .nav ul .prosubnav dt,
.header .nav ul .prosubnav .leftcaidan {
	width: 240px;
	float: left;
}

.header .nav ul .prosubnav .leftcaidan>a{
    padding-right:30px;
}

.header .nav ul .prosubnav dt a,
.header .nav ul .prosubnav .leftcaidan a {
	display: block;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}

.header .nav ul .prosubnav dt a:after,
.header .nav ul .prosubnav .leftcaidan a:after {
	content: "";
	right: 10px;
	top: 8px;
	width: 26px;
	height: 26px;
	position: absolute;
	background: url(../images/jt.png) no-repeat;
}

.header .nav ul .prosubnav dt a:hover,
.header .nav ul .prosubnav .leftcaidan a:hover {
	color: #0500a5;
	font-weight: 700;
	background: #eee;
}

.header .nav ul .prosubnav dt .conmenu,
.header .nav ul .prosubnav .leftcaidan .conmenu {
	color: #0500a5;
	background: #eee;
	font-weight: 700;
}

.header .nav ul .prosubnav dd,
.header .nav ul .prosubnav .rightboxcaidan {
	width: 1000px;
	float: right;
}

.header .nav ul .prosubnav .caidan-san {
	width: 20%;
	float: left;
	min-height: 200px;
	padding-left: 20px;
	padding-right: 20px;
}

.header .nav ul .prosubnav .caidan-san h3 {
	font-size: 15px;
	margin-top: 7px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.header .nav ul .prosubnav .caidan-san h3 a {
	color: #333;
	font-weight: 600;
}

.header .nav ul .prosubnav .canidan-si {
	padding-top: 20px;
}

.header .nav ul .prosubnav .canidan-si span {
	font-size: 15px;
	display: block;
	padding: 5px 0;
}

.header .nav ul .prosubnav .canidan-si span > a {
	color: #444;
}

.header .nav ul .prosubnav .canidan-si span > a:hover {
	color: #2e29c3;
}

.header .nav ul .prosubnav .caidan-wu {
	padding: 5px 0;
}

.header .nav ul .prosubnav .caidan-wu a {
	color: #999;
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
}

.header .nav ul .prosubnav .caidan-wu a:hover {
	color: #2e29c3;
}

.header .nav ul .prosubnav .tabcot {
	display: none;
}

.header .nav ul .prosubnav .zcaidan {
	width: 800px;
	float: left;
	padding: 30px 50px 50px 70px;
}

.header .nav ul .prosubnav .zcaidan a {
	display: block;
	font-size: 20px;
	color: #333;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	width: 25%;
	float: left;
	padding-right: 15px;
}

.header .nav ul .prosubnav .zcaidan a:hover {
	color: #e51018;
}

.header .nav li:hover .prosubnav {
	display: block;
}

@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;
	-webkit-animation: 1.5s dong;
	animation: 1.5s dong;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner {
	width: 100%;
	display: block;
	height: 752px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.banner .pic {
	width: 100%;
	height: 752px;
	overflow: hidden;
	position: relative;
}

.banner .pic span {
	display: block;
	width: 1920px;
	left: 50%;
	height: 752px;
	position: relative;
	text-align: center;
	margin-left: -960px;
}

.banner .slick-prev,
.banner .slick-next {
	width: 76px;
	height: 76px;
	border: 0;
	margin-top: -38px;
	border-radius: 100%;
	border: solid 1px #aaaaaa;
}

.banner .slick-prev {
	left: 160px;
	background: url(../images/prev.png) no-repeat rgba(255, 255, 255, 0.09);
}

.banner .slick-next {
	right: 160px;
	background: url(../images/next.png) no-repeat rgba(255, 255, 255, 0.09);
}

.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;
	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 {
	animation: 4s mymove4 alternate linear;
}

.index-search {
	height: 71px;
	border-bottom: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
}

.index-search .searchText {
	width: 50%;
	height: 71px;
	float: left;
	color: #333;
	line-height: 71px;
	overflow: hidden;
}

.index-search .searchText a {
	color: #333;
	padding: 0 10px 0 5px;
}

.index-search .searchText a:hover {
	color: #e51018;
	text-decoration: underline;
}

.index-search .search {
	width: 384px;
	float: right;
	height: 40px;
	line-height: 38px;
	margin-top: 15px;
	position: relative;
	border: solid 1px #e5e5e5;
}

.index-search .search input {
	width: 100%;
	border: 0;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 0 80px 0 15px;
}

.index-search .search .btn {
	top: 0px;
	right: 1px;
	width: 62px;
	height: 38px;
	position: absolute;
	text-align: center;
	background: url(../images/search-bg.jpg) no-repeat;
}

.index-search .search .btn img {
	margin-top: 8px;
	margin-left: 8px;
}

.index-title {
	color: #333;
}

.index-title .en {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.index-title .en:after {
	content: "";
	width: 120px;
	height: 6px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/line.jpg) no-repeat;
}

.index-title .cn {
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
}

.index-more {
	float: right;
	width: 190px;
	height: 56px;
	font-size: 15px;
	z-index: 1;
	text-align: center;
	line-height: 54px;
	padding-right: 35px;
	display: inline-block;
	position: relative;
	background: url(../images/more-bg.png) no-repeat;
}

.index-more a {
	color: #0500a5;
	display: block;
}

.index-more:hover {
	background: url(../images/more-bg-hover.png) no-repeat;
}

.index-more:hover a {
	color: #e51018;
}

.index-product {
	padding: 90px 0  75px 0;
}

.index-product ul {
	margin: 0 -15px;
	margin-top: 35px;
}

@media (max-width: 1280px) {
	.index-product ul {
		margin-left: 0;
		margin-right: 0;
	}
}

.index-product li {
	float: left;
	width: 25%;
	padding: 15px;
	position: relative;
}

.index-product li:before {
	content: "";
	width: 300px;
	height: 388px;
	top: 30px;
	left: 30px;
	opacity: 0;
	z-index: 2;
	transform: scale(0.7);
	position: absolute;
	border: solid 6px #0500a5;
	transition: all 700ms ease;
}

.index-product li a {
	padding: 30px;
	display: block;
	background: #f7f7f7;
}

.index-product li .pic {
	z-index: 3;
	position: relative;
}

.index-product li .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.index-product li .line {
	margin-top: 15px;
	position: relative;
}

.index-product li .line:before {
	content: "";
	width: 45px;
	height: 6px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #0500a5;
	transition: all 334ms ease;
}

.index-product li .tit {
	font-size: 20px;
	color: #333;
	height: 30px;
	z-index: 3;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.index-product li .txt {
	color: #333;
	z-index: 3;
	font-size: 13px;
	height: 24px;
	margin-top: 20px;
	overflow: hidden;
}

.index-product li:hover:before {
	opacity: 1;
	transform: scale(1);
}

.index-product li:hover .line:before {
	width: 99px;
	left: -45px;
	background: #d0231c;
}

.index-youshi {
	color: #fff;
	height: 620px;
	font-size: 15px;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat top center;
}

.index-youshi .container {
	position: relative;
}

.index-youshi .container:after {
	content: "";
	width: 60px;
	height: 60px;
	top: 50%;
	right: -30px;
	margin-top: -30px;
	position: absolute;
	background: url(../images/index-icon-5.png) no-repeat;
}

.index-youshi .title {
	top: 110px;
	width: 100%;
	left: 0;
	padding-left: 40px;
	position: absolute;
	font-size: 16px;
}

.index-youshi .title p:first-child {
	font-size: 41px;
	line-height: 50px;
	margin-bottom: 20px;
}

.index-youshi .title:before {
	width: 6px;
	height: 30px;
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	background: #e51018;
}

.index-youshi .title:after {
	width: 6px;
	height: 60px;
	top: 30px;
	left: 0;
	content: "";
	position: absolute;
	background: #0500a5;
}

.index-youshi li:first-child {
	border-left: solid 1px #424d55;
}

.index-youshi li {
	width: 25%;
	float: left;
	height: 620px;
	padding: 0 40px;
	position: relative;
	padding-top: 290px;
	overflow: hidden;
	transition: all 700ms ease;
	border-right: solid 1px #424d55;
}

.index-youshi li:after {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	position: absolute;
	transition: all 334ms ease;
	transform: translateY(600px);
	background: url(../images/bule-hover.png) no-repeat bottom center;
}

.index-youshi li .icon {
	z-index: 1;
	position: relative;
}

.index-youshi li .icon:before {
	content: "";
	width: 6px;
	height: 60px;
	top: 0;
	left: -41px;
	position: absolute;
	background: #8f8f8f;
	transition: all 334ms ease;
}

.index-youshi li .icon img {
	transition: all 700ms ease;
}

.index-youshi li .tit {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}

.index-youshi li .txt {
	color: #cccccc;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}

.index-youshi li:nth-child(2),
.index-youshi li:nth-child(4) {
	padding-top: 360px;
}

.index-youshi li:hover:after {
	height: 100%;
	opacity: 1;
	transform: scale(1);
	transform: rotateY(0);
}

.index-youshi li:hover .icon img {
	transform: scale(1.1);
}

.index-youshi li:hover .icon:before {
	background: #fff;
}

.index-about {
	font-size: 17px;
	line-height: 36px;
	color: #333;
	text-align: justify;
	padding: 110px 0 80px 0;
}

.index-about .index-more {
	float: none;
	margin-top: 30px;
}

.index-about .tu {
	margin-left: 20px;
}

.index-about .font41 {
	font-size: 41px;
	line-height: 50px;
}

.index-about .line {
	margin-top: 15px;
	height: 15px;
}

.index-about .en {
	font-size: 16px;
	font-family: arial;
	margin-bottom: 30px;
}

.index-news {
	padding: 90px 0;
	background: #fafafd;
}

.index-news .title {
	color: #333;
	font-size: 41px;
	line-height: 50px;
}

.index-news .title img {
	margin: 23px 0 0 30px;
}

.index-news .title a {
	float: right;
	font-size: 15px;
	color: #aeaeae;
}

.index-news .title a:hover {
	color: #e51018;
}

.index-news .leftbox {
	width: 830px;
	float: left;
	margin-top: 70px;
}

.index-news .leftbox dl dt {
	float: left;
	width: 200px;
	height: 140px;
	overflow: hidden;
	position: relative;
}

.index-news .leftbox dl dt img {
	transition: all 700ms ease;
}

.index-news .leftbox dl dd {
	float: right;
	width: 600px;
	text-align: justify;
}

.index-news .leftbox dl dd .tit {
	height: 24px;
	overflow: hidden;
	font-size: 20px;
	margin-top: 10px;
}

.index-news .leftbox dl dd .tit a {
	display: block;
	color: #333;
}

.index-news .leftbox dl dd .time {
	color: #999;
	margin: 12px 0;
	font-family: arial;
}

.index-news .leftbox dl dd .txt {
	color: #999;
	height: 48px;
	overflow: hidden;
}

.index-news .leftbox dl:hover dt img {
	transform: scale(1.05);
}

.index-news .leftbox dl:hover dd .tit a {
	color: #0500a5;
}

.index-news .leftbox ul {
	padding-top: 20px;
}

.index-news .leftbox ul li {
	width: 47%;
	float: left;
	height: 68px;
	font-size: 16px;
	line-height: 67px;
	overflow: hidden;
	position: relative;
	border-bottom: dashed 1px #c9c9c9;
}

.index-news .leftbox ul li:before {
	content: "";
	width: 10px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	position: absolute;
	background: #333333;
}

.index-news .leftbox ul li a {
	color: #333;
	padding-left: 20px;
}

.index-news .leftbox ul li span {
	float: right;
	color: #999;
	font-size: 14px;
	font-family: arial;
}

.index-news .leftbox ul li:hover a {
	color: #0500a5;
}

.index-news .leftbox ul li:hover:before {
	background: #e51018;
}

.index-news .rightbox {
	width: 370px;
	float: right;
	margin-top: 70px;
}

.index-news .rightbox li {
	height: 62px;
	line-height: 60px;
	background: #eaeaf4;
	border-radius: 30px;
	margin-bottom: 12px;
	padding: 0 30px;
	transition: all 334ms ease;
	padding-right: 70px;
	position: relative;
}

.index-news .rightbox li:after {
	content: "+";
	width: 17px;
	height: 17px;
	right: 30px;
	top: 50%;
	text-align: center;
	line-height: 16px;
	margin-top: -8px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
}

.index-news .rightbox li a {
	display: block;
	color: #333;
	font-size: 16px;
}

.index-news .rightbox li:hover {
	background: #0500a5;
}

.index-news .rightbox li:hover a {
	color: #fff;
}

.footer {
	padding-top: 60px;
	color: #8b8b8b;
	background: #333333;
}

.footer a {
	color: #8b8b8b;
}

.footer a:hover {
	color: #ffff;
}

.footer .menu li {
	font-size: 16px;
	padding-bottom: 30px;
	width: 12.5%;
	float: left;
	border-bottom: solid 1px #474747;
}

.footer .contact {
	padding-bottom: 50px;
	position: relative;
	margin-top: 60px;
}

.footer .contact li .pic {
	float: left;
}

.footer .contact li .txtbox {
	font-size: 13px;
	float: left;
}

.footer .contact li .txtbox .item {
	float: left;
	padding-top: 20px;
	padding-left: 80px;
}

.footer .contact li .txtbox .item p:first-child {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
}

.footer .contact .weixin-2 {
	right: 0;
	top: 0;
	text-align: center;
	position: absolute;
}

.footer .contact .weixin-2 img {
	margin-bottom: 10px;
}

.footer .copy {
	color: #5b5a5a;
	padding: 20px 0;
	background: #2e2e2e;
}

.footer .copy .info {
	float: right;
	padding-right: 30px;
}

.footer .copy .info a {
	color: #5b5a5a;
	padding: 0 15px;
	display: inline-block;
}

.footer .copy .info a:hover {
	color: #fff;
}

.footer .copy .info a:last-child {
	padding-right: 0;
}

.inside-banner {
	height: 480px;
	position: relative;
	overflow: hidden;
}

.inside-banner span {
	width: 1920px;
	height: 480px;
	left: 50%;
	top: 0;
	margin-left: -960px;
	position: absolute;
}

.inside-current {
	height: 46px;
	overflow: hidden;
	line-height: 45px;
	text-align: right;
	color: #b1b1b1;
	border-bottom: solid 1px #ecebeb;
}

.inside-current a {
	color: #b1b1b1;
}

.inside-current a:hover {
	color: #e51018;
}

.inside-current span {
	color: #666;
}

.inside-job {
	padding-bottom: 100px;
	position: relative;
}

.inside-job .title {
	margin-top: 50px;
	color: #2c28c1;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: solid 4px #2c28c1;
}

.inside-job .text {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

.inside-job .text a,
.inside-job .text span {
	color: #2c28c1;
	font-family: arial;
}

.inside-job .text a {
	text-decoration: underline;
}

.inside-job .tip {
	margin-bottom: 5px;
	margin-top: 50px;
	color: #2c28c1;
}

.inside-job .tip img {
	margin-right: 10px;
}

.inside-job .pic {
	margin-top: 40px;
	padding-bottom: 25px;
	overflow: hidden;
}

.inside-job .pic img {
	transition: all 700ms ease;
}

.inside-job .pic:hover img {
	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: #2c28c1;
}

.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;
    height: 45px;
    overflow:hidden;
    padding-right:45px;
	position: relative;
	margin-top: 5px;
	font-size: 18px;
}

.inside-job .add:after {
	content: "";
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	background: url(../images/jia.png) no-repeat center center #ffffff;
}

.inside-job .txt {
	color: #333;
	font-size: 15px;
	background: #f7f7f7;
	display: none;
	padding: 0px 20px 50px 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: 40px;
	max-width: 830px;
	color: #666;
	padding: 15px 20px 15px 30px;
	background: #e5e5e5;
}

.inside-job .youxiang a {
	color: #2c28c1;
	font-family: arial;
	text-decoration: underline;
}

.inside-job .youxiang .button {
	float: right;
	color: #fff;
	width: 107px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 30px;
	background: #2c28c1;
	font-family: "微软雅黑";
	text-decoration: none;
	vertical-align: top;
	margin-top: -5px;
}

.inside-job .youxiang .button img {
	margin: 13px 0 0 5px;
}

.inside-job .youxiang .button:hover {
	background: #e51018;
}

.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 #2c28c1;
}

.inside-menu {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 65px;
}

.inside-menu span {
	height: 58px;
	line-height: 56px;
	text-align: center;
	display: inline-block;
	border: solid 1px #ddd;
	width: 198px;
	overflow: hidden;
	margin-left: -5px;
	font-size: 18px;
	color: #333;
}

.inside-menu span a {
	display: block;
	color: #333;
	transition: all 0s;
}

.inside-menu span:first-child {
	border-top-left-radius: 25px;
}

.inside-menu span:last-child {
	border-bottom-right-radius: 25px;
}

.inside-menu span:hover ,.inside-menu span.active {
	background: #0500a5;
	border-color: #0500a5;
}

.inside-menu span:hover a,.inside-menu span.active a {
	color: #fff;
}

.inside-news {
	padding-bottom: 100px;
}

.inside-news li {
	margin-top: 40px;
}

.inside-news li .pic {
	float: left;
	width: 312px;
	height: 229px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.inside-news li .pic img {
	transition: all 700ms ease;
	border-radius: 10px;
}

.inside-news li .txtbox {
	width: 900px;
	float: right;
	padding-top: 40px;
	position: relative;
	padding-left: 95px;
	border-top: solid 1px #f2f2f2;
}

.inside-news li .time {
	top: -1px;
	left: 0;
	z-index: 1;
	width: 55px;
	height: 66px;
	text-align: center;
	position: absolute;
	font-family: arial;
	color: #0500a5;
	padding-top: 5px;
	border-bottom-right-radius: 25px;
	border: solid 1px #0500a5;
}

.inside-news li .time span {
	display: block;
}

.inside-news li .time:after {
	content: "";
	width: 1px;
	height: 40px;
	bottom: -40px;
	left: 24px;
	background: #0500a5;
	position: absolute;
}

.inside-news li .year {
	font-size: 12px;
}

.inside-news li .date {
	font-size: 25px;
}

.inside-news li .tit {
	font-size: 25px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.inside-news li .txt {
	color: #878787;
	height: 48px;
	overflow: hidden;
	margin-top: 30px;
}

.inside-news li .more {
	color: #0500a5;
	font-size: 15px;
	display: block;
	margin-top: 30px;
}

.inside-news li:first-child {
	margin-top: 0;
}

.inside-news li:hover .pic img {
	transform: scale(1.05);
}

.inside-news li:hover .time {
	color: #fff;
	background: #0500a5;
}

.inisde-page {
	font-size: 0;
	color: #999;
	margin-top: 60px;
	padding: 30px 0;
	text-align: center;
	font-family: arial;
	background: #f5f5f5;
}

.inisde-page em {
	font-style: normal;
	font-size: 18px;
}

.inisde-page a,
.inisde-page span {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	min-width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 100%;
	margin: 0 3px;
	padding: 0 5px;
	background: #c0c0c0;
	border: solid 1px #c0c0c0;
	vertical-align: middle;
}

.inisde-page a.cpb,
.inisde-page a:hover {
	background: #0500a5;
	color: #fff;
	border-color: #0500a5;
}

.inisde-page .prev,
.inisde-page .next {
	padding: 0 20px;
	background: none;
	border: 0;
	color: #444;
	font-size: 15px;
}

.inisde-page .prev {
	background: url(../images/prev-1.png) no-repeat left center;
}

.inisde-page .prev:hover {
	color: #e51018;
	background: url(../images/prev-1-h.png) no-repeat left center;
}

.inisde-page .next {
	background: url(../images/next-1.png) no-repeat right center;
}

.inisde-page .next:hover {
	color: #e51018;
	background: url(../images/next-1-h.png) no-repeat right center;
}

@media (max-width: 640px) {
	.inisde-page {
		margin-top: 40px;
	}

	.inisde-page a,
  .inisde-page em {
		display: none;
	}

	.inisde-page a:first-child,
  .inisde-page a:last-child {
		display: inline-block;
	}
}

.inside-bg {
	background: url(../images/news-bg.jpg) no-repeat top center #ffffff;
}

.inside-title {
	font-size: 40px;
	color: #333;
	line-height: 50px;
}

.inside-title img {
	margin-top: 25px;
	margin-left: 20px;
}

.inside-title a {
	font-size: 16px;
	float: right;
}

.inside-title a img {
	margin: 20px 10px 0 0;
}

.inside-news-show {
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0 80px 0;
}

.inside-news-show .container h1 {
	color: #333;
	font-size: 28px;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
}

.inside-news-show .container .info {
	color: #999;
	font-size: 16px;
	padding: 15px 0 15px 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 .info span {
	padding-left: 20px;
	font-family: arial;
}

@media (max-width: 359px) {
	.inside-news-show .container .info {
		display: block;
	}
}

.inside-news-show .container .tag {
	padding: 30px 0 0 0;
	margin-top: 70px;
	border-top: solid 1px #ececec;
}

.inside-news-show .container .tag a {
	display: inline-block;
	margin-right: 15px;
	background: #ececec;
	border-radius: 30px;
	width: 89px;
	text-align: center;
}

.inside-news-show .container .tag a:hover {
	color: #fff;
	background: #e51018;
}

.inside-page-news {
	padding-top: 30px;
	margin-top: 30px;
}

.inside-page-news li {
	float: right;
	width: 48%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	background: #eeeeee;
}

.inside-page-news li a {
	color: #333;
	transition: all 0s;
}

.inside-page-news li:hover {
	color: #fff;
	background: #0500a5;
}

.inside-page-news li:hover a {
	color: #fff;
}

.inside-page-news li:first-child {
	float: left;
}

.inside-xg-news {
	padding: 20px 0 100px 0;
}

.inside-xg-news .title {
	font-size: 24px;
	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;
}

@media (max-width:1281px) {
    .inside-xg-news ul {
	    margin: 0;
    }
}

.inside-xg-news li {
	width: 25%;
	float: left;
	padding: 0 12px;
	margin-top: 60px;
	transition: all 500ms ease;
}

.inside-xg-news li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 25px;
	height: 405px;
	border: solid 1px #eeeeee;
	background: #fff;
	position: relative;
}

.inside-xg-news li a:before {
	content: "";
	width: 100%;
	height: 9px;
	top: 0;
	left: 0;
	position: absolute;
	background: #e51018;
	background: linear-gradient(to right, #0601a6, #2823c4, #4b46e4);
}

.inside-xg-news li time {
	color: #666;
	font-size: 16px;
	font-family: arial;
}

.inside-xg-news li .tit {
	overflow: hidden;
	height: 48px;
	font-size: 16px;
	margin-top: 15px;
	font-weight: bold;
	color: #333333;
}

.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: #0500a5;
	border-radius: 30px;
	text-align: center;
	line-height: 33px;
	position: absolute;
	transition: all 500ms ease;
}

.inside-xg-news li:hover {
	transform: translateY(-20px);
}

.inside-xg-news li:hover a {
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.inside-contact {
	padding-top: 75px;
}

.inside-contact .list {
	padding: 110px 60px;
}

.inside-contact .list li {
	width: 40%;
	float: left;
	color: #333;
	font-size: 13px;
	padding-left: 130px;
	position: relative;
}

.inside-contact .list li .tu {
	top: 0;
	left: 0;
	position: absolute;
}

.inside-contact .list li .tit {
	font-size: 26px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}

.inside-contact .list li:first-child {
	width: 60%;
}

.inside-contact .message {
	z-index: 2;
	background: #fff;
	padding: 55px 40px;
	position: relative;
	border: solid 10px #dcdcdc;
}

.inside-contact .message li {
	margin-top: 30px;
}

.inside-contact .message li p {
	margin: 0 30px;
	width: 28%;
	float: left;
	position: relative;
}

.inside-contact .message li label {
	top: 17px;
	left: 0;
	position: absolute;
}

.inside-contact .message li input,
.inside-contact .message li textarea {
	border: 0;
	background: none;
	padding: 0px 30px;
	font-size: 15px;
	color: #333;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	border-bottom: solid 1px #e1e1e1;
}

.inside-contact .message li textarea {
	resize: none;
}

.inside-contact .message li input:focus,
.inside-contact .message li textarea:focus {
	border-color: #0500a5;
}

.inside-contact .message .button {
	text-align: center;
}

.inside-contact .message .button a {
	color: #0500a5;
	border-radius: 30px;
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 48px;
	font-size: 15px;
	font-weight: 700;
	border: solid 1px #0500a5;
}

.inside-contact .message .button a:hover {
	color: #fff;
	background: #0500a5;
}

.inside-contact .contact-map {
	width: 100%;
	z-index: 1;
	margin: 0 auto;
	margin-top: -80px;
	position: relative;
	height: 780px;
}

.inside-contact .contact-map em {
	font-style: normal;
	font-size: 16px;
	color: #444;
}

.inside-contact .contact-map #l-map {
	width: 100%;
	height: 780px;
	border-radius: 10px;
}

.inside-contact .BMap_shadow,
.inside-contact .BMap_shadow img,
.inside-contact .BMap_shadow div {
	display: none;
}

.inside-title-3 {
	color: #fff;
	height: 100px;
	padding-top: 25px;
	padding-left: 45px;
	background: url(../images/about-title-bg.png) no-repeat top center;
}

.inside-title-3 .cn {
	font-weight: bold;
	font-size: 25px;
}

.inside-title-3 .en {
	font-size: 16px;
	font-family: arial;
	padding-top: 5px;
}

.inside-title-4 {
	position: relative;
	margin-top: 40px;
}

.inside-title-4 .cn {
	left: 60px;
	top: 20px;
	font-size: 15px;
	color: #333;
	position: absolute;
}

.inside-title-4 .cn span {
	letter-spacing: 4px;
}

.inside-title-4 .en {
	color: #2c28c1;
	font-size: 26px;
	text-transform: uppercase;
	font-family: "BASKERVILLE-OLD-FACE-REGULAR";
}

.inside-title-4 .en span {
	font-size: 86px;
	line-height: 90px;
}

.inside-title-4 .txt {
	color: #666;
	padding-bottom: 15px;
	position: relative;
}

.inside-title-4 .txt:after {
	content: "";
	width: 40px;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #2c28c1;
	position: absolute;
}

.inside-menu-2 {
	background: #403bd5;
}

.inside-menu-2 li {
	line-height: 50px;
	transition: all 700ms ease;
	border-top: solid 1px #5954eb;
}

.inside-menu-2 li > a {
	font-size: 18px;
	color: #fff;
	display: block;
	padding: 20px 0 20px 0px;
	padding-left: 35px;
}

.inside-menu-2 li img {
	margin: 10px 13px 0 0;
}

.inside-menu-2 li .icobox {
	display: inline-block;
	position: relative;
}

.inside-menu-2 li:hover,
.inside-menu-2 .active {
	background: #5954eb;
}

.inside-menu-2 li:hover .icobox .ico,
.inside-menu-2 .active .icobox .ico {
	opacity: 1;
}

.inside-wrap {
    overflow:hidden;
}

.inside-wrap .leftbox {
	width: 240px;
	float: left;
	z-index: 1;
	position: relative;
	margin-top: -100px;
	min-height: 700px;
}

.inside-wrap .rightbox {
	width: 968px;
	float: right;
	min-height: 500px;
}

.inside-wrap .inside-contact {
	margin-top: 20px;
	font-size: 13px;
	padding: 50px 25px;
	background: #f6f6f6;
	text-align: center;
}

.inside-wrap .inside-contact .font20 {
	color: #333;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #cecece;
}

.inside-wrap .inside-contact .font30 {
	color: #1b8551;
	font-size: 30px;
	padding-top: 20px;
	font-family: arial;
}

.inside-wrap .inside-contact .font30 a {
	color: #e51018;
	font-weight: 700;
	font-family: arial;
}

.inside-wrap .inside-contact .button {
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 37px;
	margin-top: 24px;
	background: #e51018;
}

.inside-wrap .inside-contact .button:hover {
	background: #d00f16;
}

.inside-current {
	height: 46px;
	overflow: hidden;
	text-align: right;
	line-height: 45px;
	border-bottom: solid 1px #ecebeb;
}

.inside-about {
	padding-bottom: 90px;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}

.inside-about .item {
	position: relative;
}

.inside-about .item .font30 {
	font-size: 30px;
	line-height: 40px;
	margin: 40px 0 30px 0;
}

.inside-about .item-2 {
	margin-top: 65px;
	margin-bottom: 70px;
}

.inside-about .item-2 .txtbox {
	width: 630px;
	background: #f0f1f3;
	min-height: 310px;
	float: right;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 155px;
	text-align: justify;
	margin-left: -100px;
	margin-top: 40px;
}

.inside-about .item-2 .font24 {
	font-size: 24px;
	line-height: 34px;
}

.inside-about .item-2 .line {
	margin-left: -90px;
	position: relative;
	z-index: 2;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inside-honor ul {
	overflow: hidden;
	margin-top: 55px;
	padding-bottom: 120px;
}

.inside-honor li {
	float: left;
	padding: 20px;
	padding-bottom: 35px;
	margin-top: -1px;
	margin-left: -1px;
	text-align: center;
	border-left: solid 1px #f1f1f1;
	border-top: solid 1px #f1f1f1;
}

.inside-honor li .pic {
	width: 280px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.inside-honor li .pic img {
	transition: all 700ms ease;
}

.inside-honor li .tit {
	font-size: 16px;
    width: 280px;
	color: #333;
	height: 24px;
	overflow: hidden;
	margin-top: 20px;
}

.inside-honor li:hover .pic img {
	transform: scale(1.05);
}

.inside-fzlc {
	padding-bottom: 100px;
}

.inside-fzlc .bt {
	margin-top: 40px;
	text-align: center;
}

.inside-fzlc .bt span {
	width: 105px;
	height: 105px;
	color: #333;
	font-size: 22px;
	padding: 25px;
	border-radius: 100%;
	display: inline-block;
	line-height: 30px;
	background: url(../images/fzlc-1.png) no-repeat center center;
}

.inside-fzlc ul {
	margin-top: 40px;
	padding: 0 10px;
	position: relative;
}

.inside-fzlc ul:before {
	content: "";
	left: 50%;
	top: 0;
	height: 100%;
	position: absolute;
	border-left: dashed 1px #bfbfbf;
}

.inside-fzlc li {
	color: #333;
	padding-top: 90px;
	overflow: hidden;
	position: relative;
}

.inside-fzlc li:after {
	content: "";
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	position: absolute;
	background: url(../images/fzlc-4.png) no-repeat center center;
}

.inside-fzlc li .hezi {
	width: 50%;
	float: left;
	padding-right: 80px;
	position: relative;
}

.inside-fzlc li .hezi:after {
	content: "";
	width: 21px;
	height: 81px;
	right: 60px;
	top: 0;
	position: absolute;
	background: url(../images/fzlc-2.png) no-repeat top right;
}

.inside-fzlc li .hezi:before {
	content: "";
	width: 21px;
	height: 81px;
	left: -20px;
	top: 0;
	position: absolute;
	background: url(../images/fzlc-3.png) no-repeat top left;
}

.inside-fzlc li .tit {
	background: #eee;
	height: 81px;
	width: 100%;
	z-index: 2;
	position: relative;
	padding: 15px 25px;
	display: table;
}

.inside-fzlc li .tit p {
	height: 48px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.inside-fzlc li .time {
	width: 50%;
	float: right;
	color: #999;
	padding-left: 70px;
	font-size: 16px;
}

.inside-fzlc li .time p:first-child {
	color: #4c5155;
	font-size: 24px;
	line-height: 30px;
}

.inside-fzlc li:first-child {
	padding-top: 0;
}

.inside-fzlc .li-2 .hezi {
	float: right;
	width: 42%;
	padding-right: 0;
}

.inside-fzlc .li-2 .time {
	float: left;
	text-align: right;
	padding-right: 40px;
}

.inside-case {
	padding-bottom: 100px;
	overflow: hidden;
}

.inside-case ul {
	margin: 0 -8px;
	margin-top: 32px;
}

.inside-case li {
	float: left;
	height: 94px;
	width: 180px;
	position: relative;
	margin: 8px;
	overflow: hidden;
	border: solid 1px #f1f1f1;
}

.inside-case li img {
	transition: all 700ms ease;
}

.inside-case li:hover {
	border-width: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	border-color: #403bd5;
}

.inside-case li:hover img {
	transform: scale(1.1);
}

.inside-qa {
	padding-bottom: 100px;
}

.inside-qa li {
	height: 217px;
	padding: 40px 0px 0px 0px;
}

.inside-qa li .time {
	width: 50px;
	float: left;
	color: #999;
	line-height: 20px;
	font-family: arial;
	text-align: center;
}

.inside-qa li .ask {
	width: 42px;
	height: 42px;
	color: #fff;
	margin-top: 10px;
	line-height: 42px;
	font-size: 30px;
	margin-bottom: 6px;
	font-weight: bold;
	background: #c7c7c7;
	display: inline-block;
	border-radius: 3px;
	transition: all 500ms ease;
}

.inside-qa li .date {
	font-size: 22px;
}

.inside-qa li .txtbox {
	width: 94.5%;
	float: left;
	padding-bottom: 25px;
	padding-left: 40px;
	border-bottom: solid 1px #e8e8e8;
}

.inside-qa li .tit {
	font-size: 22px;
	height: 40px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}

.inside-qa li .tit:before {
	content: "";
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	position: absolute;
	background: #c0c0c0;
	transition: all 500ms ease;
}

.inside-qa li .txt {
	color: #333;
	height: 48px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	padding-left: 50px;
}

.inside-qa li .txt span {
	top: 7px;
	left: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	font-weight: 700;
	background: #d9d9d9;
	position: absolute;
	transition: all 500ms ease;
}

.inside-qa li .txt span:before {
	content: "";
	left: 50%;
	margin-left: -5px;
	bottom: -7px;
	position: absolute;
	transition: all 500ms ease;
	border-top: solid 10px #d9d9d9;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

.inside-qa li .more {
	width: 95px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	margin-top: 25px;
	border: solid 1px #e2e2e2;
	transition: all 500ms ease;
}

.inside-qa li:hover {
	z-index: 1;
	position: relative;
	margin-top: -1px;
	background: #f6f6f6;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 334ms ease;
}

.inside-qa li:hover .ask {
	color: #fff;
	background: #e51018;
}

.inside-qa li:hover .txtbox {
	border-color: #f6f6f6;
	border-bottom: 0;
}

.inside-qa li:hover .tit:before {
	background-color: #e51018;
}

.inside-qa li:hover .txt span {
	background: #e51018;
}

.inside-qa li:hover .txt span:before {
	border-top: solid 10px #e51018;
}

.inside-qa li:hover .more {
	border-color: #e51018;
	background: #e51018;
	color: #fff;
}

.inside-join {
	padding-bottom: 100px;
}

.inside-join .item {
	color: #333;
	line-height: 30px;
	font-size: 15px;
	margin-top: 40px;
}

.inside-join .item .zuobian {
	width: 470px;
	float: left;
	height: 339px;
	padding: 50px;
	padding-bottom: 20px;
	border: solid 10px #dcdcdc;
}

.inside-join .item .youbian {
	float: right;
}

.inside-join .item .tit {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 30px;
	position: relative;
}

.inside-join .item .tit:after {
	content: "";
	width: 72px;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #1d2087;
}

.inside-join .message {
	z-index: 2;
	margin-top: 60px;
	background: #fff;
	position: relative;
}

.inside-join .message ul {
	padding: 0 40px;
}

.inside-join .message li {
	margin-top: 20px;
}

.inside-join .message li p {
	margin: 0 30px;
	width: 43%;
	float: left;
	position: relative;
}

.inside-join .message li label {
	top: 17px;
	left: 0;
	position: absolute;
}

.inside-join .message li input,
.inside-join .message li textarea {
	border: 0;
	background: none;
	padding: 0px 30px;
	font-size: 15px;
	color: #333;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	border-bottom: solid 1px #e1e1e1;
}

.inside-join .message li textarea {
	resize: none;
}

.inside-join .message li input:focus,
.inside-join .message li textarea:focus {
	border-color: #0500a5;
}

.inside-join .message .button {
	margin-top: 50px;
	text-align: center;
}

.inside-join .message .button a {
	color: #0500a5;
	border-radius: 30px;
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 48px;
	font-size: 15px;
	font-weight: 700;
	border: solid 1px #0500a5;
}

.inside-join .message .button a:hover {
	color: #fff;
	background: #0500a5;
}

.inside-prolist {
	border: solid 2px #2e29c3;
}

.inside-prolist ul {
	padding: 16px 0;
}

.inside-prolist ul li {
	border-bottom: solid 1px #ecebeb;
    
}

.inside-prolist ul li span {
	display: block;
	position:relative;
}

.inside-prolist ul li .subyiji {
	display: block;
	padding: 14px 20px;
	font-size: 17px;
    position:relative;
	/*background: url(../images/pro-ico.png) no-repeat 20px 18px;*/
}

.inside-prolist ul li .subyiji a {
	display: block;
	color: #333;
	padding-left: 30px;
}


.inside-prolist ul li .subyiji:hover,
.inside-prolist ul li .subyiji.cur {
	/*background: url(../images/pro-ico-h.png) no-repeat 20px 18px;*/
}

.inside-prolist ul li .subyiji .more1 {
    background: url("../images/pro-ico.png") no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 14px;
    cursor: pointer;
    z-index: 5;
}

.inside-prolist ul li .subyiji.cur .more1 {
    background: url("../images/pro-ico-h.png") no-repeat center center;
}

.inside-prolist ul li .subyiji:hover > a,
.inside-prolist ul li .subyiji.cur > a {
	color: #2e29c3;
}

.inside-prolist ul li .erhover > a {
	position: relative;
}

.inside-prolist ul li .erhover > a:after {
	width: 7px;
	height: 7px;
	top: 12px;
	left: -23px;
	content: "";
	z-index: 2;
	background: #fff;
	position: absolute;
	border-radius: 100%;
	border: solid 2px #aaaaaa;
}

.inside-prolist ul li .erhover > a:hover,
.inside-prolist ul li .erhover:hover > a {
	color: #2e29c3;
}

.inside-prolist ul li .erhover > a:hover:after,
.inside-prolist ul li .erhover:hover > a:after {
	border-color: #2e29c3;
}

.inside-prolist ul li .subnav-erji {
	margin-top: 18px;
	padding: 14px 0;
	padding-left: 50px;
	padding-right: 10px;
	position: relative;
	font-size: 14px;
	display:none;
	background: #f6f6f6;
}

.inside-prolist ul li .subnav-erji a {
	display: block;
	padding: 4px 0;
}

.inside-prolist ul li .subnav-erji a.cur {
    color: #2e29c3;
}

.inside-prolist ul li .subnav-erji:after {
	content: "";
	width: 1px;
	height: 94%;
	top: 10px;
	left: 30px;
	position: absolute;
	background: #aeace4;
}

.inside-prolist ul li .subnav-erji a.cur:after {
    border-color: #2e29c3;
}

.inside-prolist ul li .subanv-sanji {
	top: 0;
	left: 135px;
	width: 238px;
	padding: 10px;
	z-index: 2;
	position: absolute;
	background: #fdfdfd;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.inside-prolist ul li .subanv-sanji a {
	display: block;
	padding: 0;
	padding-left: 55px;
	line-height: 37px;
	position: relative;
}

.inside-prolist ul li .subanv-sanji a:before {
	content: "";
	width: 26px;
	height: 1px;
	left: 17px;
	top: 18px;
	opacity: 0;
	position: absolute;
	background: #2e29c3;
}

.inside-prolist ul li .subanv-sanji a:hover,.inside-prolist ul li .subanv-sanji a.cur {
	color: #2e29c3;
	background: #f6f6f6;
}

.inside-prolist ul li .subanv-sanji a.cur:before {
	opacity: 1;
}

.inside-prolist ul li .subanv-siji {
	top: 0;
	left: 224px;
	width: 238px;
	padding: 10px;
	z-index: 3;
	position: absolute;
	background: #fdfdfd;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.inside-prolist ul li .subanv-siji a {
	display: block;
	padding: 0;
	padding-left: 55px;
	line-height: 37px;
	position: relative;
}

.inside-prolist ul li .subanv-siji a:before {
	content: "";
	width: 26px;
	height: 1px;
	left: 17px;
	top: 18px;
	opacity: 0;
	position: absolute;
	background: #2e29c3;
}

.inside-prolist ul li .subanv-siji a:hover {
	color: #2e29c3;
	background: #f6f6f6;
}

.inside-prolist ul li .subanv-siji a:hover:before {
	opacity: 1;
}

.inside-prolist ul li .sanhover:hover > a {
	color: #2e29c3;
	background: #f6f6f6;
}

.inside-prolist ul li .sanhover:hover > a:before {
	opacity: 1;
}

.inside-prolist ul li .subnav-erji .erhover:hover .subanv-sanji {
	display: block;
}

.inside-prolist ul li .subanv-sanji .sanhover:hover .subanv-siji {
	display: block;
}

.inside-prolist ul li:last-child {
	border-bottom: 0;
}

.inside-product ul {
	margin: 0 -20px;
	margin-top: 30px;
	position: relative;
	z-index:0;
}

.inside-product li {
	float: left;
	width: 33.333%;
	padding: 20px;
	position: relative;
}

.inside-product li:before {
	content: "";
	width: 300px;
	height: 388px;
	top: 30px;
	left: 30px;
	opacity: 0;
	z-index: 2;
	transform: scale(0.7);
	position: absolute;
	border: solid 6px #0500a5;
	transition: all 700ms ease;
}

.inside-product li a {
	padding: 30px;
	display: block;
	background: #f7f7f7;
}

.inside-product li .pic {
	z-index: 3;
	position: relative;
}

.inside-product li .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.inside-product li .line {
	margin-top: 15px;
	position: relative;
}

.inside-product li .line:before {
	content: "";
	width: 45px;
	height: 6px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #0500a5;
	transition: all 334ms ease;
}

.inside-product li .tit {
	font-size: 20px;
	color: #333;
	height: 30px;
	z-index: 3;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.inside-product li .txt {
	color: #333;
	z-index: 3;
	font-size: 13px;
	height: 24px;
	margin-top: 20px;
	overflow: hidden;
}

.inside-product li:hover:before {
	opacity: 1;
	transform: scale(1);
}

.inside-product li:hover .line:before {
	width: 99px;
	left: -40px;
	background: #d0231c;
}

.inside-probox {
	padding-bottom: 100px;
}

.inside-probox .inside-current {
	border-bottom: 0;
}

.inside-probox .inside-title {
	padding-top: 20px;
}

.inside-product-show .bigimg {
	width: 484px;
	float: left;
	height: 427px;
	overflow: hidden;
	margin-top: 50px;
}

.inside-product-show .bigimg span {
	width: 484px;
	height: 427px;
	display: block;
	position: relative;
}

.inside-product-show .smallimg {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #efefef;
}

.inside-product-show .smallimg span {
	width: 102px;
	height: 90px;
	display: block;
	margin: 0 3px;
	cursor: pointer;
	position: relative;
}

.inside-product-show .smallimg .slick-prev {
	width: 24px;
	height: 24px;
	left: -12px;
	margin-top: -20px;
	border-radius: 100%;
	background: url(../images/z1.png) no-repeat #0500a5;
}

.inside-product-show .smallimg .slick-prev:hover {
	background-color: #e51018;
}

.inside-product-show .smallimg .slick-next {
	width: 24px;
	height: 24px;
	right: -12px;
	margin-top: -20px;
	border-radius: 100%;
	background: url(../images/y1.png) no-repeat #0500a5;
}

.inside-product-show .smallimg .slick-next:hover {
	background-color: #e51018;
}

@media (max-width: 1280px) {
	.inside-product-show .smallimg .slick-next {
		right: 0;
	}
}

.inside-product-show .button {
	margin-top: 20px;
}

.inside-product-show .button a {
	width: 148px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	background: #0500a5;
}

.inside-product-show .button a:hover {
	background: #e51018;
}

.inside-product-show .righthezi {
	width: 430px;
	float: right;
	color: #333;
	font-size: 13px;
	margin-top: 50px;
}

.inside-product-show .righthezi h1 {
	padding-top: 30px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	border-top: solid 4px #0500a5;
}

.inside-product-show .righthezi p {
	margin-bottom: 5px;
}

.inside-product-show .maoshu {
	color: #333;
	margin-top: 80px;
	line-height: 28px;
}

.inside-product-show .maoshu .title {
	height: 49px;
	padding-left: 30px;
	line-height: 49px;
	font-size: 18px;
	color: #0500a5;
	font-weight: 700;
	background: #f9f9f9;
	margin-bottom: 20px;
	background: url(../images/line-2.jpg) no-repeat top left #f9f9f9;
}

.inside-dowland {
	padding-bottom: 100px;
}

.inside-dowland ul {
	margin-top: 50px;
}

.inside-dowland li {
	margin-top: 10px;
	height: 64px;
	padding: 0 30px 0 40px;
	font-size: 18px;
	background: #f6f6f6;
	line-height: 64px;
	overflow: hidden;
	position: relative;
}

.inside-dowland li:before {
	content: "";
	width: 5px;
	height: 5px;
	left: 20px;
	top: 30px;
	position: absolute;
	background: #333;
}

.inside-dowland li span {
	float: right;
	color: #403bd5;
}

.inside-dowland li:hover {
	background: #eee;
}

.inside-case-2 {
	padding-bottom: 100px;
}

.inside-case-2 ul {
	margin: 0 -8px;
}

.inside-case-2 li {
	float: left;
	margin: 0 8px;
	width: 302px;
	text-align: center;
	margin-top: 30px;
}

.inside-case-2 li .pic {
	width: 302px;
	height: 184px;
	overflow: hidden;
	position: relative;
}

.inside-case-2 li .pic img {
	transition: all 700ms ease;
}

.inside-case-2 li .tit {
	font-size: 15px;
	color: #333;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 10px;
}

.inside-case-2 li:hover .pic img {
	transform: scale(1.1);
}

.map {
	margin: 0 auto;
	padding: 30px 0
}

.map dl {
	overflow: hidden;
	line-height: 30px;
	padding: 20px
}

.map dt {
	float: left;
	width: 10%;
	color: #333;
	font-size: 16px
}

.map dt a {
	color: #000;
	display: block
}

.map dd {
	overflow: hidden;
	float: left;
	width: 85%
}

.map dd .p2 {
	padding: 0 0 0 20px;
	clear: both
}

.map dd .p2 a {
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.map dd .p2 a:hover {
	color: #3273b1
}

.map dd div {
	clear: both;
	overflow: hidden;
	padding: 0 20px 0 10px
}

.map dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px
}

.map dd div a:hover {
	background: #3273b1;
	color: #fff
}

/**********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;
}