* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

*:after,
*:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	visibility: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
thead,
tbody,
tfoot,
tr,
td,
th,
form,
fieldset,
label,
input,
button,
textarea,
select,
option,
img,
iframe {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
}

i,
em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
label,
b,
th {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fl {
	float: left;
}

.flr {
	float: right;
}

.fln {
	float: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

body {
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333;
	background-color: #fff;
}

.header,
.banner,
.service,
.lead,
.team,
.case,
.bar,
.advan,
.news,
.contact,
.partner,
.footer,
.banner-sub,
.main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;
}


/*header*/

.header {
	height: 100px;
	background: url(../images/header-bg.png) repeat top left;
}

.header .logo {
    color: #fff;
    line-height: 60px;
    font-weight: bold;
	    margin-left: 40px;
	display: block;
	float: left;
	margin-top: 20px;
}

.header-ul {
	float: left;
	margin-top: 35px;
	margin-left: 20px!important;
}

.header-li {
	position: relative;
	float: left;
	margin-left: 10px;
}

.header-a {
	display: block;
	padding: 0 10px;
	color: #c7c7c7;
	line-height: 30px;
	border-radius: 4px;
}

.header-li.active .header-a,
.header-li .header-a.active,
.header-li .header-a:hover {
	color: #fff;
	background-color: #4e6ef2;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	padding-top: 9px;
	z-index: 1000;
}

.dropdown-menu a {
	
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background-color: #696568;
	background-color: rgba(105, 101, 104, .3);
	border-bottom: 1px solid #635f62;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-li:last-child a {
	border-bottom: none;
}


/*banner*/

.banner {
	position: relative;
	height: 700px;
	overflow: hidden;
}

.banner .bd li {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.banner .bd li a {
	display: block;
}

.banner .bd img {
	display: block;
}

.banner-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -30px;
	width: 1200px;
}

.banner-btn a {
	position: absolute;
	top: 0;
	display: block;
	width: 60px;
	height: 60px;
}

.banner-btn a.prev {
	left: 0;
	background: url(../images/foot.png) no-repeat 0 0;
}

.banner-btn a.next {
	right: 0;
	background: url(../images/foot.png) no-repeat -60px 0;
}

.banner .hd {
	position: absolute;
	left: 50%;
	top: 320px;
	margin-left: -84px;
}

.banner .hd ul li {
	float: left;
	margin-left: 20px;
	/* margin-right: 20px; */
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: pointer;
}

.banner .hd ul li.on {
	filter: alpha(opacity=100);
	opacity: 1;
	background: #4e6ef2;
}


/*service*/

.service {
	padding-top: 60px;
	padding-bottom: 170px;
	background: url(../images/dot-bg.png) repeat top left;
}

.title {
	margin-bottom: 40px;
}

.title-span {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
}

.title-span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 1px;
	background-color: #ddd;
}

.title-span:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	display: block;
	content: '';
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background-color: #4e6ef2;
}

.title h2 {
	font-size: 30px;
	color: #4e6ef2;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
}

.title h3 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}


/*service*/

.service-li {
	float: left;
	position: relative;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 270px;
	height: 230px;
	overflow: hidden;
}

.service-li.marright0 {
	margin-right: 0;
}

.service-li .on {
	height: 228px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.service-li .on img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.service-li .on h3 {
	position: relative;
	padding: 16px 0;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}

.service-li .on h3:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	margin-left: -20px;
	width: 40px;
	height: 1px;
	background-color: #ddd;
}

.service-li .on p {
	padding: 8px 0;
	font-size: 16px;
	color: #999;
	line-height: 20px;
}

.service-li .turn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	font-size: 14px;
	color: #fff;
	line-height: 280px;
	background-color: #4e6ef2;
	background-color: #4e6ef2;
	background-image: url(../images/see-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .4s;
	border-radius: 50%;
	z-index: 2;
}

.service-li a:hover .turn {
	top: 0;
	left: 0;
	width: 270px;
	height: 230px;
	border-radius: 0;
}


/*lead*/

.lead {
	padding-bottom: 100px;
	background: #000
	/*background: url(../images/red-bg.png) repeat top left;*/
}

.lead-title {
	float: left;
	margin-top: -130px;
}

.lead .text {
	float: right;
	margin-top: 150px;
	width: 770px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}

.lead .text .more {
	display: inline-block;
	margin-top: 55px;
	padding: 0 16px;
	min-width: 128px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fff;
}


