
.caban{
	position:relative;
	padding-top: 31.66667%;
	background:no-repeat center / cover;
	overflow: hidden;
}
.caban img{
	position: absolute;
	top: 50%;
	left: 0;
	min-height:100%;
	transform: translate(0,-50%);
	width: 100%;
	z-index: 1;
	opacity: 0;
	animation:myfirst 1.5s ease-in-out forwards;
	-webkit-animation:myfirst 1.5s ease-in-out forwards;
}
@keyframes myfirst
{
	0% { opacity:0;left:-100%; }
	100% { opacity:1;left:0%; }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% { opacity:0;left:-100%; }
	100% { opacity:1;left:0%; }
}
.caban .wrapper{
	width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(0%, -50%);
	color: #fff;
	text-align:center;
	z-index: 2;
	opacity: 0;
	animation:myfirst 1.7s ease-in-out forwards;
	-webkit-animation:myfirst 1.7s ease-in-out forwards;
	/*animation-delay:0.8s;*/
}

.caban .wrapper h2{
	font-size: 60px;
	font-weight:bold;
}

.caban .wrapper h3{
	font-size: 24px;
	margin-top: 26px;
	line-height:1.5;
}
.caban .wrapper p.en{
	font-size: 10px;
}


section.cate{
	background-color:#fff;
}
section.cate  .wrapper{
	background-color:#fff;
	max-width:810px;
	margin:0 auto;
}
section.cate  .w1660 a.one{
	display:none;
}

section.cate  .wrapper >li{
	float:left;
}
section.cate  .wrapper >li a{
	display:block;
	line-height: 64px;
	font-size: 16px;
	text-align:center;
	position:relative;
}
section.cate  .wrapper >li a:hover,section.cate  .wrapper >li.on a{
	color: #fff;
	opacity:0.99;
}

section.part{
	padding:50px 0;
	overflow:hidden;
}

section.part .w1660 >h2{
	font-size: 36px;
	color: #333;
	text-align: center;
	font-family:'微软雅黑';
	font-weight:bold;
	letter-spacing: 10px;
}
section.part .w1660 > .line{
	text-align:center;
}
section.part .w1660 > .line h3{
	display:inline-block;
	font-size: 36px;
	color: #999;
	text-align: center;
	position:relative;
	margin:0 auto;
	font-size: 24px;
	    font-family: "HuXiaoBozhenshuai";
	    letter-spacing: 10px;
	margin-top: 10px;
}
section.part .w1660 > .line h3::before,section.part .w1660 > .line h3::after{
	display:block;
	content:'';
	width: 120px;
	height: 1px;
	position:absolute;
	/*background:#999;*/
	top:50%;
	border-top:1px solid #999;
	transform:translateY(-50%) scaleY(0.5);
}
section.part .w1660 > .line h3::before{
	left:-142px;
}
section.part .w1660 > .line h3::after{
	right:-142px;
}
section.part .w1660 >p.fz16{
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	text-align: center;
}











