@font-face {
	font-family: 'SourceHanSerif';
	src: url('fonts/SourceHanSerifCN-Regular.woff2') format('woff2'), url('fonts/SourceHanSerifCN-Regular.woff') format('woff'), url('fonts/SourceHanSerifCN-Regular.otf') format('opentype'), url('fonts/SourceHanSerifCN-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SourceHanSerif-b';
	src: url('fonts/SourceHanSerifCN-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'SourceHanSerif-h';
	src: url('fonts/SourceHanSerifCN-Heavy.otf') format('opentype');
}
body {
  font-family: SourceHanSerif, Georgia;
}
.shs-b {font-family: SourceHanSerif-b;}
.shs-h {font-family: SourceHanSerif-h;}
.ttu {text-transform: uppercase;}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
.scrool-top {margin-top: 128px;}
.no-gutter > [class*=col-] {padding: 0;}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.left {float: left;}
.right {float: right;}
.bg-w {background-color: #fff;
	-moz-box-shadow: 17px 17px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 17px 17px 40px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 17px 17px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 17px 17px 40px 0 rgba(0, 0, 0, 0.1);
}
.rmore {font-size: 16px;color: #7BBE71;line-height: 1.1;margin-top: 24px;font-family: Arial;font-weight: 700;display: block;}
.rmore:hover {color: #0c75be;}

/*nav*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    /*animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;*/
    border-bottom: 1px solid rgba(7, 41, 77, 0.1);
	-moz-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.nav-wrap.nav-other nav.navbar.bootsnav {
  background: #073D90;
  position: relative;
}
nav.navbar.bootsnav {
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 0 100px;
}
nav.bootsnav .container {width: 100%;padding: 0;}
nav.navbar.bootsnav .container-fluid {
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 25px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 20px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 50px;
  color: #333;
  position: relative;
  padding: 40px 0;
  font-size: 16px;
  text-align: center;
  font-family: 'SourceHanSerif-h';
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #7BBE71 !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #7BBE71;
  min-width: 204px;
  width: 204px;
  left: 50%;
  margin-left: -102px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 8px;
  border-top: #ff8b00 solid 2px;
}
nav.navbar.bootsnav ul.nav > li:last-child.dropdown ul.dropdown-menu {left: 10%;}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 8px 12px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  border-left: 2px solid transparent;
  background: #7BBE71;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #4e9b42;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > ul.dropdown-menu {margin-left: 0;left: 100%;margin-top: 4px;}
.phoe-menu-toggle {
  display: none;
}

.footer .footer-copy {
  background: #F1F2F4;
  padding: 60px 100px 0;
}
.footer .footer-copy .copy-main {
  position: relative;
  padding-right: 196px;
}
.footer .footer-copy .copy-img {
    width: 338px;
    height: 40px;
    border-right: #7fa0d1 solid 1px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 18px;
    padding: 2px 18px 0;
}
.footer .footer-copy .copy-txt {
  line-height: 1.8;
  color: #333;
}
.footer .footer-copy .copy-txt h3 {font-size: 16px;margin-bottom: 25px;}
.footer .footer-copy .copy-txt a:hover {color: #fff;}
.footer .footer-copy .copy-txt span {display: inline-block;}
.footer .footer-copy .copy-links {
  position: absolute;
  right: 0;
  top: -6px;
}
.footer .footer-copy .copy-links h3 {font-size: 16px;margin-bottom: 18px;}
.footer .footer-copy .copy-txt[data-v-copy] {margin-top: 56px;border-top: #E8E8E8 solid 1px;padding: 30px;}
.share li {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin: 5px;
  position: relative;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
.share li a {display: block;width: 100%; height: 100%;}
.footer .footer-copy .container {width: 100%;padding: 0;}
@media (max-width: 1850px) {
	.footer .footer-copy {padding: 60px 50px 0;}
}
@media (max-width: 1024px) {
	.footer .footer-copy {padding: 60px 40px 0;}
}
@media (max-width: 991px) {
	.footer .footer-copy {padding: 40px 40px 0;}
	.footer .footer-copy .copy-links {position: inherit;margin: 14px auto 0;right: inherit;top: inherit;}
	.footer .footer-copy .copy-main {padding-right: 0;}
	.footer .footer-copy .copy-txt[data-v-copy] {margin-top: 34px;}
}
@media (max-width: 767px) {
	.footer .footer-copy {padding: 40px 20px 0;}
	.footer .footer-copy .copy-txt {width: 100%;}
	.share {text-align: center;}
	.share li {display: inline-block;float: none;}
}

.index-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.public-title {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #013778;
  line-height: 60px;
  z-index: 1;
}
.public-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 203px;
  height: 36px;
  z-index: -1;
}
.public-more {
  width: 300px;
  height: 60px;
  position: relative;
  display: inline-block;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
  z-index: 1;
	background: #fbdc5d;
}
.public-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7bbe71;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.public-more:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.public-more:hover {color: #fff;} 
.public-more:hover span {
  color: #fff;
}
.public-more.more-w {
  background: #fff;
  border-color: #fff;
}
.public-more.more-w:hover {
  border-color: #DE291A;
}
.public-more.more-line-w {
  border-color: #fff;
}
.public-more.more-line-w:hover {
  border-color: #DE291A;
}
.public-more.more-line-w span {
  color: #fff;
}
.public-more span {
  position: relative;
  color: #DE291A;
  line-height: 30px;
  padding-right: 16px;
  z-index: 10;
}
.public-more span::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: -1px;
  line-height: 1;
}

/*---------------区域背景---------------------*/
.firstpart {padding: 50px 0 0;position: relative;}
.secondpart {padding: 70px 0 0;}
.thirdpart {padding: 70px 0 50px;position: relative;}
.fourpart {padding: 58px 0;position: relative;background: url(jsbg.jpg) no-repeat center #446327;}
.secondarybox { display: block;padding: 50px 0 60px;}
.pagebox {padding: 90px 60px 60px;border-radius: 3px;
    -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.personbox {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
	.thirdpart {padding: 70px 0 30px;}
}
@media (max-width: 991px) {
	.secondpart {padding: 50px 0 0;}
	.thirdpart {padding: 50px 0 20px;}
}
@media (max-width: 767px) {
	.firstpart {padding: 30px 0 0;}
	.secondpart {padding: 50px 0 0;}
	.thirdpart {padding: 40px 0 30px;}
	.secondarybox {padding: 30px 0 40px;}
}

.webcolumn {overflow: hidden;margin-bottom: 6px;text-align: center;}
.webcolumn .lmname {margin: 0 0 50px;font-size: 50px;line-height: 100%;color: #333;position: relative;display: inline-block;z-index: 1;}
.webcolumn .lmname:after {
    bottom: -5px;
    left: 0;
    content: "";
    position: absolute;
    width: 190px;
    height: 13px;
    background: #7bbe71;
	z-index: -1;
}
.webcolumn .lmname a {color: #0065b7;line-height: 30px;}
.webcolumn .lmname a:hover {color: #000000;}

@keyframes scaleDraw {
	0%{
		transform: scale(1);
	}
	25%{
		transform: scale(1.1);
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.1);
	}
}
.superpose {position: relative;margin-top: 50px;}
.superpose-img {width: 566px;overflow: hidden;float: left;}
.superpose-img img {animation: scaleDraw 18s ease-in-out infinite;-webkit-animation: scaleDraw 18s ease-in-out infinite;}
.superpose-tit {}
.superpose-tit h4 {margin-bottom: 28px; font-size: 24px;color: #333;line-height: 1.4;font-family: SourceHanSerif-b;}
.superpose-tit h4 span {font-size: 30px;line-height: 1.4;font-family: SourceHanSerif;margin-left: 20px;}
.superpose-txt {width: 65%;float: right;margin-top: -279px;background: rgba(255,255,255,.9);padding: 60px 80px;font-size: 16px;line-height: 1.6;
-moz-box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
	position: relative;
    z-index: 2;
}
.superpose-txt .speech {overflow: hidden;}
.superpose-txt .speech p {margin-bottom: 20px;}
.superpose-txt .speech p:last-child {margin-bottom: 0;}
.superpose-txt .speech p strong {font-family: SourceHanSerif-b;}
.superpose-txt .more {font-size: 16px;color: #7BBE71;line-height: 1.1;margin-top: 42px;font-family: Arial;font-weight: 700;display: block;}
.superpose-txt .more:hover {color: #1051a2;}
.superpose-txt[data-v-ven] {margin-top: -299px;}
@media (max-width: 1536px) {
	.superpose-txt {width: 62%;}
}
@media (max-width: 1280px) {
	.superpose-txt {padding: 45px 56px;}
}
@media (max-width: 1024px) {
	.superpose-img {width: 546px;padding-right: 46px;}
	.superpose-txt {margin-top: -232px;padding: 35px 46px;}
	.superpose-txt .more {margin-top: 32px;}
	.superpose-tit h4 {font-size: 31px;}
	.superpose-tit h4 span {font-size: 24px;}
}
@media (max-width: 991px) {
	.superpose-img {width: 100%;padding-right: 0;}
	.superpose-txt, .superpose-txt[data-v-ven] {margin-top: 0;width: 100%;
	-moz-box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
	}
	.superpose-tit h4 {margin-bottom: 26px;}
}
@media (max-width: 767px) {
	.superpose {margin-top: 36px;}
	.superpose-txt {padding: 20px 25px;font-size: 15px;}
	.superpose-tit h4 {font-size: 26px;}
	.superpose-tit h4 span {font-size: 20px;}
	.superpose-txt .speech {-webkit-line-clamp: inherit;height: auto;}
}

.link-list {margin-bottom: 78px;}
.link-list .row {margin-left: -16px;margin-right: -16px;}
.link-list .row > [class^='col'] {padding-left: 16px;padding-right: 16px;}
.link-list li {margin-top: 36px;
transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
}
.link-list 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);
}
.link-list .box {background: #fff;
	-moz-box-shadow: 0px 6px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 40px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 6px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 40px 0 rgba(0, 0, 0, 0.1);}
.link-list .newsimg {overflow: hidden;position: relative;height: 216px;}
.link-list .newsimg .sblabel {
    position: absolute;
    padding: 0 19px;
    height: 0;
    line-height: 40px;
    text-transform: uppercase;
    border-right: 17px solid transparent;
    border-bottom: 40px solid rgba(0,0,0,.5);
    top: 0;
    z-index: 6;
    color: #fff;
    font-size: 18px;
}
.link-list .newsimg img {height: auto;width: 100%;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.link-list .box:hover .newsimg 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); 
}
.link-list .newtit {padding: 38px 15px;position: relative;overflow: hidden;background: #ffffff;}
.link-list .newtit h3 {font-size: 18px;color: #333;line-height: 1.5;margin: 0;display: block;overflow: hidden;margin-bottom: 20px;height: 54px;}
.link-list .newtit h4 {font-size: 18px;color: #7FC075;line-height: 1.4;margin: 0;display: block;overflow: hidden;margin-bottom: 26px;}
.link-list .newtit .more {text-align: center;}
.link-list .newtit .more .public-more {font-size: 16px;width: auto;height: 50px;line-height: 48px;padding: 0 56px;background: #7BBE71;color: #fff;}
.link-list .newtit .more .public-more::before {background: #fbdc5d;}
.link-list .newtit .more .public-more:hover {color: #333;} 
@media (max-width: 1440px) {
	.link-list .newsimg {height: 192px;}
}
@media (max-width: 1280px) {
	.link-list .row {margin-left: -14px;margin-right: -14px;}
	.link-list .row > [class^='col'] {padding-left: 14px;padding-right: 14px;}
	.link-list .newsimg {height: 174px;}
	.link-list .newtit h3 {font-size: 16px;height: 48px;}
	.link-list .newtit {padding: 24px 10px;}
}
@media (max-width: 1199px) {
	.link-list .row {margin-left: -18px;margin-right: -18px;}
	.link-list .row > [class^='col'] {padding-left: 18px;padding-right: 18px;}
	.link-list .col-md-3 {float: left;width: 50%;}
	.link-list .newtit {padding: 38px 32px;}
	.link-list .newtit h3 {font-size: 18px;height: 54px;}
	.link-list .newsimg {height: 295px;}
	.link-list {margin-bottom: 58px;}
}
@media (max-width: 991px) {
	.link-list .newsimg {height: 222px;}
}
@media (max-width: 767px) {
	.link-list .col-md-3 {width: 100%;}
	.link-list .row {margin-left: -14px;margin-right: -14px;}
	.link-list .row > [class^='col'] {padding-left: 14px;padding-right: 14px;}
	.link-list .newtit {padding: 18px 10px;}
	.link-list .newtit .more .public-more {padding: 0 20px;}
	.link-list .newtit h4 {margin-bottom: 26px;}
	.link-list .newsimg, .link-list .newtit h3, .link-list .newtit h4 {height: auto;}
	.link-list .newtit .more .public-more {width: 80%;}
	.link-list li {margin-top: 28px;}
	.link-list {margin-bottom: 40px;}
}

/*---------------PAGE---------------------*/
.pghead {padding: 88px 0 91px;background: url(pgtopbg.jpg) no-repeat center #e3f5ff;}
.pghead .lmwz {padding-left: 26px;position: relative;}
.pghead .lmwz:after {position: absolute;width: 4px;top:7px;bottom: 5px;left: 0;background-color: #7BBE71;content: '';}
.pghead .lmwz h3 {font-size: 40px;line-height: 1.1;margin-bottom: 15px;}

.pglanmu {position: relative;font-size: 24px;line-height: 1.3;color: #333;padding-left: 22px;margin-bottom: 35px;}
.pglanmu:after {position: absolute;content: '';width: 12px;height: 12px;background-color: #FBDC5D;top: 10px;left: 0;}

.pglanmu1 {overflow: hidden;margin-bottom: 32px;margin-top: 60px;}
.pglanmu1_l {position: relative;font-size: 20px;line-height: 1.3;color: #333;display: inline-block;}
.pglanmu1_l:after {
    bottom: 1px;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    height: 6px;
    background: #7bbe71;
    z-index: -1;
}
.pglanmu1:nth-of-type(1) {margin-top: 0;}

.pgbox {padding: 70px 40px 40px;
	-moz-box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
}

/*----------------------People----------------*/
.peopleList {margin-top: 35px;margin-bottom: 40px;}
.peopleList li:nth-child(6n+1) {clear: left;}
.peopleList li .box-img {
    margin: 0 auto 20px;
	width: 160px;
    height: 160px;
	border-radius: 50%;
    overflow: hidden;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 16px 16px 40px 0 rgba(0, 0, 0, 0.1);
}
.peopleList li .box-img img {
    width: 100%;
    height: auto;
}
.peopleList li {
    padding:0 12px;
    text-align: center;
    margin-bottom: 40px;
}
.peopleList li .name {font-size: 18px;color: #444;margin: 0 0 6px;}
.peopleList li .zw {font-size: 14px;color: #999;}
.peopleList li a .name {color: #7BBE71;}
.peopleList li:hover .name {color: #7BBE71;}
@media (max-width: 1280px) {
	.peopleList .col-md-2 {width: 20%;float: left;}
	.peopleList li:nth-child(6n+1) {clear: inherit;}
	.peopleList li:nth-child(5n+1) {clear: left;}
}
@media (max-width: 991px) {
	.peopleList {margin-bottom: 20px;}
	.peopleList .col-md-2 {width: 25%;}
	.peopleList li:nth-child(5n+1) {clear: inherit;}
	.peopleList li:nth-child(4n+1) {clear: left;}
}
@media (max-width: 767px) {
	.peopleList {margin-bottom: 0;}
	.peopleList .col-md-2 {width: 50%;}
	.peopleList li:nth-child(4n+1) {clear: inherit;}
	.peopleList li:nth-child(2n+1) {clear: left;}
	.peopleList li .box-img {width: 130px;height: 130px;}
}

/*---------------Lanmu List---------------------*/
.lanmu-list {}
.lanmu-list li {margin-bottom: 30px;}
.lanmu-list .s-box img {
-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.lanmu-list .s-box:hover img {
	-webkit-transition: scaleX(-1);
	-moz-transition: scaleX(-1);
	-ms-transition: scaleX(-1);
	-o-transition: scaleX(-1);
    transform: scaleX(-1);
}
.lanmu-list .s-box h4 {font-size: 20px;color: #333;line-height: 1.3;margin: 38px 0 0;text-align: center;}
.lanmu-list .s-box:hover h4 {color: #7BBE71;}
.lanmu-list .s-box:hover img {opacity: 1;}
@media (max-width: 1199px) {
	.lanmu-list .s-box h4 {font-size: 17px;}
}
@media (max-width: 767px) {
	.lanmu-list li:nth-child(2n+1) {clear: left;}
}
/*---------------Photo List---------------------*/
.pgpic-list {}
.pgpic-list li {margin-bottom: 40px;}
.pgpic-list .newsimg {overflow: hidden;position: relative;height: 298px;}
.pgpic-list .newsimg img {height: 100%;width: 100%;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pgpic-list li:hover .newsimg 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); 
}
.pgpic-list .newsimg .longtit {background-color: rgba(0,0,0,.5);padding: 15px;overflow: hidden;position: absolute;left: 0;right: 0;bottom: 0;width: 100%;}
.pgpic-list .newsimg .longtit h4 {font-size: 16px;color: #fff;line-height: 1.3;display: block;width: 100%;height: 42px;overflow: hidden;}
.pgpic-list .newtit {padding: 24px 0 0;position: relative;overflow: hidden;}
.pgpic-list .newtit h4 {font-size: 20px;color: #333;line-height: 1.4;margin: 0;display: block;overflow: hidden;text-align: center;}

.pgpic-list ul[data-v-dy].row {margin-left: -40px;margin-right: -40px;}
.pgpic-list ul[data-v-dy].row > [class^='col'] {padding-left: 40px;padding-right: 40px;}
.pgpic-list ul[data-v-dy] .newsimg {height: 448px;}
@media (max-width: 1440px) {
	.pgpic-list .newsimg {height: 267px;}
	.pgpic-list ul[data-v-dy] .newsimg {height: 400px;}
}
@media (max-width: 1280px) {
	.pgpic-list .newsimg {height: 240px;}
	.pgpic-list ul[data-v-dy].row {margin-left: -30px;margin-right: -30px;}
	.pgpic-list ul[data-v-dy].row > [class^='col'] {padding-left: 30px;padding-right: 30px;}
	.pgpic-list ul[data-v-dy] .newsimg {height: 367px;}
}
@media (max-width: 1199px) {
	.pgpic-list .newsimg {height: 193px;}
	.pgpic-list ul[data-v-dy].row {margin-left: -20px;margin-right: -20px;}
	.pgpic-list ul[data-v-dy].row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
	.pgpic-list ul[data-v-dy] .newsimg {height: 302px;}
	.pgpic-list .newsimg .longtit {padding: 12px;}
	.pgpic-list .newsimg .longtit h4 {font-size: 13px;height: 34px;}
}
@media (max-width: 991px) {
	.pgpic-list .newsimg {height: 144px;}
	.pgpic-list ul[data-v-dy].row {margin-left: -15px;margin-right: -15px;}
	.pgpic-list ul[data-v-dy].row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
	.pgpic-list ul[data-v-dy] .newsimg {height: 231px;}
}
@media (max-width: 767px) {
	.pgpic-list li:last-child {margin-bottom: 0;}
	.pgpic-list .newsimg, .pgpic-list ul[data-v-dy] .newsimg {height: auto;}
	.pgpic-list .newsimg .longtit h4 {height: auto;}
}

/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
/*------Important Dates------*/
 .timeline-zyrq {
  border-left: 4px solid #7BBE71;
  margin-left: 8px;
  margin-top: 40px;
}
 .timeline-zyrq li {
  margin-bottom: 10px;
  position: relative;
}
 .timeline-zyrq li:last-child {
  margin-bottom: 0;
}
 .timeline-zyrq li::before,
 .timeline-zyrq li:after {
  position: absolute;
  content: '';
}
 .timeline-zyrq li::before {
  left: -9px;
  top: 33px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #7BBE71;
	 z-index: 2;
}
 .timeline-zyrq .time-a {
  background: #F5F5F5;
  padding: 28px 30px 26px 40px;
  position: relative;
}
.timeline-zyrq li:nth-child(even) .time-a {background: #EFFFED;}
.timeline-zyrq .time-desc {line-height: 1.3;}
.timeline-zyrq .time-desc h3 {font-size: 18px;color: #7BBE71;margin-bottom: 12px;}
.timeline-zyrq .time-desc h4 {font-size: 16px;color: #333;line-height: 1.5;}
.timeline-zyrq h3 {font-size: 20px;line-height: 1;margin-bottom: 18px;}
.timeline-zyrq .time-info {font-size: 16px;margin-bottom: 8px;}
.timeline-zyrq .time-info .field {width: 116px;float: left;padding-left: 28px;line-height: 1.3;position: relative;}
.timeline-zyrq .time-info .field-c {overflow: hidden;line-height: 1.6;}
.timeline-zyrq .time-info .field:after {position: absolute;content: '';width: 16px;height: 17px;top:2px;left: 0;}
.timeline-zyrq .time-info:nth-child(1) .field:after {background: url(icon01.png) no-repeat top left;}
.timeline-zyrq .time-info:nth-child(2) .field:after {background: url(icon02.png) no-repeat top left;}
.timeline-zyrq .time-info:nth-child(3) .field:after {background: url(icon03.png) no-repeat top left;}

.timeline-zyrq[data-v-sjhd] li {padding-left: 52px;margin-bottom: 50px;}
.timeline-zyrq[data-v-sjhd] li:last-child {margin-bottom: 0;}
.timeline-zyrq[data-v-sjhd] {border-left: 3px solid #7BBE71;margin-left: 10px;}
.timeline-zyrq[data-v-sjhd] li:before {width: 23px;height: 23px;background-color: #FBDC5D;border: #7BBE71 solid 5px;left: -13px;top:0;}
.timeline-zyrq[data-v-sjhd] li:nth-child(even) .time-a {background: #F5F5F5;}
.timeline-zyrq[data-v-sjhd] .time-desc h4 {color: #666;line-height: 1.8;margin-top: 20px;}
@media (max-width: 767px) {
	.timeline-zyrq[data-v-sjhd] li {padding-left: 22px;margin-bottom: 32px;}
	.timeline-zyrq[data-v-sjhd] .time-a {padding: 18px;}
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: #13547a;
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #80d0c7;
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80d0c7;
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: #80d0c7;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: #fff;
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: #13547a;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: #13547a;
}

.logo {background: #f5f5f5;}
.logo .img-box {padding: 85px 50px;}
.logo li:nth-child(even) {background: #7bbe71;}

.visit {margin-bottom: 10px;}
.visit .row {margin-left: -30px;margin-right: -30px;}
.visit .row > [class^='col'] {padding-left: 30px;padding-right: 30px;}
.visit .table {margin-top: 26px;margin-bottom: 0;border: 0;}
.visit thead tr {background: #7BBE71;}
.visit .table>thead>tr>th {color: #fff;padding: 19px 15px;border-color: #7bbe71;font-size: 14px;}
.visit .table>tbody>tr>td {vertical-align: middle;border-left: 0;border-right: 0;padding: 15px;font-size: 14px;}
.visit .table>tbody>tr>td.rc {border-right: #7bbe71 solid 1px;border-bottom: #7bbe71 solid 1px;color: #7BBE71;}
.visit .table>tbody>tr:nth-child(3n)>td {border-color: #7bbe71;}

/*---------Programme Schedule---------*/
.index-meeting-calendar {
  padding-top: 56px;
  padding-bottom: 70px;
}

.index-meeting-calendar .calendar-main {
  position: relative;
  margin-bottom: 48px;
}

.index-meeting-calendar .scroll-title {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 270px;
  font-size: 20px;
}

.index-meeting-calendar .scroll-title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 4px;
  background: #7bbe71;
  z-index: -1;
}

.index-meeting-calendar .scroll-title .a-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  z-index: 2;
}

.index-meeting-calendar .scroll-title .a-title::after,
.index-meeting-calendar .scroll-title .a-title::before {
  content: '';
  position: absolute;
}

.index-meeting-calendar .scroll-title .a-title::before {
  height: 1px;
  background: #7bbe71;
  left: 2px;
  width: 40px;
  top: 22px;
}

.index-meeting-calendar .scroll-title .a-title::after {
  width: 18px;
  height: 18px;
  background: #7bbe71;
  left: 1px;
  top: 13px;
  border-radius: 50%;
}

.index-meeting-calendar .scroll-title .a-title:hover .a-s,
.index-meeting-calendar .scroll-title .a-title.active .a-s {
  color: #fff;
}

.index-meeting-calendar .scroll-title .a-title:hover .a-s::after,
.index-meeting-calendar .scroll-title .a-title.active .a-s::after {
  width: 100%;
}

.index-meeting-calendar .scroll-title .a-title .a-s {
  display: block;
  position: relative;
  background: #FFFFFF;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  color: #7bbe71;
  z-index: 1;
  overflow: hidden;
  font-size:16px;
}

.index-meeting-calendar .scroll-title .a-title .a-s::after,
.index-meeting-calendar .scroll-title .a-title .a-s::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.index-meeting-calendar .scroll-title .a-title .a-s::before {
  border: 1px solid #7bbe71;
  width: 200px;
}

.index-meeting-calendar .scroll-title .a-title .a-s::after {
  background: #7bbe71;
  width: 0;
  transition: all 0.3s;
}

.index-meeting-calendar .scroll-main {
  background: #EFFFED;
  height: 460px;
  margin-left: 270px;
  padding: 22px 12px 22px 22px;
  border-top: 3px solid #7bbe71;
}

.index-meeting-calendar .swiper-container {
  width: 100%;
  height: 100%;
}

.index-meeting-calendar .scroll-box {
  overflow: hidden;
  overflow-y: auto;
  height: 420px;
  padding-right: 10px;
}
.index-meeting-calendar .scroll-box::-webkit-scrollbar-track { background-color: transparent; border-radius: 2px; }
.index-meeting-calendar .scroll-box::-webkit-scrollbar { width: 4px; height: 4px; background-color: transparent; border-radius: 2px; }
.index-meeting-calendar .scroll-box::-webkit-scrollbar-thumb { background-color: #e3f6e1; border-radius: 2px; }

.index-meeting-calendar .calendar-groups .box-s {
  display: block;
  text-align: center;
  position: relative;
}

.index-meeting-calendar .calendar-groups .box-s::after,
.index-meeting-calendar .calendar-groups .box-s::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  z-index: -1;
}

.index-meeting-calendar .calendar-groups .box-s::before {
  border-top: 2px solid #7bbe71;
  border-left: 2px solid #7bbe71;
  left: 10px;
  top: 10px;
}

.index-meeting-calendar .calendar-groups .box-s::after {
  border-right: 2px solid #7bbe71;
  border-bottom: 2px solid #7bbe71;
  right: 10px;
  bottom: 10px;
}

.index-meeting-calendar .calendar-groups .box-s:hover::before {
  top: -10px;
  left: -10px;
}

.index-meeting-calendar .calendar-groups .box-s:hover::after {
  right: -10px;
  bottom: -10px;
}

.index-meeting-calendar .calendar-groups .box-s .box-img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.index-meeting-calendar .calendar-groups .box-s .box-a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0 !important;
  padding-right: 40px;
}

@media (min-width: 1600px) {
  .index-meeting-calendar .calendar-groups .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }

  .index-meeting-calendar .calendar-groups .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.meeting-list li {
  position: relative;
  padding: 15px 15px 15px 188px;
  color: #FFFFFF;
  line-height: 28px;
  font-size: 16px;
  min-height: 56px;
}

.meeting-list li:nth-child(2n + 1) {
  background: #ffffff;
}

.meeting-list li .box-date {
  position: absolute;
  left: 42px;
  top: 15px;
  color:#333;
}
.meeting-list li .box-txt {color:#333;}

/*-----------Featured Events--------------*/
.tshd {margin-bottom: 20px;}
.tshd li {margin-top: 80px;}
.tshd li:nth-child(even) .superpose-img {float: right;}
.tshd li:nth-child(even) .superpose-txt {float: left;}
.tshd .superpose-txt {min-height: 349px;}

/*-----------------Tours--------------*/
.trip-lm {background-color: #f5f5f5;overflow: hidden;font-size: 18px;margin-bottom: 26px;}
.trip-lm .trip-lm-xh {background-color: #7BBE71;border-radius: 0 30px 0 0;padding: 23px 10px;width: 150px;line-height: 1;color: #fff;float: left;}
.trip-lm .trip-lm-txt {color: #333;line-height: 1.5;overflow: hidden;padding: 18px 30px;}
.trip .nrhei {margin-bottom: 46px;}
.trip .nrhei p {margin-bottom: 20px;}
.trip .nrhei p:last-child {margin-bottom: 0;}
.trip .nrhei p strong {font-family: 'SourceHanSerif-b';}
.trip li:last-child .nrhei {margin-bottom: 0;}

/************************/
/*     About China     */
/************************/
.slider-1 {
	padding-top: 70px;
	padding-bottom: 30px;
}
.slider-1 .section-title {
	text-align: center;
}
.slider-1 .h2-heading {
	margin-bottom: 3rem;
	text-align: center;
}
.slider-1 .slider-container {
	position: relative;
}
.slider-1 .swiper-container {
	position: static;
}
.slider-1 .card {
	position: relative;
	border: none;
	background-color: transparent;
}
.slider-1 .card-image {
	width: 100%;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
}
.slider-1 .card-body {
	padding: 18px;position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;
}
.slider-1 .card-bg {position: absolute;left: 0;right: 0;bottom: 0;background: url(bg02.png) repeat-x bottom center;min-height: 140px;z-index: 0;}
.slider-1 .testimonial-text {
	font-size: 14px;color: #fff;
}
.slider-1 .testimonial-author {
	margin-bottom: 8px;font-size: 20px;color: #fff;
}
.slider-1 .swiper-button-next, .slider-1 .swiper-button-prev { display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 5; visibility: visible; transition: all .5s; width: 40px; height: 60px; transform: translateZ(0); background-color: #f5f5f5; outline: none; }
.slider-1 .swiper-button-next:hover, .slider-1 .swiper-button-prev:hover { background: #7BBE71; }
.slider-1 .swiper-button-next:hover:after, .slider-1 .swiper-button-prev:hover:after {color: #ffffff;}
.slider-1 .swiper-button-next.swiper-button-disabled, .slider-1 .swiper-button-prev.swiper-button-disabled { background-color: #f5f5f5;opacity: 1; }
.slider-1 .swiper-button-next.swiper-button-disabled:after, .slider-1 .swiper-button-prev.swiper-button-disabled:after {color: #7BBE71;}
.slider-1 .swiper-button-next:after { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);font-size: 26px;color: #7BBE71;font-weight: 400;font-family: 'FontAwesome';content: '\f105'; }
.slider-1 .swiper-button-prev:after { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);font-size: 26px;color: #7BBE71;font-weight: 400;font-family: 'FontAwesome';content: '\f104'; }
.slider-1 .swiper-button-next { right: -6.23958%;}
.slider-1 .swiper-button-prev { left: -6.23958%;}
.slider-1 .pglanmu1_l:after {width: 152px;}
.slider-1[data-v-biod] {padding-top: 40px;}
@media (max-width: 1440px) {
	.slider-1 .card-image {height: 321px;}
	.slider-1 .swiper-button-next { right: -5%;}
	.slider-1 .swiper-button-prev { left: -5%;}
}
@media (max-width: 1349px) {
	.slider-1 .swiper-button-next { right: -2%;}
	.slider-1 .swiper-button-prev { left: -2%;}
}
@media (max-width: 1280px) {
	.slider-1 .card-image {height: 352px;}
	.slider-1 .swiper-button-next { right: -4.2%;}
	.slider-1 .swiper-button-prev { left: -4.2%;}
}
@media (max-width: 1199px) {
	.slider-1 {padding-top: 40px;padding-bottom: 15px;}
	.slider-1 .card-image {height: 362px;}
	.slider-1 .swiper-button-next { right: -2%;}
	.slider-1 .swiper-button-prev { left: -2%;}
	.slider-1[data-v-biod] {padding-bottom: 0;}
}
@media (max-width: 991px) {
	.slider-1 .swiper-button-next { right: -3%;}
	.slider-1 .swiper-button-prev { left: -3%;}
}
@media (max-width: 767px) {
	.slider-1 .card {width: 260px;margin: 0 auto;}
	.slider-1 .card-image {height: 435px;}
	.slider-1 .pglanmu1_l {font-size: 17px;}
}

.photo {overflow: hidden;margin-top: 40px;margin-bottom: 54px;}
.photo .row {margin-left: -11px;margin-right: -11px;}
.photo .row > [class^='col'] {padding-left: 11px;padding-right: 11px;}
.photo li {margin-bottom: 26px;}
.photo li:last-child {margin-bottom: 0;}
.photo .picnews {overflow: hidden;height: 360px;position: relative;}
.photo .picnews img {height: 100%;width: 100%;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.photo .picnews:hover 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); 
}
.photo .picnews p {
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    font-size: 14px;
    color: #fff;z-index: 1;margin: 16px 18px;line-height: 1.3;overflow: hidden;
    left: 0;
	right: 0;
}
.photo .picnews .titbg {
    background: url(bg03.png) repeat-x bottom left;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1440px) {
  .photo .picnews {height: 321px;}
}
@media (max-width: 1280px) {
  .photo .picnews {height: 287px;}
}
@media (max-width: 1199px) {
  .photo {margin-bottom: 24px;}
  .photo .picnews {height: 229px;}
  .photo .picnews .titbg {background-size: 100% 60%;}
}
@media (max-width: 991px) {
  .photo .col-md-2 {float: left;width: 33.333333%;}
  .photo .picnews {height: 372px;}
}
@media (max-width: 767px) {
	.photo .col-md-2 {width: 50%;}
	.photo .picnews {height: 298px;}
}
@media (max-width: 390px) {
	.photo .picnews {height: 278px;}
}
@media (max-width: 375px) {
	.photo .picnews {height: 265px;}
}

.culture {margin-bottom: 80px;}
.panel-culture .panel-heading a {background-color: #FBDC5D;color: #333333;font-family: 'SourceHanSerif-b';}
.panel-culture .panel-heading a.collapsed {background-color: #7BBE71;color: #ffffff;}
.panel-culture .panel-heading a:before {
	font-family: "FontAwesome";
	content: '';
	position: absolute;
	right: 28px;
	top: 55%;
	width: 17px;
	height: 17px;
	background: url(icon05.png) no-repeat center;
}
.panel-culture .panel-heading a.collapsed:before {
	content: '';background: url(icon04.png) no-repeat center;
}
.panel-culture .panel-default > .panel-heading + .panel-collapse > .panel-body {border-color: #FBDC5D;}
.panel-culture .panel-body {padding: 25px 30px;font-size: 16px;line-height: 1.7;}
.panel-culture .panel-body p {margin-bottom: 26px;}
.panel-culture .panel-body p:last-child {margin-bottom: 0;}
.panel-culture .panel-body p strong {font-family: 'SourceHanSerif-b';}
.panel-group.panel-culture .panel+.panel {margin-top: 10px;}

.intro .superpose-txt {min-height: 348px;}
.biod {}
.biod .superpose {margin-top: 0;}
@media (max-width: 1199px) {
	.culture {margin-bottom: 50px;}
}
@media (max-width: 767px) {
	.panel-culture .panel-body {padding: 18px 20px;}
}

.nanjing .photo {margin-top: 60px;}
.nanjing .photo .row {margin-left: -15px;margin-right: -15px;}
.nanjing .photo .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
.nanjing .photo .col-md-2 {float: left;width: 33.333333%;}
.nanjing .photo .picnews p {font-size: 20px;}
.nanjing .photo li {margin-bottom: 30px;}
.nanjing .photo .picnews {height: 294px;}
.nanjing .culture {margin-bottom: 20px;}
@media (max-width: 1440px) {
	.nanjing .photo .picnews {height: 264px;}
}
@media (max-width: 1280px) {
	.nanjing .photo .picnews {height: 237px;}
}
@media (max-width: 1199px) {
	.nanjing .photo .picnews {height: 191px;}
	.nanjing .photo {margin-top: 40px;}
	.nanjing .culture, .nanjing .panel-group {margin-bottom: 0;}
}
@media (max-width: 991px) {
	.nanjing .photo .col-md-2 {width: 50%;}
	.nanjing .photo .picnews {height: 224px;}
}
@media (max-width: 767px) {
	.nanjing .photo .col-md-2 {width: 100%;}
	.nanjing .photo .picnews {height: auto;}
}

.list-news { overflow:hidden; display:block;margin: 10px 14px 30px;border-top: 1px solid #e5e5e5;}
.list-news li{overflow:hidden;border-bottom: 1px solid #e5e5e5;}
.list-news li:last-child {margin-bottom: 0px;}
.list-news li a { padding: 30px 36px;overflow:hidden;display: block;overflow:hidden;position: relative;}
.list-news li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    opacity: 0;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.list-news li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list-news li a:after {
    content: "";
    color: #67d9d1;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -0.5rem;
	width: 14px;height: 13px;background: url(icon06.png) no-repeat center;
}
.list-news li h4 { overflow:hidden;font-size:16px;line-height:1.7; color:#383838;text-overflow:ellipsis; max-width: calc(100% - 220px);position: relative;margin: 0; }
.list-news li a:hover h4 {color: #7BBE71;}
.list-news li span {line-height:1.7;color:#8a8a8a; font-size: 16px;position: relative;float: left;margin-right: 66px;}
@media screen and (max-width: 991px){
	.list-news li a {padding: 30px;}
	.list-news li span {margin-right: 40px;}
	.list-news li h4 {max-width: calc(100% - 146px);}
}
@media screen and (max-width: 767px){
	.list-news { margin: 10px 0 30px;}
	.list-news li a {padding: 20px 16px;}
	.list-news li span {display: block;float: none;margin-bottom: 3px;}
	.list-news li h4 {max-width: calc(100% - 0px);white-space: inherit;}
	.list-news li a:after {display: none;}
}
/*---------------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;}
.ryname { border-bottom: #D6DFEB solid 1px;}
.ryname_l { color:#333;float:left;font-weight: 700;font-size:26px;line-height: 1;padding: 0 0 18px;padding-right: 3px;position: relative;}
.ryname_l:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #0052D9;
}
.ryname_l span {font-size: 16px;font-weight: 500;margin-left: 10px;}
.ryname_l span i {color: #8DADD7;margin-right: 10px;}
.rylanmu { border-bottom: #D6DFEB solid 1px;margin-bottom: 16px;margin-top: 30px;}
.rylanmu_l { color:#333;float:left;font-weight: 700;font-size:18px;line-height: 140%;padding: 0 0 12px;position: relative;}
.rylanmu_l:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #0052D9;
}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}

.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: 24px; padding: 0px 8% 2px;font-weight: 700;margin: 10px 0 24px;}
.xlmain .wztitle[data-v-dp] {margin: 16px 0 24px 0;color: #333;font-size: 26px;}
.xlmain .basicinfo {border-bottom: #F1F1F3 solid 1px;padding-bottom: 12px;}
.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 { overflow:hidden; display:block;}
.xlmain .text p, .xlmain .text div {margin: 0 0 22px;}
.xlmain .text p:last-child, .xlmain .text div:last-child {margin: 0;}
.xlmain .text p strong {font-family: 'SourceHanSerif-b';}
.xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}

.xlmain .textzy { display:block;}
.xlmain .textzy p {margin: 0 0 14px;}
.xlmain .textzy p:last-child {margin: 0;}
.xlmain .textzy p strong {font-family: 'SourceHanSerif-b';}
.xlmain .textzy h3 {font-size: 24px;color: #333;line-height: 1.5;margin-bottom: 15px;}
.xlmain .textzy .bg-w {padding: 20px;}

.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 22px;}
.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 .textxl strong {font-family: 'SourceHanSerif-b';}
.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 {padding: 0px 1% 2px;margin: 0 0 24px;}
  .xlmain .wztitle[data-v-dp] {margin: 10px 0 24px 0;}
	.xlmain .textxl img {max-width: 77%;}
}
@media (max-width: 767px) {
  .xlmain .wztitle {font-size: 18px;margin: 0 0 12px;}
  .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 .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;}
}

/*----page---*/
.pmt1 {margin-top: 40px;}
.page {
  text-align: center;
  margin-top: 40px;
}
.page li {
  display: inline-block;
}
.page a {
  display: inline-block;
  line-height: 38px;
  padding: 0 15px;
  margin: 0 1px 6px;
  color: #666;
  background-color: #fff;border: #ebebeb solid 1px;border-radius: 3px;font-size: 14px;
}
.page a:hover,
.page a.current,
.page a.active,
.page a.a-s {
  background-color: #7BBE71;border: #7BBE71 solid 1px;
  color: #fff;
}

.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #7BBE71;
  display: none!important;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
@media (max-width: 767px) {
.page {display: none;}
.page-phone {display: block!important;}
}

/*分享*/
.social-share {
  /*二维码样式*/
}
.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("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