/*team*/

.team {
	padding-top: 84px;
	padding-bottom: 100px;
	background: url(../images/dot-bg.png) repeat top left;
}

.scroll_horizontal {
	position: relative;
}

.scroll_horizontal .box {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.scroll_horizontal .list {
	width: 99999px;
	overflow: hidden;
}

.scroll_horizontal .list li {
	float: left;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
	position: absolute;
	top: 50%;
	font: 0/0 Arial;
	cursor: pointer;
}

.scroll_horizontal .prev:hover,
.scroll_horizontal .next:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*team-scroll*/

.team-scroll .box {
	width: 1200px;
}

.team-scroll .list li {
	width: 300px;
}

.team-scroll .prev,
.team-scroll .next {
	margin-top: -40px;
	width: 30px;
	height: 80px;
	background-image: url(../images/control.png);
	background-repeat: no-repeat;
}

.team-scroll .prev {
	left: -55px;
	background-position: 0 0;
}

.team-scroll .next {
	right: -55px;
	background-position: 0 -80px;
}

.team-item {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 270px;
	text-align: left;
	overflow: hidden;
}

.team-item .pic,
.team-item .pic img {
	display: block;
	width: 100%;
	height:385px;
}

.team-item .text {
	padding: 20px 16px;
	background-color: #f3f1f1;
}

.team-item .text h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #666;
	line-height: 30px;
}

.team-item .text h3 span {
	margin-left: 16px;
	font-size: 16px;
	color: #c6c6c6;
}

.team-item .text p {
	height: 88px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
}

.team-item .more {
	display: block;
	padding-left: 18px;
	font-size: 16px;
	color: #999;
	line-height: 60px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #f3f1f1;
}

.team-turn {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 16px;
	color: #fff;
	background-color: #252321;
}

.team-turn:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 6px;
	background-color: #4e6ef2;
}

.team-turn h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}

.team-turn h3 span {
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
}

.team-turn p {
	margin-bottom: 10px;
	height: 132px;
	line-height: 22px;
	overflow: hidden;
}

.team-turn .order {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 120px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: #4e6ef2;
	border-radius: 5px;
}


/*case*/

.case {
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #f4f4f4;
}

.title-desc {
	margin-bottom: 35px;
	font-size: 20px;
	color: #333;
}

.title-desc span {
	margin-bottom: 30px;
	font-size: 30px;
	color: #4e6ef2;
	font-weight: bold;
}

.case-ul {
	margin-bottom: 40px;
}

.case-li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 590px;
}

.case-li.marright0 {
	margin-right: 0;
}

.case-li img {
	float: left;
	width: 330px;
	height: 210px;
}

.case-li .text {
	float: left;
	padding: 20px 30px;
	width: 200px;
	height: 170px;
	color: #fff;
	text-align: left;
	background-color: #4e6ef2;
}

.case-li .text h5 {
	margin-bottom: 25px;
	font-size: 12px;
}

.case-li .text h4 {
	margin-bottom: 24px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.case-li .text a {
	display: inline-block;
	width: 118px;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border: 1px solid #fff;
}

.case .more {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 162px;
	color: #4e6ef2;
	line-height: 40px;
	border: 1px solid #4e6ef2;
}


/*bar*/

.bar {
	display: block;
	height: 160px;
	background: url(../images/bar.png) no-repeat top center;
}


/*advan*/

.advan {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/dot-bg.png) repeat top left;
}

.advan-ul {
	margin-bottom: 30px;
}

.advan-li {
	position: relative;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 399px;
	height: 240px;
	overflow: hidden;
}

.advan-li a {
	display: block;
}

.advan-li .pic {
	display: block;
	width: 100%;
	height: 240px;
	transition: all 1s;
}

.advan-li .text1,
.advan-li .text1 .bg,
.advan-li .text2-title .bg,
.advan-li .text2-link .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.advan-li .text1 .bg {
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.advan-li .text1 h3 {
	position: relative;
	font-size: 28px;
	color: #fff;
	line-height: 220px;
	z-index: 3;
}

.advan-li .text2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	display: none;
}

.advan-li a:hover .text1 {
	display: none;
}

.advan-li a:hover .text2 {
	display: block;
}

.advan-li a:hover .pic {
	transform: scale(1.2);
}

.advan-li .text2-title {
	position: relative;
	float: left;
	width: 320px;
	height: 80px;
}