section.profile{
	background:#f5f5f5;
	overflow:hidden;
}
section.profile >.w1660 >.wrapper{
	margin-top: 50px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
section.profile >.w1660 >.wrapper .left{
	width: 42.168%;
	overflow:hidden;
}
section.profile >.w1660 >.wrapper .left img{
	display:block;
	height:100%;
	margin:0 auto;
}
section.profile >.w1660 >.wrapper .right{
	padding:40px 60px 20px;
	background:#fff;
	width: 57.832%;
	box-sizing:border-box;
}
section.profile >.w1660 >.wrapper .right p{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}
section.system .w1660 h2,section.system .w1660 h3{
	color: #fff;
}
section.system .w1660 h3::after,section.system .w1660 h3::before{
	border-color:#fff;
}
section.system{
	background:url('../images/about/system.png') no-repeat center / cover;
}
section.system .one-list{
	margin-top: 40px;
}
section.system .one-list-wrapper{

	margin-top: 40px;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
section.system ul.one-list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	overflow:hidden;
}
section.system ul.one-list li{
	/*width: 220px;*/
	cursor: pointer;
	box-sizing:border-box;
}


 section.system ul.one-list >li >a{
 	display:block;
 	width: 100%;
 	/*display: flex;
   	flex-direction:row;*/
   	/*padding:60px 20px;*/
   	background:none;
   	box-sizing:border-box;
   	text-align:center;
   	border-left:1px solid rgba(255, 255, 255, 0.1);
   	color: #fff;
   	padding-top: 191.16667%;
   	position:relative;
   	overflow:hidden;
}
 section.system ul.one-list >li >a >.inner{
 	position:absolute;
 	left:0;
 	top:0;
 	width: 100%;
 }
section.system ul.one-list >li:first-child >a{
  	border-left:none;
}
section.system ul.one-list >li.on >a{
	color: #fff;
	opacity: 0.99;
}
 section.system ul.one-list >li >a:hover{
 	color: #fff;
 	opacity: 0.99;
 }
 section.system ul.one-list >li >a span.icon{
 	display:block;
 	width: 48px;
 	height: 48px;
 	/*border:1px solid #999;*/
 	background:no-repeat center / 100%;
 	border-radius:8px;
 	text-align:center;
 	line-height: 48px;
 	font-size: 40px;
 	margin:41.6667% auto 0;
 }
  section.system ul.one-list >li >a .right{
  	display:block;
  	margin-top: 30px;
  	/*flex:1;
  	overflow:hidden;*/
  }
 section.system ul.one-list >li >a .right span{
 	display:block;
 }
 section.system ul.one-list >li >a .ch{
 	font-size: 24px;
 	font-weight:normal;
 }
 section.system ul.one-list >li >a .en{
 	font-size: 16px;
 	position:relative;
 	font-weight:normal;
}
section.system ul.one-list >li:hover >a .inner{
	transform:translateY(-40px);
	transition:all 0.4s;
}
section.system ul.one-list >li:hover >a::after{
	background-color:rgba(23,52, 82, 0.8);
}
section.system ul.one-list >li >a .en:after{
	display:block;
	content:'';
	width: 36px;
	height: 2px;
	background-color:#fff;
	margin:51.6667% auto 0;
	transition:all 0.4s;
}
section.system ul.one-list >li:hover >a .en:after{
	margin-top: 14px;
	transition:all 0.4s;
}
section.system ul.one-list >li >a .right .con{
	height: 0;
	overflow:hidden;
	width: 80%;
	text-align: center;
	margin:14px auto 0;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
section.system ul.one-list >li:hover >a .right .con{

	height: 192px;
}
section.system ul.one-list >li:hover >a .icon, section.system ul.one-list >li.on >a .icon{
	border-color:#fff;
	color: #fff;
}

section.system ul.one-list >li:hover >a .ch, section.system ul.one-list >li:hover >a .en{
 	color: #fff;
}

section.system ul.one-list >li.on >a .ch, section.system ul.one-list >li.on >a .en{
 	color: #fff;
}


section.team{
	background:#fff;
}
section.team .members{
	max-width:1420px;
	margin:40px auto 0;
}
section.team .members img{
	max-width:100%;
	margin:0 auto;
}
section.team .members img.pc{
	display:block;
}
section.team .members img.phone{
	display:none;
}
section.partner{
	background:#fff;
}
section.partner .wrapper{
	margin-top:40px;
}
section.partner .pic>a{
	display:block;
	width: 100%;
	border:1px solid #ddd;
	background-color:#fff;
	padding:9px 0;
	overflow:hidden;
	height: 60px;
	position: relative;
}
section.partner .pic>a:hover{
	border-color:#173452;
}
section.partner .pic>a >img{
	display:block;
	max-width: 80%;
	margin:0 auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
section.bussiness{
	width: 100%;
	position:relative;
	overflow:hidden;
	background:url('../images/about_page/bg.png') no-repeat center / cover;
	box-sizing:border-box;
}

section.bussiness .right{
	float:right;
}
section.bussiness .left{
	float:left;
}

section.bussiness .left >.wrapper{
	display:block;
	max-width:593px;
	margin:20px auto 0;
	position:relative;
}
section.bussiness .left >.wrapper img.dt{
	width: 100%;
}
section.bussiness .left >.wrapper a.container{
	display:block;
	position:absolute;
	right: 27.568%;
	top:38%;
	z-index:1;
}

section.bussiness .left >.wrapper a.hz{
	right: 32.558%;
	top:61.94%;
}

section.bussiness .left >.wrapper a.hn{
	right: 34.8387%;
	top:81.428%;
}

section.bussiness .left >.wrapper a.hd{
	right: 15.11627%;
	top: 67.329%;
}

section.bussiness .left >.wrapper a.xz{
	right: 65.714%;
	top:61.94%;
}



section.bussiness .left >.wrapper a.container span.circle{
	display:block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color:#fff;
    position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

section.bussiness .left >.wrapper span.circle .one{
	display:block;
	content:'';
	width: 36px;
	height: 36px;
	border-radius:50%;
	border:1px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -18px;
	margin-left: -18px;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-animation: warn 3s ease-out;
   	-moz-animation: warn 3s ease-out;
   	animation: warn 3s ease-out;
   	-webkit-animation-iteration-count: infinite;
   	-moz-animation-iteration-count: infinite;
   	animation-iteration-count: infinite;
}
/* 产生动画（向外扩散变大）的圆圈  */
section.bussiness .left >.wrapper span.circle .two {
   position: absolute;
    width: 60px;
    height: 60px;
    border:2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    top:50%;
	left:50%;
    margin-top: -30px;
	margin-left: -30px;
	box-sizing:border-box;
    -webkit-animation: warn1 3s ease-out;
   	-moz-animation: warn1 3s ease-out;
   	animation: warn1 3s ease-out;
   	-webkit-animation-iteration-count: infinite;
   	-moz-animation-iteration-count: infinite;
   	animation-iteration-count: infinite;
}
section.bussiness .left >.wrapper span.circle .three{
	display:block;
    position: absolute;
    width: 80px;
    height: 80px;
    top:50%;
	left:50%;
    margin-top: -40px;
	margin-left: -40px;
    border: 2px solid #fff;
    box-sizing:border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
      -webkit-animation: warn2 3s ease-out;
-moz-animation: warn2 3s ease-out;
animation: warn2 3s ease-out;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}


section.bussiness .left >.wrapper a.container .wz{
	position: absolute;
    color: #fff;
    font-size: 18px;
    left: 14px;
    display: block;
    width: 40px;
    top: -10px;
}
@keyframes warn {
   0% {
       opacity: 0;
       transform: scale(.55);
   }
   50% {
       opacity: .4;
       transform: scale(1);
   }
   100% {
       opacity: 0;
       transform: scale(1);
   }
  }
  @keyframes warn1 {
 0% {
     opacity: 0;
     transform: scale(.38);
 }
 55% {
     opacity: .11;
     transform: scale(1);
 }
 100% {
     opacity: 0;
     transform: scale(1);
 }
  }
  @keyframes warn2 {
 0% {
     opacity: 0;
     transform: scale(.26);
 }
 60% {
     opacity: .05;
     transform: scale(1);
 }
 100% {
     opacity: 0;
     transform: scale(1);
 }
  }

section.bussiness .right{
	color: #fff;
}


section.bussiness .right h2{
	font-size:36px;
	font-weight: bold;
}
section.bussiness .right h3{
	font-size: 26px;
	margin-top: 8px;
	position:relative;
	font-weight:normal;
}
section.bussiness .right h3::before,section.bussiness .right h3::after{
	display:block;
	content:'';
	width: 120px;
	height: 1px;
	position:absolute;
	background:#999;
	top:50%;
	transform:translateY(-50%);
}
section.bussiness .right h3::before{
	left:0;
	top:auto;
	bottom:-32px;
	background:#fff;
}
section.bussiness .right h3::after{
	display:none;
	right:-142px;
}
section.bussiness .right{
	margin-top: 40px;
}
section.bussiness .right >.wrapper{
	margin-top: 110px;
}
section.bussiness .right >.wrapper >li a{
	display:block;
	border:1px solid #323f68;
	height:56px;
	line-height: 56px;
	overflow:hidden;
	text-align:center;
	color: #fff;
}
section.bussiness .right >.wrapper >li.bg-blue a::after{
	background:#fff;
	color: #323f68;
}
section.bussiness .right >.wrapper >li a:hover, section.bussiness .right >.wrapper >li.on a{
	color: #173452;
	opacity: 0.99;
	border-color:#323f68;
}

section.honor{
	background-color:#f5f5f5;
}
section.honor div.owl{
	overflow:hidden;
	margin-top: 40px;
}
section.honor div.owl .owl-carousel{
	display:block;
}
section.honor div.owl .item{
	position:relative;
}
section.honor div.owl .item a{
	display:block;
	width: 100%;
	background:#fff;
}
section.honor div.owl .item a span.thumb{
	display:block;
	text-align:center;
	padding-top: 77.216%;
	position:relative;
	width: 100%;
	overflow: hidden;
}
section.honor div.owl .item a span.thumb span.see{
	top:50%;
	left:50%;
	position:absolute;
	transform:translate(-50%, -50%);
	color: #fff;
	font-size: 15px;
	display:none;
	z-index:2;
}
section.honor div.owl .item a span.thumb::after{
	content:'';
	width: 0;
	height: 100%;
	background:rgba(23, 52, 82, 0.9);
	top:50%;
	left:0%;
	position:absolute;
	transform:translate(-0%, -50%);
	z-index:1;
	transition:all 1s;
}
section.honor div.owl .item a:hover span.thumb::after{
	width: 100%;
}
section.honor div.owl .item a:hover span.thumb span.see{
	display:block;
}
section.honor div.owl .item a span img{
	display:block;
	width: 81%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
section.honor div.owl .item a span.bottom{
	display:block;
	height:64px;
	line-height: 64px;
	text-align:center;
	border-top:1px solid #ddd;
	margin:0 10px;
}

section.honor div.owl .owl-theme .owl-dots{
	text-align:center;
	margin-top: 40px;
}
section.honor div.owl .owl-theme  .owl-dots .owl-dot span{
	width: 48px;
	height: 3px;
	background-color:#ddd;
}
section.honor div.owl .owl-theme  .owl-dots .owl-dot.active span{
	background-color:#173452;
	width: 80px;
}



@media screen and (min-width: 1500px){
	section.system .list li{
		width: 14.26%;
	}
	section.partner .pic{
		width: 12.5%;
	}
	section.bussiness .right >.wrapper >li{
		width: 25%;
	}
	section.system .one-list li{
		width: 14.26%;
	}
}
@media screen and (min-width: 1240px){
	section.cate  .wrapper >li{
		width: 16.6666667%;
	}

}

@media screen and (max-width: 1660px){
	section.part{
		padding:40px 20px;
	}
	section.system ul.one-list {
		margin:-10px;
		margin-top: 30px;
	}
	section.system ul.one-list >li{
		padding:20px;
	}
	section.system ul.one-list >li >a{
		border:1px solid rgba(255, 255, 255, 0.1);
	}
		section.system ul.one-list >li >a {

    padding-top: 252.16667%;
}

}
@media screen and (max-width: 1200px){
	.caban .wrapper h2{
		font-size: 40px;
	}
	.caban .wrapper h3{
		font-size: 22px;
	}
	.caban{
		padding-top: 40%;
	}
	section.part .w1660 >h2,section.bussiness .right h2{
		font-size: 28px;
	}
	section.part .w1660 > .line h3,section.bussiness .right h3{
		font-size: 20px;
	}
	section.cate  .w1660{
		position:relative;
	}
	section.cate  .w1660 a.one{
		display:block;
		line-height:50px;
		text-align:center;
		font-size: 16px;
		color: #666;
	}
	section.cate  .w1660 a.one::after{
		display:block;
		content:'';
		width: 14px;
		height: 8px;
		background:url('../images/about_page/jt.png') no-repeat center;
		position:absolute;
		top:50%;
		left:50%;
		margin-left: 44px;
		margin-top: -2px;
		transition:all 0.2s;
	}
	section.cate  .w1660 a.one.on::after{
		transform:rotate(180deg);
		transition:all 0.2s;
	}
	section.cate .wrapper{
		display:none;
	}
	section.cate .wrapper.on{
		display:block;
	}
	section.cate .wrapper{
		position:absolute;
		width: 100%;
		max-width:1200px;
		top:46px;
		left:0;
		background:rgba(23, 52, 82, 0.85);
	}
	section.cate .wrapper >li a{
		line-height: 50px;
		color: #fff;
	}

	section.bussiness .right,section.bussiness .left{
		float:none;
	}

	section.bussiness .right{
		text-align:center;
		margin-top: 0;
	}
	section.bussiness .right h2{
		font-size: 18px;
	}
	section.bussiness .right h3{
		font-size: 12px;
		display: inline-block;
	    color: #999;
	    text-align: center;
	    position: relative;
	    margin: 0 auto;
	}

	section.bussiness .right h3::before{
		top:50%;
		bottom:auto;
		width: 64px;
		left:-70px;
	}
	section.bussiness .right h3::after{
		display:block;
		width: 64px;
		right:-70px;
	}
	section.bussiness .right >.wrapper{
		margin-top: 40px;
	}

	section.team .members img.pc{
		display:none;
	}
	section.team .members img.phone{
		display:block;
	}
}


@media screen and (max-width: 767px){
	.caban{
		padding-top: 60%;
	}
	.caban .wrapper h2{
		font-size: 26px;
	}
	.caban .wrapper h3{
		font-size: 15px;
		margin-top: 8px;
	}
	section.part .w1660 >p.fz16{
		font-size: 12px;
		margin-top: 2px;
	}
	section.cate .wrapper >li a{
		line-height: 46px;
		font-size: 15px;
	}


	section.part{
		padding:20px 15px;
	}
	section.part .w1660 >h2{
		font-size: 18px;
	}
	section.part .w1660 > .line h3{
		font-size: 12px;
		letter-spacing: 5px;
	}
	section.part .w1660 > .line h3::before, section.part .w1660 > .line h3::after{
		width: 64px;
	}
	section.part .w1660 > .line h3::before{
		left:-70px;
	}
	section.part .w1660 > .line h3::after{
		right:-70px;
	}

	section.profile{
		background:#f5f5f5;
	}
	section.profile >.w1660 >.wrapper{
		margin-top: 30px;
	}
	section.profile >.w1660 >.wrapper .left{
		width: 100%;
	}
	section.profile >.w1660 >.wrapper .left img{
		width: 100%;
		height: auto;
	}
	section.profile >.w1660 >.wrapper .right{
		width: 100%;
		padding:10px 15px 10px;
		background:#fff;
	}
	section.system{
		background:url('../images/about/system_phone.png') no-repeat center / cover;
	}
	section.system ul.one-list{
		margin:-5px;
		margin-top: 12px;
	}
	section.system ul.one-list li{
		padding:10px;
	}
	section.system ul.one-list >li >a{
		padding:0;
		border:1px solid rgba(255, 255, 255, 0.1);
		padding:15px 20px;
		position:static;
	}
	section.system ul.one-list >li >a >.inner{
		position:static;
		/* display:flex;
		flex-direction:row; */
	}
	section.system ul.one-list >li.on >a::after,section.system ul.one-list >li:hover >a::after{
		display:none;
	}

	section.system ul.one-list >li:hover >a .inner{
		transform:translateY(0);
		text-align:center;
	}
	section.system ul.one-list >li >a .en::after{
		display:block;
		margin-top: 8px;
	}
	section.system ul.one-list >li:hover >a .en::after{
		margin-top: 8px;
	}
	section.system ul.one-list >li >a:first-child{
		border:1px solid rgba(255, 255, 255, 0.1);
	}
	section.system ul.one-list >li >a  span.icon{
		border-color:#fff;
		color: #fff;
		line-height: 30px;
		height: 30px;
		width: 30px;
		font-size: 16px;
		border:2px solid #fff;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		display:none;
	}
	section.system ul.one-list >li >a .right{
		margin-top: 0;
		margin-left: 8px;
		flex:1;
  		overflow:hidden;
	}
	section.system ul.one-list >li >a .ch{
		color: #fff;
		font-size: 16px;
	}
	section.system ul.one-list >li >a .en{
		opacity: 0.8;
		color: #fff;
		margin-top: 0;
		font-size: 13px;
	}
	section.system ul.one-list >li >a .right .con{
		height: auto;
		margin-top: 8px;
		width: 100%;
		font-size: 11px;
	}
	section.system ul.one-list >li:hover >a .right .con{
		height: auto;
	}

	section.partner .layui-col-space20{
		margin:-5px;
	}
	section.partner .layui-col-space20>*{
		padding:5px;
	}
	section.partner .wrapper{
		margin-top: 20px;
	}

	section.bussiness .left >.wrapper a.container .wz{
		font-size: 15px;
	}
	section.bussiness .left >.wrapper span.circle{
		width: 8px;
		height: 8px;
	}
	section.bussiness .left >.wrapper span.circle .one{
		width: 24px;
		height: 24px;
	}

	section.bussiness .right >.wrapper{
		margin-top: 20px;
	}
	section.bussiness .right >.wrapper >li a{
		height:46px;
		line-height:46px;
	}
	section.honor div.owl .item a span.bottom{
		height: 46px;
		line-height: 46px;
	}
	section.honor div.owl .owl-theme .owl-dots{
		text-align:center;
		margin-top:20px;
	}
	section.honor div.owl .owl-theme  .owl-dots .owl-dot span{
		width: 25px;
	}
	section.honor div.owl .owl-theme  .owl-dots .owl-dot.active span{
		width: 33px;
	}
	section.profile >.w1660 >.wrapper .right p{
		font-size: 13px;
	}
	section.system .list li >.wrapper{
		padding-top: 0;
	}
	section.system .list li >.wrapper a{
		position:static;
	}
	section.team .members {
	    margin: 20px auto 0;
	}
	section.honor div.owl {
	    margin-top: 20px;
	}
	section.bussiness .left >.wrapper span.circle .one{
	margin-top: -12px;
	margin-left: -12px;
}
}
.layui-layer-content span{
	display: none;
}
.jOrgChart{
			margin-top: 50px;
		}
		.jOrgChart table{
			width: 100%;
		}
		.jOrgChart td.node-container .down{
			width: 1px;
			background:none;
			border:none;
		}
		.jOrgChart td.node-container .down.left{
			border-right:1px solid #c6c6c6;
		}
		.jOrgChart tr.border-top .right{
			border:none;
			position:relative;
			height: 30px;
		}
		.jOrgChart tr.border-top .left{
			border:none;
			position:relative;
			height: 30px;
		}
		.jOrgChart tr.border-top .left::after{
			display:block;
			content:'';
			width: 1px;
			height: 30px;
			background-color:#c6c6c6;
			position:absolute;
			top:0;
			right: 0;
			/*transform: scaleX(0.5);*/
		}
		.jOrgChart tr.border-top .right::after{
			display:none;
			content:'';
			width: 1px;
			height: 30px;
			background-color:#c6c6c6;
			position:absolute;
			top:0;
			left: 0;
			/*transform: scaleX(0.5);*/
		}
		.jOrgChart .top{
			border:none;
		}
		.jOrgChart .right.top,.jOrgChart .left.top{
			border-top:1px solid #c6c6c6;
		}
		.jOrgChart .right:last-child .top{
			border:none;
		}
		.top2 span{
			display:block;
			height: 20px;
		}
		.top2 span{
			border-top:1px solid #ddd;
		}
		.top2.border-none span{
			border:none;
		}

		.jOrgChart td.node-cell .node{
			width:auto;
			color: #fff;
			line-height:48px;
			height: 48px;
			background-color:#fff;
			border:1px solid #c6c6c6;
			padding:0 30px;
			box-sizing:border-box;
			overflow:hidden;
			font-size: 16px;
		}
		.jOrgChart td.node-cell .node:hover{
			background-color:#173452;
			border:1px solid #173452;
		}
		.jOrgChart td.node-cell .node:hover a{
			color: #fff;
		}
		@media screen and (max-width: 1600px){
			.jOrgChart td.node-cell .node{
				font-size: 13px;
				height: 40px;
				line-height: 40px;
			}
		}
		@media screen and (max-width: 1200px){
			.jOrgChart{
				display:none;
			}
		}
