﻿/**
 * author: jolly
 * date: 2021-03-08
 */
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
th,
td {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}
/**
灰色背景
html{
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter:grayscale(100%);
}
*/
body {
	color: #444;
	padding: 0px 0;
	font: 400 14px/1.6 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
	-webkit-text-size-adjust: none;
	background: #fff;
}

a:hover img,
img {
	border: none;
	vertical-align: top;
}

ol,
ul {
	list-style: none
}

input,
button,
select,
textarea {
	outline: none;
	font: 400 14px/1.6 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
	font-size: 14px;
	color: #666;
}

table input,
table button,
table select,
table textarea {
	vertical-align: middle;
}

button,
html input[type=button],
input[type=submit] {
	-webkit-apperance: button;
	cursor: pointer;
	-webkit-appearance: none;
}

button[disabled],
html input[disabled] {
	cursor: default
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

th {
	font-weight: normal;
}



.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.hide {
	display: none;
}

.th {
	font-family: 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
}

.clear,
.clr {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix2:before,
.clearfix2:after {
	content: "";
	display: table;
}

.clearfix2:after {
	clear: both;
}

.clearfix2 {
	*zoom: 1;
}


::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}


a:hover {
	color: #ed1b24;
}

.hidden {
	visibility: hidden;
}


/*设置选中文字时的背景色*/
::selection {
	background: #ed1b24;
	color: #fff;
}

::-moz-selection {
	background: #ed1b24;
	color: #fff;
}

::-webkit-selection {
	background: #ed1b24;
	color: #fff;
}

/*可改变元素被点击时背景框的颜色*/
html {
	-webkit-tap-highlight-color: rgba(240, 240, 240, 0.7);
}

/*如果需要背景框不显示，则可以将rgba中的alpha值设为0即可，例如rgba(0,0,0,0)*/

/*--------------------------end公用样式*/

body {
	background-color: #f9f9fb;
}

.body_white {
	background-color: #fff;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}


.min_1200 {
	margin: 0 auto;
	min-width: 1200px;
	_width: expression((documentElement.clientWidth < 1200) ? "1200px": "auto");
}

.max_1200 {
	margin: 0 auto;
	max-width: 1200px;
	_width: expression((documentElement.clientWidth > 1200) ? "1200px": "auto");
}



.phcolor {
	color: #bbb !important;
}

input::-webkit-input-placeholder {
	color: #bbb;
}

input:focus::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #bbb;
}

input:-ms-input-placeholder {
	color: #bbb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="number"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

a {
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

/*------------------------star首页的样式*/
.header {
	height: 120px;
	position: relative;
	width: 100%;
	padding: 0px 0 0 0;
	z-index: 10;
}


/*内页*/
.i_header {
	background-color: #fff;
	height: 80px;
	padding: 0;
}


/*浮动*/
@-webkit-keyframes hdnav2-show {
	0% {
		top: -42px
	}

	100% {
		top: 0
	}
}

@keyframes hdnav2-show {
	0% {
		top: -42px
	}

	100% {
		top: 0
	}
}

.top_header {
	position: absolute;
	top: 0;
	left: 0;
}

.header_fixed {
	position: fixed;
	background-color: white;
	padding: 0;
	top: 0;
	left: 0;
	height: 70px;
	_position: absolute;
	animation: hdnav2-show .3s;
	-moz-animation: hdnav2-show .3s;
	-webkit-animation: hdnav2-show .3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px #999\9;
}

* html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

.header_fixed .logo {
	padding-top: 9px;
}

.header_fixed .logo img {
	height: 50px;
}

.header_fixed .nav {
	line-height: 70px;
}

.header_fixed .header_tel {
	padding: 0 0 0 0;
}

/*end浮动*/

/*标志*/
.logo {
	padding: 0px 0 0 0;
	width: 100%;
}

/*导航*/
.nav {
	margin: 0 0 0 0px;
	line-height: 120px;
}

.nav li {
	float: left;
}

.nav li a {
	float: left;
	padding: 0 24px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.nav li a::before {
	position: absolute;
	content: '';
	display: block;
	background-color: #ed1b24;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1;
}

.nav li a:hover::before,
.nav .on a::before {
	height: 100%;
}

.nav_arrow {
	width: 8px;
	height: 8px;
	overflow: hidden;
	font-size: 0;
	background-image: url(../images/nav_d.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50%;
	left: 50%;
	margin-left: -4px;
	visibility: hidden;
	opacity: 0;
	display: none\9;
	*display: none;
}

.nav li a:hover .nav_arrow,
.on .nav_arrow {
	bottom: 10px;
	visibility: visible;
	opacity: 1;
	display: block\9;
	*display: block;
}

.nav li a:hover,
.nav .on a {
	color: #fff;
}

.nav .on a {
	background-color: #ed1b24\9;
	*background-color: #ed1b24;
	width: 100%;
}

/*经过*/
.nav li a:hover {
	background-color: #ed1b24\9;
	*background-color: #ed1b24;
}

/*电话*/
.header_tel {
	padding: 0px 0 0 0;
}

/*------------star动画效果*/
.ibn {
	position: relative;
	height: 680px;
	overflow: hidden;
	min-width: 1200px;
	clear: both;
}

.ibn .bd {
	height: 680px;
}

.ibnitem {
	position: relative;
	height: 680px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	overflow: hidden;
}

/*数字*/
.ibn .hd {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	text-align: center;
}

.ibn .hd li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 6px;
	overflow: hidden;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.ibn .hd .on {
	background-color: #fff;
}

/*按钮*/
.ibn .prev,
.ibn .next {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: block;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .3);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000, endcolorstr=#CF000000);
}

.ibn .prev:hover,
.ibn .next:hover {
	background-color: #272727;
	color: #fff;
	text-decoration: none;
}

.ibn .prev {
	left: 4%;
}

.ibn .next {
	right: 4%;
}

/*---------------------star中间区域*/
.h_box1 {
	padding: 32px 0;
	background-color: #f5f5f5;
	background-image: url(../images/box_bj1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*标题*/
.h_th {
	text-align: center;
}

.h_th .d {
	font-size: 0;
	margin: 10px 0;
}

.h_th p {
	color: #666;
}

.h_th h4 {
	font-size: 28px;
	line-height: 1.2;
}

.th_line_1 {
	height: 1px;
	overflow: hidden;
	font-size: 0;
	width: 40px;
	background-color: #c2c2c2;
	display: inline-block;
	vertical-align: top;
}

.th_line_1_white {
	background-color: rgba(255, 255, 255, .2);
	background-color: #c53339\9;
	*background-color: #c53339;
}

/*服务项目*/
.h_service_ul {
	margin: 30px 0 0 0;
	width: 1215px;
	padding: 5px 0 20px 0;
}

.h_service_ul .box {
	display: block;
	margin: 0 15px 0 0;
	background-color: #fff;
	border-top: 4px solid #333;
	height: 220px;
	text-align: center;
	position: relative;
}

.h_service_ul .box::before {
	position: absolute;
	top: -4px;
	left: 0;
	width: 0;
	height: 4px;
	overflow: hidden;
	font-size: 0;
	background-color: #ed1b24;
	content: '';
	display: block;
	display: none\9;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.h_service_ul .box:hover::before {
	width: 100%;
}

.h_service_ul h5 {
	line-height: 1.1;
	font-size: 22px;
}

.h_service_ul p {
	color: #ddd;
	margin: 5px 0 0 0;
	font-size: 12px;
}

/*经过*/
.h_service_ul .box:hover {
	border-color: #ed1b24\9;
	*border-color: #ed1b24;
}

/*图标*/
.icon_a {
	width: 90px;
	height: 90px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
	font-size: 0;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	margin: 25px 0;
}

.icon_a2 {
	background-position: 0 -90px;
}

.icon_a3 {
	background-position: 0 -180px;
}

.box:hover .icon_a {
	background-color: #ed1b24;
	-moz-box-shadow: 0 0 20px rgba(208, 0, 9, .4);
	-webkit-box-shadow: 0 0 20px rgba(208, 0, 9, .4);
	box-shadow: 0 0 20px rgba(208, 0, 9, .4);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*经过*/
.hover_box .box:hover {
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hover_line .box {
	position: relative;
}

.hover_line .box::before {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	width: 0;
	height: 2px;
	overflow: hidden;
	left: 0;
	font-size: 0;
	background-color: #ed1b24;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.hover_line .box:hover::before {
	width: 100%;
}


/*服务范围*/
.h_box2 {
	background-color: #af0008;
	padding: 32px 0;
	background-image: url(../images/box_bj.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.h_service2_ul {
	margin: 30px 0 0 0;
	width: 1220px;
	padding: 5px 0 20px 0;
}

.h_service2_ul .box {
	margin: 0 10px 0 0;
	background-color: #fff;
	height: 445px;
}

.h_service2_ul .pic {
	height: 160px;
}

.h_service2_ul .d {
	margin: 25px 20px 0 20px;
}

.h_service2_ul h5 {
	font-size: 22px;
	margin-bottom: 18px;
	line-height: 1.1;
}

.h_service2_ul p {
	margin: 10px 0 0 0;
	padding-left: 15px;
	background-image: url(../images/gray_arrow.gif);
	background-position: 2px 10px;
	background-repeat: no-repeat;
	display: block;
}
.h_service2_ul span {
	margin: 10px 0 0 0;
	display: none;
}

/*经过*/
.hover_pic_b .pic {
	display: block;
	background-color: #000;
	text-align: center;
	overflow: hidden;
}

.hover_pic_b .box:hover img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	/*opacity: .8;*/
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.img_w {
	width: 99%;
	height: 100%;
	overflow: hidden;
}

.white_box {
	padding: 60px 0;
	background-color: #fff;
}

/*关于中创*/
.h_box {
	padding: 30px 0;
}

.h_about_dl dt {
	width: 440px;
}

.h_about_dl dd h4 {
	font-size: 28px;
	padding: 60px 0 20px 10px;
	line-height: 1.1;
	border-bottom: 1px solid #eee;
	margin: 0 140px 0 0;
}

.h_about_dl dd .t {
	margin: 25px 140px 40px 10px;
	color: #666;
	font-size: 16px;
}

.h_about_dl h5 {
	font-size: 14px;
}

.h_about_dl .ul_d {
	background-color: #f8f9fa;
	padding: 30px 140px 20px 30px;
}

.h_about_dl .ul_d p {
	color: #666;
	line-height: 48px;
}

.h_about_dl .ul_d .red_text {
	font-size: 48px;
	margin-right: 5px;
}


/*新闻动态*/
.h_news_ul {
	width: 1230px;
	padding: 5px 0 20px 0;
	margin: 40px 0 0 0;
}

.h_news_ul h5 {
	font-size: 18px;
}

.h_news_ul .d {
	margin: 30px 30px 0 30px;
}

.h_news_ul .box {
	display: block;
	margin: 0 30px 0 0;
	height: 400px;
	background-color: #fff;
}

.h_news_ul .t {
	color: #999;
	margin: 0 0 8px 0;
}

.h_news_ul .pic {
	height: 240px;
}

.h_news_ul .box:hover {
	color: #333;
}

/*居中按钮*/
.btn_c_div {
	text-align: center;
	margin: 40px 0 0 0;
}

.more_a {
	line-height: 50px;
	color: #fff;
	display: inline-block;
	width: 200px;
	text-align: center;
	background-color: #ed1b24;
}

.more_a:hover {
	color: #fff;
	background-color: #ed1b24;
	-moz-box-shadow: 0 0 20px #ed1b24;
	-webkit-box-shadow: 0 0 20px #ed1b24;
	box-shadow: 0 0 20px #ed1b24;
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*灰色背景*/
.gray_box {
	padding: 60px 0;
	background-color: #f8f9fa;
}


/*如何录取*/
.h_box3 {
	height: 300px;
	background-color: #cc2129;
	background-image: url(../images/box_bj2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 32px 0 0 0;
}

.h_lu_div {
	margin: 30px auto 0 auto;
	width: 850px;
	position: relative;
}

.line_1 {
	position: absolute;
	top: 70px;
	left: 0;
	background-color: rgba(255, 255, 255, .1);
	background-color: #cf363d\9;
	*background-color: #cf363d;
	font-size: 0;
	height: 1px;
	width: 100%;
}

.h_lu_ul .box_w {
	margin: 0 90px 0 0;
}

.h_lu_ul .box {
	display: block;
	background-color: #fff;
	vertical-align: top;
	width: 140px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.h_lu_ul {
	width: 940px;
	padding: 10px 0 20px 0;
}

.h_lu_ul h5 {
	font-size: 16px;
	margin: 8px 0 0 0;
}

/*图标*/
.icon_b {
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 0;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 35px 0 0 0;
}

.icon_b2 {
	background-position: 0 -40px;
}

.icon_b3 {
	background-position: 0 -80px;
}

.icon_b4 {
	background-position: 0 -120px;
}

/*合作客户*/
.h_customer_ul {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 50px 0;
}

.h_customer_ul .box {
	background-color: #fff;
	display: block;
	height: 80px;
	/* padding: 2px 4px; */
	text-align: center;
	border: 1px solid #eee;
	border-bottom: none;
	border-right: none;
}

.h_customer_ul .box:hover {
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
	box-shadow: 0 0 25px rgba(0, 0, 0, .2);
	z-index: 1;
	position: relative;
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

/*客户分布*/
.h_map {
	height: 755px;
	padding: 65px 0 0 0;
	background-color: #444;
	background-image: url(../images/map.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.h_map_div {
	margin: 0 auto;
	width: 1000px;
	height: 630px;
	position: relative;
}

.h_map_div h5 {
	position: absolute;
	left: 0;
	color: #fddb5d;
	font-size: 28px;
	top: 470px;
}

.h_map_div .map_a {
	position: absolute;
	width: 70px;
	height: 30px;
	font-size: 0;
}

.map_a1 {
	left: 525px;
	top: 185px;
}

.map_a2 {
	right: 225px;
	top: 158px;
}

.map_a3 {
	right: 260px;
	top: 310px;
}

.map_a4 {
	right: 295px;
	top: 345px;
}

.map_a5 {
	right: 250px;
	top: 385px;
}

.map_a6 {
	left: 500px;
	bottom: 115px;
}

/*活动图片*/
.h_act_scroll {
	position: relative;
	height: 410px;
	margin: 40px 0 0 0;
}

.h_act_scroll .bd li {
	height: 340px;
}

.h_act_scroll .box:hover h5 {
	color: #fff;
	background-color: #ed1b24;
}

.h_act_scroll .bd .pic {
	height: 275px;
	overflow: hidden;
}

.h_act_scroll .bd .box {
	display: block;
}

.h_act_scroll .bd .box_w {
	width: 285px;
	margin: 0 15px 0 0;
	float: left;
}

.h_act_scroll .bd .box_w:last-child {
	margin-right: 0;
}

.h_act_scroll .bd .box_last {
	margin-right: 0\9;
	*margin-right: 0;
}

.h_act_scroll h5 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
}

/*数字*/
.h_act_scroll .hd {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.h_act_scroll .hd li {
	cursor: pointer;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	background-color: #e2e2e2;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.h_act_scroll .hd .on {
	background-color: #ed1b24;
}

/*-------------------star文件底*/
.footer {
	padding: 30px 0;
	color: #fff;
	background-color: #2b2b2b;
}

.footer h4 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.1;
}

.footer h4 .d {
	font-size: 0;
	margin: 15px 0 0 0;
}

.th_line_s {
	width: 16px;
	height: 1px;
	overflow: hidden;
	background-color: #fff;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.footer_dl dt {
	width: 480px;
	margin-left: 20px;
}

.footer_dl .dd_tr {
	width: 400px;
}

.footer_dl .dt_tr {
	width: 150px;
}

.footer_dl .dt_tr p {
	margin-bottom: 20px;
}

.footer_dl p {
	margin: 10px 0 0 0;
}

.qq_btn {
	line-height: 38px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .2);
	border: 1px solid #555\9;
	*border: 1px solid #555;
	display: block;
	vertical-align: top;
	font-size: 12px;
	color: #fff !important;
}

.qq_arrow {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/qq.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}

.text_m {
	display: inline-block;
	vertical-align: middle;
}

.qq_btn:hover {
	background-color: #363636;
}

.footer_d {
	padding: 30px 0;
	background-color: #2b2b2b;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-top: 1px solid #363636\9;
	*border-top: 1px solid #363636;
}

/*---------------------------star内页的样式*/
/*大图片*/
.i_banner {
	position: relative;
	height: 460px;
	overflow: hidden;
}

.i_banner_img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

/*位置*/
.site_th {
	font-size: 12px;
	background-color: #fff;
	height: 60px;
	line-height: 60px;
}

.site_th dt {
	padding-left: 20px;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.site_th dt .china {
	font-style: normal;
	margin: 0 8px;
	color: #999;
}

/*中间区域*/
.i_center {
	padding: 50px 0 80px 0;
}

/*标题*/
.i_th {
	text-align: center;
	margin-bottom: 35px;
}

.i_th h4 {
	font-size: 32px;
	line-height: 1.1;
}

.i_th .d {
	font-size: 0;
	margin: 15px 0 0 0;
}

.th_line_3 {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 3px;
	overflow: hidden;
	background-color: #ccc;
}

/*标签标题*/
.tab_th {
	text-align: center;
	margin: 35px 0;
}

.tab_th dd a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 0 50px;
	line-height: 52px;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.tab_th dd .tab_light {
	color: #fff;
	background-color: #ed1b24\9;
	*background-color: #ed1b24;
}

.tab_th dd a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	font-size: 0;
	content: '';
	display: block;
	background-color: #ed1b24;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1;
	display: none\9;
}

.tab_th dd .tab_light::before,
.tab_th dd a:hover::before {
	height: 100%;
}

.tab_th dd a:hover {
	color: #fff;
}


/*白色背景*/
.white_bj {
	background-color: #fff;
}

.about_box {
	padding: 60px 130px;
}

.th_y {
	border-left: 3px solid #ed1b24;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 12px;
}

/*文字*/
.about_text {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin: 40px 0;
}

.about_text p {
	margin: 28px 0;
	text-indent: 2em;
}

/*图片*/
.about_pic_ul {
	margin: 40px 0;
}

.about_pic_ul .box {
	margin: 0 10px;
	text-align: center;
}

.about_pic_ul li {
	margin: 0 0 20px 0;
}

/*新闻*/
.i_news_ul {
	margin: 40px 0 0 0;
}

.i_news_ul .li_o {
	margin: 0 0 30px 0;
	background-color: #fff;
	padding: 35px 35px;
}

.i_news_ul .pic {
	width: 250px;
	margin: 0 35px 0 0;
}

.i_news_ul h5 {
	font-size: 18px;
	width: 830px;
}

.i_news_ul .t {
	color: #999;
	margin: 14px 0;
	font-size: 12px;
}

.i_news_ul .d {
	margin: 20px 0 0 0;
}

.i_news_ul p {
	color: #666;
}

.more_a_g {
	width: 100px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	color: #666;
	text-align: center;
	background-color: #f1f1f1;
}

.more_a_g:hover,
li:hover .more_a_g {
	color: #fff;
	background-color: #ed1b24;
}


/*页码*/
.page {
	margin: 30px 10px;
	line-height: 38px;
	text-align: center;
}

.page a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
	padding: 0 18px;
	color: #666;
	background-color: #fff;
}

.page a:hover {
	background-color: #eee;
	color: #333;
}

.page .on,
.page .on:hover {
	color: #fff;
	background-color: #ed1b24;
}

.page .not_page,
.page .not_page:hover {
	cursor: default;
	background-color: #eee;
	color: #999;
}

.page .on:hover {
	-moz-box-shadow: 0 0 12px #ed1b24;
	-webkit-box-shadow: 0 0 5px #ed1b24;
	box-shadow: 0 0 5px #ed1b24;
}


/*经过*/
.hover_li li {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hover_li li::before {
	width: 0;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .05);
	display: block;
	position: absolute;
	content: '';
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1;
}

.hover_li li:hover::before {
	width: 100%;
}

/*新闻详情*/
.news_center {
	padding: 60px 60px;
}

/*标题*/
.d_th {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.d_th h2 {
	font-size: 24px;
}

.d_th p {
	margin: 15px 0 0 0;
}

.d_th p,
.d_th p a {
	color: #888;
}

.d_th p a:hover {
	color: #ed1b24;
}

.d_th p .m_t {
	margin: 0 30px;
}

/*正文*/
.d_wen {
	margin: 40px 90px 130px 90px;
	color: #666;
	line-height: 2;
	font-size: 15px;
}

.d_wen p {
	text-indent: 2em;
	margin: 15px 0;
}

/*其它*/
.other_news {
	border-top: 1px solid #ddd;
	margin: 40px 0;
	padding: 30px 20px 0 20px;
}

.other_news dd p {
	margin: 0 0 8px 0;
}

.return_arrow {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	background-image: url(../images/return.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.return_a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 110px;
	line-height: 38px;
	text-align: center;
	font-size: 12px;
}

.return_a:hover {
	border-color: #ccc;
	color: #333;
	-moz-box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}

/*成功案例*/
.i_case_ul {
	padding: 80px 15px 20px 15px;
}

.i_case_ul .box {
	margin: 0 5px;
	display: block;
	text-align: center;
	background-color: #fff;
	padding: 10px;
}

.i_case_ul li {
	margin: 0 0 10px 0;
}

.i_case_ul h5 {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
}

.i_case_ul .box:hover h5 {
	color: #fff;
	background-color: #ed1b24;
}

.i_case_ul .box:hover {
	background-color: #fff;
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-moz-box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
}

/*-------star文字的样式*/
/*标题文字*/
.th {
	font-family: "Microsoft YaHei";
}

/*日期*/
.date {
	float: right;
	color: #999;
	font-family: Arial;
	font-weight: normal;
}

/*宋体*/
.china {
	font-family: "宋体";
}

.eng,
.prit_r {
	font-family: Arial;
}

/*距离*/
.mt30 {
	margin-top: 30px !important;
}

.red_text,
.red_link a {
	color: #ed1b24;
}

.link_h_line a:hover {
	text-decoration: underline;
}

.gray_text {
	color: #888;
}

.yellow_link a {
	color: #ffd926;
}

.m_l {
	margin-left: 1em;
}

.m_l_b {
	margin-left: 2em;
}

.m_text {
	margin: 0 2em;
}

.mr_40 {
	margin-right: 40px;
}

.m_t {
	margin: 0 .5em;
}

.blue_link a,
.blue_text,
.blue_link_t a {
	color: #0078dc;
}

.blue_link a:hover {
	color: #fff;
	background-color: #ff0000;
}

.green_text {
	color: #b2cc40;
}

.orange_text {
	color: #ff6600;
}

.gray_link a,
.gray_text {
	color: #999;
}

.gray_link a:hover {
	color: #ccc;
}

.link_line a {
	text-decoration: underline;
}

.link_line a:hover {
	text-decoration: none;
}

.white_text {
	color: #fff;
}

.h_th .white_text_5,
.white_text_5 {
	color: rgba(255, 255, 255, .5);
	color: #dd7d80\9;
	*color: #dd7d80;
}

.font_24 {
	font-size: 24px;
}

.font_36 {
	font-size: 36px;
}

/*隐藏*/
.hide_box {
	height: auto;
	overflow: hidden;
}

/*列表*/
.list_2 li {
	float: left;
	width: 49.99%;
}

.list_4 li {
	float: left;
	width: 20%;
}

.list_5 li {
	float: left;
	width: 19.99%;
}

.list_6 li {
	float: left;
	width: 16.66%;
}

.list_7 li {
	float: left;
	width: 14.28%;
}

.list_3 li {
	float: left;
	width: 33.33%;
	*width: 33.2%;
}

.list_8 li {
	float: left;
	width: 33.33%;
	*width: 33.2%;
}
/*---------------------------省略符号*/
/*省略号*/
.hide1 {
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hide2,
.hide6,
.hide4,
.hide3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hide2 {
	height: 3.2em;
	height: 3.2em\9;
	height: 3.2em\0;
}

.hide3 {
	-webkit-line-clamp: 3;
	height: 4.8em;
}

.hide6 {
	-webkit-line-clamp: 6;
	height: 9.6em;
}

.hide4 {
	-webkit-line-clamp: 4;
	height: 6.4em;
}

/*自适应*/
.r_cell {
	display: table-cell;
	width: 9999px;
	*width: auto;
	*zoom: 1;
}

.pic_cell {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	overflow: hidden;
}

.pic_cell img {
	max-width: 100%;
	max-height: 100%;
	width: 100%\9;
	width: 100%\0;
	*width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

/*自定义动画*/
.transition_a,
.transition_o a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

/*---------------------------------------------图片缩小后摇动（不错）*/
/*左右摇摆*/
li:hover .icon_b,
.qq_btn:hover .qq_arrow {
	animation: landr 0.8s ease-in-out;
	-ms-animation: landr 0.8s ease-in-out;
	-moz-animation: landr 0.8s ease-in-out;
	-webkit-animation: landr 0.8s ease-in-out;
	-o-animation: landr 0.8s ease-in-out;
}

/*定义动画效果_css3*/
@keyframes landr {
	0% {
		transform: rotate(0deg);
		transform-origin: right bottom 0;
	}

	39% {
		transform: rotate(5deg);
		transform-origin: right bottom 0;
	}

	40% {
		transform: rotate(5deg);
		transform-origin: left bottom 0;
	}

	75% {
		transform: rotate(-10deg);
		transform-origin: left bottom 0;
	}

	100% {
		transform: rotate(0deg);
		transform-origin: left bottom 0;
	}
}

@-webkit-keyframes landr {
	0% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: right bottom 0;
	}

	39% {
		-webkit-transform: rotate(5deg);
		webkit-transform-origin: right bottom 0;
	}

	40% {
		-webkit-transform: rotate(5deg);
		-webkit-transform-origin: left bottom 0;
	}

	75% {
		-webkit-transform: rotate(-10deg);
		-webkit-transform-origin: left bottom 0;
	}

	100% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: left bottom 0;
	}
}

/*经过图片有闪光效果*/
.hover_pic a {
	position: relative;
	overflow: hidden;
	display: block;
}

.hover_pic a:before {
	position: absolute;
	top: 0px;
	left: -80%;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover_pic a:hover:before {
	-moz-transition: left 1s ease 0s;
	-webkit-transition: left 1s ease 0s;
	transition: left 1s ease 0s;
	left: 140%;
}

/*---------------------------star滤镜的样式*/
/*圆角*/
.round_s,
.round_s_a a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.round_s_b {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.round_s_b_t {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.round_m,
.round_m_a a {
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}

.round_s_img img {
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

.round_m_s {
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
}

.round_r,
.round_img img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*链接文件*/
.round_s,
.round_r,
.round_m,
.round_img img,
.round_m_s,
.round_m_a a,
.round_s_a a,
.round_s_img img,
.round_s_b,
.round_s_b_t {
	position: relative\9;
	behavior: url(js/pie.htc);
}

.ibn .hd li,
.ibn .btn,
.h_act_scroll .hd li {
	behavior: url(js/pie.htc);
}

.dw-50 {
	width: 50%;
}

.list_25 li {
	float: left;
	width: 25%;
}