.advan-li .text2-title .bg {
	background-color: #252321;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.advan-li .text2-title h4 {
	position: relative;
	margin-left: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	text-align: left;
	z-index: 3;
}

.advan-li .text2-title h4:after {
	position: absolute;
	left: 0;
	right: 80px;
	bottom: 10px;
	display: block;
	content: '';
	height: 1px;
	background-color: #969391;
}

.advan-li .text2-link {
	position: relative;
	float: left;
	width: 79px;
	height: 80px;
	line-height: 80px;
}

.advan-li .text2-link .bg {
	background-color: #4e6ef2;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.advan-li .text2-link img {
	position: relative;
	vertical-align: middle;
	z-index: 3;
}

.advan-dl dt {
	float: left;
	margin-left: 50px;
	margin-right: 90px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 70px;
}

.advan-dl dd {
	float: left;
	margin-right: 50px;
}

.advan-dl dd a {
	color: #999;
}

.advan-dl dd img {
	margin-right: 5px;
	vertical-align: middle;
}


/*news*/

.news {
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #f4f4f4;
}

.news-li {
	margin-bottom: 20px;
}

.news-li a {
	display: block;
	padding: 25px 30px 25px 40px;
	background-color: #fff;
	transition: all .5s;
}

.news-li a:hover {
	transform: translateX(-30px);
	box-shadow: 0 0 10px #ccc;
}

.news-li .pic {
	float: left;
}

.news-li .pic img {
	width: 290px;
	height: 180px;
}

.news-li .text {
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	width: 680px;
	text-align: left;
}

.news-li .text h3 {
	font-size: 20px;
	color: #333;
	line-height: 40px;
}

.news-li .text p {
	color: #999;
	line-height: 28px;
	text-align: left;
}

.news-li .adorn {
	float: right;
	width: 90px;
}

.news-li .date {
	margin-bottom: 56px;
}

.news-li .date h4 {
	font-size: 48px;
	color: #333;
	font-weight: bold;
}

.news-li .date p {
	color: #999;
}

