.clearFloat {
  width: 100%;
  overflow: hidden;
}
.clearFloat2 {
  clear: both;
  content: '';
  display: block;
}
.clearfix:before,.clearfix:after{
	display:table;
	content:'';
}
.clearfix:after{
	clear:both;
}
.row_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.content:after {
  clear: both;
  content: '';
  display: block;
}
.animation-play-state {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -ms-animation-play-state: paused;
}
body {
  min-width: 1200px;
  overflow-x: hidden;
}
div.main-con {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  overflow-x: hidden;
  padding-top: 110px;
  font-size: 14px;
  transition: all .35s;
}
div.main-con.short {
  padding-top: 70px;
}
div.main-con * {
  box-sizing: border-box;
}
header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  transition: all 0.35s;
  z-index: 100;
}
header.main-header.short {
  top: -38px;
  -moz-box-shadow: 0 0 4px 2px #cccccc;
  -webkit-box-shadow: 0 0 4px 2px #cccccc;
  -o-box-shadow: 0 0 4px 2px #cccccc;
  box-shadow: 0 0 4px 2px #cccccc;
}
header.main-header nav.slide-nav {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  color: #c90101;
  height: 38px;
  border-bottom:1px solid #eee;
}
header.main-header nav.slide-nav div.left {
  float: left;
  line-height: 38px;
  padding-left: 26px;
  background-image: url("../image/nav-img.png");
  background-position: 0 -10px;
  background-repeat: no-repeat;
}
header.main-header nav.slide-nav ul.right {
  float: left;
  font-size: 0;
}
.slide-nav .backOld{
	float:right;
	vertical-align:middle;
	font-size:12px;
	color:#444;
	line-height:38px;
}
header.main-header nav.slide-nav ul.right li.link {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  margin-right: 35px;
  line-height: 38px;
}
header.main-header nav.slide-nav ul.right li.link a {
  color: #444;
}
header.main-header nav.direct-nav {
  position: relative;
  background-color: #ffffff;
  height: 70px;
}
header.main-header nav.direct-nav > div.content {
  position: relative;
}
header.main-header nav.direct-nav > div.content div.left {
  position: absolute;
  width: 160px;
  height: 38px;
  left: 20px;
  top: 16px;
  background-image: url("../image/nav-img.png");
  background-position: 0 -70px;
  background-repeat: no-repeat;
}
header.main-header nav.direct-nav > div.content ul.right {
  float: right;
  font-size: 0;
}
header.main-header nav.direct-nav > div.content ul.right li.link {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  margin-left: 35px;
  line-height: 70px;
}
header.main-header nav.direct-nav > div.content ul.right li.link a {
  display: block;
  width: 100%;
  position: relative;
  transition: all .5s;
}
header.main-header nav.direct-nav > div.content ul.right li.link a::after {
  background: #c90101 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 80%;
  transform: translateY(10px);/**
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);*/
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}
header.main-header nav.direct-nav > div.content ul.right li.link a:hover {
  color: #c90101;
}
header.main-header nav.direct-nav > div.content ul.right li.active a::after{
	color:#C90101;
	background: #c90101 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 80%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}
header.main-header nav.direct-nav > div.content ul.right li.active a{
  color: #c90101;
}
header.main-header nav.direct-nav > div.content ul.right li.link a:hover::after {
  opacity: .8;
  transform: translateY(0px);
}
header.main-header nav.direct-nav button.drop-open-btn {
  display: none;
}
header.main-header nav.direct-nav.icon-show > div.content {
  padding-right: 90px;
}
header.main-header nav.direct-nav.icon-show > div.content button.drop-open-btn {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url(../image/collapse_06.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
  transition: all 0.35s;
}
header.main-header nav.direct-nav.icon-show > div.content button.drop-open-btn.active{
	background-image: url(../image/closed.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
header.main-header nav.direct-nav.icon-show > div.content button.drop-open-btn:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
header.main-header nav.direct-nav div.drop-box {
  width: 300px;
  background-color:#F9F9F9;
  position: absolute;
  right: -300px;
  top: 0;
  transition: all 0.35s;
  min-height: 650px;
  z-index:-1;
  /*display: flex;
  flex-direction: column;*/
}
header.main-header nav.direct-nav div.drop-box.open {
  right: 0;
}
header.main-header nav.direct-nav div.drop-box div.menu {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: right;
  padding-right: 28px;
  font-size: 0;
}
header.main-header nav.direct-nav div.drop-box div.menu span.close-btn {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 24px;
  background-image: url("../image/nav-img.png");
  background-position: 0 -44px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .35s;
}
header.main-header nav.direct-nav div.drop-box div.menu span.close-btn:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari �?Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}
header.main-header nav.direct-nav div.drop-box ul.list {
  width: 100%;
  background-color: #f9f9f9;
  padding-bottom: 18px;
}
header.main-header nav.direct-nav div.drop-box ul.list li.link {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  cursor: pointer;
}
header.main-header nav.direct-nav div.drop-box ul.list li.link:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  color: #f9f9f9;
  transition: all 0.35s;
}
header.main-header nav.direct-nav div.drop-box ul.list li.link:hover {
  background-color: #c90101;
  color: #c90101;
}
header.main-header nav.direct-nav div.drop-box ul.list li.link:hover::before {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}

header.main-header nav.direct-nav div.drop-box div.info {
  width: 100%;
  background-color: #f9f9f9;
 /* flex-grow: 1;*/
  position: relative;
 /* padding: 20px 0;*/
  margin-top:300px;
}
header.main-header nav.direct-nav div.drop-box div.info div.side {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  padding: 0 40px;
}
header.main-header nav.direct-nav div.drop-box div.info div.side p.title {
  margin-bottom: 20px;
}
header.main-header nav.direct-nav div.drop-box div.info div.side p.mark {
  color: #7d7d7d;
  margin-bottom: 30px;
}

header.main-header nav.direct-nav div.drop-box div.info div.side div.img-box {
  width: 100px;
  height: 100px;
  border:1px solid #CAD3DA;
  margin: 0 auto;
  background-image: url("../image/contact_07.png");
  background-position: center center;
  background-repeat: no-repeat;
}
section.main figure.banner {
  width: 100%;
  min-width: 1300px;
  font-size: 0;
}
section.main figure.banner img {
  width: 100%;
  height: auto;
}
section.main nav.menu {
  width: 100%;
  background-color: #f7f7f7;
}
section.main nav.menu ul.list {
  width: 100%;
  overflow: hidden;
}
section.main nav.menu ul.list li {
  float: left;
  padding: 0 20px;
  border-top: 2px solid #f7f7f7;
  line-height: 58px;
  height: 60px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.35s;
}
section.main nav.menu ul.list li.on,
section.main nav.menu ul.list li:hover {
  color: #c90101;
  border-color: #c90101;
  background-color: #ffffff;
}
section.main article.info {
  width: 100%;
  background-color: #ffffff;
}
section.main article.info div.develop {
  margin: 60px 0 110px 0;
  padding: 295px 0 244px 0;
  position: relative;
  background-image: url("../image/aboutus-line.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  display:none;
}
section.main article.info div.develop:after {
  clear: both;
  content: '';
  display: block;
}
section.main article.info div.develop div.top {
  width: 570px;
  height: 295px;
  position: absolute;
  top: -27px;
  left: 52%;
  margin-left: -285px;
  background-image: url("../image/aboutus-list-top.png");
  background-position: center center;
  background-repeat: no-repeat;
}
section.main article.info div.develop div.bottom {
  width: 524px;
  height: 244px;
  position: absolute;
  bottom: -46px;
  left: 49.35%;
  margin-left: -262px;
  background-image: url("../image/aboutus-list-bottom.png");
  background-position: center center;
  background-repeat: no-repeat;
}
section.main article.info div.develop ul.list {
  cursor: default;
}
section.main article.info div.develop ul.list:after {
  clear: both;
  content: '';
  display: block;
}
section.main article.info div.develop ul.list li {
  float: left;
  width: 50%;
  position: relative;
}
section.main article.info div.develop ul.list li:hover.left {
  background-image: url("../image/aboutus-list-hover-leftbg.png");
}
section.main article.info div.develop ul.list li:hover.right {
  background-image: url("../image/aboutus-list-hover-rightbg.png");
}
/*section.main article.info div.develop ul.list li:hover div.con {
  background-color: #ff4141;
}
section.main article.info div.develop ul.list li:hover div.con h5,
section.main article.info div.develop ul.list li:hover div.con p {
  color: #ffffff;
}*/
section.main article.info div.develop ul.list li.left {
  padding: 34px 140px 0 0;
  background-image: url("../image/aboutus-list-leftbg.png");
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 20px;
  left: 1.5%;
}
section.main article.info div.develop ul.list li.right {
  padding: 34px 0 0 140px;
  background-image: url("../image/aboutus-list-rightbg.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 100px;
  right: 1.5%;
}
section.main article.info div.develop ul.list li div.con {
  padding: 30px;
  background-color: #f9f9f9;
  transition: all 0.35s;
}
section.main article.info div.develop ul.list li div.con h5 {
  font-size: 22px;
  color: #ea0909;
  margin-top: 20px;
  font-weight:bold;
}
section.main article.info div.develop ul.list li div.con h5:first-child {
  margin-top: 0;
}
section.main article.info div.develop ul.list li div.con p {
  font-size: 18px;
  margin-top: 20px;
  color:#333;
}
footer {
  background-color: #1e1e1e;
  position: relative;
}
footer article.info {
  width: 820px;
  margin: 0 auto;
  padding: 25px 0 70px 0;
}
/*
footer article.info figure.logo {
  width: 506px;
  height: 160px;
  margin: 0 auto -15px auto;
  background:url(../image/footer1.png) no-repeat center center;
  
}*/

footer article.info figure.logo {
  width: 506px;
  height: 30px;
  margin: 0 auto;
  margin-bottom:20px;
  background:url(../image/footer-new.png) no-repeat center center;
}
#show-map span{
	font-size:30px;
	color:#868484;
}
footer article.info figure a{
	display:block;
	width:100%;
	height:100%;
}
footer article.info figure.logo a{
  width: 506px;
  height: 160px;
  margin: 0 auto -15px auto;
  background:url(../image/footer1.png) no-repeat center center;
  
}
footer .qrcode-wrap{
	margin-top:-60px;
	float:right;
	text-align:center;
}

footer .qrcode-wrap p{
	color:#606060;
	font-size:14px;
	margin-top:10px;
}
footer .qrcode{
	width:106px;
	height:106px;
	border:1px solid #CAD3DA;
}

footer .qrcode img{
	margin-top:2px;
}
#show-map{
	width:500px;
	height:50px;
	margin:0 auto;
	text-align: center;
	margin-top:20px;
}
#show-map .icon{
	display:inline-block;
	width:17px;
	height:24px;
	background:url(../image/footer_08.png) no-repeat center center;
	animation: up 0.5s ease infinite alternate;
  transition: 0.5s;
  cursor: pointer;
}
#show-map p{
	color:#606060;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}
/*
#show-map span{
	font-size:30px;
	color:#d4d4d4;
}*/
footer article.copyright {
  background-color: #171717;
  height: 50px;
}
footer article.copyright div.box {
  width: 1000px;
  margin: 0 auto;
}
footer article.copyright div.box:after {
  clear: both;
  content: '';
  display: block;
}
footer article.copyright div.box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #505050;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}
.copyright div.box .xh{
	padding-left:34px;
	background:url(../image/hz_03.png) no-repeat left center;
}
 button#gotop {
  /*display: none;*/
  width: 50px;
  height: 50px;
  background-image: url("../image/scroll-top.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  /*position: fixed;
  right: 20px;
  bottom: 60px;*/
  cursor: pointer;
  /*z-index:9999;*/

}
div.mask-layer {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  display: none;
}
div.popup-box {
  position: fixed;
  left: 50%;
  top: -800px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border: 10px solid #525252;
  transition: all 1s;
  z-index: 6;
  font-size: 0;
}
div.popup-box.on {
  top: 50%;
}
div.popup-box span.close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -60px;
  top: 0;
  background-image: url("../image/close-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 1s;
  cursor: pointer;
}
div.popup-box span.close-popup:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari �?Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}
div.popup-box video {
  display: block;
  width: 680px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  header.main-header nav.direct-nav div.drop-box div.info div.side {
    padding: 10px 40px;
  }
  header.main-header nav.direct-nav div.drop-box div.info div.side p.title {
    margin-bottom: 10px;
  }
  header.main-header nav.direct-nav div.drop-box div.info div.side p.mark {
    color: #7d7d7d;
    margin-bottom: 20px;
  }
  header.main-header nav.direct-nav div.drop-box div.info {
	width: 100%;
    background-color: #f9f9f9;
    position: relative;
    margin-top:90px !important;
 }

	div.main-con {
		width: 100%;
		overflow: hidden;
		min-width: 1200px;
		overflow-x: hidden;
		padding-top: 80px;
		font-size: 14px;
		transition: all .35s;
	}
	 header.main-header nav.direct-nav {
		position: relative;
		background-color: #ffffff;
		height: 50px;
	}
	header.main-header nav.direct-nav > div.content ul.right li.link {
	  display: inline-block;
	  vertical-align: middle;
	  *display: inline;
	  *zoom: 1;
	  font-size: 18px;
	  margin-left: 35px;
	  line-height: 50px;
	}
	header.main-header nav.direct-nav > div.content div.left {
	  position: absolute;
	  width: 160px;
	  height: 38px;
	  left: 20px;
	  top: 10px;
	  background-image: url("../image/nav-img.png");
	  background-position: 0 -70px;
	  background-repeat: no-repeat;
	}
	header.main-header nav.direct-nav.icon-show > div.content button.drop-open-btn {
	  display: block;
	  width: 22px;
	  height: 18px;
	  border: none;
	  background-color: transparent;
	  background-image: url(../image/collapse_06.png);
	  background-position: 0 0;
	  background-repeat: no-repeat;
	  position: absolute;
	  right: 20px;
	  top: 16px;
	  cursor: pointer;
	  transition: all 0.35s;
	}
	header.main-header nav.slide-nav {
	  width: 100%;
	  overflow: hidden;
	  background-color: #fff;
	  color: #c90101;
	  height: 28px;
	  border-bottom:1px solid #eee;
	}
	header.main-header nav.slide-nav div.left {
	  float: left;
	  line-height: 28px;
	  padding-left: 26px;
	  background-image: url("../image/nav-img.png");
	  background-position: 0 -10px;
	  background-repeat: no-repeat;
	}
	header.main-header nav.slide-nav ul.right li.link {
	  display: inline-block;
	  vertical-align: middle;
	  *display: inline;
	  *zoom: 1;
	  font-size: 12px;
	  margin-right: 35px;
	  line-height: 28px;
	}
	.slide-nav .backOld{
		float:right;
		vertical-align:middle;
		font-size:12px;
		color:#444;
		line-height:28px;
	}
}
/*==========公司介绍=====================*/
.aboutcompany{
	width:1000px;
	margin:0 auto;
}
.aboutcompany .com-txt{
	width:999px;
	margin:22px 0 52px 0;
}
.aboutcompany p{
	font-size:16px;
	color:#333;
	padding-top:35px;
	text-indent:24px;
	line-height:1.6;
	text-align:justify;
	text-justify:inter-ideograph;
}
.conmpany_qualification{
	width:1200px;
	height:50px;
	background:#f8f8f8;
}
.conmpany_qualification span{
	  display: inline-block;
    width: 108px;
    height: 50px;
    /* background: #C90101; */
    color: #222;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.company_zhengshu{
	width:1200px;
	height:244px;
	margin:47px auto 150px auto;
}
.company_zhengshu img{
	width:100%;
	height:auto;
}
/*========新闻资讯====================*/
.media-report{
  width:100%;
	margin:64px auto 0px auto;
	display:none;
}
#content{
	width:100%
}
/*企业咨询*/
.qyzx{
	width:1200px;
	margin:0 auto;
}
.qyzx-main{
	width:890px;
	margin:0 auto;
	margin-left:0px;	
	margin-bottom:80px;
}
.qyzx h5{
	text-align:left;
	margin:64px 0 40px 0;	
}
.qyzx a.more{
	font-size:14px;
	color:#C90101;
	float:right;
	margin-top:-20px;
}
.zxnr ul{
	width:100%;
	margin-top:60px;
}
.zxnr ul li{
	line-height:30px;
}
.zxnr ul li i{
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	background:#C90101;
	margin-right:5px;
	float: left;
  margin-top: 10px;
}
.zxnr ul li a{
	font-size:14px;
	color:#666666;
	}
