﻿/*@font-face{
	font-family:BebasNeueBold;
	src:url('font/BebasNeueBold.otf');
}
@font-face{
	font-family:BebasNeueBook;
	src:url('font/BebasNeueBook.otf');
}*/
html{
	/*font-size:62.5%;*/
}
body {
	padding-top: 0;/*118px;*/

	/*font-family: "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;*/
	font-size: 62.5%;
	overflow-x:hidden;
	/*font-weight: 400;
	line-height: 1.428571429;
	color: #4d4c4d;*/
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 {
	/*font-family: 'Microsoft Yahei','Hiragino Sans GB',"WenQuanYi Micro Hei",SimSun,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;*/
	font-family:  "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
}
p,span,div{
	font-size:12px;
	/*font-size:1.4rem;*/
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	h1{
		font-size: 22px;
		font-size: 2.2rem;
	}
	h2{
		font-size: 20px;
		font-size: 2rem;
	}
	h3{
		font-size: 18px;
		font-size: 1.8rem;
	}
	h4{
		font-size: 16px;
		font-size: 1.6rem;
	}
	h5{
		font-size:14px;
		font-size: 1.4rem;
	}
	h6{
		font-size:12px;
		font-size: 1.2rem;
	}
}
.number-font{
	font-family: "BebasNeueBold",'Microsoft Yahei','Hiragino Sans GB',"WenQuanYi Micro Hei",SimSun,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.number-font2{
	font-family: "BebasNeueBook",'Microsoft Yahei','Hiragino Sans GB',"WenQuanYi Micro Hei",SimSun,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 1200px){
	.container {
		/*width: 1024px;*/
		width: 1200px
	}
}

@media ( min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
.col-xs-7ths, .col-sm-7ths, .col-md-7ths, .col-lg-7ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-7ths{
	width: 14.2%;
	float: left;
	padding-right:2px;
	padding-left:2px;
}
@media ( min-width: 768px) {
	.col-sm-7ths {
		width: 14.2%;
		float: left;
	}
}

@media ( min-width: 992px) {
	.col-md-7ths {
		width: 14.2%;
		float: left;
	}
}

@media ( min-width: 1200px) {
	.col-lg-7ths {
		width: 14.2%;
		float: left;
	}
}
.opacity-hide {
	display: block;
	opacity: 0;
}
.opacity-show{
	opacity:1;
}
.btn-default{
	background-color:#327edd;
	color:#fff;
}
.btn-default:hover{
	background-color:#327edd;
	color:#fff;
}
.btn-more{
	background-color:transparent;
	color:#222222;
}
.btn-more:hover{
	background-color:#327edd;
	color:#fff;
}
.header .navbar-default{
	background:none;
}
.header{
	background:none;
	/*background-color:#333;*/
	height:100px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.header:hover{
	background-color:#313131;
	height:100px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.header .logo {
	vertical-align: middle;
	display: inline-block;
	width: 160px;
	height: 100px;
	line-height: 100px;
	background: url("../images/dies.png") center no-repeat;
}
.header .navbar-default{
	border:none;
}
.header .navbar-menu{
	line-height:100px;
	margin:auto;
	height:100px;
}
.header .menu-nav{
	margin-top:25px;
}
.header .menu-nav li{
	font-size:14px;
	/*font-size: 1.6rem;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
	color:#327edd;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color:#535353;
}
.header .navbar-default .navbar-nav > li > a {
	color:#ffffff;
	letter-spacing:-0.44px;
	padding:10px 10px;
}
.header .navbar-default .navbar-nav > li.dropdown.open > a:hover,.header .navbar-default .navbar-nav > li.dropdown.open > a:focus {
	background-color:#535353;
	color:#327edd;
}

.header .menu-nav .navbar-left .active a{
	color:#327edd;
}
.header .menu-nav .navbar-left .active a:hover{
	color:#327edd;
}
.header .menu-nav .navbar-left a:hover{
	color:#327edd;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#327edd;
}
.header .menu-nav .dropdown{

}
.header .menu-nav .dropdown-menu{
	border-top:1px solid #535353;
	background-color:#535353;
	padding:2px;
}
.header .menu-nav .form-control:focus{
	border-color: #535353;
}
.header .menu-nav .dropdown-menu > li > a{
	background-color:transparent;
	color:#fff;
}
.header .menu-nav .dropdown-menu > li > a:hover,.header .menu-nav .dropdown-menu > li > a:active,.header .menu-nav .dropdown-menu > li > a:focus{
	background-color:transparent;
	color:#327edd;
}
@media ( max-width: 768px) {
	.header{
		backgruond-color:#313131;
	}
	.header .container{
		/*padding:0;*/
	}
	.header .menu-nav{
		background-color:#313131;
		margin-top:0px;
		border:0px;
	}
	.header .navbar-default .navbar-toggle{
		background-color:#327edd;
		margin-top:30px;
	}
}
.odd-container{
	padding:20px 0;
	background-color:#fff;
}
.even-container{
	padding:20px 0;
	background-color:#fff;
}
.banner {
	padding: 0;
	/*margin: 0px auto;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	min-width: 1008px;*/
	height: 320px;
	position: relative;
}
.index .banner{
	height: 500px;
}

.banner .carousel{
	position: relative;margin-left: -960px;left: 50%;width:1150px;min-width: 1920px;
}
/*.banner .box_skitter_medium {
	width: 1008px;
	margin-left: -960px;
	left: 50%;
	min-width: 1920px;
	height: 360px;
}*/
.banner .carousel .item{
	width: 1920px;
	/*left: 50%;
	margin-left:-360px;*/
	min-width: 1920px;
	height: 320px;
}
.index .banner .carousel .item{
	height: 500px;
}
.banner .carousel .item img{
	/*height: 360px;*/
}
@media ( max-width: 768px) {

	body{
		padding-top:100px;
	}
	.banner{
		height:auto!important;
	}
	.header{
		background-color:#313131;
	}
	.banner .carousel{
		position: relative;margin-left: 0;left:0;width:100%;min-width:100%;
		height:auto!important;
	}
	.banner .carousel .item{
		width:100%!important;
		height:auto!important;
		min-width:100%;
	}
	.banner .carousel .item img{
		height:100%!important;
		width:100%!important;
	}
	.banner .carousel .carousel-indicators{
		margin-bottom:0px;
	}

}
/*轮播*/
.carousel-indicators .active{
	background-color: #fff;
}
.traffic{
	padding:30px 0 20px 0;
	color:#333;
	font-size:14px;
	font-size: 1.4rem;
}
.traffic .prefix{
	display:inline-block;
	font-weight:400;
	font-size:22px;
	font-size: 2.2rem;
	margin-right:10px;
	margin-top:5px;
}
.traffic span{
	font-size:28px;
	font-size: 2.8rem;
	color:#327edd;
	letter-spacing:-0.55px;
	text-align:center;
	display:inline-block;
	margin:0 5px;
	padding-top:4px;
	background:#F0F0F0;
	border-radius:2px;
	width:18px;
	height:28px;
	line-height:26px;
}
.traffic h3{
	font-size:16px;
	font-size: 1.6rem;
	color:#333333;
	letter-spacing:0px;
	text-align:center;
}
.traffic img{
	margin-right:25px;
}
.traffic .traffic-left{
	text-align:right;
}
.traffic .traffic-right{
	text-align:left;
}
@media ( max-width: 768px) {
	.traffic .traffic-left{
		text-align:center;
		margin-bottom:1em;
	}
	.traffic .traffic-right{
		text-align:center;
	}
}
@media ( max-width: 400px) {
	.traffic .prefix{
		font-size:18px;
		font-size:1.8rem;
	}
	.traffic span{
		font-size:20px;
		font-size: 2rem;
		width:14px;
	}
}
.introduce{
	font-size:36px;
	font-size: 3.6rem;
	color:#333333;
	background:url("../images/about.png") right bottom no-repeat;
	background-color:#eee;
	padding:30px 0;
}
.introduce p{
	font-size:16px;
	font-size: 1.6rem;
	color:#666666;letter-spacing:0px;line-height:28px;text-align:center;padding:20px 50px;
}
@media ( max-width: 768px) {
	.introduce p{
		font-size:12px;
		font-size: 1.2rem;
		line-height:20px;
		padding:10px 10px;
	}
}
.business{

}
.business .row{
	margin-top:80px;
}
.business .thumbnail{
	background-color:transparent;
	border:1px solid #c9c9c9;
	padding-bottom:25px;
	border-radius:0;
}

.business .row	.imgDiv{
	width:60px;
	height:60px;
	display: block;
	margin:0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color:#707070;
	margin-top:-40px;
	/*-moz-transition: background-position 0.3s ease;
	-o-transition: background-position 0.3s ease;
	-webkit-transition: background-position 0.3s ease;
	-ms-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;*/
}
.business .row	.imgDiv:hover{
	background-color:#327edd;
}
.business .thumbnail:hover .imgDiv {
	background-color: #eee;
	border: 0px;
	padding-bottom: 25px;
	background-color: #327edd
;
	opacity: 1;
	transform:rotate(360deg) scale(1.1);
	-ms-transition: all 0.5s ease-in-out;
	-moz-transform:rotate(360deg) scale(1.1);
	-wekit-transform:rotate(360deg) scale(1.1);
	-o-transform:rotate(360deg) scale(1.1);
}
.business .thumbnail h4{
	font-size:24px;
	font-size: 2.4rem;
	color:#327edd
;
}
@media ( max-width: 768px) {
	.business .row{
		margin-top:60px;
	}
	.business .row .col-xs-4{
		padding-right:5px;
		padding-left:5px;
	}
	.business .thumbnail{
		padding-bottom:10px;
	}
	.business .thumbnail h4{
		font-size:18px;
		font-size: 1.8rem;
		color:#327edd;
	}
	.business-digital-O2O .thumbnail{
		padding: 30px 20px!important;
	}
}
@media ( max-width: 400px) {
	.business .col-xs-4{
		width:100%;
		margin-top:20px;
	}
}
.business .thumbnail p{
	color:#666666;
}
.business .row	.imgDiv{
	/*opacity: 0.6;*/
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.business .row	.imgDiv:hover{
	opacity: 1;
	transform:rotate(360deg) scale(1.1);
	-ms-transition: all 0.5s ease-in-out;
	-moz-transform:rotate(360deg) scale(1.1);
	-wekit-transform:rotate(360deg) scale(1.1);
	-o-transform:rotate(360deg) scale(1.1);
}


.business .row	.imgDiv img{
	margin-top:15px;
	width:30px;
	height:30px;
}
.business-digital  .row{
	margin-top:40px;
}
.business-digital  .row	.imgDiv{
	background-color:#327edd;
	margin-top:20px;
	color:#fff;
	font-size:20px;
	font-size: 2rem;
}
.business-digital .thumbnail{
	border:0px;
	padding-bottom:0px;
}
.business-digital  .row h4{
	color:#313131;
}
.business-digital  .row p{
	color:#707070;
}
.advantage .row .imgDiv:hover{
	background-position: 0 0px;
}
.advantage .thumbnail{
	background-color:#eee;
	border:none;
	margin-bottom:0;
	height:150px;
	border:1px solid #c9c9c9;
	border-radius:0;
}
.advantage .thumbnail h4{
	font-size:24px;
	font-size: 2.4rem;
	color:#333;
}
.advantage .thumbnail.active{
	background-color:#327edd;
	border: 1px solid #327edd;
	box-shadow: 0 0 20px #327edd;
	position:relative;
	z-index:100;
}
.advantage .thumbnail.active h4{
	color:#fff;
}
.advantage .thumbnail.active p{
	color:#fff;
}
.advantage .thumbnail:hover{
	background-color:#1062b7;

}
.advantage .thumbnail:hover h4{
	color:#fff;
}
.advantage .thumbnail:hover p{
	color:#fff;
}
.advantage .thumbnail p{
	line-height:24px;
	color:#666666;
}
@media ( max-width: 768px) {
	.advantage .thumbnail{
		height:150px;
	}
	.advantage .thumbnail .caption {
		padding:9px 0px;
	}
	.advantage .thumbnail h4{
		font-size:16px;
		font-size: 1.6rem;
		color:#333;
	}
	.advantage .thumbnail p{
		font-size:12px;
		font-size: 1.2rem;
		line-height:18px;;
		color:#666666;
	}
}
@media ( max-width: 400px) {
	.advantage .row .col{
		padding-left:0;
		padding-right:0;
		width:100%;
	}
}

.advantage-2-outer{
	background-color:#eee;
	margin-top:40px;padding-bottom:40px;margin-bottom:40px;
	/*background:url('../images/advantage_container_bg.png') no-repeat;   
	 background-size: cover;  
	 position: relative;
    margin-left: -960px;
    left: 50%;
    width: 1024px;
    min-width: 1920px;*/
}
.advantage-2{

}
.advantage-2 .thumbnail{
	background:none;
	border:none;
}
.advantage-2 .thumbnail h4{
	font-size:28px;
	font-size: 2.8rem;
	color:#333;
	font-family: "BebasNeueBold",'Microsoft Yahei','Hiragino Sans GB',"WenQuanYi Micro Hei",SimSun,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.advantage-2 .thumbnail .caption h4 span{
	font-size: 20px;
	font-size: 2.rem;
	display:inline-block;vertical-align: middle;margin-top: 3px;margin-left:3px;
}
@media ( max-width: 768px) {
	.advantage-2 .thumbnail .caption h4 span{
		font-size: 16px;
		font-size: 1.6rem;
		display:inline-block;vertical-align: middle;margin-top: 3px;margin-left:3px;
	}
}
@media ( max-width: 400px) {
	.advantage-2 .row .col-xs-4{
		padding-left:0;
		padding-right:0;
	
	}
}


.logo-col{
	margin-bottom:40px;
}
.logo-thumbnail{
	background-color:#fff;width:190px;height:80px;margin:auto;display:table-cell;vertical-align: middle;
}
.guest-col{
	margin-bottom:30px;
}
.guest-col .thumbnail{
	background-color:#fff;width:137px;height:60px;margin:auto;display:table-cell;vertical-align: middle;
	font-size:16px;
	font-size: 1.6rem;
}

.panter-col{
	margin-bottom:30px;
}
.panter-col .thumbnail{
	background-color:#fff;width:137px;height:60px;margin:auto;display:table-cell;vertical-align: middle;
	font-size:16px;
	font-size: 1.6rem;
}
@media ( max-width: 768px) {
	.guest-col .thumbnail{
		height:40px;
		font-size:12px;
		font-size:1.2rem;
	}
	.panter-col .thumbnail{
		height:40px;
		font-size:12px;
		font-size:1.2rem;
	}
	.panter-col .thumbnail img{
		width:100%;
		height:100%;
	}
}
@media ( max-width: 400px) {
	.col-xs-7ths{
		padding-left:1px;
		padding-right:1px;
		margin-bottom:10px;
	}
	.guest-col .thumbnail{
		height:25px;
		font-size:12px;
		font-size:1.2rem;
		padding:1px;
	}
	.panter-col .thumbnail{
		height:25px;
		font-size:12px;
		font-size:1.2rem;
		padding:1px;
	}
	.col-xs-7ths .logo-more .glyphicon{
		display:none;
	}
}
.split{
	display:inline-block;
	/*margin-left:60px;
	display:inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 10px;
	border-color: transparent transparent transparent #e62907;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #e62907;*/
}
.example{
	padding:40px 0;
}
.example .exampleHeader{
	margin-bottom:30px;
}
.example .thumbnail{
	padding:0px;
	margin-bottom:10px;
}
.example .caption{
	margin-top:20px;
}
.example .caption a{
	color:#0f0f0f;
}
.example .caption a:hover{
	color:#327edd;
}
@media ( max-width: 768px) {
	.example .caption a{
		font-size:16px;
		font-size: 1.6rem;
	}
}
.more{
	float:right;
	position:relative;
	margin-top:10px;
	vertical-align: bottom;

}
.more a{
	font-size:12px;
	font-size: 1.2rem;
	color:#3e3e3e;
}
.purple-container{
	background-color:#f5f5f5;margin-bottom:60px;padding-bottom:60px;
}
.purple-container .happy-div-video{
	border:1px solid #ccc;height:390px;
}
.purple-container .happy-div-first{
	background:#ffffff;border-radius:0;padding:0;height:390px;
}
.purple-container  .happy-div-other{
	background:#ffffff;border-radius:0;padding:0;height:180px;
}
@media ( max-width: 768px) {
	.purple-container .happy-div-video{
		border:1px solid #ccc;width:100%;height:100%;
	}
	.purple-container .happy-div-first{
		background:#ffffff;border-radius:0;padding:0;width:100%;height:100%;
	}
	.purple-container  .happy-div-other{
		background:#ffffff;border-radius:0;padding:0;width:100%;height:100%;
	}
}
.header-purple{
	font-size:30px;
	font-size: 3rem;
	color:#327edd;
	letter-spacing:-0.98px;
}
/*关于我们*/
.about-introduce{
	margin-top:40px;
}

.about-introduce h3{
	margin-bottom:20px;
	line-height:32px;
}

.about-introduce p{
	color:#666;
	margin-bottom:0px;
	line-height:28px;
}

.cricle-purple{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#327edd;
	line-height:10px;
}
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 25px;
	left: 18px;
	height: 95%;
	width: 4px;
	background: #a0a0a0;
}
@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 0px 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-left:5px;
	border-radius: 50%;
	background-color:#327edd;
	border:2px solid #a0a0a0;
	/*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 20px;
		height: 20px;
		left: 50%;
		margin-left: -10px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	border-radius: 0.25em;
	padding: 0 1em;
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content h2 {
	color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 14px;
	font-size: 1.4rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 5px 0;
	line-height: 1.6;
}
.cd-timeline-content p.timeline-time {
	margin: 5px 0;
	line-height: 1.6;
	font-size:20px;
	font-size: 2rem;
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
a.cd-read-more:hover{text-decoration:none; background-color: #424242;  }
.cd-timeline-content .cd-date {
	float: left;
	padding: 0 0;
	opacity: .7;
	font-weight:bold;
}
.cd-timeline-content::before {
	/*content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;*/
}
.content-border{
	/*border:1px solid black;*/
	padding:0 15px;
	margin-top:-20px;
}

@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.cd-timeline-content p {
		font-size: 12px;
		font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: 1.4rem;
		position:absolute;
		left:-100px;
		top:8px;
	}
}
@media only screen and (min-width: 1170px) {
	.content-border{
		float: right !important;
	}
	.cd-timeline-block:nth-child(even) .content-border {
		float: left !important;
	}
	.cd-timeline-content {
		margin-left: 0;
		padding: 0;
		width: 45%;
		text-align:right;
	}
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		/*border-left-color: white;*/
	}
	.cd-timeline-content .cd-read-more {
		float: left;
	}
	.cd-timeline-content .cd-date {
		display:none;
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 20px;
		text-align:left;
		font-size: 2rem;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
		text-align:left;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		/*border-right-color: white;*/
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}

@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}

.honor .thumbnail{
	border:0px;
}
.honor h2{
	margin-bottom:40px;
}
.honor-img{
	background-color:#b89dca;
	width:80px;
	height:80px;
	border-radius:100%;
	box-shadow: 0 0 20px #b89dca;
	font-size:24px;
	font-size: 2.4rem;
	text-align:center;
	margin:0 auto;
}

.honor-img:hover{
	/*background-color:#327edd;*/
}

.culture{

}
.culture h2{
	margin-bottom:40px;
}
.culture .row{
	margin:20px auto;
	border:1px solid #327edd;
	padding:10px 0;
}
.culture .culture-header{
	background-image:linear-gradient(90deg, rgba(191,133,202,0.65) 100%, #327edd 0%);
	padding:20px 10px 30px 40px;
	box-shadow: 0 0 20px rgba(191,133,202,0.65);
	border-radius:0;
}
.culture .culture-header h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
.culture .culture-header h3 span{
	padding:20px 0 10px 0;
	font-size:24px;
	font-size:2.4rem;
	display:inline-block;
	border-bottom:2px solid #327edd;
}
.culture h4{
	margin-top:15px;
	font-size:20px;
	font-size: 2rem;
	line-height:2.4rem;
	color:#333333;
}

.culture p{
	padding:20px 30px 0 30px;
	line-height:28px;
	color:#666;
}

.culture-left{
	border:2px solid #327edd;
	color:#327edd;
	width:118px;
	height:118px;
	border-radius:100%;
	background-color:#fff;
	width:118px;
	height:118px;
	border-radius:100%;
	font-size:24px;
	font-size: 2.4rem;
	padding:40px 10px;
	text-align:center;
	margin:0 auto;
}
@media ( max-width: 768px) {
	.culture .culture-header{
		text-align:center;
		padding:20px 10px 30px 10px;
	}
	.cd-timeline-content .cd-date {
		display:none;
	}
	.culture h4{
		font-size:18px;
		font-size: 1.8rem;
		text-align:center;
	}

	.culture p{
		line-height:22px;
		color:#666;
		text-align:center;
	}
}
@media ( max-width: 992px) {
	.culture p{
		padding-top:10px!important;
	}
}
.new h2{
	margin-bottom:40px;
}
.lib{

}
.lib h4{
	font-size:18px;
	font-size: 1.8rem;
}
.lib-head .thumbnail{
	border:0px;
}
.lib-content{
	margin-top:40px;
	margin-bottom:40px;
}
.lib-content p{
	color:#327edd;
}
.lib-img{
	margin:0 auto;
	width:80px;
	height:80px;
}
.lib .thumbnail.active .lib-img{
	border-radius: 50%;
	background-color:#327edd;
	width:80px;
	height:80px;
}
.lib .thumbnail:hover .lib-img{
	border-radius: 50%;
	background-color:#327edd;
	width:80px;
	height:80px;
}
.lib-img-1{
	background:url('../images/lib_icon_1.png') center no-repeat;

}
.lib .thumbnail.active .lib-img-1,.lib .thumbnail:hover .lib-img-1{
	background-image: url('../images/lib_icon_default_1.png');
}
.lib-img-2{
	background:url('../images/lib_icon_2.png') center no-repeat;
}
.lib .thumbnail.active .lib-img-2,.lib .thumbnail:hover  .lib-img-2{
	background-image: url('../images/lib_icon_default_2.png');
}
.lib-img-3{
	background:url('../images/lib_icon_3.png') center no-repeat;
}
.lib .thumbnail.active .lib-img-3,.lib .thumbnail:hover  .lib-img-3{
	background-image: url('../images/lib_icon_default_3.png');
}
.lib-img-4{
	background:url('../images/lib_icon_4.png') center no-repeat;
}
.lib .thumbnail.active .lib-img-4,.lib .thumbnail:hover  .lib-img-4{
	background-image: url('../images/lib_icon_default_4.png');
}
.article-right{

}
.article-right .thumbnail{
	margin-bottom:0px;
}
.article-right .caption a{
	color:#327edd;
}
.article-date{
	color:#666666;
}
.report-list{
	margin-top:40px;
}
.report-list .btn{
	padding:3px 10px;
}
.report-list .caption a{
	color:#333;
}
.report-list .caption{
	margin-bottom:10px;
	margin-top:20px;
}
@media ( max-width: 768px) {
	.report-list .thumbnail{
		height:100%!important;
	}
}
.case-container{
	background-color:#eee;
	padding-top:40px;
	padding-bottom:40px;
}
.case-container .case-logo{
	margin-top:8px;
	margin-bottom:8px;
}
/*内容页面*/
.page-context{
	padding-bottom:30px;
}
.page-context-right{

}
.nav-product{

}
.nav-product li{
	padding:0 5px;
}
.nav-product li a{
	font-size:22px;
	font-size: 2.2rem;
	color:#000000;
	background-color:#eeeeee;
}
.nav-product li a:hover{
	background-color:#327edd;
	color:#FFFFFF;
}
.nav-product li.active a{
	background-color:#327edd;
}
.nav-product li.active a:hover{
	background-color: #327edd;
}
.nav-product li.active a:focus{
	background-color: #327edd;
}
.product-desc{
	padding:50px 5px 25px 5px ;
	border-bottom:1px solid #cccccc;
}
.product-desc p{
	margin-top:24px;
	line-height:26px;
}
.nav-caret{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	margin-left:45%;
	border-color: #eee transparent transparent transparent;
	visibility: hidden;
}
.guest-industry-inner{
	background-color:#eeeeee;height:151px;padding:40px 0;
	cursor: pointer;

}
.ours-guest .guest-industry.active .guest-industry-inner，.ours-guest .guest-industry:hover .guest-industry-inner{
	background-color:#e5e5e5;
}
.guest-industry-inner .guest-img-1{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_1.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-1,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-1{
	background-image: url('../images/guest_icon_1.png');
}
.guest-industry-inner .guest-img-2{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_2.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-2,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-2{
	background-image: url('../images/guest_icon_2.png');
}
.guest-industry-inner .guest-img-3{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_3.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-3,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-3{
	background-image: url('../images/guest_icon_3.png');
}
.guest-industry-inner .guest-img-4{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_4.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-4,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-4{
	background-image: url('../images/guest_icon_4.png');
}
.guest-industry-inner .guest-img-5{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_5.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-5,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-5{
	background-image: url('../images/guest_icon_5.png');
}
.guest-industry-inner .guest-img-6{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_6.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-6,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-6{
	background-image: url('../images/guest_icon_6.png');
}
.guest-industry-inner .guest-img-7{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_7.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-7,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-7{
	background-image: url('../images/guest_icon_7.png');
}
.guest-industry-inner .guest-img-8{
	width:100%;
	height:28px;
	background: url('../images/guest_icon_default_8.png') center no-repeat;
}
.ours-guest .guest-industry.active .guest-industry-inner  .guest-img-8,.ours-guest .guest-industry:hover .guest-industry-inner  .guest-img-8{
	background-image: url('../images/guest_icon_8.png');
}
.ours-guest .guest-industry.active .nav-caret{
	visibility: visible;
}
.ours-guest .logo-more:hover{
	border:1px solid #327edd;
	color:#327edd;
}
.row .imgDiv{
	/*width: 72px;*/
	/*height: 72px;*/
	/*background-size: 72px 144px;*/
	width:80px;
	height:50px;
	display: block;
	margin:0 auto;
	background-position: 0 50px;
	/*margin: 0 auto 20px;*/
	-moz-transition: background-position 0.3s ease;
	-o-transition: background-position 0.3s ease;
	-webkit-transition: background-position 0.3s ease;
	-ms-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.row .imgDiv:hover{
	background-position: 0 0px;
}


.product-media{

}
.product-media .caption{
	margin-top:30px;
}
.product-media .thumbnail{
	padding:20px;
}
.media-img{
	display: block;
	margin:0 auto;
	border:1px solid #ddd;
	width:428px;
	height:155px;
}
.media-img-1{

	background-image: url('../images/media-img-1.png');
}
.media-img-2{
	background-image: url('../images/media-img-2.png');
}

.margin-content{
	margin:60px auto;
}
.left-navbar{

}
.left-navbar li a{
	color:#000000;
}
.left-navbar > li.active > a, .left-navbar > li.active > a:hover, .left-navbar > li.active > a:focus{
	background-color:#327edd;
}
.article-list{position: relative;
	margin-top:20px;
	width: 76.05%;
	float: left;
}
.article-list .media-heading a{
	color:#327edd;
	font-size:24px;
	font-size: 2.4rem;
}
.article-list .media-heading a:hover{
	color:#327edd;
}
.article-list .media-left1{
	position: relative;
	padding-right:0px;
	vertical-align: middle;
	width: 20%;
	float: left;
}
.top_transform span{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	color: #864f0d;
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	font-weight: bold;
	font: 16px/2 tahoma;
}
.top_transform{
	background: url("../img/timg.png") no-repeat 0px 0px;
	position: absolute;
	top: -2px;
	left: -8px;
	width: 100px;
	height: 100px;
}
.media-body1{width: 80%;
	float: left;}
.article-list .media-left1 a{border: 1px solid #efefef;
	display: block;
	margin-top: 6px;
	padding: 30px 0;	}
.article-list .media-left1 a{border: 1px solid #efefef;display: block;margin-top: 6px;}
.article-list .media-body1 h4{
	margin-bottom:10px;
}
.article-list .media-body1 p{
	color:#6d6d6d;
}
.article-list .media-body1 .article-split{
	border-bottom:1px solid #6d6d6d;
	width:40px;
	margin:28px 0 14px 0;
}
.article-list .media{
	padding: 20px 10px;
	border:1px solid #ececec;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.media  .media-body1 .comp-list-info a{font-weight: bold;
	color: #333;}
.media  .media-body1 .comp-list-info .comp-list-button{
	color: #fff;
}
.media  .media-body1 .comp-list-info .comp-list-button:hover{
	font-weight: bold;
	color: #fff;
}
.media-body1 .comp-list-info a:hover{color: #327edd}

.article-list .media:hover {
	box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.38);
 }
 .media:hover .comp-list-link a{background:#327edd;color:#fff}

.content_right {
	width: 285px;
	background: #FFFFFF;
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	float: right;
	/*border: 1px solid #eeeeee;*/
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
	/*box-shadow: 3px 3px 3px -3px #ddd;*/
}
.rightTab {
	width: 100%;
	border: 1px solid #eeeeee;
	position:relative;
	margin-top: 10px;
}
.rightTab .RTop{
	position: absolute;
	top:-20px;
	text-align: center;
	display: block;
	width: 100%;
}
.mt30 {
	margin-top: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.lh34 {
	line-height: 34px;
}
.fr {
	display: inline;
	float: right;
}
.fz20 {
	font-size: 20px;
}
.mr-20 {
	margin-right: -20px;
}
.mt-20 {
	margin-top: -20px;
}
.fl_dib {
	letter-spacing: -4px;
	font-size: 0;
}
.fl_dib li, .fl_dib dl {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: 0;
	font-size: 12px;
	vertical-align: top;
	margin-right: 10px;
}
.wp50 {
	width: 45%;
}
.ov {
	overflow: hidden;
	zoom: 1;
}
.bg_1 {
	background: #f8f8f8;
}
.fz14 {
	font-size: 14px;
}
.db {
	display: block;
}
.img_15 {
	width: 100%;
	height: 100px;
}

.mt13{margin-top: 12px;}
.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lh36 {
	line-height: 36px;
}
.wp100 {
	width: 100%;
}
.tac {
	text-align: center;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.ell {
	white-space: nowrap;
}
.lh36 {
	line-height: 36px;
}
.mt-25 {
	margin-top: -25px;
}
.mt25 {
	margin-top: 10px;
}
.pad0{padding-left: 0;}

.img_16 {
	width: 90px;
	height: 80px;
}
.lh24 {
	line-height: 24px;
}
.fwb {
	font-weight: bolder;
}
.wt{
	width: 100%;}
.fl-wt{
	float: right;
	width: 175px;}
.cf{float: left;}
/**/
.rightTab .RTop span{
	font-size:1.5em;
	background-color: #fff;
	margin: 0 20px;
	padding: 0 20px;
}
.Rbox {
	margin: 20px auto;
	padding: 0 15px;
	display: none;
}
.Rbox ul li {
	overflow: hidden;
	margin: 5px;white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Rbox ul li:nth-of-type(1) i{
	background: #F26F20;
	color: #FFFFFF;
}
.Rbox ul li:nth-of-type(2) i{
	background: #FD9A01;
	color: #FFFFFF;
}
.Rbox ul li:nth-of-type(3) i{
	background: #19A5E2;
	color: #FFFFFF;
}
.Rbox ul li i {
	display: inline-block;
	width: 18px;
	height: 18px;
	/*border-radius: 18px;*/
	background: #eeeeee;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}
.Rbox ul li a {
	margin-left: 8px;
	line-height: 32px;

}
.Rbox ul li span {
	display: inline-block;
	margin-left: 26px;
}
.dataTables_info {
	font-size: 15px;
	margin-top: 27px;
	float: right;
	color: #337AB7;
}
	

	
.article-list .media-top{
	padding-top:0px;
}
.article-list .media-bottom{
	border-bottom:0px;}
.new .article-list .media-object{
	width: 100%;
	height: 80px;
}
.relative_diary {
	zoom: 1;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.relative_diary .relative_hd {
	display: inline-block;
	float: left;
	/*border: 1px solid #eee;*/
	padding: 0 4px;
	height: 21px;
	line-height: 21px;
}
.zgs_ico_rd {
	display: inline-block;
	width: 21px;
	height:18px;
	background:url(../images/comp-ico.png) no-repeat -53px -9px;
	vertical-align: -3px;
	margin-right: 5px;
	*vertical-align: middle;
}
.relative_diary .diary_lnk {
	display: inline-block;
	float: left;
	/*border: 1px solid #eee;*/
	padding: 0 5px;
	height: 21px;
	line-height: 21px;
	margin-left: -1px;
	color: #999;
	/*width: 580px;*/
	max-width: 571px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.relative_diary .diary_lnk:hover{color: #000;}
.relative_diary .diary_lnk .diary_hd {
	color: #666;
}
.article-pagination{

}
.article-pagination li{
	display:inline-block;
}
.article-pagination > li > a, .article-pagination > li > span {
	border:none;
}
/*
.article-pagination li a{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}*/
.article-pagination > .active > span.total-page, .article-pagination > .active > span.total-page:hover,  .article-pagination > .active > span.total-page:focus{
	background-color: #fff;
	color:#363636;
}
.article-pagination > li > span.total-page {
	background-color: #fff;
	color:#363636;
}
.article-pagination > .active > a, .article-pagination > .active > span, .article-pagination > .active > a:hover, .article-pagination > .active > span:hover, .article-pagination > .active > a:focus, .article-pagination > .active > span:focus{
	background-color: #327edd;
	border-color: #327edd;
	color:#FFF;
}
.article-pagination > li > a, .article-pagination > li > a:hover,.article-pagination > li > span {
	color:#363636;
}


@media ( max-width: 768px) {
	.new .article-list .media-left{
		padding-right:0;
	}
	.new .article-list .media-heading a {
		font-size:20px;
		font-size:2rem;
	}
	.new .article-list .media-body{
		float:left;
		margin-top:10px;
		width:100%;
	}
	.new .article-list .media-body p{
		height:auto!important;
	}
	.new .article-list .media-object{
	}
	.case-industry .guest-industry .guest-industry-inner{
		margin:10px auto;

	}
	#case-industry .article-list{
		margin: 40px 0 0 0!important;
	}
	#case-industry .article-list .media-body{
		float:left;
		margin-top:10px;
		width:100%;
	}
	#case-industry .article-list .media-body p{
		height:auto!important;
	}
	#case-industry .article-list .media-object{
		width:100%!important;
		height:100%!important;
	}

}
@media ( max-width: 400px) {
	#case-industry  .guest-industry{
		width:100%;
	}
}
/*加入我们*/
.recruit-left p{
}
.recruit-left p span{
	display:inline-block;
	padding:5px 16px 5px 16px;
	cursor: pointer;
}
.recruit-left p.citys span{
	display:inline-block;
	padding:5px 9px 5px 16px;
	cursor: pointer;
}
.recruit-left p span.active{
	color:#327edd;
}
@media ( max-width: 768px) {
	.recruit-left p {
		padding-left:0!important;
	}
}
.contact-us h3{
	font-size:14px;
	font-size: 1.4rem;
	line-height:24px;
	color:#3C3C3C;
	font-weight:600
}
.contact-us address span{
	display:inline-block;
}
.contact-us address span.contact-label{
	margin-right:20px;
}

/*案例*/
.case-industry .guest-industry-inner{
	padding:25px 0 0 0;
	height:100px;
	width:100px;
	border-radius: 50%;
	color:#333;
}
.case-industry .guest-industry-inner p{
	margin-top:5px;
	font-size:16px;
	font-size:1.6rem;
}
.case-industry a{
	text-decoration: none;
}

.case-industry .guest-industry-inner:hover,.case-industry .guest-industry-inner.active{
	background-color:#327edd;
	color:#fff;
}
.case-industry .guest-industry-inner:hover .guest-img-1,.case-industry .guest-industry-inner.active .guest-img-1{
	background-image: url('../images/guest_icon_hover_1.png');
}
.case-industry .guest-industry-inner:hover  .guest-img-2,.case-industry .guest-industry-inner.active .guest-img-2{
	background-image: url('../images/guest_icon_hover_2.png');
}
.case-industry .guest-industry-inner:hover .guest-img-3,.case-industry .guest-industry-inner.active .guest-img-3{
	background-image: url('../images/guest_icon_hover_3.png');
}
.case-industry .guest-industry-inner:hover  .guest-img-4,.case-industry .guest-industry-inner.active .guest-img-4{
	background-image: url('../images/guest_icon_hover_4.png');
}
.case-industry .guest-industry-inner:hover  .guest-img-5,.case-industry .guest-industry-inner.active .guest-img-5{
	background-image: url('../images/guest_icon_hover_5.png');
}
.case-industry .guest-industry-inner:hover .guest-img-6,.case-industry .guest-industry-inner.active .guest-img-6{
	background-image: url('../images/guest_icon_hover_6.png');
}
.case-industry .guest-industry-inner:hover .guest-img-7,.case-industry .guest-industry-inner.active .guest-img-7{
	background-image: url('../images/guest_icon_hover_7.png');
}
.case-industry .guest-industry-inner:hover .guest-img-8,.case-industry .guest-industry-inner.active .guest-img-8{
	background-image: url('../images/guest_icon_hover_8.png');
}
.case-left ul{
	background-color:#eeeeee;
}
.case-left .case-nav-title{
	background-color:#327edd;
	color:#fff;
	padding:5px 8px;
	border-bottom:5px solid #fff;
}
.case-left .case-nav{

	padding:15px 0;
}
.case-left .case-nav li{


}
.case-left .case-nav li.active{

	color:#327edd;

}
.case-left .case-nav li .glyphicon{
	margin-right:12px;
}

.case-left .case-nav li a{
	padding: 5px 15px 5px 30px;
	color:#6d6d6d;

}
.case-left .case-nav li.active a {
	color:#327edd;
}
.case-left .case-nav li.active a:hover{
	color:#327edd;
}
.case-left .case-nav li.first a{
	padding: 5px 15px 5px 8px;
	color:#000000;
}
.course-title{
	background-color:#327edd;
	color:#fff;
	padding:0 20px 0px 20px;
}
.course-content{
	border:1px solid #eee;
	padding:15px 8px 30px;
	margin-bottom:10px;
	height:300px;
}
.course-content li a{
	color:#6d6d6d;
}
.course-content li.first a{
	color:#000;
}
.course-container .title{
	margin-bottom:40px;
}
.course-container .caption a{
	color:#0f0f0f;
}
.course-container .title span{
	display:inline-block;
	border:2px solid #a0a0a0;
	padding:10px 55px;
}
.course-container .title span.more{
	display:inline-block;
	border:none;
	color:#327edd;
	margin-top:50px;
	padding:15px 55px;
}
.course-container .title span.more a{
	color:#327edd;
}

.course-content .more{
	display:none;
	margin-top:0;
}
.course-content .more a{
	color:#6d6d6d;
	font-size:14px;
	font-size: 1.4rem;
}

.about-content {
	/*height: 350px;
	left:50%;
	position: absolute;
	margin-left: -504px;
	width: 1008px;*/
	height: 350px;
	margin: auto;
	
	/*position: relative;*/
}

.about-content .about {
	height: 300px;
	float: left;
	position: absolute;
	color:#fff;
	top: 60px;
	z-index: 100;
}
.job-container{

}
.job-container table td{
	padding:10px 0;
}
.job-container table .job-label{
	width:120px;
	padding:10px 20px 10px 0;
	color:#6d6d6d;
	vertical-align: top;
}
.job-container table .job-label img{
	margin:-5px 15px 0 0;
}
.job-container table ul{
	margin:0;
}
.job-container table ul li.active a{
	color:#327edd;
	text-decoration: none;
}
.job-container table ul li a{
	color:#000;
	text-decoration: none;
}
.job-container table ul li a:hover{
	color:#327edd;
	text-decoration: none;
}
.job-container .job-detail{
	display:none;
}
.contact-us{
	margin-bottom:40px;
}
.job-detail{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}

/*新闻列表页*/
.ejnav {
	height: 44px;
	line-height: 44px;
	width: 100%;
	overflow: hidden;
}
.ejnav .enav {
	width: 1200px;
	margin: 0 auto;
}
.ejnav .enav ul {
	overflow: hidden;
}
.ejnav .enav ul li {
	float: left;
	min-width: 50px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
}
.zx-list {
	width: 1200px;
	margin: 0 auto 20px;
	min-height: 500px;
	overflow: hidden;
}
.zx-list .crumba {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	padding: 15px 0;border-bottom: 1px solid #e6e6e6;
}
.zx-list .left-listbox {
	width: 880px;
	margin-right: 20px;
	float: left;
	min-height: 500px;
	position: relative;
}
.left-listbox .box {
	width: 880px;
	min-height: 200px;
	padding-bottom: 10px;
}
.left-listbox .box .title {
	/*height: 28px;*/
	line-height: 28px;
	padding: 10px;
	border-top: 4px solid #0579F2;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
}
.left-listbox .box .title span {
	font-size: 18px;
	color: #0579F2;
	font-weight: bold;
}
.left-listbox .box .con {
	padding: 25px 15px;
	min-height: 135px;
	border-bottom: 1px dashed #e5e5e5;
}
.left-listbox .box .con .pic {
	float: left;
	width: 200px;
	height: 135px;
}
.left-listbox .box .con .pic img {
	width: 200px;
	height: 135px;
}
.left-listbox .box .con .text-box {
	float: left;
	width: 620px;
	margin-left: 30px;
}
.left-listbox .box .con .text-box .name {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	height: 22px;
	line-height: 21px;
	margin-bottom: 5px;
}
.left-listbox .box .con .text-box .name a.link {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 390px;
	display: inline-block;
	float: left;

}
.left-listbox .box .con .text-box .name span {
	font-size: 12px;
	color: #999;
	float: right;
	font-weight: normal;
}
.left-listbox .box .con .text-box .name span a.num {
	padding-left: 20px;color: #999;
}
.left-listbox .box .con .text-box .name span a.num3 i {
	color: #f22828;
	font-style: normal;
}
.left-listbox .box .con .text-box .text {
	font-size: 14px;
	color: #666;
	min-height: 50px;
	max-height: 85px;
	line-height: 25px;
	padding: 5px 0;
	border: 0;
	box-shadow: 0px 0px 0px rgba(0,0,0,.08);
}
.left-listbox .box .con .text-box .gjc{
	width: 100%;
}
.left-listbox .box .con .text-box .gjc h2{float: left;color: #999;}
.left-listbox .box .con .text-box .gjc ul li{float: left;margin-right: 5px;}
.left-listbox .box .con .text-box .gjc ul li a{color: #999;}
.left-listbox .box .con .text-box .gjc ul li:hover a{color: #0579F2;}
.left-listbox .box .con .text-box .gjc span{float: right;color: #999;}
.left-listbox .box .con .text-box .gjc span:before{margin-right: 5px;font-size: 14px;}

/*fenye*/


/*fenyejieshu*/
/*新闻list右*/
.right-listbox {
	float: left;
	width: 300px;
	min-height: 200px;
}
.right-listbox .box {
	width: 280px;
	padding: 10px;
	min-height: 200px;
	background: #f5f7fa;
	margin-bottom: 15px;
}
.right-listbox .box .title {
	font-size: 16px;
	color: #000;
	height: 35px;
	line-height: 20px;
	padding: 5px 5px 10px;
text-align: left;
}
.right-listbox .box .list {
	padding: 10px 5px 10px 0;
	background: #fff;
}
.right-listbox .box .list ul {
	overflow: hidden;
}
.right-listbox .box .list ul li {
	padding: 5px;
	font-size: 14px;
	color: #666;
	height: 31px;
	line-height: 20px;
}
.right-listbox .box .list ul li .list-green {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFA900;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	padding-right: 0px;
}
.right-listbox .box .list ul li:nth-of-type(1) .list-green{
	background: #F26F20;
	color: #FFFFFF;
}
.right-listbox .box .list ul li:nth-of-type(2) .list-green{
	background: #FD9A01;
	color: #FFFFFF;
}
.right-listbox .box .list ul li:nth-of-type(3) .list-green{
	background: #19A5E2;
	color: #FFFFFF;
}
.right-listbox .box .list ul li label {
	float: left;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #eeeeee;
	font-style: normal;
	margin-right: 5px;
	margin-top: 2px;
	line-height: 18px;
	font-size: 12px;
}
.right-listbox .box .list ul li span {
	display: inline-block;
	width: 220px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-listbox .box .list span.litext {
	display: inline-block;
	width: 250px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/list_dot.png) no-repeat center left;
}
.text_list1 li{
	float: left;
	width: 80px;text-align: center;
	color: #ccc;
}
.text_list1 span{
	float: left;color: #999;
}
/*内容页面结束*/
/*底部*/
/*.footer{*/
	/*padding:20px 0 0 0;*/
	/*background-color:#313131;*/
/*}*/
/*.footer h3,.footer h4,.footer h5{*/
	/*color:#ccc;*/
/*}*/
/*.footer h5{*/
	/*font-size:16px;*/
	/*/!*font-size: 1.6rem;*!/*/
	/*color:#fff;*/
/*}*/
/*.footer img.weixin{*/
	/*/!*margin-top:12px;*/
	/*margin-left:-16px;*!/*/
	/*width:100px;*/
	/*height:100px;*/
/*}*/
/*.footer ul{*/
	/*list-style-type: none;*/
	/*padding: 10px 0px;*/
	/*margin: 0;*/
/*}*/
/*.footer ul li{*/
	/*line-height:24px;*/
/*}*/
/*.footer ul li a{*/
	/*color:#999;*/
	/*/!*font-size:12px;*/
	/*font-size: 1rem;*!/*/
/*}*/
/*.footer address{*/
	/*height:135px;*/
	/*color:#707070;*/
	/*padding-left:32px;*/
/*}*/
/*.footer address h3{*/
	/*margin-top:10px;*/
/*}*/
/*.footer address a{*/
	/*color:#eeeeee;*/
/*}*/
/*.footer .foot-info{*/

/*}*/
/*.footer .weixin-div{*/
	/*background-color:#fff;width:110px;height:110px;margin-top:15px;margin-right:10px;*/
/*}*/
/*@media ( max-width: 992px) {*/
	/*.footer address{*/
		/*margin-bottom:0px;*/
	/*}*/
	/*.footer .text-left{*/
		/*text-align:center;*/
	/*}*/
	/*.footer .foot-info{*/
		/*margin-top:20px;*/
		/*border-left:0px;*/
		/*border-top:1px solid #707070;*/
		/*text-align:center;*/
	/*}*/
/*}*/
/*@media ( max-width: 768px) {*/
	/*.footer address{*/
		/*margin-bottom:0px;*/
	/*}*/
	/*.footer .text-left{*/
		/*text-align:center;*/
	/*}*/
	/*.footer .foot-info{*/
		/*margin-top:20px;*/
		/*border-left:0px;*/
		/*border-top:0px solid #707070;*/
		/*text-align:center;*/
	/*}*/
	/*.footer .weixin-div{*/
		/*margin:0 auto;*/
	/*}*/

/*}*/

/*/!*底部*!/*/
/*.bottomBox {*/
	/*margin-top: 30px;*/
	/*padding-top: 20px;*/
	/*border-top: 1px solid #464646;*/
	/*text-align: center;*/
/*}*/
/*.bottomBox a {*/
	/*display: inline-block;*/
	/*padding: 0 8px;*/
	/*color: #bbb;*/
/*}*/
/*.bottomBox p{*/
	/*color: #bbb;*/
/*}*/
/*.bottomBox {*/
	/*text-align: center;*/
/*}*/
#footer {
	width:100%;
	height:342px;

	margin-top:25px;
	background:#3d3d3d;
	color:#a4a4a4;
}
#footer a {
	color:#a4a4a4;
}
#footer a:hover {
	color:#0579F2
}
#footer .foot-logo {
	height:74px;
	width:157px;
	background:url(../images/log_cog.png) no-repeat;
	margin-top: 20px;
}
#footer .ewm {
	height: 130px;
	width: 130px;
	margin: 50px 10px;
}
#footer .ewm img {
	margin-left: 3px;
}
#footer .ewm p {
	height: 40px;
	line-height: 36px;
	/*width: 130px;*/
	/*padding: 0 5px 0 0;*/
	font-size:14px;
	font-family:Verdana, 微软雅黑;
}
#footer .right {
	width:990px;
}
#footer .foot_page {
	margin:15px -6px 10px;
}
#footer .foot_page a {
	margin:0 5px;
}
#copyright a {
	height:30px;
	line-height:30px;
}
#footer .right .about li {
	width:800px;
	float:left;
}
#footer .right .sicon {
	width:24px;
	height:24px;
	background:url(../images/ico.png) no-repeat;
}
#footer .right .sina {
	background-position:0 -472px;
}
#footer .right .sina:hover {
	background-position:0 -505px;
}
#footer .right .qqonline {
	background-position:-34px -472px;
	margin-left:5px;
}
#footer .right .qqonline:hover {
	background-position:-34px -505px;
}

#footer .footer .iso {
	width:126px;
	height:44px;
	display:block;
	float:left;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.services {
	height: 160px;
	width: 990px;
	border-bottom: 1px solid #4b4b4b;
}
.services li {
	width: 160px;
}
.services dl {
	padding: 15px 0 0 5px;
}
.services dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
}
.services dd {
	line-height: 22px;
}
#footer ul.footer li img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
#footer ul.footer li:hover img{
	filter: none;
	-webkit-filter: grayscale(0%);
}
#footer ul.footer li{margin-right: 10px;}


/*企业列表相关搜索*/
#links {
	width: 1200px;
	margin: 0 auto;
	background-color: #f9f9f9;
	position: relative;border: 1px solid #e0e0e0;
	overflow: hidden;
}
.linksItem {
	clear: both;
	*height: 1%;
	padding: 14px 0 10px;
	margin: 0 20px;
	border-top: 1px dotted #eee;
	color: #585858;
	font-size: 12px;
	overflow: hidden;
}
.b-left {
	width: 133px;
	margin-right: 15px;
	float: left;
	line-height: 24px;
	text-align: right;
}
.b-right {
	width: 1000px;
	float: right;
	line-height: 24px;
}
.b-ul li {
	display: inline-block;
	float: left;
	*display: inline;
	margin-right: 3rem;
	line-height: 24px;
}
.bwBox1 .bwBox1Bot .memberIcon s {
	float: left;
	color: #999;
	line-height: 20px;
	margin-left: 10px;
}
.wd1390{
	width: 1390px !important;margin: 0 auto}
.wd1190{
	width: 1190px;}
.mt20{margin-top: 20px;}
.wd1390 ul li dt {
	width: 208px !important;
	height: 208px !important;
}
.wd1390 ul{
	padding: 4px !important;
}

.relateSelect {
	position: relative;
	line-height: 25px;
	overflow: hidden;
	/*padding-bottom: 44px;*/
	_padding-bottom: 49px;
	zoom: 1;
}
.relateSelect dt {
	height: 25px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0 3px 5px 0;
	border: 1px solid #E0E0E0;
	padding: 0 8px 0 7px;
	width: auto;
}
.relateSelect dt span {
	white-space: nowrap;
	line-height: 25px;
}
.relateSelect dd {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: auto;
	height: 44px;
	overflow: hidden;
}
.relateSelect_1 dd a {
	margin-right: 1em;
	height: 22px;
	float: left;
	white-space: nowrap;
}
.relateSelect dt.select {
	background: #B3B3B3;
	color: #FCFCFC;
	position: relative;
	z-index: 2;
	border: 1px solid #999;
}
.linka{
	width:1390px !important;margin-top: 30px !important;
}
dt{font-weight: normal;}