.news-li .arrow {
	display: inline-block;
	width: 12px;
	height: 25px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news-li:nth-child(odd) .pic {
	float: left;
}

.news-l:nth-child(odd) .text {
	float: left;
	margin-left: 40px;
	margin-right: 0;
	text-align: left;
}

.news-li:nth-child(odd) .adorn {
	float: right;
}

.news-li:nth-child(odd) .arrow {
	background-position: 0 0;
}

.news-li:nth-child(even) .pic {
	float: right;
}

.news-li:nth-child(even) .text {
	float: right;
	margin-right: 40px;
	margin-left: 0;
	text-align: left;
}

.news-li:nth-child(even) .adorn {
	float: left;
}

.news-li:nth-child(even) .arrow {
	background-position: 0 -25px;
}


/*contact*/

.contact {
	padding-top: 70px;
	padding-bottom: 60px;
	background: url(../images/contact-bg.png) no-repeat top center;
}

.contact .title h2 {
	color: #4e6ef2;
}

.contact .title h3 {
	color: #fff;
}

.contact .title-span:after {
	background-color: #4e6ef2;
}

.contact-ul {
	margin-bottom: 40px;
}

.contact-li {
	float: left;
	width: 600px;
	height: 130px;
	text-align: left;
}

.contact-addr {
	color: #fff;
	background-color: #4e6ef2;
}

.contact-tel {
	background-color: #fff;
}

.contact-li img {
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}

.contact-li .text {
	float: left;
	margin-top: 40px;
	margin-left: 15px;
}

.contact-li .text h4,
.contact-li .text p {
	font-size: 16px;
	line-height: 25px;
}

.contact-li .text h5 {
	font-size: 30px;
	color: #4e6ef2;
	font-weight: bold;
	line-height: 25px;
}

.contact-tel h4 {
	color: #999;
}

.contact-text h5 {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1em;
	vertical-align: middle;
}

.contact-text .pan {
	margin: 0 70px;
	display: inline-block;
	width: 160px;
	height: 160px;
	font-size: 20px;
	color: #4e6ef2;
	line-height: 26px;
	background: url(../images/pan-bg.png) no-repeat center center;
	vertical-align: middle;
}

.contact-text .pan span {
	display: block;
	margin: 0 auto;
	margin-top: 54px;
}


/*partner*/

.partner {
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #f4f4f4;
}

.partner-li {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.partner-li.marright0 {
	margin-right: 0;
}

.partner-li a {
	display: block;
	width: 270px;
	height: 100px;
	background-color: #fff;
}

.partner-li img {
	display: block;
}


/*footer*/

.footer {
	color: #ddd;
	background-color: #252321;
}

.ft-top {
	padding: 40px 0 20px;
}

.ft-top-left {
	float: left;
	text-align: left;
}

.ft-logo {
	display: block;
	margin-bottom: 20px;
}

.ft-top-left .text {
	margin-left: 32px;
	font-size: 16px;
	line-height: 30px;
}

.wechat {
	float: right;
	text-align: center;
	margin-right: 20px;
}

.wechat img{

	width: 100px;
}

.wechat h4 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}

.ft-top-link {
	margin: 30px auto 0;
	width: 1050px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	clear: both;
}

.ft-top-link li {
	float: left;
	margin: 0 20px;
}

.ft-top-link a {
	color: #fff;
}

.ft-bottom {
	padding: 30px 0;
	border-top: 1px solid #999;
}

.ft-bottom h4 {
	float: left;
	width: 700px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

.ft-bottom h5 {
	float: right;
	width: 480px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

.ft-bottom a {
	margin: 0 2px;
	color: #ddd;
}


/*fixed*/

.fixed {
	position: fixed;
	top: 48%;
	right: 0;
	z-index: 1000;
}

.fixed li {
	position: relative;
	margin-bottom: 1px;
}

.fixed .totop {
	display: none;
}

.fixed a,
.fixed a img {
	display: block;
	width: 60px;
	height: 60px;
}

.fixed a {
	background-color: #999;
}

.fixed a.active,
.fixed .active a,
.fixed a:hover {
	background-color: #4e6ef2;
}

.fixed .active .fixed-show {
	display: block;
}

.fixed-show {
	display: none;
	position: absolute;
	top: 0;
	right: 60px;
	padding-right: 1px;
}

.wechat-fixed-box {
	padding-right: 10px;
}

.fixed-show h4 {
	padding: 0 30px;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	background-color: #4e6ef2;
	white-space: nowrap;
}

.fixed-show .wechat-box {
	position: relative;
	border: 1px solid #4e6ef2;
}

.fixed-show .wechat-box:before {
	position: absolute;
	top: 32px;
	right: -8px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #4e6ef2;
}

.fixed-show .wechat-box:after {
	position: absolute;
	top: 32px;
	right: -7px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
}

.fixed-show .wechat-box img {
	display: block;
}


/*banner-sub*/

.banner-sub {
	display: block;
	height: 360px;
}

.sub1 {
	background: url(../images/banner-sub1.png) no-repeat top center;
}

.sub2 {
	background: url(../images/banner-sub2.png) no-repeat top center;
}

.sub3 {
	background: url(../images/banner-sub3.png) no-repeat top center;
}

.sub4 {
	background: url(../images/banner-sub4.png) no-repeat top center;
}

.sub5 {
	background: url(../images/banner-sub5.png) no-repeat top center;
}

.main {
	padding-top: 30px;
	padding-bottom: 70px;
	background: url(../images/dot-bg.png) repeat top left;
}

.bg-grey {
	background-color: #f4f4f4;
}

.nav-box {
	margin-bottom: 40px;
	text-align: left;
}

.nav-box,
.nav-box a {
	color: #999;
}

.nav-box a:hover {
	color: #4e6ef2;
}

.nav-box h4 {
	float: left;
}

.nav {
	float: left;
}

.nav li {
	float: left;
}

.nav li:last-child a {
	color: #4e6ef2;
}

.nav-sort {
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 2px solid #ddd;
}

.nav-sort li {
	float: left;
	margin-right: 100px;
	line-height: 44px;
}

.nav-sort a {
	position: relative;
	display: block;
	font-size: 20px;
	color: #333;
}

.nav-sort a:hover {
	color: #4e6ef2;
}

.nav-sort .active a {
	color: #4e6ef2;
	font-weight: bold;
}

.nav-sort a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	content: '';
	height: 2px;
	background-color: #4e6ef2;
}

.nav-sort .active a:after {
	display: block;
}

.about-con {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	text-align: left;
}

.about-con p {
	margin-bottom: 20px;
	text-indent: 2em;
}

.about-con-pic {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

.about-culture-ul {
	margin-bottom: 20px;
	text-align: center;
}

.about-culture-ul dt {
	font-weight: bold;
}

.about-list {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: left;
}

.about-list li {
	margin-bottom: 20px;
}

.about-list h3 {
	font-size: 16px;
	color: #4e6ef2;
	line-height: 30px;
	font-weight: bold;
}

.about-list dt {
	font-weight: bold;
}


/*tree*/

.tree-ul {
	position: relative;
	margin-top: 60px;
}

.tree-ul:before {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	display: block;
	content: '';
	margin-left: -2px;
	width: 4px;
	background-color: #ddd;
}

.tree-li {
	position: relative;
	margin-top: -16px;
}

.tree-li .box {
	position: relative;
	width: 538px;
	z-index: 10;
}

.tree-li .box-title {
	padding: 10px 0;
	color: #fff;
	background-color: #4e6ef2;
}

.tree-li .box-title h4 {
	position: relative;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.tree-li .box-title h4:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	margin-left: -20px;
	height: 1px;
	width: 40px;
	background-color: #fff;
}

.tree-li .box-title p {
	font-size: 16px;
	line-height: 30px;
}

.tree-li .box-list {
	position: relative;
	background-color: #fff;
}

.tree-li .box-list:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 1px;
	background-color: #ddd;
}

.tree-li .box-list li {
	position: relative;
	float: left;
	width: 33.33333%;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}

.tree-li .box-list li:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 1px;
	background-color: #ddd;
}

.tree-li .box-list li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	width: 1px;
	background-color: #ddd;
}