.zxnr ul li a span.con-txt{
	display:inline-block;
	width:580px;
	overflow:hidden ;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zxnr ul li a span.con-right{
		color:#8e8e8e;
		float:right;	
	}
	/*行业咨询*/
.hyzx{
		width:100%;
		background:#f7f7f7;
		border:1px solid transparent;
}
.hyzx .hyzx-con{
	width:1200px;
	margin:0 auto;
	margin:60px auto 90px auto;
}
.hyzx a.more{
	font-size:14px;
	color:#C90101;
	float:right;
	margin-top:-20px;
}
.industy{
	width:588px;
}
.industy ul li a span.con-txt{
	display:inline-block;
	width:409px;
	overflow:hidden ;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-ul{
	float:left;
}
.fr-ul{
	float:right;
}
	/*媒体报道*/
.mtbd{
	width:1200px;
	margin:0 auto;
	margin-top:64px;
}
.mtbd h5{
	font-size:34px;
	font-weight:normal;
	text-align:center;
	margin:64px 0 40px 0;	
}
.media-content{
	width:1100px;
	border:1px solid #e5e5e5;
  padding-bottom:30px;
  margin-left: 15px;
}
.media-content .wangzhi{
	width:1009px;
	height:124px;
	margin:32px 62px 0 36px;
	border-bottom:1px solid #e9e9e9;
	position:relative;
}
.media-content .wangzhi .caption{
	font-size:20px;
	color:#888888;
}
.media-content .wangzhi .date-time{
	margin:30px 0;
}
.media-content .wangzhi .date-time .bold{
	font-size:24px;
	position:absolute;
	color:#333;
}
.media-content .wangzhi .date-time .yue{
	font-size:16px;
	position:absolute;
	left:70px;
	top:75px;
	color:#333;
}
.media-content .wangzhi .date-time .line{
	display:inline-block;
	width:20px;
	height:40px;
	background:url(../image/line_03.png) no-repeat center center;
	position:absolute;
	left:50px;
}
.media-content .wangzhi .wz-con{
	position:absolute;
	left:265px;
	top:44px;
}
.media-content .wangzhi .tit{
	font-size:18px;
	color:#333;
}
.media-content .wangzhi .url{
	font-size:13px;
	color:#aaaaaa;
	margin-top:15px;
}
.media-content .wangzhi .url a{
	color:#AAAAAA;
}
.media-content .wangzhi .w_pic{
	position:absolute;
	right:0;	
}
.media-content .wangzhi:hover .caption{
	color:#C90101;
}
.media-content .wangzhi:hover .url>a{
	color:#C90101;
}
.media-content .w-openInfo{
	 width:48px;
   height:48px; 
	text-align: center;
	line-height: 48px;
	padding-right:5px;
	cursor: pointer;
	background:url(../image/open.gif) no-repeat right center;
	margin-left:996px;
	margin-top:20px;
}
.media-content .w-closeInfo{
	 width:48px;
   height:48px; 
	text-align: center;
	line-height: 48px;
	padding-right:5px;
	cursor: pointer;
	background:url(../image/close.gif) no-repeat right center;
	margin-left:996px;
	margin-top:20px;
	display:none;
}
.pageCurrent{
	width:780px;
	margin:58px auto 88px auto;
}
.pageCurrent a{
	display:inline-block;
	height:38px;
	border:1px solid  #e3e3e3;
	text-align:center;
	line-height:38px;
	padding:0 15px;
	margin-left:10px;
	border-radius:5px;
}
.pageCurrent a:hover{
	background:#e01f20;
	color:white;
}
.pageCurrent .on{
	background:#e01f20;
	color:white;
}
/*=========企业文化======================*/
.culture{
	width:1200px;
	margin:80px auto 62px auto;
	display:none;
}
.culture .c_title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.culture .about_lawyee{
	margin:50px 0px  45px 0px;
	line-height:1.6;
	text-align:center;
	font-size:16px;
	
}
.culture .lawyee_culture{
	width:1200px;
	height:640px;
	margin:0 0 62px 0;
}
.culture .lawyee_culture  .c-txt .top-txt{
  text-align: center;
  margin-top:55px;
  font-size:20px;
  line-height:1.6;
}
.culture .lawyee_culture  .top-tit{
	font-size:28px;
	line-height:50px;
	padding-left: 30px;
	color:#666666;
	margin-top:40px;
}
.culture .lawyee_culture  .top-tit i{
	display:inline-block;
	width:6px;
	height:50px;
	background:#C90101;
	float:left;
}
.culture .lawyee_culture  .sj_f{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F7F7F7;
	position:absolute;
	left:398px;
	z-index:5;
	top:160px;
}
.culture .lawyee_culture .sj_s{
	display:inline-block;
	border-top: 6px solid #F7F7F7;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
	position:absolute;
	left:200px;
	z-index:5;
	top:320px;
}
.culture .lawyee_culture .sj_t{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid  #F7F7F7;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
	position:absolute;
	left:388px;
	z-index:5;
	top:160px;
}
.culture .lawyee_culture .company_philosophy:hover{
	background:white;
}
.culture .lawyee_culture .company_philosophy:hover .top-tit{
	color:#000000;
}
.culture .lawyee_culture .company_philosophy:hover .top-txt{
	color:#666;
}
.culture .lawyee_culture .company_philosophy:hover .sj_f{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
	position:absolute;
	left:400px;
	z-index:5;
	top:160px;
}
.culture .lawyee_culture .company_philosophy:hover .sj_s{
	display:inline-block;
	border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
	position:absolute;
	left:200px;
	z-index:5;
	top:320px;
}
.culture .lawyee_culture .company_philosophy:hover .sj_t{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
	position:absolute;
	left:-12px;
	z-index:5;
	top:160px;
}
.culture .lawyee_culture ul li .shadow{
	width:400px;
	height:320px;
	position:absolute;
	z-index:3;
	background:#bd0b0b;
	opacity:0.7;
	filter:Alpha(opacity=70);
}
.lawyee_culture{
	position:relative;
}
.lawyee_culture  .one{
	width:800px;
	height:320px;

	position:absolute;
	top:0;
}
 .lawyee_culture .second{
	width:800px;
	height:320px;

	position:absolute;
	top:320px;
}
.lawyee_culture .third{
	width:400px;
	height:640px;

	position:absolute;
	top:0;
	right:0;
}
.lawyee_culture .c-txt,.lawyee_culture .c-pic{
	width:400px;
	height:320px;
}
.lawyee_culture .one .c-txt{
	float:left;
	background:#f7f7f7;
}
.lawyee_culture .one .c-pic{
	float:right;
}
.lawyee_culture .c-pic .shadow{
	width:400px;
	height:320px;
	position:absolute;
	z-index:3;
	background:#bd0b0b;
	opacity:0.5;
	filter:Alpha(opacity=50);
}
.lawyee_culture .second .c-txt{
	float:right;
		background:#f7f7f7;
}
.lawyee_culture .second .c-pic{
	float:left;
}
.lawyee_culture .third .c-txt{
	position:absolute;
	top:0;
		background:#f7f7f7;
}
.lawyee_culture .third .c-pic{
  position:absolute;
	top:320px;
}
.lawyee_culture .intro .intro-wrapper{
	width:478px;
	margin:35px auto;
}
.lawyee_culture .intro .intro-wrapper p{
	 font-size:14px;
	 color:#666666;
	 line-height:1.6;
	 margin-top:15px;
}
.lawyee_culture .third p{
	margin-bottom:25px;
}
.lawyee_culture .third p .first{
	font-size:14px;
	 color:#666666;
	 font-weight:bold;
}
.lawyee_culture .third p .two{
	display:inline-block;
	width:290px;
	float:right;
}
.lawyee_culture .intro{
	display:none;
}
/*================人才招聘======================*/
.zhaopin{
	width:1200px;
	height:auto;
	margin:70px auto;
	display:none;
}
.zhaopin .zp-l{
	width:725px;
	height:500px;
	float:left;
}
.zhaopin .zp-l h4{
	font-size:28px;
	font-weight:normal;
	margin-bottom:74px;
}
.zhaopin .zp-l .zp-tit{
	font-size:20px;
	font-weight:bold;
}
.zhaopin .zp-l .zp-tit i{
	display:inline-block;
	width:6px;
	height:26px;
	background:url(../image/rencai_06.png) no-repeat;
	float:left;
}
.zhaopin .zp-l .zp-txt span{
	 font-size:16px;
	 font-weight:bold;
}
.zhaopin .zp-l .zp-txt p{
	font-size:16px;
	line-height:1.6;
	padding-top:20px;
	color:#333;
}
.zhaopin .zp-r{
	float:right;
	width:400px;
	height:500px;
	background:url(../image/rencai_03.png) no-repeat;
	text-align: center;
        margin-top:30px;
}
.zhaopin .zp-r .join{
	font-size:16px;
	font-weight:bold;
	margin-top:42px;
}
.zhaopin .zp-r .email a{
	font-size:28px;
}
.zhaopin .zp-r .email{
	margin-top:50px;
}
.zhaopin .zp-r .quick{
	font-size:16px;
	color:#666;
	margin-top:94px;
}
.zhaopin .zp-r .last-txt{
	font-size:16px;
	color:#666;
	margin-top:200px;
}
/*============联系我们======================*/
.lianxi{
	width:1200px;
	height:auto;
	margin:0 auto;
	display:none;
}
.joinus{
	width:780px;
	margin:0 auto;
	margin-top:110px;
	
}
.joinus h5{
	font-size:34px;
	text-align: center;
	font-weight:normal;
}
 .zp{
	width:780px;
	margin:0 auto;
	margin-top:60px;
	position:relative;
}
.zp-txt p{
	font-size:14px;
	line-height:1.6;
	padding-top:20px;
	color:#777777;
}
.zp-txt{
	margin-bottom:50px;
}
.zp-txt .title{
	 font-size:16px;
	 font-weight:bold;
	 color:#222;
	 float:left;
}
.zp-txt .txt-con{
	 font-size:14px;
	 color:#777777;
	 width:715px;
}
.file-inp{
	cursor: pointer;
	overflow: hidden;
	width:638px;
	height:40px;
}
input[type='file']{
	opacity:0;
    filter: alpha(opacity=0); 
    -moz-opacity: 0; 
	width:780px;
	height:40px;
	z-index:10;
}
 .zp .vitae{
	width:638px;
	height:40px;
	background:#f9f9f9;
	border:1px solid #e6e6e6;
	text-indent:10px;
	color:#999999;
}
 .zp input::-webkit-input-placeholder{
	color:#999;
	font-size:14px;
}
 .zp input:-moz-placeholder{
	color:#999;
	font-size:14px;
}
.zp input::-moz-placeholder{
	color:#999;
	font-size:14px;
}
 .zp input:-ms-input-placeholder{
	color:#999;
	font-size:14px;
}
 .zp .scbtn{
	display:inline-block;
	width:118px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background:#C90101;
	color:#ffffff;
	font-size:14px;
	position:absolute;
	right:3px;
}
.uploadBtn{
	position:absolute;
	left:0;
	bottom:0px;
}
.contactUs{
	width:780px;
	margin:70px auto 50px auto;
}
.contactUs h5{
	font-size:34px;
	text-align: center;
	font-weight:normal;
}
.contactUs .contactus-con{
	margin-top:60px;
}
.contactUs .tel{
	font-size:28px;
	background:url(../image/contact_03.png) no-repeat;
	padding:5px 0px 5px 30px;
}
.contactWay{
	float:right;
}
.contactWay ul{
	margin-top:35px;
}
.contactWay ul li{
	font-size:16px;
	margin-top:25px;
	color:#333;
}
.contactWay ul li span{
	color:#999;
}
.contactWay .c_erweima{
	width:142px;
	height:142px;
	border:1px solid #CAD3DA;
	margin-top:42px;
	text-align: center;
	vertical-align: middle;
}
.map{
	width:780px;
	height:380px;
	border:4px solid #f9f9f9;
	float:left;
	position:relative;
	font-family: "微软雅黑";
}
.contact_form{
	width:780px;
	margin:0 auto;
	margin-top:20px;
	text-align: center;
}
/*
.contact_form input{
	width:378px;
	height:40px;
	border:1px solid #e6e6e6;
	margin-bottom:20px;
	text-indent:15px;
	font-family: "微软雅黑";
	background:#f9f9f9;
}*/
.contact_form .y_email,.contact_form .y_tel{
	width:378px;
	height:40px;
	border:1px solid #e6e6e6;
	margin-bottom:12px;
	text-indent:15px;
	font-family: "微软雅黑";
	background:#f9f9f9;
}
.contact_form .y_tel{
	margin-left:18px;
}
.contact_form input::-webkit-input-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form input:-moz-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form input::-moz-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form input:-ms-input-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form textarea{
	width:780px;
	height:150px;
	resize: none;
	border:1px solid #e6e6e6;
	padding:14px;
	font-family: "微软雅黑";
	color:#222;
	background:#f9f9f9;
}
.contact_form textarea::-webkit-input-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form textarea:-moz-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form textarea::-moz-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form textarea:-ms-input-placeholder{
	color:#999;
	font-size:14px;
}
.contact_form textarea:hover{
  border:1px solid #e6e6e6;
	background:#fff;
}
.contact_form textarea:focus{
	/*border:1px solid red;*/
	outline: none;
}
.contact_form input:focus{
	/*border:1px solid red;*/
	outline: none;
}
.contact_form .btn{
	width:780px;
	height:40px;
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	text-align: center;
	line-height:40px;
	color:white;
	font-size:16px;
	font-family: "微软雅黑";
	background:#C90101;
	color:white;
	margin-top:64px;
}
.contact_form .btn:hover{
	background:#C90101 ;
	border:none;
	cursor: pointer;
	color:#fff;
}
#show-map .icon{
	-webkit-animation:up 0.5s ease infinite alternate;
	-moz-animation:up 0.5s ease infinite alternate;
	-ms-animation:up 0.5s ease infinite alternate;
	-o-animation:up 0.5s ease infinite alternate;
	animation:up 0.5s ease infinite alternate;
	
}
@-moz-keyframes up{
	from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
	to{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}
}
@-webkit-keyframes up{
	from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
	to{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}
}
@-ms-keyframes up{
	from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
	to{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}
}
@-o-keyframes up{
	from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
	to{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px)}
}

