*{
    margin: 0px;
    padding: 0px;
	/*word-break:break-all;*/
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
a[href]:after{content:normal;}
*:focus{outline:none;}
body {
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	background: #f1f4f9;
}
ul, li{
	margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;border: 0;}
select { width:100%;}
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear{clear:both;}
.tj {text-align: justify;}
.rel {position: relative;}
.t3d {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.bdr4 {border-radius: 4px;}
.lets {letter-spacing: 1px;}
.wb {word-wrap:break-word;}

.bgbai { background:#ffffff;}
.bgqh { background:#f4f8fe;height: 420px;}
.bgf3 { background:#f3f3f3;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt16 { margin-top:16px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.space0 {padding: 0 0 0 30px;}
.space15 { padding:15px;}
.space18 { padding:18px;}
.space20 { padding:20px;}
.bh { display:block; overflow:hidden;}
.space-top {
	padding-top: 10px;
}
.space-bottom {
	padding-bottom: 25px;
}
.img-hover:hover {
    opacity: 0.8;
}
.mobmt {}
.mobmt1 {}
.mobmt20 {}
.mobmt22 {}
.mobpadding {}
.mobmargin {}
.lanmumt {margin-top: 15px;}
@media (max-width: 1199px){
	.mobmt {margin-top: 38px;}
}
@media (max-width: 991px){
	.mobmt20 {margin-top: 20px;}
	.mobpadding {padding: 0;}
	.mobmargin {margin: 0;}
}
@media (max-width: 767px){
	.mobmt {margin-top: 28px;}
	.lanmumt {margin-top: 0;}
	.mobmt22 {margin-top: 22px;}
}

/* new  add */
.col-xs-12 {
	width: 100%;
  }
  .col-xs-11 {
	width: 91.66666667%;
  }
  .col-xs-10 {
	width: 83.33333333%;
  }
  .col-xs-9 {
	width: 75%;
  }
  .col-xs-8 {
	width: 66.66666667%;
  }
  .col-xs-7 {
	width: 58.33333333%;
  }
  .col-xs-6 {
	width: 50%;
  }
  .col-xs-5 {
	width: 41.66666667%;
  }
  .col-xs-4 {
	width: 33.33333333%;
  }
  .col-xs-3 {
	width: 25%;
  }
  .col-xs-2 {
	width: 16.66666667%;
  }
  .col-xs-1 {
	width: 8.33333333%;
  }


  @media (max-width: 767px) {
	.hidden-xs {
	  display: none !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
	  display: none !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
	  display: none !important;
	}
  }
  @media (min-width: 1200px) {
	.hidden-lg {
	  display: none !important;
	}
  }

  .container {
    *zoom: 1;
  }
  .container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }

  .navbar {
    padding: 0;
  }

  .navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
  }
  .navbar-toggle:focus {
	outline: 0;
  }
  .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
  }
  @media (min-width: 992px) {
	.navbar-toggle {
	  display: none;
	}
  }


.navbar-header {
	width: 100%;
}

.input-group-addon {
    padding-top: 10px;
}

.dropdown-toggle::after {
	display: none;
}

.navbar-default .navbar-nav > li > a {
	display: block;
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.panel-group {
  margin-bottom: 0px;
}
.textcenter { text-align:center; margin:0;}
.secondarybox { display:block; padding:30px 0 32px 0;
min-height: -moz-calc(100vh - 450px);
min-height: -webkit-calc(100vh - 450px);
min-height: calc(100vh - 450px);
}
.secondarydetailbox { display:block; overflow:hidden; padding:20px 28px 25px 28px;margin-bottom: 28px;}
.secondarydetailbox form {background: #f9f9f9; padding: 15px 13px 5px 10px; border-radius: 2px; border: #ececec solid 1px;}
.secondarydetailbox .jsbox {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 600; */ font-size: 13px; background: #f9f9f9; width:76px;}
.jsbox1 {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 600; */ font-size: 13px; background: #f9f9f9; width:84px;}
.secondarydetailbox select.form-control {padding-right: 5px;margin-bottom: 0px;height: 30px;}
.secondarydetailbox .p0 { padding:0px;}
@media (max-width: 767px) {
    .secondarydetailbox { padding:20px 15px 25px 15px;margin-bottom: 18px;}
}

.dpborderstyle { display:block; overflow:hidden;}
.dpborderstyle form {background: #fff; padding: 15px 13px 5px 10px; border-radius: 2px; border: #ececec solid 1px;}
.dpborderstyle .jsbox {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 600; */ font-size: 13px; background: #fff; width:76px;}
.dpborderstyle .jsbox1 {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 600; */ font-size: 13px; background: #fff; width:84px;}
.dpborderstyle select.form-control {padding: 0 5px;margin: 0;height: 30px; color: #454545;}
.dpborderstyle .form-control {border-color: #ccc;background: #ffffff;height: 30px;color: #4e4e4e;}
.dpborderstyle .p0 { padding:0px;}
/*---------------Block---------------------*/
.mian {background: url(/images/sklcb-bg.jpg) no-repeat bottom center #ffffff;background-size: cover;}
.main-box {background: #ffffff;padding: 30px;
-ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.focuspart {padding: 40px 0 50px;}
.firstpart {overflow: hidden;padding: 0 0 50px;}
.secondpart {padding: 32px 0 0;}
.thirdpart {padding: 38px 0 0;}
.fourthpart {padding: 40px 0 50px;background: #F3F7FF;}
.indexbox {padding: 40px 0 0;}
.win-l {width: 70%;padding-right: 40px;}
.win-r {width: 30%;}
.pgfirstpart {padding: 50px 0 0;}
.pgsecondpart {padding: 50px 0 0;}
.pgthirdpart {padding: 50px 0 0;}
@media (max-width: 1440px){
	.indexbox {padding: 36px 0 0;}
}
@media (max-width: 1280px){
	.win-l {padding-right: 34px;}
}
@media (max-width: 1199px){
	.indexbox[data-v-zszt] {padding: 20px 0 0;}
	.pgsecondpart[data-v-kphd] {padding: 20px 0 0;}
	.win-l {width: 100%;padding-right: 0px;}
	.win-r {width: 100%;}
}
@media (max-width: 991px){
	.focuspart {padding: 40px 0 38px;}
	.pgfirstpart {padding: 40px 0 0;}
	.pgsecondpart {padding: 40px 0 0;}
	.mb50 { margin-bottom:40px;}
}
@media (max-width: 767px){
	.indexbox {padding: 30px 0 0;}
	.focuspart {padding: 22px 0 30px;}
	.firstpart {padding: 0 0 24px;}
	.thirdpart, .indexbox[data-v-zszt], .indexbox[data-v-dwfw] {padding: 30px 0 0;}
	.pgfirstpart {padding: 30px 0 0;}
	.pgsecondpart {padding: 30px 0 0;}
	.pgsecondpart[data-v-kphd] {padding: 36px 0 0;}
	.mb50 { margin-bottom:30px;}
}

/*---------------------------------NAV------------------------------------------*/
.twobanner {height: 236px;border-top: #4d788e solid 1px;}
.twolmmt {margin: 4px 0 0 0;}
.h_menu {padding: 0;}
.location_menu { overflow:hidden;padding: 0px;}
.navbar {min-height: 40px; border: 0px solid transparent;}
.navbar-toggle {float: right;padding: 6px 5px;margin-top: 7px;margin-bottom: 6px; margin-right:0px;border: 2px solid #F6FAFC;}
.navbar-menu { font-size:18px; color:#ffffff; float:left; font-weight:500; margin:9px 0 0 0;}
.navbar-default .navbar-collapse {border-color: #214289;}
.nav-tabs > li { text-align:center;}
.nav-tabs > li:last-child {border-right:#cacaca solid 0px;}
.nav-stacked > li {background: #e9f6fe;border-top: #feffff solid 1px;border-bottom: #cce7fa solid 1px;}
.nav-wrap {}
.nav-wrap .container-fluid {background: #0D6FB8;}
.nav-wrap .bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	z-index: 9;
	background: #0D6FB8;
  }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active,
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #015899;
}
.dropdown-menu {min-width: 159px;background: #015899;border-radius: 0;}
.dropdown-menu > li > a {color: #ffffff;padding: 11px 15px;text-align: center;border: 0;font-size: 16px;}
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.dropdown-menu .dropdown-menu {border-top: 1px solid #015899;box-shadow: none;}
.dropdowns {position: relative;}
.dropdown .dropdowns.open>a:before {content: "\f105";color: #e3e3e3;}
.dropdown .dropdowns>a:before {font-family: 'FontAwesome';content: "\f105";position: absolute;right: 10px;top: 9px;margin-left: 0;visibility: visible;color: #bcdcf9;}
@media (max-width: 1440px) {
	.dropdown-menu {min-width: 143px;}
}
@media (max-width: 1280px) {
	.dropdown-menu {min-width: 130px;}
}
@media (max-width: 1024px) {
.twobanner {height: 206px;}
}
@media only screen and (max-width: 992px) {
.nav-pills > li > a {font-size: 14px;}
}
@media (min-width: 768px) {
.navbar-menu {display: none;}
.navbar-right {margin-right: 0px;}
}
@media only screen and (max-width: 768px) {
.twobanner {height: 142px;}
.h_menu {position: relative;margin-left: -15px;margin-right: -15px;}
.location_menu {position: relative;margin-left: -15px;margin-right: -15px;}
}
@media screen and (max-width: 640px){
.navbar-collapse { margin-top:6px;}
}
@media screen and (max-width: 480px){
.nav-tabs > li { width:100%;border-right:#cacaca solid 0px;}
}

/* Atribute Navigation
=================================*/
.navfloat {float: right;}
.attr-nav{
    float: right;
    display: inline-block;
    margin-top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}

.attr-nav > ul > li{
    float: left;
    display: block;margin-right: 15px;
}
.attr-nav > ul > li:last-child {margin-right: 0px;}

.attr-nav > ul > li > a{
    color: #09538d;
    display: block;
    position: relative;font-size: 18px;line-height: 1.6;
}
.attr-nav > ul > li > a:hover {color: #1366b1;}
.attr-nav > ul > li .langea { display: inline-block; background: none; height: 19px; width: 21px; border: 1px #e1e1e1 solid; border-radius: 2px; text-align: center; line-height: 18px; vertical-align: top;margin-left: 2px;color: #fff;font-size: 0.75rem;}
.attr-nav > ul > li .langea:hover {color: #457cc8;}
@media (max-width: 767px){
	.attr-nav {margin-top: 6px;margin-left: 4px;}
}
/* Top Search
=================================*/
.top-search{
    background-color: #044c8d;
    padding: 121px 0;
	position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.top-search .input-group {border-bottom: #8db8ff solid 1px;}
.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px 0 8px;
}
.top-search .input-group form {display: inherit;}
.top-search .input-group input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #0052d9 inset;}
/*.top-search .input-group input{
  height: 0;
  padding: 1.2em .5em;
  background-clip: content-box;
}*/
.top-search .input-group input::first-line{
  color: #fff;
}
.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;font-size: 18px;
}

.top-search .input-group-addon.close-search{
    cursor: pointer;
}
.top-search input[type="submit"] { background: url(/images/gb2023-searchbtn.png) no-repeat 0px 1px; border: none; cursor: pointer; width: 24px;height: 19px; outline: none;}
@media (max-width: 1440px) {
	.top-search {padding: 113px 0;}
}
@media (max-width: 1280px) {
	.top-search {padding: 104px 0;}
}
@media (max-width: 1199px) {
	.top-search {padding: 96px 0;}
}
@media (max-width: 991px) {
	.top-search .container{padding: 0 45px;}
	.top-search {padding: 71px 0;}
	.header-top .social-links li a {font-size: 14px;}
	.header-top .data {font-size: 14px;line-height: 42px;}
	.header-top .social-links li {margin: 14px 0;}
	.attr-nav > ul > li > a {font-size: 16px;}
	.attr-nav {margin-top: 6px;}
}
@media (max-width: 767px) {
	.top-search .container{padding: 0 20px;}
	.top-search{padding: 44px 0;}
}

/*---------------HEAD---------------------*/
.webheader { position: relative;background: url(/images/sklcb-topbg.jpg) no-repeat top left #B2CEEA;}
.webheader .header-left {position: relative;}
.webheader .header-right {position: relative;}
.webheader .logo { margin:38px 0;}
.webheader .moblogo {margin:12px 0 0 0;overflow: hidden;}
.webheader .relatedlink { margin:50px 8px 14px 0; text-align:right;color: #ffffff;text-shadow: -1px -1px 0 #00236e, 1px -1px 0 #00236e, -1px 1px 0 #00236e, 1px 1px 0 #00236e;}
.webheader .relatedlink a {color: #ffffff;text-shadow: -1px -1px 0 #00236e, 1px -1px 0 #00236e, -1px 1px 0 #00236e, 1px 1px 0 #00236e; }
.webheader .searchbox { position: relative; background:#fff; width: 284px; border-radius:20px; padding: 6px 0;border: #c8ddf2 solid 1px;}
.webheader .searchbox input[type="text"] { margin: 0 0 0 17px; outline: none; color: #888; background: none; border: none; width: 89.33333%; position: relative; font-size: 14px; line-height:20px; -webkit-appearance: none;}
.webheader .searchbox input[type="text"]::-webkit-input-placeholder{ color: #888 !important;font-family: Arial;}
.webheader .searchbox input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}
.webheader .searchbox input[type="submit"] { background: url(/images/sklcb-searchbtn.png) no-repeat 0px 1px; border: none; cursor: pointer; width: 24px; outline: none; position: absolute; top: 9px; right: 12px;}
@media (max-width: 1440px){
	.webheader .relatedlink { margin:42px 8px 14px 0;}
}
@media (max-width: 1199px){

}
@media (max-width: 991px){
	.webheader .relatedlink { margin:28px 2px 10px 0;}
	.webheader .searchbox input[type="submit"] {top:7px;}
}
@media (max-width: 767px){
	.webheader .logo { margin:15px 0 0 0;}
	.webheader .searchbox { width: 100%;padding: 6px 0;margin: 0 auto 18px;float: initial;}
	.webheader .relatedlink { margin:10px 0; text-align:center;width: 100%;}
	.webheader .header-left {width: 100%;}
	.webheader .header-right {width: 100%;padding-left: 0px;}
}
/*---------------Focus Photo---------------------*/
.focus-box {
background: #ffffff;overflow: hidden;
-ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.focus-box .fwin-l {width: 63.858%;float: left;}
.focus-box .fwin-r {overflow: hidden;padding: 28px 30px;}
.focus-box .owl-dots {
  position: absolute;
  right: 22px;
  bottom: 26px;
}
.focus-box .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  margin-left: 10px;
  border: #fff solid 1px;
}
.focus-box .owl-dots .active {
  width: 36px;
  background: #ffffff;
  border-radius: 7px;
}
.focus-box .owl-prev,
.focus-box .owl-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.focus-box .owl-prev span,
.focus-box .owl-next span {
  display: none;
}
.focus-box .owl-prev {
  left: 30px;
  background: rgba(38, 138, 222, 0.4) url(sklcb-left.png) no-repeat center center !important;
}
.focus-box .owl-prev:hover {
  transition: all 0.5s;
  background: rgba(38, 138, 222, 0.9) url(sklcb-left.png) no-repeat center center !important;
}
.focus-box .owl-next {
  right: 30px;
  background: rgba(38, 138, 222, 0.4) url(sklcb-right.png) no-repeat center center !important;
}
.focus-box .owl-next:hover {
  transition: all 0.5s;
  background: rgba(38, 138, 222, 0.9) url(sklcb-right.png) no-repeat center center !important;
}
.index-box1-lunb {
  display: block;
  position: relative;
}
.index-box1-lunb:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index-box1-lunb .img-box {
  height: 589px;
  overflow: hidden;
}
.index-box1-lunb .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-box1-lunb .lunb-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  padding: 18px 190px 18px 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .index-box1-lunb .img-box {
    height: 530px;
  }
}
@media (max-width: 1280px) {
  .index-box1-lunb .img-box {height: 476px;}
}
@media (max-width: 1199px) {
	.focus-box .fwin-l {margin-left: -1px;}
	.index-box1-lunb .img-box {height: 391px;}
	.focus-box .fwin-r {padding: 18px 20px;}
}
@media (max-width: 991px) {
	.focus-box .fwin-l {width: 100%;margin-left: 0;}
	.focus-box .fwin-r {width: 100%;padding: 21px 22px;}
  .focus-box .owl-prev,
  .focus-box .owl-next {
    width: 45px;
    height: 45px;
  }
  .focus-box .owl-prev {
    left: 20px;
  }
  .focus-box .owl-next {
    right: 20px;
  }
  .index-box1-lunb .img-box {
    height: 460px;
  }
}
@media (max-width: 767px) {
	.focus-box .fwin-r {padding: 28px 16px 10px;}
  .focus-box .owl-dots {
    position: absolute;
    right: 50%;
    bottom: auto;
    top: 191px;
    transform: translateX(50%);
  }
  .focus-box .owl-prev,
  .focus-box .owl-next {
    top: 35%;
  }
  .index-box1-lunb .img-box {
    height: 59.23vw;
  }
  .index-box1-lunb .lunb-title {
    position: static;
    background: none;
    color: #0d6fb8;
    padding: 0 16px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
    margin-top: 15px;font-size: 17px;line-height: 1.3;
  }
}

.kjdtbox {background: #ffffff;margin: 26px 0 0;overflow: hidden;height: 460px;}
.kjdtbox .topnews {margin-bottom: 26px;padding-bottom: 26px;border-bottom: #ECECEC solid 1px;}
.kjdtbox .topnews h3 {font-size: 17px;line-height: 1.5;color: #333;font-weight: 700;margin: 0 0 15px;
max-height: 48px;
-webkit-line-clamp: 2;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
}
.kjdtbox .topnews h4 {font-size: 15px;color: #0062B2;line-height: 1.1;margin: 0;}
.kjdtbox .topnews h5 {font-size: 14px;color: #999999;line-height: 1.5;margin: 12px 0 0;word-break: break-all;
height: 42px;
-webkit-line-clamp: 2;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
}
.kjdtbox .topnews:hover h3 {color: #0D6FB8;}
@media (max-width: 1440px) {
	.kjdtbox {height: 405px;}
}
@media (max-width: 1280px) {
	.kjdtbox {height: 355px;margin: 22px 0 0;}
	.kjdtbox .topnews {margin-bottom: 19px;padding-bottom: 19px;}
}
@media (max-width: 1199px) {
	.kjdtbox {height: 297px;margin: 15px 0 0;}
	.kjdtbox .topnews h3 {margin: 0 0 12px;}
	.kjdtbox .topnews h5 {margin: 8px 0 0;}
	.kjdtbox .topnews {margin-bottom: 14px;padding-bottom: 14px;}
}
@media (max-width: 991px) {
	.kjdtbox {height: auto;margin: 15px 0 0;}
	.kjdtbox .topnews h3 {max-height: inherit;-webkit-line-clamp: inherit;}
}

/*-----------------Column-------------------*/
.lanmu { border-bottom: #ECECEC solid 1px;}
.lanmu_l { color:#222222;float:left;font-weight: 700;font-size:24px;padding: 0 0 18px;position: relative;line-height: 1;}
.lanmu_l:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 8px;
}
.lanmu_l a {color:#004280;}
.lanmu_l a:hover {color:#004280;}
.lanmu_l img {display: inline-block;margin-right: 10px;margin-top: -4px;}
.lanmu_r { float:right; font-size:14px;font-family: Arial;line-height: 25px;}
.lanmu_r a { color:#999999; text-decoration:none;}
.lanmu_r a:hover { color:#ee6a00; text-decoration:none;}
.lanmu[data-v-pg] .lanmu_l {font-size:28px;background: url(/images/gb2023-icon08.png) no-repeat 0 0;}
.lanmu[data-v-snlj] .lanmu_l:after {background-image: url(/images/gb2023-lmbg1.png);}

.lanmu1 {}
.lanmu1_l{ height:44px; line-height:30px; color:#00409a; font-weight:700; float:left; font-size:20px;}
.lanmu1_r{ line-height:44px; float:right; color:#bddcff; font-family: Arial; font-size:12px;}
.lanmu1_r a{ color:#1b84c6; text-decoration:none;}
.lanmu1_r a:hover{ color:#F00307; text-decoration:none;}

.lanmu2 { overflow: hidden;margin: 30px 0 20px;border-bottom: #0052D9 solid 1px;position: relative;height: 39px;}
.lanmu2_l { float: left;position: absolute;top:0;left: 0;
    padding: 4px 24px;
    margin-right: 9px;
	margin-left: 5px;
    background: #0052D9;
    width: auto;
    height: auto;
    text-align: center;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);}
.lanmu2_l span {
    display: block;
    overflow: hidden;
    font-size: 17px;color: #fff;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
}
.lanmu2_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.lanmu2_r { line-height:32px; float:right; font-size:12px;font-family: Arial;}
.lanmu2_r a{ color:#bfcddd; text-decoration:none;}
.lanmu2_r a:hover{ color:#ffffff; text-decoration:none;}

.lanmu3 { height:48px; background: url(/images/columnsbg02.png) repeat-x top center;margin-bottom: 20px;}
.lanmu3_l{ height:48px; line-height:40px; font-size:20px; color:#6aefff; font-weight:700;margin-left: 16px; float:left;background: url(/images/columnsbg01.png) no-repeat top center;}
.lanmu3_r{ line-height:42px; float:right; color:#e3f6ff; font-family: Arial; font-size:12px;margin-right: 15px;}
.lanmu3_r a{ color:#6aefff; text-decoration:none;}
.lanmu3_r a:hover{ color:#d5fbff; text-decoration:none;}

.sortlanmu { overflow: hidden;background: #ECF6FF;border-left: 3px solid #0D6FB8;padding: 0 20px 0 24px;margin: 30px 0 0;}
.sortlanmu_l { color:#0D6FB8;float:left;font-weight: 700;font-size:20px;line-height: 1.4;padding: 16px 0;width: calc(100% - 66px); }
.sortlanmu_r { float:right; font-size:14px;}
.sortlanmu_r a { color:#7D90AC; text-decoration:none;line-height: 56px;}
.sortlanmu_r a:hover { color:#e30000; text-decoration:none;}

.sortlanmu1 {overflow: hidden;margin-bottom: 26px;margin-top: 30px;border-bottom: #DCE7FF solid 1px;}
.sortlanmu1_l {
    float: left;
    position: relative;
    padding: 0 50px 0 30px;
    height: 0;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-right: 35px solid transparent;
    border-bottom: 50px solid #0052D9; 
}
.sortlanmu1_r { float:right; font-size:14px;}
.sortlanmu1_r a { color:#7D90AC; text-decoration:none;line-height: 46px;}
.sortlanmu1_r a:hover { color:#e30000; text-decoration:none;}
@media (max-width: 767px){
	
}

/*------------------TAB----------------*/
.mores_all { position:absolute; right:0; top:2px;}
.mores_all a { font-size:14px; color:#999999;}
.mores_all a:hover { color:#e30000;}
.indexggbox {width: auto; height:auto; overflow:hidden; margin-bottom: 22px; border-top: 3px solid #1e58a9; border-bottom:#d4e0ee solid 1px; border-left:#d4e0ee solid 1px; border-right:#d4e0ee solid 1px;}
.index_tab { position:relative;}
.index_tab .tabmenu { padding-bottom: 18px;}
.index_tab .tabmenu ul li {
	color: #2e2d2d; font-size:24px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased; font-weight:700; float: left; margin-right:40px;line-height: 24px;
}
.index_tab .tabmenu ul li:last-child {margin-right:0px; background:none;}
.index_tab .tabmenu ul li a {
	color: #2e2d2d; font-size:24px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased; font-weight:700;
}
.index_tab .tabmenu ul li.selected a {
	color: #1134ab; font-size:24px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased; font-weight:700;
}
.index_tab .tabmenu ul li span {
	float: left; display: block;
}
.index_tab .tabmenu ul li span.tabg {
	padding: 0;width: 100%;text-align: center;background-repeat: no-repeat;background-position: left 0px;padding-left: 34px;
}
.index_tab .tabmenu ul li span.bg {
	width: 3px; line-height: 0; overflow: hidden; font-size: 0px;
}
.index_tab .tabmenu ul li span.bg01 {
	width: 3px; line-height: 0; overflow: hidden; font-size: 0px;
}
.index_tab .tabmenu ul li span.bg02 {
	width: 3px; line-height: 0; overflow: hidden; font-size: 0px;
}
.index_tab .tabmenu ul li.selected span.tabg {
	width: 100%; text-align:center;color: #0D6FB8;background-repeat: no-repeat;background-position: left 0px;padding-left: 34px;font-weight: 700;position: relative;
}
.index_tab .tabmenu ul li span.tab-tz {background-image: url(/images/sklcb-lmicon03.png);}
.index_tab .tabmenu ul li.selected span.tab-tz {background-image: url(/images/sklcb-lmicon03f.png);}
.index_tab .tabmenu ul li span.tab-zp {background-image: url(/images/sklcb-lmicon04.png);}
.index_tab .tabmenu ul li.selected span.tab-zp {background-image: url(/images/sklcb-lmicon04f.png);}

.fwcx {width: 100%; min-height: 302px;}
.fwcx1 {width: 100%; min-height: 375px;}
@media (max-width: 1280px) {
	.index_tab .tabmenu ul li {margin-right: 24px;}
}
@media (max-width: 1199px) {
	.fwcx {min-height: 209px;}
}
@media (max-width: 991px) {
	.fwcx {min-height: 227px;}
}
@media (max-width: 767px) {
	.index_tab .tabmenu {padding-bottom: 8px;}
	.index_tab .tabmenu ul li {margin-bottom: 10px;}
	.index_tab .tabmenu ul li, .index_tab .tabmenu ul li a, .index_tab .tabmenu ul li.selected a {font-size: 17px;}
	.index_tab .tabmenu ul li span.tabg, .index_tab .tabmenu ul li.selected span.tabg {padding-left: 32px;}
	.index_tab .tabmenu ul li.selected span.tabg:after {bottom: -16px;}
}
@media (max-width: 320px) {
	.index_tab .tabmenu ul li {margin-right: 10px;padding-right: 9px;}
}

/*------------------Rolling News----------------*/
#marquee { width:100%; height:296px; overflow:hidden;}
@media (max-width: 1440px) {
#marquee { height:246px;}
}
@media (max-width: 1280px) {
#marquee { height:206px;}
}
@media (max-width: 1199px) {
#marquee { height:210px;}
}
@media (max-width: 991px) {
#marquee { height:364px;}
}
@media (max-width: 767px) {
#marquee { height:220px;}
}

.newscenter { width:100%;}
.newscenter ul {margin-bottom: 0;}
.newscenter li { overflow: hidden;margin-bottom: 18px;}
.newscenter li:last-child { overflow: hidden;margin-bottom: 0;}
.newscenter li span { float:left;color:#333;text-align:center;width:60px;margin-right:18px;font-size:24px;font-weight: 700;line-height: 1;font-family: Arial;overflow: hidden;padding: 8px 0 7px;position: relative;background: #F5F7FC;border: #B7D6F4 solid 1px;border-radius: 4px;}
.newscenter li span b { text-align: center; line-height: 1.2; font-size: 12px;font-family: Arial; display: block; color:#666;font-weight: 500;margin-top: 3px;}
.newscenter li .hdtitle { overflow:hidden;display: table;height: 58px;}
.newscenter li .hdtitle h4 {margin: 0;display: table-cell;vertical-align: middle;}
.newscenter li .hdtitle h4 a {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #333;
    font-weight: 500;
    position: relative;
	max-height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.newscenter li .hdtitle h4 a:hover {color: #0D6FB8;}
.newscenter li .hdtitle p {margin: 3px 0 0 0;}
.newscenter li .hdtitle p a { font-size:14px; color:#999; line-height:20px;}
.newscenter li .hdtitle p a:hover {color: #1958af;}
.newscenter li:hover span, .newscenter li:hover span b {color:#0D6FB8;}

.newscenter[data-v-list] {margin-top: 30px;}
@media (min-width: 1200px) {
	.newscenter li:last-child { display: none;}
	.newscenter li:nth-child(5) {margin-bottom: 0;}
	.newscenter[data-v-list] li:last-child {display: block;}
	.newscenter[data-v-list] li:nth-child(5) {margin-bottom: 18px;}
}
@media (max-width: 1280px) {
	.newscenter li { margin-bottom: 19px;}
}
@media (max-width: 1199px) {
	.newscenter .col-md-12 {
    width: 50%;
    float: left;
    flex: 0 0 50%;
    max-width: 50%;
  }
	.newscenter li:nth-child(5), .newscenter li:nth-child(6) {margin-bottom: 0;}
	.newscenter[data-v-list] .col-md-12 {
    width: 100%;
    float: left;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.newscenter[data-v-list] li:nth-child(5), .newscenter[data-v-list] li:nth-child(6) {margin-bottom: 18px;}
}
@media (max-width: 767px) {
    .newscenter{height: auto;}
	.newscenter li:nth-child(5) {margin-bottom: 19px;}
}
@media (max-width: 680px) {
  .newscenter .col-md-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.newscenter li .hdtitle h4 a {max-height: inherit;-webkit-line-clamp: inherit;}
}
/*---------------Photo News List---------------------*/
.index-piclist {}
.index-piclist li {margin-bottom: 30px;}
.index-piclist .viopic-box {border: #e6eaf5 solid 1px;position: relative;transition: 0.3s;display: block;overflow: hidden;background: #F5F7FC;border-radius: 5px;}
.index-piclist .viopic-box::before, .index-piclist .viopic-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #5d97c1;
    transform: scale(0);
    z-index: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 5px;
}
.index-piclist .viopic-box::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.index-piclist .viopic-box::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.index-piclist .viopic-box:hover {border: #ffffff solid 1px;}
.index-piclist .viopic-box:hover::before, .index-piclist .viopic-box:hover::after {
	-webkit-transition: scaleX(1);
    -moz-transition: scaleX(1);
    -ms-transition: scaleX(1);
    -o-transition: scaleX(1);
    transform: scaleX(1);
}
.index-piclist .viopic-box .img-box {overflow: hidden;position: relative;width: 286px;height: 190px;margin-right: 30px;float: left;}
.index-piclist .viopic-box .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-piclist .viopic-box:hover .img-box img {
  -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-piclist .viopic-box .viopic-txt {padding: 26px 30px 20px 0;overflow: hidden;}
.index-piclist .viopic-box .viopic-txt h5 {font-size: 15px;color: #0D6FB8;line-height: 1;margin: 0;}
.index-piclist .viopic-box .viopic-txt h3 {font-size: 17px;color: #333;line-height: 1.5;margin: 0 0 16px;font-weight: 700;text-overflow: ellipsis;white-space: nowrap;display: block;width: 100%;overflow: hidden;}
.index-piclist .viopic-box:hover .viopic-txt h3 {color: #0D6FB8;}
.index-piclist .viopic-box .viopic-txt h4 {font-size: 14px;color: #737373;line-height: 1.6;margin: 0 0 18px;max-height: 66px;
-webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.index-piclist .viopic-box .viopic-txt .more {padding: 10px 52px;font-size: 14px;line-height: 1;color: #333;border-radius: 30px;
	background: #fff;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #153df2, #d41c61);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-piclist .viopic-box:hover .viopic-txt .more {background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(90deg, #153df2, #d41c61);color: #fff;}

@media (max-width: 1280px) {
	.index-piclist .viopic-box .viopic-txt {padding: 30px 35px 20px 0;}
}
@media (max-width: 1199px) {
	.index-piclist .viopic-box .viopic-txt {padding: 22px 25px 20px 0;}
	.index-piclist .viopic-box .viopic-txt .more {padding: 7px 38px;}
}
@media (max-width: 991px) {
	.index-piclist li {margin-bottom: 20px;}
}
@media (max-width: 767px) {
	.index-piclist .viopic-box .img-box {width: 100%;height: auto;margin-right: 0;min-height: 53.333333vw;}
	.index-piclist .viopic-box .viopic-txt {padding: 18px 18px 22px;}
	.index-piclist .viopic-box .viopic-txt h3 {white-space: inherit;}
	.index-piclist .viopic-box .viopic-txt h4 {-webkit-line-clamp: 3;max-height: 63px;line-height: 1.5;}
}

.page-piclist {margin-top: 36px;}
.page-piclist li {margin-bottom: 36px;}
.page-piclist li:last-child {margin-bottom: 6px;}
.page-piclist .viopic-box {border: #F5F7FC solid 1px;position: relative;transition: 0.3s;display: block;overflow: hidden;background: #F5F7FC;border-radius: 5px;}
.page-piclist .viopic-box::before, .page-piclist .viopic-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #c7d3f1;
    transform: scale(0);
    z-index: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 5px;
}
.page-piclist .viopic-box::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.page-piclist .viopic-box::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.page-piclist .viopic-box:hover {border: #F5F7FC solid 1px;}
.page-piclist .viopic-box:hover::before, .page-piclist .viopic-box:hover::after {
	-webkit-transition: scaleX(1);
    -moz-transition: scaleX(1);
    -ms-transition: scaleX(1);
    -o-transition: scaleX(1);
    transform: scaleX(1);
}
.page-piclist .viopic-box .img-box {overflow: hidden;position: relative;width: 340px;height: 225px;margin-right: 30px;float: left;}
.page-piclist .viopic-box .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.page-piclist .viopic-box:hover .img-box img {
  -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.page-piclist .viopic-box .viopic-txt {padding: 26px 30px 20px 0;overflow: hidden;}
.page-piclist .viopic-box .viopic-txt h5 {font-size: 15px;color: #737373;line-height: 1.1;margin: 0;text-align: right;}
.page-piclist .viopic-box:hover .viopic-txt h5 {color: #0D6FB8;}
.page-piclist .viopic-box .viopic-txt h3 {font-size: 17px;color: #0D6FB8;line-height: 1.5;margin: 0 0 16px;font-weight: 700;display: block;width: 100%;overflow: hidden;}
.page-piclist .viopic-box:hover .viopic-txt h3 {color: #0D6FB8;}
.page-piclist .viopic-box .viopic-txt h4 {font-size: 14px;color: #737373;line-height: 1.6;margin: 0 0 18px;height: 90px;
-webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.page-piclist .viopic-box .viopic-txt .more {padding: 10px 52px;font-size: 14px;line-height: 1;color: #333;border-radius: 30px;
	background: #fff;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #153df2, #d41c61);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-piclist .viopic-box:hover .viopic-txt .more {background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(90deg, #153df2, #d41c61);color: #fff;}

@media (max-width: 1280px) {
	.page-piclist .viopic-box .viopic-txt {padding: 30px 35px 20px 0;}
}
@media (max-width: 1199px) {
	.page-piclist .viopic-box .img-box {width: 311px;height: 206px;margin-right: 20px;}
	.page-piclist .viopic-box .viopic-txt {padding: 15px 20px 15px 0;}
	.page-piclist .viopic-box .viopic-txt .more {padding: 7px 38px;}
	.page-piclist .viopic-box .viopic-txt h4 {height: 67px;-webkit-line-clamp: 3;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.page-piclist .viopic-box .img-box {width: 100%;height: auto;margin-right: 0;min-height: 52.307692vw;}
	.page-piclist .viopic-box .viopic-txt {padding: 18px 18px 22px;}
	.page-piclist .viopic-box .viopic-txt h3 {white-space: inherit;}
	.page-piclist .viopic-box .viopic-txt h4 {-webkit-line-clamp: 4;max-height: 84px;line-height: 1.5;height: auto;}
}
/*---------------Links---------------------*/
.linksbox {margin-bottom: 38px;}
.links {}
.links .ui-select-wrap {
  display: block;
  border: 1px solid #bcd6ea;
  border-radius: 4px;
  height: 46px;
  line-height: 44px;
  border-radius: 3px;
  background-color: transparent;
  color: #d4e7f8;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
}
.links .ui-select-input {
  right: 40px;
  padding-left: 20px;
}
.links .fa-caret-down:before {content: none;}
.links .ui-select-arrow {
  right: 15px;
  top: 45%;
  border: 0;
  border-width: 0;
  border-top-color: transparent;
	background: url(/images/gb2023-icon07.png) no-repeat center right;
	width: 9px;
    height: 6px;
}
.links .ui-select-list {
  border: none;
  background-color: #288ce6;
  width: 101%;
  top: 46px;
  border-radius: 3px;
}
.links .ui-select-list li {
  line-height: 40px;
	margin-bottom: 0;
}
.links .ui-select-list > li.selected {background-color: #1879d0;}
.links .ui-select-list > li:hover {background-color: #1879d0;}
.links .ui-select-wrap.up .ui-select-list {
  bottom: 46px;
}
.linksbox .col-md-3 {
  float: left;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/*-----------------Text List---------------------*/
.list-index { overflow:hidden; display:block;}
.list-index ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 20px;}
.list-index ul li:last-child {margin-bottom: 0px;}
.list-index ul li a { float:left;max-width:87%;overflow:hidden;font-size:15px;line-height:1.4; color:#333;padding:0 0 0 20px;text-overflow:ellipsis; white-space:nowrap; display:block;position: relative;height: 22px;}
.list-index ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 8px;
    background: url(/images/sklcb-icon01.jpg) no-repeat;
}
.list-index ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-index ul li a:hover {color: #0D6FB8; text-decoration: none;}
.list-index i {float: left;margin: 0 0 0 8px;}
.list-index span {line-height:1.4;color:#919191; font-size: 15px; font-family:Arial;}
.list-index span.right {float: right;}
.list-index li:hover span {color: #0D6FB8;}
.list-index[data-v-tz] ul li {margin-bottom: 17px;}
.list-index[data-v-tz] ul li:last-child {margin-bottom: 0px;}
@media (max-width: 1440px) {
	.list-index ul li {margin-bottom: 18px;}
}
@media (max-width: 1280px) {
	.list-index ul li {margin-bottom: 19px;}
	.list-index ul li a{ float:left;max-width:84%;}
}
@media (max-width: 1199px) {
	.list-index ul li {margin-bottom: 14px;}
}
@media (max-width: 991px) {
	.list-index {height: 228px;}
	.list-index ul li {margin-bottom: 13px;}
	.list-index ul li a { max-width:78%;}
}
@media (max-width: 767px){
	.list-index {height: auto;}
	.list-index li:nth-last-child(1), .list-index li:nth-last-child(2), .list-index li:nth-last-child(3), .list-index li:nth-last-child(4), .list-index li:nth-last-child(5), .list-index li:nth-last-child(6) {display: none;}
	.list-index ul li a {max-width: 100%;white-space: normal;height: auto;}
	.list-index span {width: 100%;padding-left: 22px;padding-top: 3px;}
}

.list-tab { overflow:hidden; display:block;height: 138px;}
.list-tab ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 16px;}
.list-tab ul li:last-child {margin-bottom: 0px;}
.list-tab ul li a { float:left;max-width:86%;overflow:hidden;font-size:16px;line-height:1.4; color:#333;padding:0 0 0 20px;text-overflow:ellipsis; white-space:nowrap; display:block;position: relative;height: 22px;}
.list-tab ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 8px;
    background: url(/images/sklcb-icon01.jpg) no-repeat;
}
.list-tab ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-tab ul li a:hover {color: #0D6FB8; text-decoration: none;}
.list-tab i {float: left;margin: 0 0 0 8px;}
.list-tab span {line-height:1.4;color:#919191; font-size: 15px; font-family:Arial;}
.list-tab span.right {float: right;}
.list-tab li:hover span {color: #0D6FB8;}
.list-tab[data-v-tz] ul li {margin-bottom: 17px;}
.list-tab[data-v-tz] ul li:last-child {margin-bottom: 0px;}
@media (max-width: 1280px) {
	.list-tab ul li a{ float:left;max-width:78%;}
}
@media (max-width: 991px) {
	.list-tab ul li a { max-width:78%;}
}
@media (max-width: 767px){
	.list-tab { height: auto;}
	.list-tab li:nth-last-child(1), .list-tab li:nth-last-child(2), .list-tab li:nth-last-child(3), .list-tab li:nth-last-child(4) {display: none;}
	.list-tab ul li a {max-width: 100%;white-space: normal;height: auto;}
	.list-tab span {width: 100%;padding-left: 22px;padding-top: 3px;}
}

.index-culture-box {overflow: hidden;}
.index-culture-box li {
  margin-bottom: 19px;padding-bottom: 19px;border-bottom: #E1E6EB dashed 1px;
}
.index-culture-box li:nth-child(3) {
  margin-bottom: 0;padding-bottom: 0;border: 0;
}
.culture-a {
  display: block;
}
.culture-a .c-date {
  float: left;
  margin-right: 26px;
  width: 64px;
  font-size: 15px;
  color: #666666;
  line-height: 22px;
  margin-top: 5px;
  position: relative;
}
.culture-a .c-date div:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #0D6FB8;
  margin-bottom: 3px;
}
.culture-a .c-r {overflow: hidden;}
.culture-a .c-title {
  font-size: 16px;
  color: #262626;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
.culture-a:hover .c-title {
  color: #0D6FB8;
}
.culture-a .c-people {font-size: 14px;color: #999999;line-height: 1.4;margin-top: 6px;}

.index-culture-box[data-v-pg] {margin-top: 30px;}
.index-culture-box[data-v-pg] li:nth-child(3) {margin-bottom: 19px;padding-bottom: 19px;border-bottom: #E1E6EB dashed 1px;}
.index-culture-box[data-v-pg] li:last-child {margin-bottom: 0;}
@media (min-width: 1200px){
	.index-culture-box li:nth-child(4) {display: none;}
	.index-culture-box[data-v-pg] li:nth-child(4) {display: block;}
}
@media (max-width: 1199px){
	.index-culture-box .col-md-12 {
    width: 50%;
    float: left;
    flex: 0 0 50%;
    max-width: 50%;
  }
	.index-culture-box li:nth-child(4) {display: block;margin-bottom: 0;padding-bottom: 0;border: 0;}
	.index-culture-box[data-v-pg] .col-md-12 {
    width: 100%;
    float: left;
    flex: 0 0 100%;
    max-width: 100%;
   }
	.index-culture-box[data-v-pg] li:nth-child(4) {display: block;margin-bottom: 19px;padding-bottom: 19px;border-bottom: #E1E6EB dashed 1px;}
}
@media (max-width: 991px){
	.index-culture-box li {margin-bottom: 18px;}
	.culture-a .c-date {margin-right: 16px;}
}
@media (max-width: 767px){
	.index-culture-box li:nth-child(3) {margin-bottom: 19px;padding-bottom: 19px;border-bottom: #E1E6EB dashed 1px;}
	.index-culture-box li:nth-child(5) {margin-bottom: 18px;}
	.index-culture-box li:nth-child(6) {margin-bottom: 0;}
	.index-culture-box[data-v-pg] li:nth-child(6) {margin-bottom: 19px;}
}
@media (max-width: 680px){
	.index-culture-box .col-md-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.culture-a .c-title {-webkit-line-clamp: inherit;max-height: inherit;display: block;height: auto;}
}

.textList {
  margin-top: 30px;
}
.textList.no-date li {
  padding-right: 0;
}
.textList li {
  border-bottom: 1px solid #F5F5F5;
  padding: 15px 110px 15px 38px;
  position: relative;
  line-height: 30px;
  transition: background 0.3s;
}
.textList li:before {
  content: "";
  left: 16px;
  top: 26px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0D6FB8;
  border-radius: 50%;
}
.textList li .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.textList li .box-date {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #999999;
  font-size: 15px;
}
.textList li:hover {
  background: #E2F2FF;
  transition: background 0.3s;
}
.textList li:hover a,
.textList li:hover span {
  color: #0D6FB8;
}
.textList[data-v-no] li {padding: 15px 15px 15px 38px;}
@media (max-width: 767px) {
	.textList {margin-top: 25px;}
  .textList li {
    padding: 10px 15px 10px 35px;
  }
  .textList li:before {
    top: 20px;
  }
  .textList[data-v-no] li:before {
    top: 24px;
  }
  .textList li .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .textList li .box-date {
    position: static;
  }
}

.project-list {
  margin-top: 36px;
}
.project-list li {
  border-bottom: 1px dashed #d9d9d9;
  padding: 0 84px 22px 42px;
  position: relative;
  line-height: 30px;
  transition: background 0.3s;
  margin-bottom: 24px;
}
.project-list li:before {
  content: "";
  left: 2px;
  top: 0;
  position: absolute;
  width: 24px;
  height: 28px;
  background: url(/images/sklcb-icon04.png) no-repeat;
}
.project-list li:last-child {margin-bottom: 0;}
.project-list li .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.project-list li .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  background: #2cb676;
  padding: 0 9px;
}
.project-list li:hover a {
  color: #0D6FB8;
}
.project-list li .box-date:hover {background: #0668b3;}
@media (max-width: 767px) {
	.project-list {margin-top: 26px;}
	.project-list li .box-title {white-space: inherit;height: auto;line-height: 1.5;}
	.project-list li:before {top:4px;}
	.project-list li .box-date {top:4px;}
}

/*---------------foot---------------------*/
.foot {position: relative;background: url(/images/sklcb-footbg.jpg) no-repeat top center #1778BC;}
.foot .bgl {position: absolute;bottom: 0;left: 0;z-index: 0;}
.foot .bgr {position: absolute;bottom: 0;right: 0;z-index: 0;}
.foot .tophalf {padding: 46px 0;position: relative;z-index: 1;}
.copyright{font-size:12px; line-height:20px;color:#f7f7f7;display:block;}
.copyright .cas { width: 266px;border-right: #77a1e5 solid 1px;display: block;overflow: hidden;float: left;margin: 16px 12px 0 0; text-align:center;}
.copyright .cas img {}
.copyright .left { font-size:14px; line-height:1.9;color:#EBF1F7;display:block; overflow:hidden; float:left;}
.copyright .left a {color:#EBF1F7;}
.copyright .left a:hover {color:#77bfff;}
.copyright .left span {display: inline-block;margin: 0 10px;}
.copyright .left img {display: inline-block;margin-left: 5px;}
.copyright .rightlj {display:block; float:right;margin:16px 0 0;width: 360px;}
.copyright .rightbz {display:block; overflow:hidden; float:right;margin:5px 0 0;}
.copyright .rightbz img{ display:inline-block; margin-left:5px;}
.copyright .rightbz .picmr {margin-right: 12px;}
@media (max-width: 1199px){
	.foot .tophalf {padding: 38px 0;}
	.copyright .left {width: 66%;}
	.copyright .rightlj {width: 242px;margin:29px 0 0;}
}
@media (max-width: 991px){
	.foot .tophalf {padding: 30px 0 35px;}
	.copyright .left { width:100%; text-align: center; margin-bottom: 12px;float: none;}
	.copyright .cas { width: 100%; border:0px;margin: 0;}
	.copyright .cas img {display: block;margin-right: auto;margin-left: auto;}
	.copyright .rightlj {float: none;margin: 0 auto;}
}
@media (max-width: 767px){
	.foot {background-size: cover;}
}

/*---------------Detailed Page---------------------*/
.nrhei {font-size: 16px; line-height: 190%; color: #333;word-wrap: break-word;}
.nrhei1 {font-size: 15px; line-height: 180%; color: #333;word-wrap: break-word;}

.xlmain {display: block;margin:0px;}
.xlmain hr {margin-top: 25px;border-top: 1px solid #eee;}
.xlmain .wztitle {color: #333; line-height:1.4; text-align:center; font-size: 26px; padding: 0px 8% 2px;font-weight: 700;margin: 58px 0 24px 0;}
.xlmain .wztitle[data-v-lw] {margin: 38px 0 24px 0;line-height: 1.2;font-size: 24px;padding: 0;color: #124c9c;}
.xlmain .wztitle[data-v-cg] {margin: 38px 0 24px 0;color: #124c9c;}
.xlmain .wztitle[data-v-dp] {margin: 16px 0 24px 0;color: #333;font-size: 26px;}
.xlmain .basicinfo {border-bottom: #F1F1F3 solid 1px;padding-bottom: 8px;}
.xlmain .basicinfo .other-share {float: right;}
.xlmain .basicinfo .qtinfo {color:#999; font-size: 14px;margin: 0;}
.xlmain .basicinfo .qtinfo a {color:#999; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {float: right;}
.xlmain .basicinfo .qtinfo span {display: inline-block;margin-right: 15px;}
.xlmain .basicinfo .qtinfo span:last-child {margin-right: 0;}
.xlmain .text { margin:32px 0 0 0; overflow:hidden; display:block;}
.xlmain .text img {display: inline-block;}
.xlmain .text p, .xlmain .text div {margin: 0 0 18px;}
.xlmain .text p:last-child, .xlmain .text div:last-child {margin: 0;}
.xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}

.xlmain .textlx { margin:0; overflow:hidden; display:block;}
.xlmain .textlx p {margin: 0 0 12px 0;}
.xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl { margin:30px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxl p, .xlmain .textxl div {margin: 0 0 18px;}
.xlmain .textxl p:last-child, .xlmain .textxl div:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #d9d9d9 solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}
.xlmain .textsp { margin:30px auto 26px auto; overflow:hidden; display:block;width: 76%;}

.xlmain .textry {overflow: hidden;margin: 32px 0 0 0;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:32px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-weight: 700;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:28px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #31373f;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0 0 4px 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .rydetail {overflow: hidden;margin-top: 15px;}
.xlmain .textry .rydetail .detail {padding-left: 2px;font-size: 14px !important;line-height: 1.8 !important;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.xlmain .textry .fl {margin-right: 28px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}
.xlmain .textry h2 {font-size: 28px;line-height: 140%;font-weight: 700;padding: 3px 0 16px 0;color: #124c9c;margin: 0;position: relative;}
.xlmain .textry h2 span {font-weight: 500;color: #000;font-size: 20px;margin-left: 15px;}
.xlmain .textry .left img {max-width: 248px;margin-right: 26px;margin-bottom: 12px;border-radius: 4px;border: #fff solid 1px;}

.xlmain .textxmz { margin:24px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxmz p {margin: 0 0 10px 0;}
.xlmain .textxmz p:last-child {margin: 0;}
.xlmain .textxmz .el-tab-pane {line-height: 150%;}
.xlmain .textxmz .el-tabs--border-card>.el-tabs__content {padding: 20px 0px 0 0px;}

.xlmain .cont-page {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;font-size: 15px;
}
.xlmain .cont-page .a-page {
  margin-bottom: 10px;
}
.xlmain .cont-page .a-page a {
  color: #4D4D4D;
}
.xlmain .cont-page .a-page:hover {
  color: #1366b1;
}
.xlmain .cont-page .a-page:hover a {
  color: #1366b1;
}
@media (min-width: 767px) {
  .xlmain .textxl img {max-width: 66%;}
}
@media (max-width: 1199px) {
  .xlmain .textsp { width: 80%;}
  .xlmain .textxl video {width: 80% !important;}
}
@media screen and (max-width: 991px){
    .xlmain .wztitle {margin: 40px 0 24px 0;padding: 0px 1% 2px;font-size: 26px;}
  .xlmain .wztitle[data-v-lw] {margin: 28px 0 24px 0;}
  .xlmain .wztitle[data-v-cg] {margin: 28px 0 24px 0;}
  .xlmain .wztitle[data-v-dp] {margin: 10px 0 24px 0;}
	.xlmain .textxl img {max-width: 77%;}
}
@media (max-width: 767px) {
  .xlmain .wztitle {font-size: 19px;margin: 30px 0 12px 0;}
  .xlmain .wztitle[data-v-lw] {margin: 20px 0 24px 0;}
  .xlmain .wztitle[data-v-cg] {margin: 20px 0 24px 0;}
  .xlmain .wztitle[data-v-dp] {margin: 5px 0 10px;font-size: 20px;}
  .xlmain .text {margin: 26px 0 0 0;}
  .xlmain .text .left {width: 100%;margin-right: auto !important;}
  .xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
  .xlmain .textxl video {width: 100% !important;}
  .xlmain .textry .fl {width: 100%;}
  .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;display: block;}
  .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
  .xlmain .textry .left {width: 100%;}
  .xlmain .textry .left img {max-width: 300px;margin-left: auto;margin-right: auto;margin-bottom: 22px;}
  .xlmain .basicinfo .qtinfo {text-align: center;}
  .xlmain .textry h2 span {display: block;font-size: 18px;margin-left: 0;}
  .xlmain .textxl img {max-width: 100%;}
  .xlmain .basicinfo .qtinfo span {display: inline-block;margin-right: 6px;margin-left: 6px;}
}

/*Share*/
.social-share {display: inline-block;}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("/images/comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("/images/comm-wb.png");
  background-size: contain;
}

/*---------------Page Style-------------*/
.new-graphics {}
.new-graphics li {margin-top: 30px;}
.new-graphics li:nth-child(3n+1) {clear: left;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle .thumbnail__link {background: #e3e6ed;}
.new-graphics li .boxstyle img {height: 199px;width: auto;margin: 0 auto;}
.new-graphics li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphics li .boxstyle .txtinfo {margin: 10px 2px 0 2px;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 15px;color: #195ab4;margin: 0;font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #333;font-size: 16px;line-height: 1.4;font-weight: 500;margin: 0;text-align: center;}
.new-graphics li a:hover .boxstyle .txtinfo h4 { color: #0F53A2;}
.new-graphics li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphics li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
.new-graphics .col-md-4 {
  width: 33.333333%;
  float: left;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 1536px) {
  .new-graphics li .boxstyle img {height: 204px;}
}
@media (max-width: 1440px) {
  .new-graphics li .boxstyle img {height: 181px;}
}
@media (max-width: 1280px) {
  .new-graphics li .boxstyle img {height: 161px;}
}
@media (max-width: 1199px) {
  .new-graphics .col-md-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .new-graphics li:nth-child(2n+1) {clear: left;}
  .new-graphics li:nth-child(3n+1) {clear: inherit;}
  .new-graphics li .boxstyle img {height: 209px;}
}
@media (max-width: 991px) {
  .new-graphics li .boxstyle img {height: 206px;}
}
@media (max-width: 767px) {
  .new-graphics .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-graphics li:last-child {margin-bottom: 0px;}
  .new-graphics li .boxstyle img {height: auto;max-height: 52.82vw;}
  .new-graphics li .boxstyle .txtinfo {height: auto;}
}

.justify { text-align: justify; width:100px; font-size:16px; color:#666 !important;font-weight: 700;}
.justify > span { display: inline-block; padding-left: 100%; }
.instrument {overflow: hidden;margin-top: 30px;}
.instrument .img-box {float: left;width: 400px;margin-right: 30px;height: 267px;background: #e3e6ed;overflow: hidden;}
.instrument .img-box img {height: 100%;margin: 0 auto;display: block;}
.instrument .info-box {}
.instrument .info-box h4 {font-size: 18px;font-weight: 700;line-height: 1.5;color: #262626;margin: 0 0 28px;}
.instrument .info-box table {width: auto;}
.instrument .info-box tr {margin-bottom: 20px;display: block;}
.instrument .info-box tr:last-child {margin-bottom: 0px;}
.instrument .info-box td {font-size: 16px;color: #666;line-height: 1.4;}
.instrument .info-box td.zd {color: #555;font-weight: 700;width: 98px;}
.instrument .details {display: block;overflow: hidden;width: 100%;margin-top: 40px;float: left;}
.instrument .details strong, .instrument .details div b {font-size: 16px;font-weight: 700;color: #0D6FB8;border-bottom: #0D6FB8 solid 2px;padding-bottom: 14px;}
.instrument .details p.line, .instrument .details div.line {display: block;width: 100%;background: url(/images/sklcb-lmbg.png) repeat-x bottom;margin: 26px 0 22px;height: 34px;}
.instrument .details p:first-child.line, .instrument .details div:first-child.line {margin-top: 0;}
@media (min-width: 767px) {
.instrument .info-box {overflow: hidden;}
}
@media (max-width: 1199px) {
	.instrument .img-box {width: 100%;margin-right: 0;margin-bottom: 20px;height: 465px;}
	.instrument .info-box {float: left;}
}
@media (max-width: 767px) {
	.instrument .img-box, .instrument .img-box img {height: auto;}
}
/*--------------page-main--------------*/
.page-main {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 101;
  min-height: calc(100vh - 403px);
}
.main-content {
  margin-left: -20px;
  margin-right: -20px;
}
.main-content .col-w {
  padding-left: 20px;
  padding-right: 20px;
}

.secBody {
  padding: 36px 0 50px;
  min-height: -moz-calc(100vh - 396px);
  min-height: -webkit-calc(100vh - 396px);
  min-height: calc(100vh - 396px);
}
.secBody .secCon {
  padding: 18px 30px 50px;
  border-radius: 4px;
}
.lbborderstyle {background:#ffffff; padding: 22px 30px 20px 30px;border-radius: 3px;overflow: hidden;}
.xlborderstyle {background:#ffffff; padding: 8px 54px 10px 54px;border-radius: 3px;}
.content-info {background:#ffffff; padding: 14px 30px 30px 30px;border-radius: 4px;
  min-height: -moz-calc(100vh - 486px);
  min-height: -webkit-calc(100vh - 486px);
  min-height: calc(100vh - 486px);
}
@media (min-width: 1600px) {
  .secBody .sec-aside {
    width: 26.6%;
  }
  .secBody .sec-cont {
    width: 73.4%;
  }
}
@media (max-width: 1199px) {
  .secBody .sec-aside {
    width: 23%;
  }
  .secBody .sec-cont {
    width: 77%;
  }
}
@media (max-width: 991px) {
  .secBody .sec-cont {
    width: 100%;
  }
}

.column { border-bottom: #D6DFEB solid 1px; }
.column_l {width:auto;font-size:22px;font-weight:700;color:#0D6FB8;float:left;display:inline-block;padding: 8px 0 14px;line-height: 130%;position: relative;}
.column_l:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #0D6FB8;
}
.column_r {float: right;}
@media (max-width: 1199px){
	.column[data-v-lang] .column_r {width: 100%;display: block;}
}
@media (max-width: 991px){
	.column_r {width: 100%;display: block;}
}

/*other-menu*/
.other-menu {
  padding-bottom: 0px;
}
.other-menu .menu-title {
  background: #01319E;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #F5F8FC;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 1px;
}
.other-menu .menu-cont .box-a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #F0F2F3;
}
.other-menu .menu-cont .on { position: relative;}
.other-menu .menu-cont .on .a-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #F0F2F3;	
} 
.other-menu .menu-cont .a-title {
  display: block;
  padding: 10px 20px 10px 35px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  color: #333;
  border-radius: 4px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 20px;
  top: 17px;
  width: 5px;
  height: 14px;
  background: #0D6FB8;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #01319E;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding: 10px 10px 10px 30px;font-size: 15px;
  display: none;
}
.other-menu .down-menu a {
  display: block;
  padding: 6px 20px;
  line-height: 1.3;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #0D6FB8;
}
.other-menu .down-menu a:hover::after,
.other-menu .down-menu a.active::after {
  color: #0D6FB8;
}
.other-menu .down-menu a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
  color: #333333;
}

/*---Nav Left---*/
.other-menu .menu-title {
  background: url(/images/sklcb-leftnavbg.jpg) no-repeat center;
  background-size: cover;
  min-height: 70px;
  line-height: 30px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  border-bottom: none;
  border-radius: 6px;
  margin-bottom: 10px;
}
.other-menu .menu-cont {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px;
}
.other-menu .menu-cont .box-a {
  background: transparent;
}
.other-menu .menu-cont .box-a:last-child::after {
  display: none;
}
.other-menu .menu-cont .box-a:hover:after,
.other-menu .menu-cont .box-a.active:after {
  background-color: transparent;
}
.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  color: #0b63af;
  background: #E2F2FF;
}
.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #0D6FB8;
}
.other-menu .sub-menu > .a-title::after {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/sklcb-icon03.png);
  position: absolute;
  right: 20px;
  top: 20px;
  color: #0b63af;
  font-size: 20px;
}
.other-menu .sub-menu.active .down-menu {
  display: block;
}
.other-menu .on .down-menu {
  display: block;
}
.other-menu .sub-menu.active .a-title {
  background: #E2F2FF;
}
.other-menu .sub-menu.active .a-title::after {
  background-image: url(/images/sklcb-icon02.png);
}
.other-menu .sub-menu.box-a::after {
  background-color: #e2e5ef !important;
}
.other-menu .a-title.after::after{
    content: '';
    width: 12px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/sklcb-icon03.png);
    position: absolute;
    right: 20px;
    top: 20px;
    color: #0052D9;
    font-size: 20px;
  }
/* Breadcrumb
---------------------------------- */
.bread-item { background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 0px;padding: 12px 0 0 0;
}
.bread-item > li { color:#888888;}
.bread-item > li > a { color:#888888;}
.bread-item > li > a:hover { color:#0D6FB8;}
.bread-item > li > a:last-child { color:#0D6FB8;}
.bread-item > li > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-item[data-v-xl] {padding: 2px 0 18px 0;}
@media (max-width: 991px) {
  .bread-item { padding: 8px 0 4px;}
}

.comp-pages .page-pc span,
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {background: #0668B3;border: 1px solid #0668B3;}
.comp-pages .page-phone {background: #0668B3;}

/*-------------------Current leader-----------------*/
.leader { overflow: hidden;margin: 0 auto 15px;}
.leader li { margin-top: 45px;
transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
}
.leader li:hover {
  transform:translate(0,-10px);
  -webkit-transform:translate(0,-10px);
  -moz-transform:translate(0,-10px);
  -o-transform:translate(0,-10px);
  -ms-transform:translate(0,-10px);
}
.leader li:nth-child(4n+1) {clear: left;}
.leader .imgbox {overflow: hidden;display: block;border-radius: 4px;width: 180px;height: 240px;margin: 0 auto;}
.leader .imgbox img {width: 100%;height: 100%;}
.leader .titbox { }
.leader h4 { color: #333;text-align: center;font-size: 20px;margin: 16px 0 0;position: relative;font-weight: 700;}
.leader h4 span {color: #555555;display: block;text-align: center;font-size: 16px;font-weight: 500;margin-top: 5px;}
.leader li:hover h4 { color: #0D6FB8;}
@media (max-width: 1280px) {
	.leader .imgbox {width: 100%;height: 233px;}
}
@media (max-width: 1199px) {
	.leader li { margin-top: 35px;}
	.leader .imgbox {height: 186px;}
	.leader {margin: 0 auto 5px;}
}
@media (max-width: 991px) {
	.leader .imgbox {height: 187px;}
}
@media (max-width: 767px) {
	.leader li {margin-top: 30px;}
	.leader .col-sm-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.leader .imgbox {width: 200px;height: auto;}
	.leader .imgbox img {height: auto;}
}

.staff { margin: 32px auto 0;}
.staff li { margin-bottom: 30px;
transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
}
.staff li:hover {
  transform:translate(0,-10px);
  -webkit-transform:translate(0,-10px);
  -moz-transform:translate(0,-10px);
  -o-transform:translate(0,-10px);
  -ms-transform:translate(0,-10px);
}
.staff .imgbox {overflow: hidden;display: block;height: 224px;margin: 0 auto;}
.staff .imgbox img {width: 100%;height: 100%;}
.staff .titbox { }
.staff h4 { color: #333;text-align: center;font-size: 18px;margin: 16px 0 0;position: relative;}
.staff h4 span {color: #555555;display: block;text-align: center;font-size: 16px;font-weight: 500;margin-top: 5px;}
.staff li:hover h4 { color: #0D6FB8;}
.staff .col-sm-3 {
  float: left;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1440px) {
	.staff .imgbox {height: 202px;}
}
@media (max-width: 1280px) {
	.staff .imgbox {height: 178px;}
}
@media (max-width: 1199px) {
	.staff .col-sm-3 {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
	.staff .imgbox {height: 218px;}
}
@media (max-width: 991px) {
	.staff .imgbox {height: 262px;}
}
@media (max-width: 767px) {
	.staff .row {margin-left: -10px;margin-right: -10px;}
	.staff .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
	.staff .col-sm-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
	.staff .imgbox {height: 49.487vw;}
	.staff .imgbox img {height: auto;}
	.staff li:nth-last-child(1), .staff li:nth-last-child(2) {margin-bottom: 0;}
}

.graphiclist {margin-top: 30px;}
.graphiclist li {display: block; overflow: hidden;margin-bottom: 32px;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li:last-child {margin-bottom: 0px;}
.graphiclist li h2 { margin:0 0 15px 0;font-weight: 700;font-size:17px;line-height:1.5; color:#333;overflow: hidden;display: block;}
.graphiclist li:hover h2 { color:#0668B3; text-decoration:none;}
.graphiclist .news-img { margin-right: 28px;}
.graphiclist .news-img a {border:#e4e4e4 solid 1px;}
.graphiclist .news-img img{ width: 220px; height: 147px;}
.graphiclist .news-txt p { line-height: 1.7; font-size: 14px; margin: 0px; color:#999;overflow:hidden;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 68px;
}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 15px 0 0 0; color:#0668B3; display:block;padding: 0 5px 0 0;font-style: normal;line-height: 1.1;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#004ea2;}
@media (min-width: 767px) {
.graphiclist .news-txt {overflow: hidden;}
}
@media (max-width: 991px) {
  .graphiclist li h2 {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
  .graphiclist li {margin-bottom: 30px;}
  .graphiclist li h2 {line-height: 1.4;margin: 0 0 10px 0;}
  .graphiclist .news-txt i {margin: 10px 0 0 0;}
  .graphiclist .news-img {width: 100%;margin-right: 0;margin-bottom: 16px;}
  .graphiclist .news-img img{ width: 100%; height:auto;max-height: 216px;}
  .graphiclist .news-txt {float: left;}
}

.picturelist {}
.picturelist li {margin-top: 30px;}
.picturelist li .boxstyle {position: relative;border-radius: 4px;overflow: hidden;
-ms-box-shadow: 0 5px 15px 0 rgba(95, 118, 170, 0.09);
-o-box-shadow: 0 5px 15px 0 rgba(95, 118, 170, 0.09);
-moz-box-shadow: 0 5px 15px 0 rgba(95, 118, 170, 0.09);
-webkit-box-shadow: 0 5px 15px 0 rgba(95, 118, 170, 0.09);
box-shadow: 0 5px 15px 0 rgba(95, 118, 170, 0.09);
}
.picturelist li .boxstyle:hover {-ms-box-shadow: 0 5px 25px 0 rgba(95, 118, 170, 0.19);
-o-box-shadow: 0 5px 25px 0 rgba(95, 118, 170, 0.19);
-moz-box-shadow: 0 5px 25px 0 rgba(95, 118, 170, 0.19);
-webkit-box-shadow: 0 5px 25px 0 rgba(95, 118, 170, 0.19);
box-shadow: 0 5px 35px 0 rgba(95, 118, 170, 0.19);}
.picturelist li .boxstyle .img-box {width: 100%;height: 199px;overflow: hidden;position: relative;border-bottom: #ecf0f6 solid 1px;}
.picturelist li .boxstyle .img-box img {width: 100%;height: 100%;object-fit: cover;
-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.picturelist li .boxstyle .img-box .date {position: absolute;left: 0;bottom: 0;padding: 0 15px;color: #ffffff;font-size: 14px;line-height: 36px;z-index: 3;
    height: 0;
    text-transform: uppercase;
    border-right: 20px solid transparent;
    border-bottom: 36px solid rgba(0,119,208, .8);
    margin: 0;
}
.picturelist li a:hover .boxstyle .img-box img {
-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.picturelist li .boxstyle .txtinfo {overflow: hidden;padding: 16px 20px;position: relative;z-index: 2;background: #ffffff;}
.picturelist li .boxstyle .txtinfo h5 {font-size: 14px;color: #999999;margin: 14px 0 0;text-transform: inherit;line-height: 1.6;overflow: hidden;
height: 67px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.picturelist li .boxstyle .txtinfo h4 { overflow: hidden;font-size: 16px;color: #333;margin: 0;line-height: 1.4;font-weight: 700;
height: 43px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.picturelist li a:hover .boxstyle .txtinfo h4 { color: #0668B3;}
.picturelist li .boxstyle .txtinfo p {font-size: 15px;color: #e1edf8;line-height: 140%;margin: 0;word-break: break-all;width: 100%;-webkit-line-clamp: 4;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;height: 86px;}
.picturelist li .txtbottom {overflow: hidden;}
.picturelist li .txtbottom .dates {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #195ab4;
    float: left;line-height: 33px;padding-left: 1px;
}
.picturelist li .txtbottom .dates i {
	margin-right: 5px;
}
.picturelist li .txtbottom .wzlink {float: right;overflow: hidden;}
.picturelist li .txtbottom .wzlink img {width: auto;height: auto;}
.picturelist li .txtbottom .wzlink a {
    display: block;
    height: 33px;
    width: 33px;
    font-size: 14px;
    text-align: center;opacity: .6;
}
.picturelist li .txtbottom .wzlink a:hover {
    opacity: 1;
}

@media (max-width: 1440px) {
	.picturelist li .boxstyle .img-box {height: 181px;}
}
@media (max-width: 1280px) {
	.picturelist li .boxstyle .img-box {height: 161px;}
}
@media (max-width: 1199px) {
	.picturelist .col-md-4 {
    float: left;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
	.picturelist li .boxstyle .img-box {height: 173px;}
}
@media (max-width: 991px) {
	.picturelist li .boxstyle .img-box {height: 206px;}
}
@media (max-width: 767px) {
	.picturelist .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.picturelist li {margin-top: 25px;}
	.picturelist li .boxstyle .img-box {height: 52.82vw;}
	.picturelist li .boxstyle .txtinfo h4 {height: auto;-webkit-line-clamp: initial;}
	.picturelist li .boxstyle .txtinfo h5 {height: auto;max-height: 67px;}
}

.mod-table {overflow: hidden;margin-top: 30px;}
.mod-table .box-table {overflow: hidden;}
.mod-table .box-table h4 {background: #0D6FB8;text-align: center;padding: 18px;font-weight: 700;font-size: 18px;line-height: 1.5;border-radius: 5px 7px 0 0;margin: 0;color: #fff;border-right: #fff solid 2px;}
.mod-table .box-table .t-title {
  color: #333333;font-size: 14px;
}
.mod-table .box-table .t-title:hover {
  color: #0D6FB8;
}
.mod-table .box-table table {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mod-table[data-v-xm] .box-table table {border-radius: 0;}
.mod-table .box-table table tr td {
  padding: 10px;
  color: #333333;word-break: break-all;border: #fff solid 1px;font-size: 14px;
}
.mod-table .box-table table tr:hover td {color: #0D6FB8;}
.mod-table .box-table table thead tr {background: #0D6FB8;}
.mod-table[data-v-xm] .box-table table thead tr {background: #BBE3FF;}
.mod-table .box-table table thead tr th {
  line-height: 24px;
  color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;padding: 18px 10px;border-right: #fff solid 1px;
}
.mod-table[data-v-xm] .box-table table thead tr th {color: #0D6FB8;font-weight: 700;padding: 11px 8px;}
.mod-table .box-table table tbody tr td {
  line-height: 1.4;
}
.mod-table .box-table table tbody tr:nth-child(odd) {
  background-color: #f8fcff;
}
.mod-table .box-table table tbody tr:nth-child(even) {
  background-color: #e2f2ff;
}
.mod-table .box-table .title-s {
  display: block;
  color: #333;
}
.mod-table .box-table th i {margin-right: 10px;}
@media (max-width: 767px) {
.mod-table .box-table table tr .text-center {text-align: inherit;}
.mod-table .box-table table tr td {padding: 0;border: 0;}
}

.yearbox {position: relative;margin-top: 30px;background: #F6F7FA;}
.yearbox .swiper-button-prev {background-image: url(/images/arrow_pre_hover.png);width: 21px;height: 21px;background-size: auto;margin-top: -11px;left: 4px;}
.yearbox .swiper-button-next {background-image: url(/images/arrow_next_hover.png);width: 21px;height: 21px;background-size: auto;margin-top: -11px;right: 4px;}
.pgr-nav {overflow: hidden;margin-bottom: 30px;margin-left: 30px;margin-right: 30px;}
.pgr-nav li {float: left;padding: 12px 25px;margin-right: 1px;font-size: 16px;font-weight: 700;line-height: 1;position: relative;width: auto;height: auto;text-align: center;
}
.pgr-nav li a {color: #268ADE;}
.pgr-nav li:last-child {margin-right: 0;}

.pgr-nav li span {display: block;overflow: hidden;font-size: 16px;
}
.pgr-nav li:hover, .pgr-nav li.active {background: #268ADE;}
.pgr-nav li:hover a, .pgr-nav li:active a, .pgr-nav li.active a {color: #fff;}
.pgr-nav[data-v-gqrz] li {width: 33%;}
.pgr-nav[data-v-cylm] li {width: 24%;}
.pgr-nav[data-v-zbsc] li {width: 33%;}
@media (max-width: 1366px){
  .pgr-nav li {padding: 12px 23px;}
}
@media (max-width: 1280px){
  .pgr-nav li {padding: 12px 20px;}
}
@media (max-width: 1199px){
  .pgr-nav li {padding: 12px 16px;}
  .pgr-nav {margin-bottom: 28px;}
  .pgr-nav[data-v-gqrz] li {width: 32%;}
}
@media (max-width: 991px){
  .pgr-nav li {padding: 12px 17px;}
  .pgr-nav[data-v-gqrz] li {width: auto;padding: 4px 32px;}
  .pgr-nav[data-v-cylm] li {width: auto;padding: 4px 23px;}
}
@media (max-width: 767px){
  .pgr-nav li {padding: 12px 23px;}
  .pgr-nav[data-v-gqrz] li {padding: 4px 12px;}
  .pgr-nav[data-v-cylm] li {padding: 4px 12px;}
  .pgr-nav[data-v-zbsc] li {width: auto;padding: 4px 16px;}
}
@media (max-width: 390px){
  .pgr-nav li {padding: 12px 19px;}
  .pgr-nav[data-v-zbsc] li {width: auto;padding: 4px 12px;}
}
@media (max-width: 375px){
  .pgr-nav li {padding: 12px 16px;}
}
@media (max-width: 360px){
  .pgr-nav li {padding: 12px 13px;}
}
@media (max-width: 320px){
  .pgr-nav li {padding: 12px 25px;}
}

.contact {margin-top: 30px;overflow: hidden;
	background: -webkit-linear-gradient(left, #ffffff 60%, #F1F8FE 100%);
    background: -ms-linear-gradient(left, #ffffff 60%, #F1F8FE 100%);
    background: linear-gradient(to right, #ffffff 60%, #F1F8FE 100%);
}
.contact .map {width: 63%;height: 450px;float: left;}
.contact .txt {overflow: hidden;padding: 80px 70px 0;}
.contact .txt h4 {position: relative;font-size: 18px;color: #0D6FB8;font-weight: 700;padding-bottom: 28px;margin: 0 0 30px;border-bottom: #E3ECFC solid 1px;line-height: 1.3;}
.contact .txt h4:after {position: absolute;content: '';width: 80px;height: 2px;bottom: -1px;left: 0;background: #0D6FB8;}
.contact .txt p {font-size: 15px;margin: 0 0 15px;}
@media (max-width: 1280px) {
	.contact .txt {padding: 80px 40px 0;}
}
@media (max-width: 1199px) {
	.contact .txt {padding: 50px 38px 0;}
	.contact .map {height: 370px;}
}
@media (max-width: 991px) {
	.contact {
	background: -webkit-linear-gradient(top, #ffffff 30%, #F1F8FE 100%);
    background: -ms-linear-gradient(top, #ffffff 30%, #F1F8FE 100%);
    background: linear-gradient(to bottom, #ffffff 30%, #F1F8FE 100%);
	}
	.contact .txt {width: 100%; padding: 40px 38px 30px;}
	.contact .map {width: 100%;}
}
@media (max-width: 767px) {
	.contact .txt {padding: 20px 18px 10px;}
	.contact .txt h4 {font-size: 16px;padding-bottom: 20px;margin: 0 0 22px;}
	.contact .map {height: 300px;}
}

.ryname { }
.ryname_l { color:#0D6FB8;float:left;font-weight: 700;font-size:30px;line-height: 1;padding: 0 0 26px;padding-right: 3px;position: relative;}
.ryname_l:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
	width: 26px;
    height: 3px;
    background: #0D6FB8;
}
.ryname_l span {font-size: 16px;font-weight: 500;margin-left: 10px;}
.ryname_l span i {color: #8DADD7;margin-right: 10px;}

.rylanmu { overflow: hidden;background: #F1F8FE;border-left: 3px solid #0D6FB8;padding: 0 20px;margin: 30px 0 20px;}
.rylanmu_l { color:#333333;float:left;font-weight: 700;font-size:18px;line-height: 1.4;padding: 13px 0;width: calc(100% - 66px); }
.rcphotobox {width: 100%;height: 295px;display: table;padding: 45px 40px 45px 20px;position: relative;z-index: 1;}
.rcphotobox span {display: table-cell;vertical-align: middle;}
.rcphotobox span img {max-height: 240px;border: #efefef solid 0px;}
.pepxl-txt {margin-top: 8px;font-size: 15px;line-height: 1.5;}
.pepxl-txt li {margin-top: 19px;}
.pepxl-txt span {color: #404040;font-weight: 700;}
.pepxl-txt i {color: #333;font-style: normal;font-weight: 500;word-break: break-all;}
.pepxl-txt .col-md-6 {float: left;} 
.module { margin:0px auto; overflow:hidden; width:100%;border-radius: 3px;position: relative;background: url(/images/sklcb-bg1.jpg) no-repeat bottom center #F1F8FE;}
.module-a {float:right;padding-bottom:200em;margin-bottom:-200em;}
.module-b,.module-c,.module-d{float:left;padding-bottom:200em;margin-bottom:-200em;}
.module-a{width:26%;}
.module-a img {border-radius: 3px;}
.module-b{width:74%;}
.module-b .jbinfo {padding: 50px 20px 0 70px;}
.module-b .jbinfo h2 { font-size:26px; line-height:1; margin:2px 0 15px 0;overflow: hidden;color:#1f1f1f;/*text-overflow: ellipsis;white-space: nowrap;*/display: block;background: url(/images/lmbg01.png) repeat-x bottom;padding-bottom: 12px;font-weight: 700;}
.module-b .jbinfo h2:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #4c63b6;
}
.bl { border-left:#c1e8d3 solid 1px;}
.pepxl-txt .col-md-6:nth-child(1), .pepxl-txt .col-md-6:nth-child(3) {
  width: 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.pepxl-txt .col-md-6:nth-child(2), .pepxl-txt .col-md-6:nth-child(4) {
  width: 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.pepxl-txt .col-md-6:nth-child(5), .pepxl-txt .col-md-6:nth-child(6) {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1440px) {
	.module-b .jbinfo {padding: 45px 5px 0 50px;}
	.module-a{width:28%;}
	.module-b{width:72%;}
}
@media (max-width: 1280px) {
	.module-b .jbinfo {padding: 40px 5px 0 40px;}
	.module-a{width:29%;}
	.module-b{width:71%;}
}
@media screen and (max-width: 1199px){
	.module-a{width:37%;}
    .module-b{width:63%;}
	.pepxl-txt .col-md-6:nth-child(1), .pepxl-txt .col-md-6:nth-child(3) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.pepxl-txt .col-md-6:nth-child(2), .pepxl-txt .col-md-6:nth-child(4) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.pepxl-txt li {margin-top: 10px;}
	.ryname_l {padding: 0 0 20px;}
}
@media screen and (max-width: 767px){
	.module-a{width:100%;}
	.module-b{width:100%;}
	.rcphotobox {padding: 38px 20px 25px;}
	.module-b .jbinfo {padding: 16px 18px 20px 18px;} 
	.xlmain .textry .rydetail {margin-top: 5px;}
}



<!--0.00026106834411621-->