.tree-li .box-list a {
	display: block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree-li .box-list a:hover {
	color: #4e6ef2;
}

.tree-li .icon {
	position: absolute;
	top: 17px;
	right: 50%;
	display: block;
	margin-right: -32px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 4px solid #ddd;
	border-radius: 50%;
	z-index: 2;
}

.tree-li .icon:before {
	position: absolute;
	top: 50%;
	left: -40px;
	display: block;
	content: '';
	margin-top: -2px;
	width: 40px;
	height: 4px;
	background-color: #ddd;
}

.tree-li.even .box {
	float: right;
}

.tree-li.even .icon:before {
	left: auto;
	right: -40px;
}


/*lawyer-list*/

.lawyer-list li {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
}

.lawyer-list li.marright0 {
	margin-right: 0;
}


/*lawyer-detail*/

.lawyer-detail .pic {
	position: relative;
	margin-bottom: 30px;
}

.lawyer-detail .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.lawyer-detail .pic:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 1px;
	background-color: #ddd;
}

.lawyer-detail .pic:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	display: block;
	content: '';
	margin-left: -135px;
	width: 270px;
	height: 3px;
	background-color: #4e6ef2;
}

.lawyer-detail .name {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.mark-ul {
	margin-bottom: 30px;
}

.mark-ul li {
	display: inline-block;
	width: 300px;
}

.mark-ul h4 {
	font-size: 16px;
	color: #4e6ef2;
}

.lawyer-detail .con {
	margin: 0 40px 70px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-align: left;
	text-indent: 2em;
}


/*pre-next-box*/

.pre-next-box {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

.pre-next-box a {
	margin-right: 30px;
}

.pre-next-box a:hover {
	color: #4e6ef2;
}

.news-list .news-ul {
	margin-bottom: 40px;
}


/*page*/

.page {
	margin: 0 40px;
	text-align: center;
}

.page li {
	display: inline-block;
	margin: 3px;
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
}

.page .thisclass {
	padding: 5px 12px;
	color: #4e6ef2;
	background-color: #fff;
	border: 1px solid #ddd;
}

.page a {
	display: inline-block;
	padding: 5px 12px;
	color: #222;
	background-color: #fff;
	border: 1px solid #ddd;
}


/*case-date*/

.case-list {
	margin-bottom: 30px;
}

.case-date {
	font-size: 12px;
	color: #999;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2em;
	clear: both;
}

.case-date .date {
	color: #4e6ef2;
}

.case-nav {
	margin-bottom: 40px;
	padding: 30px 0;
	font-size: 20px;
	color: #333;
	line-height: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.case-nav li {
	float: left;
	width: 170px;
	border-right: 1px solid #ddd;
}

.case-nav li:last-child {
	border-right: none;
}

.case-nav a {
	position: relative;
	display: block;
	white-space: nowrap;
}

.case-nav a:hover {
	color: #4e6ef2;
}

.case-nav a:after {
	position: absolute;
	bottom: -18px;
	left: 50%;
	display: none;
	content: '';
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #4e6ef2 transparent transparent transparent;
}

.case-nav li.active a {
	color: #4e6ef2;
}

.case-nav li.active a:after {
	display: block;
}


/*advan-box*/

.advan-box {
	margin-bottom: 30px;
}


/*detail*/

.detail-title {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.detail-title h3 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}

.detail-adorn {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 20px;
}

.detail-adorn span {
	margin: 0 25px;
}

.detail-con {
	margin: 0 40px 50px;
	font-size: 16px;
	color: #333;
	line-height: 34px;
	text-align: left;
	text-indent: 2em;
}

.detail-con img {
	margin: 20px auto;
	display: block;
	max-width: 600px;
}

.detail-box {
	margin: 40px auto 20px;
	width: 1100px;
	background-color: #fff;
	border: 2px dashed #ddd;
	border-radius: 10px;
	box-shadow: 0 0 20px #ddd;
}

.detail-box .con {
	margin: 30px 50px 40px;
	font-size: 16px;
	color: #333;
	line-height: 34px;
	text-align: left;
}

.detail-box .con img {
	margin: 20px auto;
	display: block;
	max-width: 100%;
}

.detail-box .con p {
	text-indent: 2em;
}

.map {
	margin-bottom: 15px;
	height: 500px;
	border: 1px solid #999;
}

.line .about-list {
	line-height: 40px;
}

.line .about-list h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #999;
}

.line .about-list h3 img {
	margin-right: 10px;
	vertical-align: middle;
}

.line .about-list dl {
	margin-bottom: 40px;
}


/*artical-box*/

.artical-title {
	position: relative;
	margin-bottom: 60px;
	text-align: left;
	border-bottom: 2px solid #999;
}

.artical-title:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	content: '';
	width: 100px;
	height: 4px;
	background-color: #4e6ef2;
}

.artical-title img {
	float: left;
}

.artical-title h3 {
	float: left;
	margin-top: 30px;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	font-weight: bold;
}

.artical-title h3 span {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.artical-nav {
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

.artical-nav li {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	text-align: left;
}

.artical-nav a {
	display: block;
	padding: 0 30px;
	font-size: 20px;
	color: #666;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.artical-nav a:hover {
	color: #fff;
	background-color: #4e6ef2;
	border: 1px solid #4e6ef2;
}


/*artical-list*/

.artical-list {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 60px;
}

.artical-list li {
	margin-bottom: 40px;
}

.artical-list a {
	display: block;
}

.artical-list a:hover .date {
	background-color: #4e6ef2;
}

.artical-list a:hover .text h4 {
	color: #4e6ef2;
}

.artical-list .date {
	float: left;
	width: 80px;
	height: 80px;
	color: #fff;
	background-color: #999;
}

.artical-list .date h5 {
	margin-top: 10px;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
}

.artical-list .date h6 {
	font-size: 14px;
	line-height: 20px;
}

.artical-list .text {
	float: left;
	margin-top: 4px;
	margin-left: 20px;
	width: 1020px;
	text-align: left;
}

.artical-list .text h4 {
	font-size: 20px;
	color: #333;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.artical-list .text p {
	font-size: 16px;
	color: #999;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*popbox*/

.popbox {
	display: none;
	position: fixed;
	width: 1000px;
	height: 1000px;
	top: 50%;
	left: 50%;
	margin-top: -500px;
	margin-left: -500px;
	z-index: 1000;
}

.sunshine {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	background: url(../images/sunshine.png) no-repeat center center;
	height: 1000px;
	-moz-animation: rotate 20s infinite;
	-webkit-animation: rotate 20s infinite;
	animation: rotate 20s infinite;
	z-index: 2;
}

@-moz-keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.pop-main {
	position: relative;
	z-index: 10;
}

.pop-main img {
	display: block;
}

.pop-close {
	position: absolute;
	top: 234px;
	right: 154px;
	display: block;
	z-index: 11;
}

.pop-btn {
	position: absolute;
	bottom: 118px;
	left: 50%;
	display: block;
	margin-left: -175px;
	z-index: 11;
}




/*pages*/
/* .pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}

.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #0099ff;
}

.pagination li.thisclass {
        height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: #09f;
    color: #fff;
    border-radius: 3px
}

.pagination li.thisclass a, .pagination li.thisclass a:hover {
	border:none;
    background: transparent;
    border-color: #09f;
    color: #fff;
    cursor: default;
} */