/*10月26修改的新闻资讯样式*/
#content{
	width:1200px;
}
.media-ul{
	width:942px;
}
.media-ul li{
  width: 115px;
	float:left;
	font-size:16px;
	color:#999999;
	margin-left: 14px;
  padding-left: 18px;
  cursor:pointer;
}
.media-ul li:hover{
	color:#333333;
}
.media-ul li.active{
	color:#333333;
}
.media-ul li:hover i{
	display:inline-block;
	width:11px;
	height:11px;
	background:url(../image/ab-bg_03.png) no-repeat;
	padding-left:15px;
}
.media-ul li i.on{
	display:inline-block;
	width:11px;
	height:11px;
	background:url(../image/ab-bg_03.png) no-repeat;
	padding-left:15px;
}
.business-main{
	margin-top:64px;
}
.business-consulting{
	width:1100px;
    margin-left:15px;
	border:1px solid #e6e6e6;
	padding: 32px 32px 0 32px;
}
.business-consulting .business-wrap{
    position:relative;
}
.business-consulting .year{
	font-size:20px;
	color:#C90101;
	float:right;
}
.business-consulting .year .bold{
	font-size:24px;
	color:#333;
	position:absolute;
	left:0;
}
.business-consulting .year .line{
	display: inline-block;
    width: 20px;
    height: 40px;
    background: url(../image/line_03.png) no-repeat center center;
    position: absolute;
    left: 50px;
}
.business-consulting .year .yue{
	font-size: 16px;
    position: absolute;
    left: 64px;
    top: 24px;
    color: #333;
}
.business-consulting .business-con{
	width:900px;
	float:right;
	margin-bottom:40px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
}
 .month{
	font-size:16px;
	color:#888888;
	float:right;
}
.business-title .txt{
	font-size:16px;
	color:#222222;
	margin-left:20px;
}
.business-consulting .main-content{
	width:900px;
	margin-left: 23px;
	margin-top:20px;
}
.business-consulting .main-content p{
	font-size:14px;
	color:#666666;
	line-height:1.5;
	text-indent:30px;
	margin-bottom:10px;
}
 .fenye{
	float:right;
	display:inline-block;
	width:80px;
	text-align:center;
	padding-bottom:30px;
	margin-right: 15px;
}
.fenye span{
	color:#999999;
}
.fenye .first{
	color:#C90101;
}
.fenye a.prev{
	display:inline-block;
	width:13px;
	height:23px;
	background:url(../image/prev_03.png) no-repeat center center;
}
.fenye a.prev:hover{
	background:url(../image/prev_07.png) no-repeat center center;
}
.fenye a.next{
	display:inline-block;
	width:13px;
	height:23px;
	background:url(../image/next-03.png) no-repeat center center;
}
.fenye a.next:hover{
	background:url(../image/next_09.png) no-repeat center center;
}
.fenye .fanye{
	display:inline-block;
	float:right;
	margin-top:-4px;
}
.fenye .fanye a{
	margin-left:10px;
}
/*企业文化11.9修改*/
.culture .culture-con{
	width:1200px;
	height:640px;
	position:relative;
	overflow: hidden;
}
.culture-bottom .c-txt,.culture-bottom  .c-txt2{
	width:400px;
	height:320px;
	float:left;
	background:#f7f7f7;
}
.culture-bottom .c-txt2{
	float:right;
	padding:30px;
	font-size:14px;
	line-height:1.6;
}
.c-txt2 p{
	margin-top:15px;
	text-indent:28px;
	color:#ffffff;
	line-height:1.6;
	padding:0 40px;
}
.c-txt .top-txt{
  text-align: center;
  margin-top:55px;
  font-size:20px;
  line-height:1.6;
}
 .culture-con .top-tit{
	font-size:28px;
	line-height:50px;
	padding-left: 30px;
	color:#666666;
	margin-top:40px;
}
 .culture-con .top-tit i{
	display:inline-block;
	width:6px;
	height:40px;
	background:#C90101;
	float:left;
	margin-top:8px;
}
  .culture-con .sj_f{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F7F7F7;
	position:absolute;
	left:400px;
	z-index:5;
	top:160px;
}
.culture-bottom .culture-first{
	position:absolute;
	left:400px;
	top:0;
	overflow: hidden;
}
 .culture-bottom .culture-second{
	position:absolute;
	right:0;
	top:0;
	overflow: hidden;
}
.c-pic{
	width:400px;
	height:320px;
	position:absolute;
	left:400px;
}
.c-pic2{
	width:400px;
	height:320px;
}
.c-pic .shadow , .c-pic2 .shadow{
	width:400px;
	height:320px;
	position:absolute;
	z-index:3;
	background:#000;
	opacity:0.2;
	filter:Alpha(opacity=20);
}
.rightsj{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid #F7F7F7;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
	position:absolute;
	left:388px;
	z-index:5;
	top:160px;
}
.culture-bottom{
	width:1200px;
	height:320px;
	position:absolute;
	bottom:0px;
	background:#f7f7f7;
}
.culture-bottom .intro-wrapper{
	width:400px;
	height:320px;
	position:absolute;
}
.culture-bottom .cb-txt1{
	left:0;
	top:0px;
	background:rgba(201,1,1,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5c90101,endColorstr=#e5c90101);
	z-index:20;
	display:none;
}
.culture-bottom .cb-txt2{
	right:0;
	top:0px;
	background:rgba(201,1,1,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5c90101,endColorstr=#e5c90101);
	z-index:20;
	display:none;
}
.culture-bottom .intro-wrapper p{
	 font-size:14px;
	 color:#ffffff;
	 line-height:1.6;
	 margin-top:15px;
	 padding:0 20px;
}
.culture-bottom .intro-wrapper p .two{
	display:inline-block;
	width:293px;
	float:right;
}
.culture-bottom .intro-wrapper p .first{
	font-size:14px;
	 color:#ffffff;
	 font-weight:bold;
}
.culture-bottom .intro-wrapper h3{
	 font-size: 14px;
	 color: #FFFFFF;
	 line-height: 1.6;
	 margin-top:10px;
	 padding: 0 20px;
}
.sj_r{
	display:inline-block;
	border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F7F7F7;
	position:absolute;
	left:0px;
	z-index:5;
	top:160px;
}

.culture-top .c-txt{
	width:400px;
	height:320px;
	background:#f7f7f7;
	position:absolute;
}
.culture-top .c-txt2{
	width:800px;
	height:320px;
	z-index:20;
	background:rgba(201,1,1,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5c90101,endColorstr=#e5c90101);
	position:absolute;
}
.culture-top .smyj{
	left:0;
	top:0;
}
.culture-top .fwzz-con{
	left:0px;
	top:0;
	display:none;
}
.culture-top .smyj-con{
	left:400px;
	top:0;
	display:none;
}

.culture-top .fwzz{
	right:0;
	top:0;
}

.culture-top .fuzzsj{
	display:inline-block;
	border-top: 6px solid transparent;
    border-right: 6px solid #F7F7F7;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
	position:absolute;
	left:-12px;
	z-index:5;
	top:160px;
}
.culture-bottom .culture-first h3{
	font-size:14px;
	color:#666666;
	line-height:1.6;
	margin-top:30px;
	padding:0 20px;
}

@media only screen and (device-width: 1920px) {
	header.main-header nav.direct-nav div.drop-box ul.list {
	  width: 100%;
	  background-color: #f9f9f9;
	  padding-bottom: 18px;
	  margin-top:20px;
	}
};
