@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: "Source Han Sans CN,system-ui,-apple-system,sans-serif";
	color: #666;
}
a, a:link {
	color: #999;
	text-decoration: none
}/*未访问*/
/*a:visited {color:#999}*//*已访问*/
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	-moz-outline: none
}/*鼠标悬停*/
a:active {
	color: red
}/*被选择*/
input, textarea {
	outline: 0;
	-moz-outline: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 500;
	line-height: 150%
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	padding: 0
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
ul li {
	list-style: none;
}
@media (min-width:992px) {
.transition, :active, :focus, :hover, :link, :visited {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear
}
}
/*文本选择*/
::-moz-selection {
background:#0d61b6;
color:#fff
}
::selection {
	background: #0d61b6;
	color: #fff
}
/*背景固定*/
.pingpu-bg {
	background: no-repeat center top fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	min-width: 1140px
}
@media (min-width:2000px) {
.full-bg {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
}
.red {
	color: red!important
}
.green {
	color: green!important
}
hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #ddd
}
hr.small {
	margin: 15px 0
}
hr.big {
	margin: 45px 0
}
hr.white {
	border-color: rgba(255,255,255,.3)
}
.nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}
/*placeholder*/
:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
color:#999;
font-size:12px
}
/*外补*/
.m-20 {
	margin: 20px!important
}
.m-30 {
	margin: 30px!important
}
.m-40 {
	margin: 40px!important
}
.m-50 {
	margin: 50px!important
}
.m-60 {
	margin: 60px!important
}
.m-70 {
	margin: 70px!important
}
.t-m-20 {
	margin-top: 20px!important
}
.t-m-30 {
	margin-top: 30px!important
}
.t-m-40 {
	margin-top: 40px!important
}
.t-m-50 {
	margin-top: 50px!important
}
.t-m-60 {
	margin-top: 60px!important
}
.t-m-70 {
	margin-top: 70px!important
}
.b-m-20 {
	margin-bottom: 20px!important
}
.b-m-30 {
	margin-bottom: 30px!important
}
.b-m-40 {
	margin-bottom: 40px!important
}
.b-m-50 {
	margin-bottom: 50px!important
}
.b-m-60 {
	margin-bottom: 60px!important
}
.b-m-70 {
	margin-bottom: 70px!important
}
.l-m-20 {
	margin-left: 20px!important
}
.l-m-30 {
	margin-left: 30px!important
}
.l-m-40 {
	margin-left: 40px!important
}
.l-m-50 {
	margin-left: 50px!important
}
.l-m-60 {
	margin-left: 60px!important
}
.l-m-70 {
	margin-left: 70px!important
}
.r-m-20 {
	margin-right: 20px!important
}
.r-m-30 {
	margin-right: 30px!important
}
.r-m-40 {
	margin-right: 40px!important
}
.r-m-50 {
	margin-right: 50px!important
}
.r-m-60 {
	margin-right: 60px!important
}
.r-m-70 {
	margin-right: 70px!important
}
/*内补*/
.p-20 {
	padding: 20px!important
}
.p-30 {
	padding: 30px!important
}
.p-40 {
	padding: 40px!important
}
.p-50 {
	padding: 50px!important
}
.p-60 {
	padding: 60px!important
}
.p-70 {
	padding: 70px!important
}
.t-p-20 {
	padding-top: 20px!important
}
.t-p-30 {
	padding-top: 30px!important
}
.t-p-40 {
	padding-top: 40px!important
}
.t-p-50 {
	padding-top: 50px!important
}
.t-p-60 {
	padding-top: 60px!important
}
.t-p-70 {
	padding-top: 70px!important
}
.b-p-20 {
	padding-bottom: 20px!important
}
.b-p-30 {
	padding-bottom: 30px!important
}
.b-p-40 {
	padding-bottom: 40px!important
}
.b-p-50 {
	padding-bottom: 50px!important
}
.b-p-60 {
	padding-bottom: 60px!important
}
.b-p-70 {
	padding-bottom: 70px!important
}
.l-p-20 {
	padding-left: 20px!important
}
.l-p-30 {
	padding-left: 30px!important
}
.l-p-40 {
	padding-left: 40px!important
}
.l-p-50 {
	padding-left: 50px!important
}
.l-p-60 {
	padding-left: 60px!important
}
.l-p-70 {
	padding-left: 70px!important
}
.r-p-20 {
	padding-right: 20px!important
}
.r-p-30 {
	padding-right: 30px!important
}
.r-p-40 {
	padding-right: 40px!important
}
.r-p-50 {
	padding-right: 50px!important
}
.r-p-60 {
	padding-right: 60px!important
}
.r-p-70 {
	padding-right: 70px!important
}
/*清除内外补*/
.p-none {
	padding: 0!important
}
.m-none {
	margin: 0!important
}
.t-p-none {
	padding-top: 0!important
}
.b-p-none {
	padding-bottom: 0!important
}
.l-p-none {
	padding-left: 0!important
}
.r-p-none {
	padding-right: 0!important
}
.t-m-none {
	margin-top: 0!important
}
.b-m-none {
	margin-bottom: 0!important
}
.l-m-none {
	margin-left: 0!important
}
.r-m-none {
	margin-right: 0!important
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
/*CSS3 Transitions*/
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
0% {
opacity:1
}
}
@-moz-keyframes empty {
0% {
opacity:1
}
}
@keyframes empty {
0% {
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
}
@-moz-keyframes backSlideOut {
25% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%)
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
transform:translateZ(-500px)
}
75% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%)
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0)
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
100% {
opacity:1;
-moz-transform:translateZ(0) translateX(0)
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
transform:translateZ(-500px)
}
100% {
opacity:1;
transform:translateZ(0) translateX(0)
}
}
@-webkit-keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(.8)
}
}
@-moz-keyframes scaleToFade {
to {
opacity:0;
-moz-transform:scale(.8)
}
}
@keyframes scaleToFade {
to {
opacity:0;
transform:scale(.8)
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform:translateY(-100%)
}
}
@-moz-keyframes goDown {
from {
-moz-transform:translateY(-100%)
}
}
@keyframes goDown {
from {
transform:translateY(-100%)
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
transform:scale(1.5)
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpTo {
to {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpTo {
to {
opacity:0;
transform:scale(1.5)
}
}
/*ico fonts*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?wnle5f');
	src: url('../fonts/icomoon.eot')format('embedded-opentype'), url('../fonts/icomoon.ttf')format('truetype'), url('../fonts/icomoon.woff')format('woff'), url('../fonts/icomoon.svg')format('svg');
	font-weight: normal;
	font-style: normal
}
[class^="icon-"], [class*="icon-"] {
font-family:'icomoon'!important;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.icon-liuyan:before {
	content: "\e662"
}
.icon-tel:before {
	content: "\e641"
}
.icon-guanzhu:before {
	content: "\e643"
}
.icon-top:before {
	content: "\e64a"
}
.icon-time:before {
	content: "\e64d"
}
.icon-sousuo:before {
	content: "\e651"
}
.icon-goutong:before {
	content: "\e665"
}
.icon-fenxiang:before {
	content: "\e71a"
}
.icon-xinfeng:before {
	content: "\e900"
}
.icon-dizhi:before {
	content: "\e901"
}
.icon-pen:before {
	content: "\e908"
}
.icon-book:before {
	content: "\e91f"
}
.icon-map:before {
	content: "\e94b"
}
.icon-data:before {
	content: "\e964"
}
.icon-user:before {
	content: "\e976"
}
.icon-leaf:before {
	content: "\e9a4"
}
.icon-earth:before {
	content: "\e9ca"
}
.icon-eye:before {
	content: "\e9ce"
}
.icon-happy:before {
	content: "\e9e0"
}
/*全局标签*/
.h-h2 {
	font-size: 24px;
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 150%
}
.indextit {margin-bottom: 20px;}
.indextit .list-inline {margin-top: 10px;}
.h-h2-white {
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.webkit-box {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.transform-50 {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
@media (min-width:768px) {
.sticky+section.content-box {
	margin-top: 101px;
}
.sticky+.content-box .n-fixed {
	position: fixed;
    top: 0;
    z-index: 999;
    margin-top: 81px;
}
.content-box .con {
	min-height: 700px;
}
.indextit {margin-bottom: 30px;}
.h-h2:after, .h-h2:before {
	display: inline-block;
	height: 1px;
	background-color: #ddd;
	margin: 0;
	padding: 0;
	content: "";
	width: 100px;
	margin: 8px 20px
}
}
.h-h3 {
	font-size: 18px;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 150%
}
.h-h3-white {
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.m-sm {
	display: block;
	font-size: 14px;
	line-height: 150%;
	margin: 10px 0 40px 0;
	color: #999
}
.m-sm-white {
	color: rgba(255,255,255,.5)
}
.sx-jianju {
	padding-top: 50px;
    padding-bottom: 50px;
}
.sx-jianju.x {
	padding-top: 40px;
	padding-bottom: 45px
}
.ny-nav {
	margin: 30px 0;
}

@media (max-width:767px) {
.ny-nav {
	margin: 15px 0 20px;
}
.h-h2 {
	font-size: 20px
}
.sx-jianju {
	padding-top: 20px;
	padding-bottom: 25px
}
}
.menu-kj li+li::before {
	content: "丨";
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    line-height: normal;
    margin: 0 3px;
}
.menu-kj li.active a, .menu-kj li.hover a {
	color: #0d61b6
}
/*btn*/
a.btn-center, a.btn-center-white {
	text-align: center;
	font-size: 12px;
	padding: 4px 30px 4px 30px;
	margin: 10px 5px 0 5px;
	color: #999;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 18px
}
a.btn-center-white {
	color: #fff;
}
a.btn-center.x {
	font-size: 10px;
	padding: 2px 30px 0 30px
}
a.btn-center.d {
	margin: 0;
	padding: 10px 60px;
}
a.btn-center:hover, a.btn-center-white:hover, a.btn-center.hover {
	background-color: #0d61b6;
	color: #fff;
	text-decoration: none
}
.index-more {
	margin-top: 30px;
}
.index-more .btn-center {
	padding: 10px 60px;
	font-size: 14px;
}
@media (max-width:767px) {
	a.btn-center {
		margin: 15px 10px 0 10px;
		padding: 4px 20px 2px 20px
	}
	.index-more {margin-top: 15px;}
	.index-more a.btn-center.d { padding: 6px 40px;}
}
/*header*/
.navbar-default {
	padding: 0;
	background-color: #fff;
	border-bottom: 0px solid rgba(255,255,255,0.25);
	-webkit-transition: all .25s linear;
	transition: all .25s linear
}
.navbar-default .navbar-toggle:hover {
	background-color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0d61b6
}
.navbar {
	margin-bottom: 0
}
.navbar.sticky .navbar-header-top {display: none;}

/*logo*/
.logo {
	overflow: hidden;
	padding: 20px 0;
}
.navbar-brand {
	float: left;
}
.navbar-brand img {
	max-height: 80px;
}
.navbar-dianhua {
	overflow: hidden;
	float: right;
    text-align: right;
    font-weight: bold;
    color: #0d61b6;
    font-size: 20px;
	height: 80px;
	line-height: 80px;
}
.navbar-dianhua:hover {
	color: #0d61b6;
}


@media (max-width:767px) {
.logo {
    padding: 8px;
}
.navbar-default {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
.banner {
	margin-top: 58px
}
.navbar-brand {
	width: 280px;
	height: 40px;
}
.navbar-brand img {
	height: 40px;
}
.navbar-dianhua {
	display: none;
}
.navbar-toggle {
	padding: 8px 9px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.navbar.sticky .navbar-header-top {display: block;}
}

/*nav*/
.navbar-default .navbar-nav li a {
	font-size: 14px;
	line-height: 60px;
	display: block;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
}
.list-unstyled .hover:hover {
	background: #0252a3
}
.list-unstyled .hover:hover a {
	color: #0d61b6;
}
.navbar-default .navbar-nav li a:visited {
	color: #fff
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.hover a {
	color: #fff;
	background-color: rgba(255,255,255,0)
}

.about .content p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 20px;
	color: #333;
}
@media (max-width:767px) {
	.about .content p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
}

@media (min-width:768px) {
	/*.navbar-default .navbar-nav li.hover a span {
		padding-bottom: 5px;
		border-bottom: solid 2px #fff;
	}*/
	.navbar-nav_li .nav_li_a_hover {
		padding-bottom: 5px;
		border-bottom: solid 2px #fff;
	}
	.navbar-default .navbar-collapse {
	    background: #0d61b6;
	    background: url(../images/bg_menu.png);
	}

	.navbar-default .navbar-nav li a {
		font-size: 16px;
	}
	.navbar-default .navbar-nav > li {
		position: relative
	}
	.navbar-default .navbar-nav > li > ul {
		width: 100%;
		background-color: #0d61b6;
		display: none;
		position: absolute;
		z-index: 999;
		left: 0;
		top: 60px;
	}
	.navbar-default .navbar-nav > li:hover > ul {
		display: block
	}
	.navbar-default .navbar-nav > li > ul > li a {
		font-size: 14px;
		color: #fff !important;
		padding: 5px 20px;
		margin: 0;
		line-height: 36px;
		background-color: rgba(255,255,255,0);
		border-top: 1px solid hsla(0,0%,100%,0.10);
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}
	.navbar-default .navbar-nav > li > ul > li:nth-child(1) a {
		border-top: 0
	}
	.menu-kj li+li::before {
	    font-size: 16px;
	    margin: 0 3px;
	}
}

@media (max-width:767px) {
.navbar-default .navbar-nav {
	float: inherit !important
}
.navbar-default .navbar-nav li a, .navbar-default.sticky .navbar-nav li a {
	color: #fff !important;
	line-height: 50px;
	text-decoration: none;
	border-bottom: 1px solid hsla(0,0%,100%,0.20);
	text-align: left;
/*	padding: 0 20px;*/
}
.navbar-default .navbar-nav > li > ul {
	padding-left: 15px;
	display: none;
}
.navbar-default .navbar-collapse {
	background-color: #0d61b6;
	border-width: 0
}
}
.nav-ico {
	height: 24px;
	margin: 18px 0 18px 40px;
	overflow: hidden;
	color: hsla(0,0%,100%,0.50);
	font-size: 18px
}
.nav-ico li:nth-child(1) {
	border-right: 1px solid hsla(0,0%,100%,0.20)
}
.nav-ico li {
	padding: 0 15px
}
.nav-ico li a {
	font-size: 18px;
	color: hsla(0,0%,100%,0.50);
	text-decoration: none
}
.nav-ico li a:hover {
	color: #0d61b6
}
/*search*/
.key, .s-btn {
	height: 38px;
	vertical-align: middle;
	float: left;
	font-size: 12px;
	border-radius: 5px
}
.key {
	width: 100%;
	padding: 11px 10px 9px 10px;
	border: 1px solid #ddd;
	display: inline
}
.s-btn {
	width: 80px;
	text-align: center;
	color: #fff;
	background-color: #0d61b6;
	position: absolute;
	right: 15px;
	border: 1px solid #0d61b6
}
/*sticky
.navbar-default.sticky {
	background-color: #fff;
	border-bottom: 1px solid #ddd
}
.navbar-default.sticky .navbar-brand {
	background-image: url(../images/logo-red.png)
}
.navbar-default.sticky .navbar-nav li a {
	color: #fff
}
.navbar-default.sticky .navbar-nav li.hover a, .navbar-default.sticky .nav-ico li a:hover {
	color: #0d61b6
}
.navbar-default.sticky .navbar-nav li.hover a {
    color: #fff
}
.navbar-default.sticky .nav-ico li a {
	color: #ccc
}
.navbar-default.sticky .nav-ico li:nth-child(1) {
	border-right: 1px solid #ddd
}
*/

/*banner*/
.banner .owl-theme {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.banner .owl-theme .item {
	background-repeat: no-repeat!important;
	background-size: auto 100%!important;
	background-position: center top!important
}
.banner .owl-theme .item img {
	padding: 0 15px
}
/*prev-next*/
.banner .owl-next, .banner .owl-prev {
	text-indent: -9999px;
	background: url(../images/slider-arrow.png) 0 0 no-repeat;
	overflow: hidden;
	width: 42px;
	height: 84px;
	margin: 0 10px;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -42px;
	display: block;
	filter: alpha(opacity=10);
	opacity: .1
}
.banner .owl-next {
	left: auto;
	right: 3%;
	background-position: -42px 0
}
.banner .owl-next:hover, .banner .owl-prev:hover {
	filter: alpha(opacity=70);
	opacity: .7
}
/*page*/
.banner .owl-controls .owl-pagination {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 60px;
	text-align: center
}
.banner .owl-controls .owl-pagination .owl-page {
	display: inline-block
}
.banner .owl-controls .owl-pagination .owl-page span {
	text-indent: -9999px;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	overflow: hidden;
	background-color: hsla(0,0%,100%,0.50);
	border-radius: 100%
}
@media (max-width:767px) {
.banner .owl-controls .owl-pagination {
	height: 50px
}
}
.banner .owl-controls .owl-page.active span, .banner .owl-controls.clickable .owl-page:hover span {
	background-color: hsla(0,0%,100%,0.00);
	border: 1px solid #fff
}
/*mobile*/
@media (max-width:767px) {
.banner .owl-next, .banner .owl-prev {
	width: 23px;
	height: 40px;
	margin-top: -20px;
	background-size: auto 40px
}
.banner .owl-next {
	background-position: -23px 0
}
.banner .owl-theme .item img {
	padding: 0
}
}
@media (min-width:768px) and (max-width:991px) {
.banner .owl-theme .item {
	height: 354px
}
.banner-mask {
	margin-top: 25px
}
}
@media (min-width:992px) and (max-width:1199px) {
.banner .owl-theme .item {
	height: 464px
}
.banner-mask {
	margin-top: 15px
}
}
/*owl-carousel*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}
/*.grabbing{cursor:url(grabbing.png) 8 8,move}*/
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-theme .owl-controls {
	text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	cursor: pointer
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none
}
.owl-next, .owl-prev {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: 35px;
	height: 60px;
	display: inline-block
}
.owl-prev {
	position: absolute;
	left: 5%;
	top: 55px;
	background-image: url(../images/slider-arrow-black.png);
	background-position: left center
}
.owl-next {
	position: absolute;
	right: 5%;
	top: 55px;
	background-image: url(../images/slider-arrow-black.png);
	background-position: right center
}
.owl-next, .owl-prev {
	filter: alpha(opacity=20);
	opacity: .2
}
.owl-next:hover, .owl-prev:hover {
	filter: alpha(opacity=50);
	opacity: .5
}
/*意境*/
.yijing ul {
	margin: 0
}
.yijing figure {
	padding: 40px 50px
}
@media (max-width:767px) {
.yijing figure {
	padding: 30px
}
}
@media (min-width:769px) {
.yijing figure {
	background: url(../images/kj-bgx.gif) no-repeat center center
}
}
.yijing h3 {
	margin: 0 0 10px 0;
	font-size: 18px
}
.yijing h3 small {
	display: inline-block;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 5px
}
.yijing p {
	margin: 0
}
.yijing .menu-kj a {
	text-shadow: #ddd 1px 1px 1px
}
/*优势*/
.youshi {
	background: #ededed
}
.youshi .item figure {
	height: 240px;
	width: 240px;
	background: url(../images/ys-bgx.gif) no-repeat center center;
	margin: 0 auto
}
.youshi .item figure a {
	text-decoration: none
}
.youshi .item figure em {
	line-height: 240px;
	font-size: 80px;
	padding: 30px
}
.youshi .item:hover em {
	font-size: 60px;
	background-color: #0d61b6;
	color: #fff
}
.youshi .item h3 {
	font-size: 18px
}
.youshi .item h3 a {
	color: #333
}
.youshi .item:hover h3 a {
	color: #0d61b6
}
.youshi .item {
	margin: 0 30px
}
/*xulie*/
.youshi .owl-controls .owl-pagination {
	margin-top: 10px
}
.youshi .owl-controls .owl-pagination .owl-page {
	display: inline-block
}
.youshi .owl-controls .owl-pagination .owl-page span {
	text-indent: -9999px;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	overflow: hidden;
	background-color: #ccc;
	border-radius: 100%
}
.youshi .owl-controls .owl-page.active span, .youshi .owl-controls.clickable .owl-page:hover span {
	background-color: hsla(0,0%,100%,0.00);
	border: 1px solid #999
}
/*jiantou*/
.youshi .owl-next, .youshi .owl-prev {
	text-indent: -9999px;
	background: url(../images/slider-arrow-ys.png) 0 0 no-repeat;
	overflow: hidden;
	width: 30px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 30%;
	margin-top: -30px;
	display: block;
	filter: alpha(opacity=10);
	opacity: .1
}
.youshi .owl-next {
	left: auto;
	right: 0;
	background-position: -30px 0
}
.youshi .owl-next:hover, .youshi .owl-prev:hover {
	filter: alpha(opacity=50);
	opacity: .5
}
/*团队*/
.team h3, .ny-team h3 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 20px
}
.team small, .ny-team small {
	font-size: 14px;
	font-weight: normal;
	color: #999
}
/*jiantou*/
.team .owl-next, .team .owl-prev {
	text-indent: -9999px;
	background: url(../images/slider-arrow-team.png) 0 0 no-repeat;
	overflow: hidden;
	width: 15px;
	height: 30px;
	margin: 0 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	display: block;
	filter: alpha(opacity=20);
	opacity: .2
}
.team .owl-next {
	left: auto;
	right: 0;
	background-position: -15px 0
}
.team .owl-next:hover, .team .owl-prev:hover {
	filter: alpha(opacity=50);
	opacity: .5
}
/*team-box*/
.team-box {
	overflow: hidden;
	text-align: left;
}
.team-box dl {
	margin-bottom: 0
}
.team-box dt {
	width: 165px;
	max-height: 110px;
	text-align: center;
}
.team-box dt img {
	max-height: inherit;
}
.team-box dd {
	text-align: left;
	line-height: 200%;
	margin-left: 200px
}
.ny-team .dl-horizontal .hg {
	margin: 0;
}

.team-box h3 a {
	color: #333
}
.team-box h3 a:hover {
	color: #0d61b6
}
.ny-team dl {
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.ny-team dl:last-child{margin-bottom: 0}
@media (max-width:767px) {
	.team-box {
		text-align: center
	}
	.team-box dt {
		max-width: 110px;
	}
	.ny-team h3 {
	    font-size: 16px;
		margin: 0 0 8px;
	}
	.ny-team .dl-horizontal .hg {line-height: 1.5;font-size: 14px;}

}
/*team-more*/
.team-more {
	border-top: 1px solid #ddd;
	margin-top: 40px
}
.team-more #owl-team {
	padding: 0 60px
}
.team-more h3 {
	margin: 0
}
.team-more h3 a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 20px 0
}
.team-more h3 a:hover {
	background-color: #0d61b6;
	color: #fff
}
.team-more h3 a small {
	display: block;
	color: #999;
	margin-top: 5px
}
.team-more h3 a:hover small {
	color: #fff
}


/*证书课程*/
.case .tab-pane {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ny-case .tab-pane {
	justify-content: inherit;
}

.case figure.item {
	background-color: #f5f5f5;
	width: 15.5%;
}
.case figure.item:nth-child(n+7) {
	margin-top: 20px;
}

.case figure.item p {
	margin: 12px 0;
	color: #333;
	font-size: 14px;
}

@media (min-width:768px) {
	.case figure.item {
		width: 23.5%;
	}
	.case figure.item:nth-child(n+5) {
	    margin-top: 20px;
	}
}

@media (min-width:1024px) {
}

@media (max-width:767px) {
	.case figure.item {
		width: 48%;
	}
	.case figure.item:nth-child(n+3) {
	    margin-top: 14px;
	}
}

/*项目列表页*/
.case.ny-case figure:last-child { margin-right: 0 !important; }
.case.ny-case figure .title {
	margin-top: 12px;
	color: #333;
	font-size: 14px;
}
@media (min-width:1281px) {
	.case.ny-case figure { width: 23.5%; margin-right: 2%; margin-bottom: 2%;}
	.case.ny-case figure:nth-child(4n) { margin-right: 0; }
}

@media (max-width:767px) {
	.case.ny-case figure { width: 48.5%; margin-right: 3%; margin-bottom: 3%;}
	.case.ny-case figure:nth-child(2n){	margin-right: 0;}
	.case.ny-case figure h3 a.nowrap {font-size: 14px;margin-top: 4px}
}

 @media only screen and (min-width: 768px) and (max-width: 1280px) {
 	.case.ny-case figure { width: 32%; margin-right: 2%; margin-bottom: 2%;}
	.case.ny-case figure:nth-child(3n){ margin-right: 0; }
 }

/*合作单位*/
.index_hzdw ul {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.index_hzdw ul li {
	float: left;
	width: 12.5%;
	max-height: 118px;
}
.index_hzdw ul li a {
	display: block;
    background: #f5f5f5;
    padding: 1px;
    margin: 3px;
}
.index_hzdw .item h5 {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	display: none;
}
.index_hzdw ul li:hover a h5 {
	color: #0d61b6
}
@media (max-width:767px) {
	.index_hzdw ul li {width: 25%}
	.index_team ul li:nth-child(n+7) { margin-bottom: 0}
}

/**/
.ny-case {
	overflow: hidden;
	background: none;
}
.ny-case-fl li {
	position: relative
}
.ny-case-fl li ul {
	min-width: 140px;
	background-color: #0d61b6;
	padding: 5px 0;
	display: none;
	position: absolute;
	z-index: 999;
	left: 5px;
	top: 28px;
	-webkit-box-shadow: 0 1px 5px hsla(0,0%,0%,0.30);
	box-shadow: 0 1px 5px hsla(0,0%,0%,0.20)
}
.ny-case-fl li:nth-child(2) ul {
	left: 20px
}
.ny-case-fl li:hover ul {
	display: block
}
.ny-case-fl li ul li+li::before {
	content: "";
	margin: 0;
	padding: 0
}
.ny-case-fl li ul li a {
	font-size: 12px;
	color: #fff !important;
	display: block;
	padding: 4px 30px;
	border-top: 1px solid #e89293
}
.ny-case-fl li ul li:nth-child(1) a {
	border-top: 0
}
.ny-case-fl li ul li a:hover {
	background-color: #e89293
}
/*行动*/
.xingdong {
    position: relative;
	background: #0d61b6;
	color: hsla(0,0%,100%,0.60);
	padding-top: 30px;
}
.xingdong h4 {
	color: #fff;
	font-size: 20px;
	margin: 25px 0 5px 0
}
.xingdong .btn-center,.xingdong .btn-center-white {
	font-size: 18px;
}
.xingdong .text {
    text-align: center;
    padding-bottom: 20px;
}
.xingdong .img {
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width:767px) {
	.xingdong .col-xs-12 {
		text-align: center
	}
	.xingdong h4 {
		margin-top: 0;
		font-size: 16px;
	}
	.xingdong .btn-center,.xingdong .btn-center-white {
		font-size: 14px;
		padding: 4px 12px;
	}
	.xingdong .img {
		display: none;
	}
}
@media (min-width:768px) {
    .xingdong .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*新闻*/
.news-hot {
	position: relative;
	display: inline-block
}
.news-hot img {
	border-radius: 50px
}
.news-box {
	text-align: left
}
.news-box dl {
	border-bottom: 1px dashed #dedede;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	height: 50px;
    line-height: 50px;
    box-sizing: content-box;
}
@media (min-width:768px) {
	.news-box.home dl {
		height: 40px;
		line-height: 40px;
	}
}
.news-box dl:nth-child(1) {
	padding-top: 0;
}
.news-box dt {
	color: #999;
	font-weight: normal;
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
}
.news-box dt span {
	font-size: 16px;
	display: block
}
.news-box dd {
	margin-left:0;
	width: 100%;
	float: left;
	padding-right: 50px;
}
.news-box dd p {
	margin: 0 0 5px 0
}
.news-box h3 {
	margin: 0;
}
.news-box a h3 {
	line-height: inherit;
	font-size: 16px;
	color: #333;
	text-align: left;
}
.news-box a h3:hover {
	color: #0d61b6
}

@media (max-width:767px) {
	.news-box, .news-box dt {text-align: center}
	.news-box dl {
		line-height: 36px;
		height: 36px;
	}
	.news-box a h3 { font-size: 14px;font-weight: normal;}
	.news-box dt span {	display: inline-block;	margin-right: 10px}

	figure.t-m-40.b-m-30.news-hot {
		margin-top: 30px !important;
		margin-bottom: 10px !important
	}
}

/*页脚*/
.foot {
	font-size: 12px;
	background-color: #ededed
}
.foot p {
	margin: 0;
	color: #999;
}
.foot p a {
	color: #999
}
.foot p em {
	font-size: 24px;
	color: #fff;
	background-color: #ccc;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	display: inline-block;
	padding-top: 10px;
	margin-bottom: 20px
}
.foot .sx-jianju.x {
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.foot hr {
	margin: 30px 0
}
.copy {
	background: #222;
	line-height: 48px
}

.copyright {
	padding: 20px 0;
	line-height: 1.5;
	font-size: 14px;
	color: #ededed;
}
.copyright .companyname {
	margin-bottom: 6px;
}
.copyright a {
	font-size: inherit;
	color: inherit;
}
.copyright a.gongan {
    margin-left: 6px;
    padding-left: 18px;
    background: url(http://www.zgahpx.com/skin/images/ga_logo.png) no-repeat left center;
    background-size: 16px auto;
}

@media (max-width:767px) {
	.foot .sx-jianju.x {
		padding: 15px
	}
	.copy {
		
	}
	.foot .row div {
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
		padding-bottom: 10px
	}
	.foot .row div:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
	.foot p em {
	    height: 36px;
	    width: 36px;
	    padding-top: 6px;
	    margin-bottom: 10px;
	}

	.foot .hidden-xs,.foot .list-inline {display: none !important;}
}
@media (min-width:768px) {
.foot .row div:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.foot .row div:hover p em {
	background-color: #0d61b6
}
}
/*客服*/
.kefu {
	bottom: 100px;
	right: 30px;
	margin-bottom: 0;
	display: block;
	position: fixed;
	z-index: 1029
}
.kefu a {
	color: #fff;
	font-size: 24px;
	background-color: #0d61b6;
	width: 46px;
	height: 46px;
	line-height: 46px;
	display: block;
	margin-top: 4px;
	border-radius: 100%;
	text-decoration: none;
	text-align: center
}

@media (max-width:767px) {
.kefu {
	text-align: center;
	background-color: #0d61b6;
	bottom: 10px;
	right: 10px;
}
.kefu li {
	display: inline-block
}
.kefu a {
	width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: 0;
	border-radius: 0;
	background-color: hsla(0,0%,0%,0.00)
}
}
/*dl*/
@media (max-width:767px) {
.team .team-box dd, .ny-team dd {
	margin-left: 125px
}
.news .news-box dd, .content .news-box dd {
	margin-left: 0
}
}
/*外边距*/
@media (min-width:768px) {
#owl-youshi {
	padding: 0 50px
}
.team .team-box {
	padding: 0 50px
}
.news figure {
	margin: 0 40px
}
}
@media (min-width:1000px) {
	#owl-youshi {
		padding: 0 40px
	}
	.team .team-box {
		padding: 0 80px
	}
	.news figure {
		margin: 0 80px
	}

	.navbar-brand {
		float: left;
    	display: table-cell;
    	vertical-align: middle;
    	overflow: hidden;
    	height: 80px;
	}
}
@media (min-width:1200px) {
#owl-youshi {
	padding: 0 100px
}
.team .team-box {
	padding: 0 140px
}
.team-more {
	margin-left: 80px;
	margin-right: 80px
}
.case .tab-content {
	
}
}
@media (max-width:992px) {
.hg, .about {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}
}
@media (max-width:768px) {
.hg, .about, .news-box dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.75;
}
}
/*内页banner*/
.banner-mask {
	background: #EFECF7 no-repeat top center;
	background-size: auto 100%
}
.breadcrumbs {
	border-bottom: 1px solid #ddd
}
.breadcrumbs .breadcrumb {
	padding: 0;
	margin: 0 auto;
	border-radius: 0;
	background-color: #FFF;
	font-size: 14px;
	padding-bottom: 10px;
}
.content header .title {
	font-size: 18px;
	margin: 20px 0
}
.content header .info {
	color: #999;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd
}
.content header .info em {
	margin-right: 10px
}
.content header .info small {
	height: 12px;
	margin-right: 20px
}
.content-box ol li p, .content-box ul li p {
	margin: 0
}
.content h2 {
	font-size: 24px
}
.content h4 {
	font-size: 16px
}
.content h5 {
	font-size: 14px
}
.content h6 {
	font-size: 12px
}
.content .pre {
	margin-bottom: 5px
}
/*fanye*/
.list-page {
	text-align: center
}
 
@media (min-width:768px) {
	.content header .title {font-size: 24px;}
	.content header .info {margin: 0 0 30px 0;}
	.breadcrumbs .breadcrumb {
		padding-bottom: 20px;
	}
	.team-case figure h3 {
		padding: 25px !important
	}
	.team-case {
		margin-bottom: 40px
	}
}

.al-team {
	margin: 40px auto;
	width: 270px;
	background-color: #e89293;
	padding: 15px 20px
}
.al-team table {
	margin: 0 auto
}
@media (max-width:767px) {
.al-team {
	width: 100%
}
}
.al-team:hover {
	background-color: #0d61b6
}
.al-team img {
	max-width: 60px !important;
	margin-right: 10px
}
.al-team h3 {
	margin: 5px 0
}
.al-team h3, .al-team h3 a, .al-team h3 small, .al-team p {
	color: #fff;
	font-size: 14px
}
.al-team p {
	margin-bottom: 0
}

@media (min-width: 768px) {
.index_banner_mt {margin-top: 181px}
.content_banner_mt {margin-top: 181px}

.content-box {min-height: 450px;}
}

/*yuyue*/
a.yuyue {
	width: 120px;
	height: 120px;
	background: url(../images/news-hot.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -999px;
	overflow: hidden
}
@media (max-width:1024px) {
a.yuyue {
	width: 100px;
	height: 100px;
	background-size: 100px auto
}
}
@media (max-width:991px) {
a.yuyue {
	display: none
}
}
#lyusername, #lytel, #lycontent {
	height: 36px;
	width: 100%;
	background-color: #fff;
	color: #999;
	border: 1px solid #bbb;
	margin-bottom: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 4px
}
#lyusername:focus, #lytel:focus, #lycontent:focus {
	border-color: rgba(242,89,75,0.80);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 89, 75, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 89, 75, .5)
}
#lycontent {
	height: 120px;
	padding-top: 10px
}
#button {
	height: 40px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-width: 0;
	background-color: #0d61b6;
	color: #FFF;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 20px
}
#button:hover {
	background-color: #df3741
}
.bd-map {
	width: 100% !important;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
	border: 1px solid #ddd
}
.bd-map iframe {
	border: 0;
	min-height: 400px
}
.pp-logo .row figure {
	margin-bottom: 15px;
	margin-top: 15px
}
.pp-logo figure img {
	border: 1px solid #ddd;
	max-width: 163px;
	max-height: 104px;
	overflow: hidden
}
#nb_icon_wrap {
	display: none !important
}

#imgmax img{ max-width:100% !important; height:auto !important}

.pagebar {
	overflow:hidden;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #0d61b6;
  border: 1px solid #0d61b6;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0d61b6;
  border: 1px solid #0d61b6;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}


.foot_mess {
    width: 100%;
/*    margin: 0 auto;*/
}
.foot_box h2 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}

/*联系我们*/
.contact_l {
	margin-bottom: 40px;
}
.contact_l h3 {
	margin-top: 0;
}
.contact_r {
    width: 100%;
    max-width: 500px;
}
.contact_r h3 {
    margin-top: 0;
}

@media (max-width:767px) {
.contact_l {
    width: 100%;
    padding-bottom: 15px;
}
.contact_r {
    width: 100%;
    padding-top: 0px;
}
}
/*end*/

/* 报名表单 */
.form-action {
    margin-top: 50px;
}
.submit-bth {
    margin-top: 30px;
}

.foot_mess h2 {
    text-align: center;
    height: 49px;
    line-height: 49px;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    background: url(/skin/images/baoming_bg.png) no-repeat center;
}

.foot_mess {
    margin-top: 40px;
    margin-bottom: 50px;
}
.form-action li {
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    margin-bottom: 15px;
}

.foot_mess input {
    width: 100%;
    border: 0;
    background: #fff;
    color: #666;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0;
}
.foot_mess textarea {
    width: 100%;
    min-height: 100px;
    border: 0;
    padding: 0;
    background: #fff;
    resize: none;
}
.foot_mess .small-button {
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #194260;
    border-radius: 5px;
    cursor: pointer;
}

.submit-bth .tj {
    display: block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: #7fbbf7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    width: 120px;
    margin: 0 auto;
    border: 0;
}
.submit-bth .tj:hover {
	background: #51a1f1
}
.form-action .sex {
    border: none;
}
.form-action .sex span {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.foot_mess .sex input {
    width: auto;
    height: 13px;
    margin-top: 0;
    margin-right: 3px;
}
@media (max-width:767px) {
	.foot_mess h2 {
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	    background-size: contain;
	}
	.form-action {margin-top: 30px;}
	.foot_mess input {}
	.submit-bth .tj {width: 120px; }
}



li {
    list-style: none;
}
/* end */
.message {
    margin-top: 0;
}

/*合作单位*/
.ny-partner {
	background: #fff;
}
.ny-partner .con ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.ny-partner .con ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
    margin-bottom: 2%;
}
.ny-partner .con ul li:nth-child(4n) {
    margin-right: 0;
}

.ny-partner .partner {margin-bottom: 30px;}

.ny-partner .partner a {
    display: block;
    background: #f5f5f5;
    padding: 10px;
}
.ny-partner .partner .img {
    border: none;
    padding: 0;
}
.ny-partner .partner .nowrap {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 5px;
}
.ny-partner .partner a:hover h3 {
	color: #0d61b6;
}
@media (max-width:767px) {
	.ny-partner .con ul {padding: 0 15px;}
	.ny-partner .con ul li {width: 48%;margin-right: 4%; margin-bottom: 4%;}
	.ny-partner .con ul li:nth-child(2n) { margin-right: 0;}
	.ny-partner .partner a {padding: 3px;}
	.ny-partner .partner .nowrap {font-size: 14px;padding: 8px 3px 5px 3px;}
}

/*首页新闻*/
.news .news-cen {
	overflow: hidden;
}
.news .news-left {
	float: left;
	width: 40%;
}
.news-left .text h3,.news-left .text p {
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-left .text h3 {
	font-weight: bold;
	font-size: 18px;
	-webkit-line-clamp: 1;
	margin-top: 13px;
	margin-bottom: 12px;
}
.news-left .text p {
	font-size: 14px;
	-webkit-line-clamp: 2;
	margin: 0;
}
.news-left a:hover .text p {
	clear: red;
}

.news .news-box {
	float: right;
	width: 57%;
	padding: 0;
}

/*新闻列表页*/
.newslist .dl-horizontal {
	height: 40px;
	line-height: 40px;
}
.newslist .news-box dd {
    padding-right: 100px;
}
.newslist .news-box .nowrap {
	text-align: left;
}
.newslist .news-box .nowrap a {
	color: #333;
	font-size: 20px;
}
.newslist .dl-horizontal p {
	margin: 0;
	line-height: 1.75;
}
.newslist .news-box .time {
	display: block;
	margin-right: 0;
}
.news_return {
	text-align: center;
    padding: 30px 0;
}
.news_return a {
    display: inline-block;
    color: #999;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #dedede;
}
.news_return a:hover {
}

@media (max-width:1000px) {
	.news .news-left { display: none;}
	.news .news-box { width: 100%}
	.hidden-xs { display: block !important;}

	.newslist .dl-horizontal {height: 36px; line-height: 36px;}
	.newslist .news-box dd {padding-right: 80px;}
	.newslist .news-box .nowrap {font-size: 14px;}
	.newslist .dl-horizontal p {line-height: 1.5}
	.newslist .news-box .time {font-size: 12px;}

	.news_return a {width: 80px; height: 32px; line-height: 32px;}
	.pagebar .pagination {
		margin-top: 20px;
	}
}
@media (max-width:1280px) {
	.news .news-box dl:last-child {display: none;}
}

.backof {background: #f9f9f9;}

.content-box {position: relative;overflow: hidden;max-width: 1440px;margin: 0 auto;margin-top: 211px;margin-bottom: 50px;padding: 0 15px;}
.content-box .left {
	float: left;
	overflow: hidden;
	width: 280px;
	border-bottom: none;
	position: absolute;
}
.breadcrumbs.left .title {
	color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 100px;
    background: #0d61b6;
}
.breadcrumbs.left .breadcrumb {
	padding: 0;
	background: #fff;
}
.breadcrumbs.left .breadcrumb ul {
	padding: 12px 20px;
}

.breadcrumbs.left .list-inline li {
    display: block;
    line-height: 46px;
    color: #333;
    border-bottom: 1px solid #dedede;
}
.breadcrumbs.left .list-inline li a {display: block;color: #333}
.breadcrumbs.left .list-inline .hover {
	color: #0d61b6;
}
.breadcrumbs.left .list-inline .hover a {
	color: #0d61b6;
}
.breadcrumbs.left .list-inline li::before {
	display: none;
}

.content-box .right {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	padding-left: 320px;
	
}
.content-box .con {
	display: block;
	overflow: hidden;
	background: #fff;
}

.cat-tit {
	height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 0 20px;
}
.newslist .cat-tit {
	margin-bottom: 0;
}
.cat-tit .catpos {text-align: right;color: #666}
.cat-tit .catpos a {color: #666}
.sector {padding: 0 20px;padding-bottom: 30px;}
.right .content .text p {
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 20px;
	margin-bottom: 0;
}
.right .content .text p:first-child {
	margin-top: 0;
}
.right .content .text.news_content p {text-indent: 2em;}
.right .content .text.news_content p img {display: block;margin: 0 auto;pointer-events: none;}

.team .team-img {text-align: center;margin-bottom: 10px;}
.team .team-img img {max-width: 500px;width: 100%}
.team .word p.title {font-weight: bold;font-size: 18px}
.team .word p {color: #333;font-size: 16px;line-height: 1.75;margin: 0}

@media (max-width: 1024px) {
	.team .team-img img {max-width: 200px;width: 100%}
	.content-box .left { width: 200px;}
	.breadcrumbs.left .title { line-height: 75px;font-size: 20px}
	.breadcrumbs.left .list-inline li {line-height: 40px;}
	.breadcrumbs.left .list-inline li a {font-size: 14px;}
	.content-box .right { padding-left: 220px; }
}


@media (max-width: 767px) {
	.content-box {padding:0;margin-top: 57px; margin-bottom: 0;}
	.content-box .left { position: relative; width: 100%; margin-bottom: 20px;display: block;}
	.cat-tit {padding: 0 10px;}
	.sector {padding: 0 10px;padding-bottom: 15px;}
	.right .content .text p { font-size: 14px;line-height: 1.5;margin-top: 12px;margin-bottom: 12px;}

	.team .word p.title {font-size: 16px}
	.team .word p {font-size: 14px;line-height: 1.5;margin: 8px 0}

	.breadcrumbs.left .breadcrumb ul { padding:0 10px 8px 10px;}
	.breadcrumbs.left .title { line-height: 36px; font-size: 18px; }
	.breadcrumbs.left .list-inline li { display: inline-block;border: 1px solid #f0f0f0; line-height: 32px;margin-top: 8px; }
	.breadcrumbs.left .list-inline li a { font-size: 14px; line-height: 30px; display: block; padding: 0 6px;}

	.content-box .right {float: none;padding-left: 0}
}

/*首页专家*/
.index_team ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_team ul li {
	width: 19%;
    background: #f9f9f9;
}
.index_team ul li:nth-child(n+6) {
	margin-top: 20px;
}
.index_team ul li:nth-child(4n) {margin-right: 0}
.index_team .img {overflow: hidden;}
.index_team .list img {
	width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_team a:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.index_team .content .name {margin: 0;font-size: 16px;line-height: 50px}
@media (max-width: 767px) {
	.index_team ul li {	width: 48%; margin-right: 4%; margin-bottom: 4%;}
	.index_team ul li:nth-child(2n) {margin-right: 0}
	.index_team ul li:nth-child(n+6) {
	    margin-top: initial; 
	}
	.index_team .content .name {font-size: 14px;line-height: 32px}
}


/*首页快速导航*/
.dh_btn {
	background: #ededed;
	padding: 35px 0
}
.dh_btn .item {
	float: left;
	width: 25%;
}
.dh_btn .item .img {
	text-align: center;
}
.dh_btn .item p {
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}

.dh_btn .item a:hover p {color: #0d61b6;}

@media (max-width: 767px) {
	.dh_btn { padding: 20px 0; }
	.dh_btn .item {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    padding: 10px 5px;
    border-radius: 10px;
}

	.dh_btn .item p { font-size: 14px;margin-top: 10px }
	.dh_btn .item .img img {height: 45px}
}


/*分会领导*/
.fh-leader {
	padding: 0;
}
.fh-leader .item {
	position: relative;
	overflow: hidden;
	color: #333;
	border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
}
.fh-leader .main {
	position: absolute;
	float: left;
}
.fh-leader .main span {
	float: left;
	text-align: justify;
}
.fh-leader .main i{ display:inline-block; width:100%;}

.fh-leader .port {
	float: left;
	width: 100%;
}
.fh-leader .port figure {
	float: left;
}
.fh-leader .port figcaption {
	text-align: center;
	padding-top: 10px;
}

@media (min-width: 768px) {
	.fh-leader .main {font-size: 16px;}
	.fh-leader .main span {width: 80px;}
	.fh-leader .port {padding-left: 100px;}
	.fh-leader .port figure {width: 22%;margin-right: 4%;margin-bottom: 3%;}
	.fh-leader .port figure:nth-child(4n) {margin-right: 0}
	.fh-leader .port figcaption {font-size: 14px;}
}

@media (min-width: 1025px) {
	.fh-leader .main { font-size: 18px;}
	.fh-leader .main span { width: 94px;}
	.fh-leader .port { padding-left: 130px;}
	.fh-leader .port figure { width: 15%;margin-right: 2%;margin-bottom: 2%;}
	.fh-leader .port figure:nth-child(4n) {margin-right: 2%}
	.fh-leader .port figure:nth-child(6n) { margin-right: 0}
	.fh-leader .port figcaption { font-size: 16px;}
}

@media (max-width: 767px) {
	.fh-leader .main { position: relative;font-size: 16px;}
	.fh-leader .port { float: none; display: block; overflow: hidden;}
	.fh-leader .port figure { width: 22%;margin-right: 4%;margin-bottom: 4%;}
	.fh-leader .port figure:nth-child(4n) {margin-right: 0}
	.fh-leader .port figcaption {padding-top: 6px}
}



/*
.part {
	
}
.index-top {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 211px;
	overflow: hidden;
}
.index-top .banner {
	width: 50%;
	float: left;
	margin-top: 0;
}

.index-top .rukou {
	width: 50%;
	float: left;
}
.index-top .rukou ul {
	overflow: hidden;
    margin-bottom: 0;
}
.index-top .rukou ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 19px;
}

.rukou .transition {
	font-size: 80px;
    padding: 30px;
}*/

/*
.navbar-fixed-top {position:relative;}
.index_banner_mt {margin-top: 0;}
.content-box {margin-top: 30px;}
*/

/*分会简介*/
.about-js .mg-b {
	margin-bottom: 40px;
}
.about-js .title {
	text-align: center;
	width: 150px;
    margin: 0 auto;
    background: #fff;
}
.about-js .title h1 {
	display: inline-block;
	text-align: center;
	background: #b68658;
	margin: 0; 
	color: #fff;
	box-shadow: 4px 4px 4px #d3d3d3;
	border-radius: 18px;
	font-size: 18px;
	padding: 4px 20px;
}
.about-js .cont {
	margin-top: 30px;
}
.about-js .jieshao .cont {
	background: #f4ece1;
	padding: 10px 15px;
}
.about-js .jieshao .cont p {
	margin: 0;
	color: #333;
	padding: 10px 0;
	text-indent: 2em;
	font-size: 16px;
	line-height: 1.75;
}
.about-js .fuwu .cont h4 {
	position: relative;
	border-bottom: 2px solid #f4ece1;
	color: #000;
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
	padding-left: 26px;
	padding-bottom: 8px;
	margin-bottom: 15px;

}
.about-js .fuwu .cont h4:nth-child(n+2) {
	margin-top: 35px;
}
.about-js .fuwu .cont h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 16px;
    background: url(../images/jiantou_xiangyou2.png) no-repeat;
    background-size: 100%;
}
.about-js .fuwu .cont h5 {
	position: relative;
	color: #734106;
	line-height: 1;
	padding-left: 15px;
	margin-left: 32px;
	font-size: 16px;
}
.about-js .fuwu .cont h5:before {
	content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #6d0101;
    border-radius: 50%;
    left: 0;
    top: 3px;
}
.about-js .fuwu .cont p {
	color: #333;
	font-size: 16px;
	text-indent: 3em;
}
.about-js .fuwu .cont h5,.about-js .fuwu .cont p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.about-js .hengxian {
	position: relative;
}
.about-js .hengxian:before {
	content: '';
    position: absolute;
    top: 50%;
    background: #b68658;
    width: 100%;
    height: 1px;
    z-index: 9;
}
.about-js .hengxian .title {
    z-index: 10;
    position: relative;
    width: 150px;
}
.about-js .shengtai .cont .top {
	text-align: center;
}
.about-js .shengtai .cont .top h2 {
	font-weight: bold;
	color: #6d0101;
}
.about-js .shengtai .cont .top p {
	width: 300px;
	margin: 0 auto;
}
.about-js .shengtai .cont h3 {
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
}
.about-js .shengtai .cont p {
	font-weight: normal;
	color: #333;
}
.about-js .shengtai .bottom {
	overflow: hidden;
	margin-top: 30px;
}
.about-js .shengtai .bottom dl {
	position: relative;
	overflow: hidden;
}
.about-js .shengtai .bottom .l {
	float: left;
	width: 33.3333%;
	text-align: right;
}
.about-js .shengtai .bottom .r {
	float: right;
	width: 33.3333%;
}
.about-js .shengtai .bottom .img {
	float: left;
	text-align: center !important;
	width: 33.3333%;
	padding: 0 20px;
}
.about-js .shengtai .bottom .mg-t {
	margin-top: 80px;
}
.shoupai .cont,.dashiji .cont {text-align: center;margin-top: 30px;}
.about-js .lianxi {
	overflow: hidden;
    max-width: 917px;
    margin: 0 auto;
    background: #f4ece1;
    padding: 20px;
}
.about-js .lianxi .qrcode {
	float: left;
	max-height: 150px;
	padding-right: 15px;
}
.about-js .lianxi .text {
	float: left;
	width: calc(100% - 165px);
}
.about-js .lianxi .text h3 {
	border-bottom: 1px solid #000;
	color: #0d61b6;
	font-weight: bold;
	font-size: 22px;
	margin: 8px 0 10px 0;
	padding: 0 0 6px 0;
}
.about-js .lianxi .text p {
	margin: 0;
}
.about-js .lianxi .text p.lx-l {
	float: left;
}
.about-js .lianxi .text p span {
	padding-right: 15px
}

/*证书课程*/
.content-box .con .pdf iframe {
	width: 100%;
	height: 690px;
	border-width: 1px;
    border-color: rgb(0 0 0 / 20%)
}
.content-box .con .pdf .download {
	display: none;
}
.content-box .con .pdf .download a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.content-box .con .pdf .download .img {
	max-height: 30px;
	margin-right: 10px;
}
.content-box .con .pdf .download .downbtn {
	float: right;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
}
@media (max-width: 1280px) {
	.bottom .mg-t {margin-top: 20px;}
	.about-js .shengtai .cont .top h2 {font-size: 20px;}
	.about-js .shengtai .cont h3 {font-size: 18px;margin-top: 0;}
	.content-box .con .pdf iframe {display: none;}
	.content-box .con .pdf .download {display: block;}
}
@media (max-width: 1000px) {
	.about-js .shengtai .bottom {margin-top: 10px;}
	.about-js .shengtai .bottom .l,
	.about-js .shengtai .bottom .img,
	.about-js .shengtai .bottom .r {width: 100%;text-align: left;margin-bottom: 0}
	.about-js .shengtai .bottom .img img {width: 280px;}
	.about-js .shengtai .bottom .mg-t {margin-top: 0;}



}
@media (max-width: 767px) {
	.about-js .title h1 { border-radius: 12px; font-size: 16px; padding: 4px 20px;}
	.about-js .cont { margin-top: 20px;}
	.about-js .mg-b {margin-bottom: 20px;}
	.about-js p { margin: 0; padding: 6px 0 !important;font-size: 14px !important;line-height: 1.5 !important;}
	.about-js .fuwu .cont h4:nth-child(n+2) { margin-top: 10px;}
	.about-js .fuwu .cont h5,.about-js .fuwu .cont p { margin: 8px 0;font-size: 14px;}
	.about-js .fuwu .cont h5 {margin-left: 14px;}
	.about-js .fuwu .cont h5:before {width: 8px; height: 8px;}
	.about-js .fuwu .cont p {text-indent: 2em;}
	.about-js .shengtai .cont .top h2 {font-size: 18px;margin-top: 0px; margin-bottom: 0px;}
	.about-js .shengtai .cont h3 {font-size: 16px;margin-top: 10px; margin-bottom: 0px;}
	.about-js .lianxi .qrcode {max-height: 100px;padding-right: 5px;display: none;}
	.about-js .lianxi .text {width: 100%;}
	.about-js .lianxi .text h3 {font-size: 16px;margin: 0;padding: 0 0 4px 0;}
	.about-js .lianxi .list {margin-top: 6px;}
	.about-js .lianxi .text p {padding: 0 !important;}
	.about-js .lianxi .text p.lx-l.lxfs {height: 42px;}
	.about-js .lianxi .text p span {display: block;}

	.content-box .con .pdf {padding: 0 15px}
}

/*组织架构*/
.organization ul {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.organization .column li {
	position: relative;
	padding-bottom: 25px;
}
.organization .column li::before {
	content: '';
	width: 2px;
	height: 25px;
	position: absolute;
	background: #fbedab;
	bottom: 0;
	right: 50%;
    transform: translateX(50%);
}
.organization .column li span {
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fbedab;
	color: #333;
	font-size: 16px;
	padding: 12px 0;
	width: 120px;
}

.departments {
	display: flex;
    padding: 0;
    padding-top: 25px;
    position: relative;
}
.departments::before {
	content: '';
    width: 98%;
    height: 2px;
    position: absolute;
    background: #fbedab;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.departments li {
	position: relative;
}
.departments li::before {
	content: '';
	width: 2px;
	height: 25px;
	background: #fbedab;
	position: absolute;
	right: 50%;
    top: -25px;
    transform: translateX(50%);
}



.departments span {
	display: block;
	text-align: center;
	background: #fbedab;
	color: #333;
	font-size: 16px;
	padding: 12px 14px;
}

.level-left,
.level-right {
	position: relative;
}
.level-left::after {
	content: '';
    width: calc(50% - 1px);
    height: 25px;
    position: absolute;
    left: 0;
    top: -36px;
    background: #fff;
}
.level-right::after {
	content: '';
    width: calc(50% - 1px);
    height: 25px;
    position: absolute;
    right: 0;
    top: -36px;
    background: #fff;
}
@media (min-width: 1201px) {
	.departments li:nth-child(n+2) {
		margin-left: auto;
	}
}

@media (max-width: 1200px) {
	.departments li {
		display: flex;
		margin: 0 auto;
	}
	.departments span {
		margin: 0 4px;
		padding: 14px 10px;
		display: inline-block;
    	writing-mode: vertical-lr;
	}
}
@media (max-width: 767px) {
	.organization .column li {
		padding-bottom: 20px;
	}
	.organization .column li span {
		padding: 8px 0;
	}
	.departments {
		padding-top: 20px;
		display: flex;
/*		justify-content: space-around*/
	}
	.departments::before {
		width: 90%;
	}
	.departments li::before {
		height: 20px;
		top: -20px;
	}
	.departments span {
		margin: 0;
		padding: 10px 10px;
		line-height: 16px;
	}
}