.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.left {float: left;}
.right {float: right;}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h32 {
  font-size: 32px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 40px;
}
.hong {color: #BD1932;}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
.topline {position: fixed;top: 0;width: 100%;z-index: 1000;
	height: 4px;
	background-size: 200% auto;
    background-position: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #cd2263 0%, #2D3DB7 50%, #6D29A9 100%);
    background-image: -ms-linear-gradient(to right, #cd2263 0%, #2D3DB7 50%, #6D29A9 100%);
    background-image: linear-gradient(to right, #cd2263 0%, #2D3DB7 50%, #6D29A9 100%);
}

.no-gutter > [class*=col-] {padding: 0;}

/*------btn03------*/
@-webkit-keyframes btn03 {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes btn03 {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.btn03 {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
    padding: 12px 32px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    line-height: 1;
    font-family: Montserrat,"Microsoft JhengHei";
    border: 1px solid rgba(221, 82, 138, 0);
    background: #ffffff;
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.btn03:before {
    content: '';
    position: absolute;
    border: 1px solid #e8e8e8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.btn03:hover {
    background: #b1040e;
    color: #fff;
}
.btn03:hover:before,
.btn03:focus:before,
.btn03:active:before {
    -webkit-animation-name: btn03;
    animation-name: btn03;
	border: 1px solid #b1040e;
}
.btn03:hover:after {
    opacity: 1;
}
/*---------------区域背景---------------------*/
.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.z-depth-2 {
    position: relative;
    z-index: 2;
}
#bg-section {
    background-image: url(bg03.jpg);top:inherit;height: 260%;background-size: 100% 100%;bottom: -220%;
}
#bg-section-pg {height: 68vh;}
.firstpart {
	padding: 90px 0;position: relative;
	background: #ffffff;
	background: -webkit-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
    background: -ms-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
    background: linear-gradient(to top, #f1f1f1 10%, #ffffff 80%);
}
.secondpart {
	padding: 90px 0;position: relative;
	background: #ffffff;
	background: -webkit-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
    background: -ms-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
    background: linear-gradient(to top, #f1f1f1 10%, #ffffff 80%);
}
.thirdpart {padding: 80px 0;overflow: hidden;position: relative;}
.thirdpart:after {
    content: "";
    position: absolute;
    background-image: url(trim-sw.png);
    background-repeat: repeat-x;
    width: 1000%;
    height: 129px;
    bottom: -10px;
    left: 0;
    animation: slide 1000s linear infinite
}
.fourpart {padding: 80px 0;overflow: hidden;position: relative;background: url(bg02f.jpg) no-repeat top center #eae5e1;background-size: cover;}
.fivepart {padding: 80px 0;position: relative;background: url(bg05.jpg) #372D2E;}
.sixpart {padding: 80px 0;position: relative;background: #ffffff;}
.secondarybox { 
	width: 100%;display: block;padding: 40px 0 120px;
	min-height: -moz-calc(100vh - 828px);
    min-height: -webkit-calc(100vh - 828px);
    min-height: calc(100vh - 828px);
	background: #ffffff;
	background: -webkit-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
    background: -ms-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
    background: linear-gradient(to top, #f1f1f1 10%, #ffffff 80%);
}

.pagebox {padding: 90px 60px 60px;background: url(bg03.png) no-repeat 30px 30px #fff;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);
}
.win-l {width: 420px;float: left;height: 100vh;background: rgba(110,92,83,.5);}
.win-r {overflow: hidden;width: calc(100% - 420px);float: left;height: 100vh;position: relative;}
.content-info {
  min-height: -moz-calc(100vh - 970px);
  min-height: -webkit-calc(100vh - 970px);
  min-height: calc(100vh - 970px);
}
@media (max-width: 1280px) {
	.secondarybox {padding: 40px 0 90px;}
}
@media (max-width: 1199px) {
	.secondarybox {padding: 40px 0 70px;}
	.firstpart {padding: 50px 0;}
	.secondpart, .thirdpart, .fourpart, .fivepart, .sixpart {padding: 50px 0;}
	.win-l {width: 100%;height: auto;}
	.win-r {width: 100%;height: auto;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.firstpart {padding: 40px 0;}
	.secondpart, .thirdpart, .fourpart, .fivepart, .sixpart {padding: 40px 0;}
	.secondarybox {padding: 30px 0 40px;}
}

.indexlanmu { margin-bottom: 55px;}
.indexlanmu span { float:left;font-size: 60px;line-height: 1;color: #222222;font-weight: 700;position: relative;}
.indexlanmu .btn03 {float: right;margin-top: 10px;}


.section-title {line-height: normal;margin-bottom: 36px;overflow:hidden;}
.section-title h2 {display: inline-block;font-size: 36px;line-height: 36px;margin: 0;position: relative;color: #b1040e;font-weight: 700;}
.section-title[data-v-bai] h2 {color: #ffffff;}
.section-title[data-v-bai] h2:before {background: url(lm-l-bai.png) no-repeat right center;}
.section-title[data-v-bai] h2:after {background: url(lm-r-bai.png) no-repeat left center;}
@media (max-width: 1280px) {
	.section-title {margin-bottom: 30px;}
}
@media (max-width: 1199px) {
	.indexlanmu {margin-bottom: 30px;}
}
@media (max-width: 767px) {
	.home .section-title h2 {font-size: 32px;}
	.home .section-title {margin-bottom: 32px;}
	.section-title h2 {font-size: 28px;}
	.section-title {margin-bottom: 22px;}
	.indexlanmu {margin-bottom: 26px;}
	.indexlanmu span {font-size: 38px;}
	.indexlanmu .btn03 {padding: 7px 24px;font-size: 14px;margin-top: 4px;}
}
/*---------------Detailed Page---------------------*/
.nrhei {font-size: 16px; line-height: 1.8; color: #333;word-wrap: break-word;}
.nrhei-dp {font-size: 18px; line-height: 1.8; color: #333;word-wrap: break-word;}
.nrhei-cg {font-size: 18px; line-height: 2.1; color: #333;word-wrap: break-word;}
.nrhei-dpxl {font-size: 16px; line-height: 1.8; color: #333;word-wrap: break-word;}
.nrhei-ry {font-size: 16px; line-height: 2; color: #666;word-wrap: break-word;}
.ryname { border-bottom: #D6DFEB solid 1px;}
.ryname_l { color:#1A4CB1;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: #1A4CB1;
}
.ryname_l span {font-size: 17px;font-weight: 500;margin-left: 15px;color: #666;}
.ryname_l span i {color: #666;margin-right: 10px;}
.rylanmu { border-left: #1A4CB1 solid 2px;margin-bottom: 24px;margin-top: 30px;padding-left: 15px;}
.rylanmu_l { color:#333;float:left;font-weight: 700;font-size:18px;line-height: 1;position: relative;}
.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: 28px; padding: 0px 8% 2px;margin: 18px 0 24px 0;font-weight: 700;}
.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: 20px 0 24px 0;color: #333;font-size: 26px;}
.xlmain .basicinfo {padding: 15px 20px;background: #f3f3f3;}
.xlmain .basicinfo .other-share {float: right;}
.xlmain .basicinfo .other-share span {line-height: 29px;color: #7d7d7d;}
.xlmain .basicinfo .qtinfo {color:#7d7d7d; font-size: 14px;margin: 0;line-height: 29px;}
.xlmain .basicinfo .qtinfo a {color:#7d7d7d; 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: 20px;}
.xlmain .basicinfo .qtinfo span:last-child {margin-right: 0;}
.xlmain .text { overflow:hidden; display:block;}
.xlmain .text p, .xlmain .text div {margin-bottom: 20px;}
.xlmain .text p:last-child, .xlmain .text div:last-child {margin-bottom: 0;}
.xlmain .text.nrhei-cg p, .xlmain .text.nrhei-cg div {margin-bottom: 40px;}
.xlmain .text.nrhei-cg p:last-child, .xlmain .text.nrhei-cg div:last-child {margin-bottom: 0;}
.xlmain .text img {display: inline-block;margin-right: auto;margin-left: auto;}
.xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}
.xlmain .textdp p, .xlmain .textdp div {margin-bottom: 20px;}
.xlmain .textdp p:last-child, .xlmain .textdp div:last-child {margin-bottom: 0;}

.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 30px;}
.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 {width: 100% !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: 36px 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;}
.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 .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 .textry .rydetail {overflow: hidden;margin-top: 15px;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}

.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: #A1877A;
}
.xlmain .cont-page .a-page:hover a {
  color: #A1877A;
}
@media (min-width: 767px) {
  .xlmain .textxl img {max-width: 51%;}
}
@media (max-width: 1199px) {
  .xlmain .textsp { width: 80%;}
  .xlmain .textxl video {width: 80% !important;}
}
@media screen and (max-width: 991px){
  .xlmain .wztitle {margin: 0 0 24px;}
  .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) {
  .nrhei {line-height: 1.6;}
  .nrhei-cg {line-height: 1.8;}
  .xlmain .wztitle {font-size: 22px;margin: 0 0 12px 0;padding: 0 0 2px;}
  .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;}
  .xlmain .text.nrhei-cg p, .xlmain .text.nrhei-cg div {margin-bottom: 25px;}
	.xlmain .basicinfo {padding: 9px 20px;}
}
/*---PAGES---*/
.fy-box {margin-top: 35px;}
.comp-pages {}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d4dae7;
  margin-left: 2px;
  margin-right: 2px;
}
.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: #b1040e;
  border: 1px solid #b1040e;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #b1040e;
  border: 1px solid #b1040e;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #b1040e;
  border: 1px solid #b1040e;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.comp-pages .page-pc em {font-style: normal;font-size: 15px;color: #999;margin-right: 15px;}

.pgmt {margin-top: 36px;}
#pages {
    width:100%; FONT-SIZE: 14px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;
}
#pages a, #pages a:visited {
    border: 1px solid #E5E5E5; height: 40px; background: #ffffff; COLOR: #444; PADDING: 0 15px !important; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 40px;border-radius: 3px;
}
#pages SPAN {
    height: 40px;
    COLOR: #444;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 40px;
    font-size: 14px;border-radius: 3px;border: 1px solid #E5E5E5;
}
#pages a:hover, #pages a.curr, #pages a.curr:visited, #pages a:hover {
    BORDER: #2d4faf 1px solid; background: #2d4faf; COLOR: #fff;
}
.pagebtn{width: 100%;background: linear-gradient(90deg, #2C3EB8, #7028A9);border: 0;color: #fff;padding: 10px;border-radius: 5px;font-size: 18px;}
/*-----Left NAV----*/
.sidebar {}
.sidebar .title {margin-bottom: 0px;position: relative;padding: 24px 30px;background: url(lnavbg.jpg) no-repeat top center #132f7d; font-size: 30px;font-weight: 700; color:#ffffff;text-transform:uppercase;line-height: 32px;background-size: cover;border-radius: 5px 5px 0 0;}
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
} 
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
-o-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
-moz-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
-webkit-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
	padding-bottom: 1px;
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 16px;
  display: block;
  padding: 19px 54px 19px 50px;
  color: #3b4461;
  border-bottom: solid 1px #f2f3fb;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
}
.leftNavigation li:last-child a {border-bottom: 0;}
.leftNavigation li a:after {
	content: "";
	position: absolute;
	left: 28px;
	top: 19px;
	width: 4px;height: 18px; background-image: url(navicon01.png);background-repeat: no-repeat;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 1rem 8px 64px !important;
  color: #73798f;line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9ca5c6;
    position: absolute;
    top: 16px;
    left: 48px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 4.8rem;
  padding: 16px 0;
  text-align: center;
  font-weight: 500;color: #e2e3f0;font-size: 21px;
}
.leftNavigation li.active a .leftNavIcon {color: #1e3d96;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;font-size: 12px;color: #f67400;
}
.leftNavigation li a:hover {
  color: #1e3d96; text-decoration:none; background-color: #eef2fe;font-weight: 500;
}
.leftNavigation li a:hover:after {
  background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li a:hover .leftNavIcon {color: #1e3d96;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #eef2fe;border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #2a45a6; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background-color: #02449e;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #2a45a6; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {background-color: #02449e;font-weight: 500;}
.leftNavigation li.active > a {
  color: #1e3d96; text-decoration:none;font-weight: 500;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active > a:after {
	background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;border-bottom: solid 1px #fff;
}
.leftNavigation > li.active {
  background-color: #eef2fe;border-bottom: solid 1px #f2f3fb;
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#535353; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}

.leftNavigation .down-menu {display: none;}
.leftNavigation .sub-menu.active .down-menu {display: block;}
.leftNavigation .down-menu a:hover, .leftNavigation .down-menu a.active {color: #1e3d96;}
.leftNavigation .down-menu a:hover:after, .leftNavigation .down-menu a.active:after {background-color: #1e3d96;}

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #111;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.details-page .main-cont p:last-child {margin-bottom: 0px;}
.details-page .main-cont.cont-xilan img {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont[data-v-org] {overflow-x: auto;}

.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #dee5ec;
  padding-top: 20px;
  line-height: 24px;
  color: #999;
}
.details-page .cont-page .a-page {
  margin-top: 20px;background-position: 0 0;background-repeat: no-repeat;line-height: 22px;padding-left: 32px;
}
.details-page .cont-page .a-page:nth-child(1) {background-image: url(arrow-pre2.png);}
.details-page .cont-page .a-page:nth-child(2) {background-image: url(arrow-next2.png);}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #999;
}
.details-page .cont-page .a-page:hover {
  color: #0f2bab;
}
.details-page .cont-page .a-page:hover a {
  color: #0f2bab;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  float: right;
}
.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: -184px;
  left: -64px;
  width: 148px;
  height: 170px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #ccc;
  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;
  display: none;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 14px auto 10px;
}
.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: 21px;
  height: 21px;
  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;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  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;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  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;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #103A84;
}
.bread-crumbs .bread-item > 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: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #103A84;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #F5F8FC;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #103A84;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #103A84;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #103A84;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
body {
  font-family: Arial, PingFangSC-Regular, sans-serif, "Microsoft YaHei", '微软雅黑';
}
/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.index-page .page-main {
  background-color: #f2f6fc;
}
/*nav*/
.nav-wrap.nav-other nav.navbar.bootsnav {
  background: #073D90;
  position: relative;
}
.nav-wrap.nav-other nav.navbar.bootsnav::before {
  display: none;
}
nav.navbar.bootsnav {
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 100px;
  -ms-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -o-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
}
.home nav.navbar.bootsnav::before {opacity: 1;height: 347px;}
.home nav.navbar.bootsnav {
	padding: 0 100px;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
nav.bootsnav .container {width: 100% !important;padding: 0;}
nav.navbar.bootsnav::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 60px;
  background: url(top-bg01.png) repeat-x top center;
  opacity: 0;
  background-size: 100% 100%;
}
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: 33px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  width: 590px;
}
nav.navbar.bootsnav .navbar-brand .default {display: none;}
nav.navbar.bootsnav.scroll .navbar-brand .default {display: none;}
nav.navbar.bootsnav.scroll .navbar-brand .scroll {display: block;}
.home nav.navbar.bootsnav .navbar-brand .default {display: block;}
.home nav.navbar.bootsnav .navbar-brand .scroll {display: none;}
.home nav.navbar.bootsnav.scroll .navbar-brand .default {display: none;}
.home nav.navbar.bootsnav.scroll .navbar-brand .scroll {display: block;}
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;margin-top: 74px;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 40px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #333333;
  position: relative;
  padding: 5px 0 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.home nav.navbar.bootsnav ul.nav > li > a {color: #ffffff;padding: 5px 0 20px;}
.home nav.navbar.bootsnav.scroll ul.nav > li > a {padding: 5px 0 20px;}
nav.navbar.bootsnav.scroll ul.nav > li > a {color: #333333;}
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: #b1040e !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 2px;
  border: none;
  box-shadow: 0 3px 12px 0 rgba(56, 46, 47, 0.22);
  background: #ffffff;
  min-width: 156px;
  width: 156px;
  left: 50%;
  margin-left: -78px;
  padding: 6px;
}
/*nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 7px solid #000;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}*/
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 10px 12px;
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #92796e;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > ul.dropdown-menu {margin-left: 0;left: 100%;margin-top: 4px;}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background-repeat: repeat-x;
  background-position: center;
  background: #ffffff;
  padding: 0 100px;
  -moz-transition: all .3s; /* Firefox */
    -ms-transition: all .3s; /* IE 9 */
    -o-transition: all .3s; /* Opera */
    transition: all .3s;
  -ms-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -o-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}

.header-other {
  padding-top: 28px;
  position: absolute;
  right: 0;
}
.header-other > div {
  float: left;
}
.header-other .other-link a {
  float: left;
  color: #333;
  font-size: 16px;
	margin: 0 15px;
	text-transform: uppercase;
	position: relative;
	padding-left: 24px;
}
.header-other .other-link a:before {position: absolute;content: '';width: 16px;height: 16px;background: url(icon-cn-pg.png) no-repeat center;background-size: 100%;left: 0;top: 6px;}
.header-other .other-link a, .header-other .other-link span {
  line-height: 30px;
}
.header-other .other-link a:hover {
  color: #b1040e;
}
.header-other .search-a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home .header-other .other-link a {color: #b8b9b9;}
.home .scroll .header-other .other-link a {color: #333333;}
.home .header-other .other-link a:hover {color: #ffffff;}
.home .scroll .header-other .other-link a:hover {color: #b1040e;}
.phoe-menu-toggle {
  display: none;
}
nav.navbar.bootsnav ul.nav > li:last-child ul.dropdown-menu {
    right: 0;
    left: auto;
    margin-left: 0;
  }

.hc-mobile-nav li.nav-parent a {padding-right: 24px;}
@media (max-width: 1700px) {
	nav.navbar.bootsnav ul.nav > li {margin: 0 25px 0 0;}
}
@media (max-width: 1620px) {
	.header-other {padding-top: 22px;}
	nav.navbar.bootsnav .navbar-brand {width: 502px;}
	nav.navbar.bootsnav ul.nav {margin-top: 68px;}
	nav.navbar.bootsnav ul.nav > li > a {font-size: 19px;}
}
@media (max-width: 1440px) {
	nav.navbar.bootsnav ul.nav > li > a {font-size: 18px;}
	nav.navbar.bootsnav ul.nav > li {margin-right: 22px;}
}
@media (max-width: 1390px) {
	nav.navbar.bootsnav .navbar-brand {width: 430px;}
	nav.navbar.bootsnav ul.nav {margin-top: 62px;}
	nav.navbar.bootsnav ul.nav > li > a {font-size: 17px;}
}
@media (max-width: 1280px) {
	nav.navbar.bootsnav ul.nav > li {margin: 0 22px 0 0;}
}
@media (max-width: 1240px) {
	nav.navbar.bootsnav ul.nav > li {margin: 0 16px 0 0;}
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 85px;padding: 0 44px;
  }
  nav.navbar.bootsnav::before, .home nav.navbar.bootsnav::before {
    height: 136px;
    background-size: 100% 100%;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: block !important;position: absolute;top: 0;right: 0;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding: 20px 0;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .header-other {
    position: absolute;
    right: 50px;
    top: 33px;
    padding-top: 0;
    margin-right: 0 !important;
  }
	.navbar .toggle {margin-top: 35px;right: 0;padding-left: 26px;}
	nav.navbar.bootsnav ul.nav {display: none;}
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
	.header-other .other-link a {margin: 0 10px;}
	nav.navbar.bootsnav .navbar-collapse {right: 16px;}
}
@media (max-width: 767px) {
  nav.navbar.bootsnav::before, .home nav.navbar.bootsnav::before {height: 65px;}
  nav.navbar.bootsnav {padding: 0 20px;}
  nav.navbar.bootsnav .navbar-brand {width: auto;padding: 50px 0 20px;}
  nav.navbar.bootsnav .navbar-brand img {width: 270px;}
  .header-other {right: 0;top: 12px;}
  .header-other .other-link a, .header-other .other-link span {line-height: 26px;font-size: 15px;margin: 0;}
  .navbar .toggle {right: 0;margin-top: 0;top: 56px;}
	.home .header-other .other-link a {color: #333;}
	.home .header-other .other-link a:hover {color: #b1040e;}
}
/*-----------------------------------------  FOOT  -----------------------------------------*/
.footer {
	overflow: hidden;
	background: #ffffff;
	background: -webkit-linear-gradient(bottom, #f1f1f1 10%, #ffffff 50%);
    background: -ms-linear-gradient(bottom, #f1f1f1 10%, #ffffff 50%);
    background: linear-gradient(to top, #f1f1f1 10%, #ffffff 50%);
}
.footer .secondhalf {padding: 12px 0;border-top: #255689 solid 1px;background: rgba(38,45,52,.4);color: #daebf3;font-size: 13px;text-align: center;line-height: 24px;}
.footer .secondhalf img {display: inline-block;margin-left: 15px;}
.footer .secondhalf a {color: #daebf3;}
.footer .secondhalf a:hover {color:#64d8ff;}
.copyright {font-size:12px; line-height:20px;color:#333333;display:block; overflow:hidden;background: url(foot-bg.png) no-repeat center;padding: 108px 0 102px;}
.copyright .row {margin-left: -1px;margin-right: -1px;}
.copyright .row > div {border-right: #ccc solid 1px;height: 172px;}
.copyright .row > div:last-child {border: 0;}
.copyright .row > [class^='col'] {padding-left: 1px;padding-right: 1px;}
.copyright .cas { display: block;overflow: hidden;float: left;padding-top: 7px;}
.copyright .cas img {width: 260px;}
.copyright .left { font-size:14px; line-height:1.9;color:#333333;display:block; overflow:hidden; float:left;padding-top: 24px;padding-left: 70px;}
.copyright .left span {display: block;margin-right: 15px;}
.copyright .left span:nth-child(2), .copyright .left span:nth-child(3) {display: inline-block;}
.copyright .left a {color:#333333;}
.copyright .left a:hover {color:#77d3ff;}
.copyright .rightbz {display:block; overflow:hidden; float:right;margin:5px 0 0;}
.copyright .rightbz img{ display:inline-block; margin-left:30px;}
.copyright .rightjb { width:65px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}
.copyright .rightwx { width:96px; padding:4px 0 0 0;display:block; overflow:hidden; float:right;}
.copyright h3 {font-size: 20px;font-weight: 700;color: #333333;margin-bottom: 22px;}
.footer .banquan {font-size: 14px;color: #929293;padding: 23px 18px;text-align: center;border-top: #ccc solid 1px;margin-top: 20px;}
.footer .banquan span {display: inline-block;margin: 0 8px;}
.footer .banquan a:hover {color: #b1040e;}
.footnav {padding: 24px 70px 0;}
.footnav li {}
.footnav li a {font-size: 14px;display: block;margin-bottom: 10px;}
.footnav li:nth-last-child(1), .footnav li:nth-last-child(2) {margin-bottom: 0;}
.footnav li a:hover {color: #b1040e;}
@media (max-width: 1280px){
	
}
@media (max-width: 1199px){
	.copyright {padding: 78px 0 72px;background-size: 69%;}
	.copyright .cas {margin-right: 24px;padding-top: 18px;}
	.copyright .cas img {width: 100%;}
	.copyright .left {padding-left: 50px;}
	.footnav {padding: 24px 50px 0;}
}
@media (max-width: 991px){
	.copyright {padding: 68px 0 62px;background-size: 76%;}
	.copyright .left {padding-top: 0px;padding-left: 20px;}
	.copyright .row > div {height: 150px;}
	.footnav {padding: 0 22px 0;}
	.footnav li a {font-size: 13px;}
	.copyright .cas {padding-top: 24px;margin-right: 20px;}
}
@media (max-width: 767px){
	.footer {
		background: #ffffff;
		background: -webkit-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
		background: -ms-linear-gradient(bottom, #f1f1f1 10%, #ffffff 80%);
		background: linear-gradient(to top, #f1f1f1 10%, #ffffff 80%);
	}
	.footer .banquan {margin-top: 0;}
	.copyright {padding: 38px 0 32px;background-size: 96%;}
	.copyright .cas { width: 100%; border:0px;margin: 0;padding: 0;}
	.copyright .cas img {display: block;margin-right: auto;margin-left: auto;width: 56%;}
	.copyright .row > div {height: auto;overflow: hidden;border: 0;}
	.copyright h3 {text-align: center;margin-bottom: 13px;margin-top: 30px;}
	.copyright .left { width:100%; text-align: center;}
	.copyright .rightwx {margin: 0 auto;float: none;padding:16px 0 0;text-align: center;}
}
/*-----------------------------------------  index  -----------------------------------------*/
.deep.more, .shallow.more {margin-top: 40px;}
.deep.more .btn-more3 {color: #ffffff;line-height: 50px;width: 300px;border-color: #ada1a1;}
.deep.more .btn-more3:focus, .deep.more .btn-more3:active, .deep.more .btn-more3:hover {border-color: #A1877A;}
.shallow.more .btn-more3 {line-height: 50px;width: 300px;}

.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;
}
@media (max-width: 767px) {
	.deep.more .btn-more3, .shallow.more .btn-more3 {width: 70%;}
	.deep.more, .shallow.more {margin-top: 36px;}
	.thirdpart .shallow.more {margin-top: 28px;}
}
/************************/
/*  Visitor Guide   */
/************************/
.guide {border: #a1877a dashed 1px;position: relative;height: 580px;background: rgba(255,255,255,.7);margin-bottom: 120px;}
.guide:after {position: absolute;content: '';width: 21px;height: 22px;top:-2px;left: -1px;z-index: 1;background: url(trim01.png) no-repeat;}
.guide:before {position: absolute;content: '';width: 21px;height: 22px;bottom:-2px;left: -1px;z-index: 1;background: url(trim02.png) no-repeat;}
.guide .g-lm {width: 325px;height: 100%;background: url(bg01.jpg);float: right;position: relative;z-index: 0;padding: 42px 20px;text-align: center;}
.guide .g-info {padding: 60px 20px 30px 80px;overflow: hidden;}
.guide .g-info .kgdate {}
.guide .g-info .kgdate li {display: inline-block;float: left;position: relative;padding-right: 110px;margin-right: 60px;}
.guide .g-info .kgdate li:after {position: absolute;content: '';width: 50px;height: 3px;background: #333333;right: 0;top:30px;}
.guide .g-info .kgdate li:last-child {margin-right: 0;padding-right: 0;}
.guide .g-info .kgdate li:last-child:after {content: none;}
.guide .g-info .kgdate h3 {font-size: 48px;color: #333333;line-height: 1;margin: 0;}
.guide .g-info .kgdate h4 {font-size: 18px;color: #333333;line-height: 1;margin: 12px 0 0;}
.guide .g-info .nrhei {overflow: hidden;float: left;margin-top: 30px;width: 100%;}
.guide .g-info .more {display: block;float: left;width: 100%;margin-top: 15px;}
.guide .g-info .more .btn-more3 {line-height: 36px;font-weight: 700;width: 140px;}
.guide .g-yylx {position: absolute;z-index: 3;padding: 14px 80px;left: 0;right: 0;bottom: 38px;}
.guide .g-yylx .row {margin-left: -20px;margin-right: -20px;}
.guide .g-yylx .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
.yylx-box {background: #ffffff;position: relative;
-ms-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  -o-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
}
.yylx-box .yylx-tit {width: 60px;float: left;height: 180px;position: relative;}
.yylx-box .yylx-tit:after, .yylx-box .yylx-tit:before {position: absolute;content: '';width: 22px;height: 25px;z-index: 4;}
.yylx-box .yylx-tit.yy:after {background: url(bk01.png) no-repeat;right: -11px;top: -14px;}
.yylx-box .yylx-tit.yy:before {background: url(bk01f.png) no-repeat;right: -11px;bottom: -14px;}
.yylx-box .yylx-tit.lx:after {background: url(bk02.png) no-repeat;right: -11px;top: -14px;}
.yylx-box .yylx-tit.lx:before {background: url(bk02f.png) no-repeat;right: -11px;bottom: -14px;}
.yylx-box .yylx-tit h4 {font-size: 18px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;color: #ffffff;text-align: center;height: 100%;padding-left: 50%;margin-left: -13px;font-weight: 700;letter-spacing: 4px;}
.yylx-box .yylx-txt {overflow: hidden;}

.pre-book {padding: 28px 56px 20px;}
.pre-book .rg {width: calc(100% - 168px);float: left;margin-top: 13px;}
.pre-book .rg h4 {font-size: 14px;font-weight: 700;line-height: 1.1;margin-bottom: 3px;padding-left: 6px;}
.pre-book .rg .row {margin-left: -10px;margin-right: -10px;}
.pre-book .rg .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
.pre-book .rg li {margin-top: 10px;}
.pre-book .rg p {padding: 0 17px;background: #EAE4DA;font-size: 14px;color: #333333;text-align: center;border-radius: 60px;line-height: 26px;}
.pre-book .ewm {width: 124px;float: right;}
.guide-contact {padding: 41px 30px 20px;}
.guide-contact li {margin: 12px 0;}
.guide-contact li h4 {font-size: 14px;color: #333333;position: relative;padding-top: 4px;padding-left: 76px;}
.guide-contact li h4 strong {position: absolute;top: 0;left: 0;}
.guide-contact li img {display: inline-block;margin-right: 10px;}

.guide-pg {}
.guide-pg .g-yylx {position: relative;padding: 60px 0 80px;}
.guide-pg h3 {margin-bottom: 40px;font-size: 30px;}
.guide-pg .contact {overflow: hidden;background: #F6F6F6;}
.guide-pg .contact .map {overflow: hidden;}
.guide-pg .contact .txt {width: 52%;overflow: hidden;padding: 65px 50px 50px;float: left;}
.guide-pg .contact .txt h4 {font-size: 20px;font-weight: 700;margin-bottom: 22px;border-left: #A1877A solid 5px;line-height: 1;padding-left: 14px;}
.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 80px;}
.guide-pg .contact .txt p {font-size: 16px;margin: 0 0 12px;position: relative;color: #333333;line-height: 2;}
.guide-pg .contact .txt p strong {margin-right: 8px;position: absolute;top: 0;left: 0;}
.guide-pg .contact .txt p:last-child {color: #999999;}
@media (max-width: 1536px) {
	.pre-book {padding: 28px 33px 20px;}
	.guide-contact .row {margin-left: -10px !important;margin-right: -10px !important;}
	.guide-contact .row > [class^='col'] {padding-left: 10px !important;padding-right: 10px !important;}
	.guide-contact {padding: 34px 30px 20px;}
	.guide-contact li {margin: 7px 0;}
	.guide-contact li:last-child {width: 100%;float: left;}
	.guide-pg .contact .txt {padding: 50px 36px 40px;}
}
@media (max-width: 1440px) {
	.guide .g-info {padding: 50px 20px 30px 50px;}
	.guide .g-yylx {padding: 14px 50px;}
	.guide-contact {padding: 34px 26px 20px;}
	.guide-pg .contact .txt {padding: 40px 36px 20px;}
	.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 68px;}
}
@media (max-width: 1280px) {
	.pre-book .rg {margin-top: 0;}
	.pre-book .rg .col-md-6 {width: 100%;float: left;}
	.pre-book .rg li {margin-top: 8px;}
	.guide-contact {padding: 20px 42px 20px;}
	.guide-contact .col-md-6 {width: 100%;float: left;}
}
@media (max-width: 1199px) {
	.guide {margin-bottom: 80px;}
	.guide .g-info .kgdate h3 {font-size: 42px;}
	.guide .g-info .kgdate li {padding-right: 78px;margin-right: 25px;}
	.guide .g-info .kgdate li:after {top: 20px;}
	.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 60px;}
	.guide-pg .contact .txt p {line-height: 1.8;}
}
@media (max-width: 991px) {
	.guide {height: 736px;}
	.guide .g-lm {width: 210px;}
	.guide .g-info {padding: 32px 20px 30px 30px;}
	.guide .g-info .kgdate li {padding-right: 43px;margin-right: 12px;}
	.guide .g-info .kgdate li:after {width: 32px;}
	.guide > .g-yylx .col-md-6:first-child .yylx-box, .guide-pg > .g-yylx .col-md-6:first-child .yylx-box {margin-bottom: 24px;}
	.guide .g-yylx {padding: 14px 30px;bottom: 22px;}
	.guide .g-info .nrhei {font-size: 15px;}
	.guide-pg .contact .txt {width: 100%; padding: 40px 36px 30px;}
	.guide-pg .contact .map {width: 100%;}
}
@media (max-width: 767px) {
	.guide {height: auto;margin-bottom: 66px;}
	.guide .g-lm {width: 100%;float: left;padding: 20px;height: 159px;}
	.guide .g-lm img {height: 100%;}
	.guide .g-yylx {position: relative;}
	.guide:after {bottom: -2px;right: -1px;background-image: url(trim04.png);top: inherit;left: inherit;}
	.guide .g-info {padding: 24px 22px 32px;}
	.guide .g-info .kgdate {width: 100%;text-align: center;}
	.guide .g-info .kgdate h3 {font-size: 26px;}
	.guide .g-info .kgdate li {padding-right: 30px;margin-right: 4px;float: none;}
	.guide .g-info .kgdate li:after {width: 20px;top: 12px;height: 2px;}
	.guide .g-info .nrhei {line-height: 1.5;margin-top: 12px;}
	.guide .g-info .nrhei p {margin-top: 8px;}
	.guide .g-yylx {padding: 14px 20px;}
	.yylx-box .yylx-tit {height: 460px;}
	.pre-book .rg {width: 100%;float: left;}
	.pre-book .ewm {width: 100%;float: left;margin-top: 15px;}
	.yylx-box .yylx-tit {width: 42px;height: 308px;}
	.guide-contact {padding: 20px 22px 20px;}
	.guide-contact li {margin: 10px 0;}
	.pre-book {padding: 26px 23px 20px;}
	.guide .g-yylx .col-md-6:nth-of-type(2) .yylx-box .yylx-tit, .guide-pg .g-yylx .col-md-6:nth-of-type(2) .yylx-box .yylx-tit {height: 203px;}
	.guide-pg h3 {margin-bottom: 20px;font-size: 25px;}
	.guide-pg .g-yylx {padding: 40px 0 60px;}
	.guide-pg .contact .txt {padding: 24px 22px 22px;}
	.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 28px;}
}
/************************/
/*  Overvie   */
/************************/
.overviewpart {padding: 0 0 80px;position: relative;}
.overviewpart:after {
    position: absolute;
    top: 165px;
    left: 0;
    bottom: 0;
    content: '';
    background: url(bg01.jpg);
    z-index: 0;
    width: 69.48%;
}
.overviewpart .txt .section-title {padding-left: 70px;margin-bottom: 38px;}
.overviewpart .txt .more {text-align: center;width: 308px;}
.overviewpart .txt .more .btn-more3 {line-height: 40px;width: 130px;}
.overviewpart .txt h4 {position: relative;z-index: 5;font-size: 16px;line-height: 1.8;color: #ffffff;margin-top: 45px;padding: 80px 0 0;margin-bottom: 28px;}
.overviewpart .txt h4 p {margin-bottom: 20px;}
.overviewpart .txt h4 p:last-child {margin-bottom: 0px;}
.overviewpart .gkbg {width: 69.479vw;height: 25.417vw;position: absolute;content: '';bottom: 0;left: 0;background: url(bg01.jpg);z-index: 0;}
.overviewpart .video-box {position: absolute;right: 0px;top: 0px;width: calc(55% - 15px);z-index: 3;}
.overviewpart .video-box video {height: 100% !important;display: block;width: 100%;background: #4e0100;}
@media (max-width: 1536px) {
	.overviewpart .txt h4 {margin-bottom: 0px;}
}
@media (max-width: 1440px) {
	.overviewpart {padding: 0;}
	.overviewpart .txt h4 {padding: 54px 0 0;margin-bottom: 60px;}
	.overviewpart .video-box {width: calc(56% - 15px);}
}
@media (max-width: 1366px) {
	.overviewpart .txt h4 {height: 303px;overflow: hidden;margin-bottom: 80px;}
}
@media (max-width: 1280px) {
	.overviewpart .txt h4 {margin-bottom: 50px;}
}
@media (max-width: 1199px) {
	.overviewpart .txt h4 {height: 200px;margin-bottom: 70px;}
}
@media (max-width: 991px) {
	.overviewpart .txt .section-title {margin-bottom: 25px;}
	.overviewpart:after {top: 130px;}
	.overviewpart .txt h4 {margin-top: 0;margin-bottom: 32px;
		-webkit-line-clamp: 5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.overviewpart .video-box {position: relative;width: 100%;padding: 20px 20px 35px;}
	.overviewpart .txt h4 {margin-bottom: 10px;-webkit-line-clamp: inherit;height: auto;}
	.overviewpart:after {width: 100%;}
	.overviewpart .txt .section-title {padding-left: 0;text-align: center;}
	.overviewpart .txt .more {width: 100%;}
}
/************************/
/*  Notice   */
/************************/
.noticepart {display: block;position: relative;}
.noticepart .focus {background: #ffffff;overflow: hidden;height: 393px;}
.noticepart .focus .img-box {width: 260px;height: 393px;overflow: hidden;float: left;}
.noticepart .focus .img-box img {width: 100%;height: 100%;object-fit: cover;}
.noticepart .focus .news-box {overflow: hidden;height: 100%;position: relative;padding: 50px 80px 20px;}
.noticepart .focus .news-box .round {position: absolute;width: 30px;height: 30px;content: '';background: #3d3535;border-radius: 100%;}
.noticepart .focus .news-box .zs {left: -15px;top:-15px;}
.noticepart .focus .news-box .zx {left: -15px;bottom:-15px;}
.noticepart .focus .news-box .ys {right: -15px;top:-15px;}
.noticepart .focus .news-box .yx {right: -15px;bottom:-15px;}
.noticepart .focus .news-box .date {width: 66px;border: #A1877A solid 1px;font-size: 38px;line-height: 1;padding-top: 3px;color: #A1877A;font-weight: 700;text-align: center;margin-bottom: 20px;position: relative;z-index: 1;}
.noticepart .focus .news-box .date:after {position: absolute;content: '';width: 30px;height: 2px;background: #A1877A;bottom: -22px;left: 0;}
.noticepart .focus .news-box .date span {display: block;background: #A1877A;padding: 3px;color: #ffffff;font-size: 14px;line-height: 1;font-weight: 400;margin-top: 2px;}
.noticepart .focus .news-box h4 {font-size: 18px;line-height: 1.7;padding-top: 20px;border-top: #ECE7E4 solid 1px;position: relative;color: #333333;
    max-height: 174px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.noticepart .focus .news-box:hover h4 {color: #6a4736;}
.noticepart .focus .news-box .more {font-size: 14px;color: #A1877A;background: transparent;display: inline-block;position: absolute;bottom: 42px;width: 100%;}
.noticepart .focus .news-box .more:hover {color: #8a211a;}
.noticepart .focus .news-box .more i {background: url(icon-05.png) no-repeat;width: 18px;height: 6px;margin-left: 10px;display: inline-block;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list-box {position: absolute;right: 0px;top: 0px;width: calc(49% - 15px);z-index: 3;border-top: #564F4F solid 1px;border-left: #564F4F solid 1px;}
.list-box .box-s {position: relative;padding: 33px 28.32% 36px 176px;z-index: 0;overflow: hidden;border-bottom: #564F4F solid 1px;}
.list-box .box-s:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #D5B173;
	background: -webkit-linear-gradient(left, #D5B173 0%, transparent 80%);
    background: -o-linear-gradient(left, #D5B173 0%, transparent 80%);
    background: -moz-linear-gradient(left, #D5B173 0%, transparent 80%);
	background: linear-gradient(to right, #D5B173 0%, transparent 80%);
	opacity: .3;
}
.list-box .box-s:hover:before {
    left: 0;
}
.list-box .box-s h4 {font-size: 18px;color: #ffffff;line-height: 1.7;min-height: 52px;position: relative;z-index: 3;overflow: hidden;display: block;
max-height: 61px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-box .box-s .date {position: absolute;top:34px;left: 45px; font-size: 34px;color: #ffffff; line-height: 1.1;float: left;width: 108px;text-align: center;border-right: #7E7165 solid 1px;z-index: 3;padding-right: 20px;}
.list-box .box-s .date span {display: block;font-size: 16px;}
@media (max-width: 1680px) {
	.list-box .box-s {padding-right: 15.32%;}
}
@media (max-width: 1536px) {
	.list-box .box-s {padding-right: 10.32%;}
}
@media (max-width: 1440px) {
	.list-box .box-s {padding-right: 12.32%;}
	.noticepart .focus .news-box {padding: 50px 60px 20px;}
}
@media (max-width: 1280px) {
	.noticepart .focus .news-box {padding: 50px 50px 20px;}
}
@media (max-width: 1199px) {
	.noticepart .focus .news-box {padding: 40px 30px 20px;}
	.noticepart .focus .img-box {width: 210px;}
	.list-box .box-s .date {top: 40px;left: 25px;font-size: 31px;}
	.list-box .box-s {padding-left: 154px;}
}
@media (max-width: 991px) {
	.noticepart .focus, .noticepart .focus .img-box {height: 325px;}
	.noticepart .focus .img-box {width: 260px;}
	.list-box {position: relative;left: 25px;margin-top: 30px;width: 100%;}
	.noticepart .focus .news-box h4 { max-height: 113px;-webkit-line-clamp: 3;}
	.list-box .box-s {padding-right: 7.32%;}
}
@media (max-width: 767px) {
	.noticepart .focus {height: auto;}
	.noticepart .focus .img-box {height: 200px;width: 100%;}
	.noticepart .focus .news-box {width: 100%;float: left;padding: 34px 30px;}
	.noticepart .focus .news-box .more {position: relative;margin-top: 16px;bottom: inherit;}
	.noticepart .focus .news-box h4 {max-height: inherit;-webkit-line-clamp: inherit;}
	.list-box .box-s {padding: 25px 23px;}
	.list-box .box-s .date {position: relative;top:inherit;right: inherit;width: 100%;height: auto;text-align: left;border: 0;margin-bottom: 16px;left: 0;}
	.list-box .box-s .date span {display: inline-block;margin-left: 15px;}
	.list-box .box-s h4 {width: 100%;float: left;padding-right: 20px;max-height: inherit;-webkit-line-clamp: inherit;line-height: 1.5;}
	.list-box {left: 20px;}
}

/************************/
/*     News and Information     */
/************************/
.slider-1 {}
.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;padding: 12px;
}
.slider-1 .card {
	position: relative;
	border: none;
	background-color: #f5f5f5;
	-ms-box-shadow: 0px 0px 12px 0px rgba(202, 202, 202, 0.4);
  -o-box-shadow: 0px 0px 12px 0px rgba(202, 202, 202, 0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(202, 202, 202, 0.4);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(202, 202, 202, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(202, 202, 202, 0.4);
}
.slider-1 .card:hover {background-color: #ffffff;}
.slider-1 .card-image {width: 100%;height: 293px;overflow: hidden;}
.slider-1 .card-image img {width: 100%;height: 100%;object-fit: cover;
-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-1 .card-body {
	padding: 23px 30px;overflow: hidden;border-top: #f5f5f5 solid 1px;
}
.slider-1 .testimonial-text {font-size: 15px;color: #b1040e;}
.slider-1 .testimonial-author {margin-bottom: 15px;font-size: 20px;color: #333;height: 128px;line-height: 1.6;font-weight: 700;
-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slider-1 a:hover .testimonial-author {text-decoration: underline;}
.slider-1 a:hover .card-image img {
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.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: 50px; height: 50px; transform: translateZ(0);outline: none;border-radius: 100%;border: #b1040e solid 1px;background: #fff; }
.slider-1 .swiper-button-next.swiper-button-disabled, .slider-1 .swiper-button-prev.swiper-button-disabled { background-color: #D0C3BC;opacity: 1; }
.slider-1 .swiper-button-next.swiper-button-disabled:after, .slider-1 .swiper-button-prev.swiper-button-disabled:after {color: #ffffff;}
.slider-1 .swiper-button-next:after { display: block;background: url(arrow-r.png) no-repeat center;color: transparent;height: 50px;}
.slider-1 .swiper-button-prev:after { display: block;background: url(arrow-l.png) no-repeat center;color: transparent;height: 50px;}
.slider-1 .swiper-button-next { right: -4.83958%;}
.slider-1 .swiper-button-prev { left: -4.83958%;}
.slider-1 .swiper-button-next:hover, .slider-1 .swiper-button-prev:hover { background: #b1040e; }
.slider-1 .swiper-button-next:hover:after {background-image: url("arrow-r-h.png");}
.slider-1 .swiper-button-prev:hover:after {background-image: url("arrow-l-h.png");}
.slider-1 .pglanmu1_l:after {width: 152px;}
@media (max-width: 1536px) {
	.slider-1 .card-image {height: 280px;}
	.slider-1 .swiper-button-next { right: -3.83958%;}
	.slider-1 .swiper-button-prev { left: -3.83958%;}
}
@media (max-width: 1440px) {
	.slider-1 .card-image {height: 252px;}
}
@media (max-width: 1366px) {
	.slider-1 .swiper-button-next { right: -4%;}
	.slider-1 .swiper-button-prev { left: -4%;}
}
@media (max-width: 1280px) {
	.slider-1 .card-image {height: 237px;}
}
@media (max-width: 1199px) {
	.slider-1 .card-image {height: 194px;}
	.slider-1 .swiper-button-next, .slider-1 .swiper-button-prev {top: 45%;}
	.slider-1 .swiper-button-next { right: -1%;}
	.slider-1 .swiper-button-prev { left: -1%;}
}
@media (max-width: 991px) {
	.slider-1 .card-image {height: 229px;}
	.slider-1 .swiper-button-next { right: -2%;}
	.slider-1 .swiper-button-prev { left: -2%;}
}
@media (max-width: 767px) {
	.slider-1 .card-image {height: 56.744vw;}
	.slider-1 .pglanmu1_l {font-size: 17px;}
	.slider-1 .swiper-button-next { right: -3%;}
	.slider-1 .swiper-button-prev { left: -3%;}
	.slider-1 .testimonial-author {height: auto;-webkit-line-clamp: inherit;font-size: 18px;line-height: 1.3;}
}

/************************/
/*  Text List   */
/************************/
.textlist {position: relative;}
.textlist li {margin-bottom: 40px;}
.textlist .text-box {
	padding: 60px 80px;border-left: #b1040e solid 4px;background-repeat: no-repeat;background-position: right bottom;background-color: #ffffff;
	-ms-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.textlist .text-box .date {font-size: 46px;font-weight: 700;color: #b1040e;line-height: 1;float: left;margin-right: 80px;}
.textlist .text-box .date span {font-size: 20px;display: block;margin-top: 8px;}
.textlist .text-box .text {overflow: hidden;}
.textlist .text-box .text h3 {font-size: 20px;color: #333333;line-height: 1.4;margin-bottom: 18px;font-weight: 700;}
.textlist .text-box .text h4 {font-size: 14px;color: #999999;line-height: 1.8;
	max-height: 76px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.textlist a:hover .text-box {
	background-image: url(page-bg02.jpg);
	-ms-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);
}
.textlist a:hover .text-box .text h3 {text-decoration: underline;color: #b1040e;}
@media (max-width: 1199px){
	.textlist .text-box {padding: 45px 60px;}
	.textlist .text-box .date {margin-right: 60px;}
}
@media (max-width: 991px){
	.textlist .text-box {padding: 35px 47px;}
	.textlist .text-box .date {margin-right: 47px;}
}
@media (max-width: 767px){
	.textlist li {margin-bottom: 30px;}
	.textlist .text-box {padding: 20px;background-size: 124%;}
	.textlist .text-box .date {margin-right: 0;font-size: 38px;margin-bottom: 12px;}
	.textlist .text-box .date span {display: inline-block;margin-left: 10px;}
	.textlist .text-box .text {float: left;}
}

.calendar-textlist {position: relative;}
.calendar-textlist > ul > li {margin-bottom: 38px;padding-bottom: 38px;border-bottom: #dfdfdf solid 1px;overflow: hidden;}
.calendar-textlist .text-box {overflow: hidden;}
.calendar-textlist .text-box .date {font-size: 16px;color: #ffffff;line-height: 1;float: left;margin-right: 30px;width: 80px;height: 80px;background: #b1040e;text-align: center;border-radius: 5px;padding-top: 11px;}
.calendar-textlist .text-box .date span {font-size: 40px;display: block;margin-top: 4px;font-weight: 700;}
.calendar-textlist .text-box .text {overflow: hidden;}
.calendar-textlist .text-box .text h3 {font-size: 20px;color: #333333;line-height: 1.3;margin-bottom: 12px;font-weight: 700;}
.calendar-textlist .text-box .text > ul > li {padding-left: 26px;position: relative;font-size: 15px;color: #999999;margin-top: 5px;text-overflow: ellipsis;white-space: nowrap;display: block;overflow: hidden;}
.calendar-textlist .text-box .text > ul > li:before {position: absolute;content: '';width: 16px;height: 16px;background-position: center;background-repeat: no-repeat;background-size: 100%;left: 0;top: 4px;}
.calendar-textlist .text-box .text > ul > li:nth-child(1):before {background-image: url(icon-01.png);}
.calendar-textlist .text-box .text > ul > li:nth-child(2):before {background-image: url(icon-02.png);}
.calendar-textlist .text-box .text > ul > li:nth-child(3):before {background-image: url(icon-03.png);}
.calendar-textlist .text-box .text > ul > li:nth-child(4):before {background-image: url(icon-04.png);}
.calendar-textlist a:hover .text-box .text h3 {text-decoration: underline;color: #b1040e;}
@media (max-width: 767px){
	.calendar-textlist > ul > li {margin-bottom: 22px;padding-bottom: 22px;}
	.calendar-textlist .text-box .date {width: 60px;height: 60px;font-size: 15px;padding-top: 6px;margin-right: 15px;}
	.calendar-textlist .text-box .date span {font-size: 30px;}
}
/*----------------------------------  内页分割  ----------------------------------*/
@-webkit-keyframes bgpulse{from,to{transform:scale3d(1,1,1) rotate(0.1deg);-ms-transform:scale3d(1,1,1) rotate(0.1deg);-moz-transform:scale3d(1,1,1) rotate(0.1deg);-webkit-transform:scale3d(1,1,1) rotate(0.1deg);-0-transform:scale3d(1,1,1) rotate(0.1deg);}50%{transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-ms-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-moz-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-webkit-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-o-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);}}
@keyframes bgpulse{from,to{transform:scale3d(1,1,1) rotate(0.1deg);-ms-transform:scale3d(1,1,1) rotate(0.1deg);-moz-transform:scale3d(1,1,1) rotate(0.1deg);-webkit-transform:scale3d(1,1,1) rotate(0.1deg);-0-transform:scale3d(1,1,1) rotate(0.1deg);}50%{transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-ms-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-moz-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-webkit-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-o-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);}}
.bgpulse{-webkit-animation-name:bgpulse;animation-name:bgpulse}

.pageheader {
	position: relative;
    z-index: 0;
    background: #574749;
    overflow: hidden;
	margin-top: 130px;
	height: 16.667vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageheader .bg { background-repeat: no-repeat;background-size: cover;height:100%; width:100%; position:absolute; animation:bgpulse 18s infinite linear; -webkit-animation:bgpulse 18s infinite linear; -moz-animation:bgpulse 18s infinite linear; -o-animation:bgpulse 18s infinite linear; -ms-animation:bgpulse 18s infinite linear;background-position: right center;}
.pageheader .zst {
    float: left;
    position: absolute;
    padding: 0 18px;
    height: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #fff;
    bottom: -2px;
    right: 0;
    width: 89%;
    z-index: 100;
}
.pageheader .container {height: 100%;}
.pageheader .container .columnname { position: absolute;z-index: 2;top: 5.2vw;}
.pageheader .container .columnname h2 {font-size: 50px;color: #ffffff;margin: 0 0 22px;line-height: 1;text-transform: uppercase;font-weight: 700;text-shadow: 0px 0px 3px #000000;}

.column { border-bottom: #E1E2F0 solid 1px;}
.column_l {width:auto;font-size:24px;font-weight:700;color:#1A4CB1;float:left;display:inline-block;padding: 8px 0 18px;line-height: 130%;position: relative;}
.column_r {float: right;}

.column1 { background: #193d7b; overflow:hidden;}
.column1_l { width:auto; font-size:26px; font-weight:500; color:#fff; float:left; display:inline-block; overflow:hidden;padding: 9px 15px;line-height: 130%;}
@media (max-width: 1920px) {
	.pageheader {height: 320px;}
	.pageheader .container .columnname {top: 90px;}
}
@media (max-width: 1620px) {
  .pageheader {margin-top: 121px;}
}
@media (max-width: 1680px){
	.pageheader .zst {width: 95%;}
}
@media (max-width: 1366px){
	.pageheader {margin-top: 113px;}
}
@media (max-width: 1199px){
	.pageheader {margin-top: 87px;height: 260px;}
	.pageheader .container .columnname {top: 62px;}
	.pageheader .container .columnname h2 {font-size: 45px;margin: 0 0 14px;}
	.column[data-v-lang] .column_r {width: 100%;display: block;}
}
@media (max-width: 991px){
	.pageheader {height: 248px;}
	.pageheader .mask {background-size: 130% 100%;}
  .column_r {width: 100%;display: block;}
  .breadcrumb {padding: 0 0 10px 0;}
}
@media (max-width: 767px){
	.pageheader {margin-top: 99px;height: 204px;}
	.pageheader .bg {background-position: 75% center;}
	.pageheader .zst {
		border-left: 20px solid transparent;
    	border-bottom: 30px solid #fff;
	}
	.pageheader .container .columnname {bottom: 8px;width: 100%;}
	.pageheader .container .columnname h2 {font-size: 24px;margin-bottom: 10px;}
  	.column_l{padding: 8px 0 15px;}
}

.pgnav {}
.pgnav .menu-cont {position: relative;}
.pgnav .menu-cont .box-a {
  display: inline-block;
}
.pgnav .menu-cont .box-a:last-child {
  border-bottom: none;
}


.pgnav .menu-cont .a-title {
  display: block;
  margin-right: 60px;
  color: #ffffff;
  line-height: 1.1;
  position: relative;
  font-size: 20px;
  padding-bottom: 21px;
}
.pgnav .menu-cont .a-title:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 11px;
  left: 20px;
  bottom: 0px;
  background: url(lm-pg.png) no-repeat center center;
  background-size: 100% 100% !important;
  opacity: 0;
}
.pgnav .menu-cont .box-a:hover .a-title, .pgnav .menu-cont .box-a.active .a-title {color: #D5B173;}
.pgnav .menu-cont .a-title:hover:after, .pgnav .menu-cont .box-a.active .a-title:after {opacity: 1;}
@media (max-width: 1199px) {
	.pgnav .menu-cont .a-title {font-size: 18px;margin-right: 50px;}
}
@media (max-width: 767px) {
	.pgnav .menu-cont .a-title:after {display: none;}
	.pgnav .menu-cont .a-title {font-size: 16px;margin-right: 22px;padding-bottom: 15px;}
	.pgnav[data-v-s] .menu-cont .box-a {width: 48%;}
	.pgnav[data-v-s] .menu-cont .a-title {font-size: 16px;margin-right: 0;padding-bottom: 15px;}
}
/* Breadcrumb
---------------------------------- */
.location {background: #F6F6F6;}
.bread-item {
  background: transparent;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  position: relative;
  padding-left: 28px;
}
.bread-item:before {position: absolute;content: '';width: 18px;height: 14px;left: 0;top: 3px;background: url(icon-07.png) no-repeat center;background-size: 100%;}
.bread-item > li { color:#ffffff;line-height: 1.2;}
.bread-item > li > a { color:#ffffff;text-shadow: 0px 0px 3px #000000;}
.bread-item > li > a:hover { color: #ff4141;}
.bread-item > li > a:last-child { color:#ffffff;}
.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 8px;
  color: #ffffff;
}

@media (max-width: 767px) {
	.bread-item {float: none;}
}

/*检索*/
.attr-nav{
    float: right;
    display: inline-block;
    margin-left: 16px;
}
.attr-nav .searchbox {
  position: relative;
  background-color: #ffffff;
  width: 160px;
  padding: 4px 0;
  border-radius: 30px;
  border: #959595 solid 1px;
}
.attr-nav .searchbox input[type="text"] {
  margin: 0 16px 0;
  outline: none;
  color: #666666;
  background: none;
  border: none;
  width: 66.33333%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  float: left;
}
.attr-nav .searchbox input[type="text"]::-webkit-input-placeholder {
  color: #666666;
  font-family: Arial;
}
.attr-nav .searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.attr-nav .searchbox input::first-line{
  color: #666666;
}
.attr-nav .searchbox input[type="submit"] {
  background: url(search-page.png) no-repeat center;
  background-size: 100%;
  border: none;
  cursor: pointer;
  width: 15px;height: 16px;
  outline: none;
  position: absolute;
  top: 6px;
  right: 12px;
}
.home .attr-nav .searchbox {background: #010709;}
.home .attr-nav .searchbox input[type="submit"] {background-image: url(search.png);}
.home .attr-nav .searchbox input[type="text"]::-webkit-input-placeholder, .home .attr-nav .searchbox input::first-line {color: #b8b9b9;}
.home .attr-nav .searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #010709 inset;
}

.home .scroll .attr-nav .searchbox {background: #ffffff;}
.home .scroll .attr-nav .searchbox input[type="submit"] {background-image: url(search-page.png);}
.home .scroll .attr-nav .searchbox input[type="text"]::-webkit-input-placeholder, .home .scroll .attr-nav .searchbox input::first-line {color: #666666;}
.home .scroll .attr-nav .searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
@media (max-width: 767px){
	.attr-nav .searchbox {padding: 2px 0;}
	.attr-nav .searchbox input[type="submit"] {top: 4px;}
	.home .attr-nav .searchbox {background: #ffffff;}
	.home .attr-nav .searchbox input[type="submit"] {background-image: url(search-page.png);}
	.home .attr-nav .searchbox input[type="text"]::-webkit-input-placeholder, .home .attr-nav .searchbox input::first-line {color: #666666;}
	.home .attr-nav .searchbox input:-webkit-autofill {
	  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	}
}

.overview {}
.overview .img-box {float: right;margin-left: 80px;}
.overview .txt-box {padding: 20px 2px 2px;overflow: hidden;}
.overview .txt-box .info {display: block;float: left;width: 100%;margin-top: 30px;background: url(bg07.jpg) no-repeat top left;border: #a1877a dashed 1px;padding: 36px 60px;position: relative;}
.overview .txt-box .info .horn {position: absolute;width: 21px;height: 22px;content: '';background-position: center;background-repeat: no-repeat;}
.overview .txt-box .info .zs {left: -1px;top:-2px;background-image: url(trim01.png);}
.overview .txt-box .info .zx {left: -1px;bottom:-1px;background-image: url(trim02.png);}
.overview .txt-box .info .ys {right: -1px;top:-2px;background-image: url(trim03.png);}
.overview .txt-box .info .yx {right: -1px;bottom:-1px;background-image: url(trim04.png);}
.overview .txt-box .info .detail {overflow: hidden;}
.overview .txt-box .info .detail .detail-img {margin-right: 40px;float: left;margin-left: 0;}
.overview .txt-box .info .detail .detail-txt {font-size: 18px;padding: 6px 0;}
.overview .txt-box .info .detail .detail-txt p {margin-bottom: 11px;}
.overview .txt-box .info .detail .detail-txt p:last-child {margin-bottom: 0;}
@media (max-width: 1280px){
	.overview .img-box {margin-left: 50px;}
}
@media (max-width: 1199px){
	.overview .img-box {width: 360px;margin-left: 40px;}
}
@media (max-width: 991px){
	.overview .img-box {width: 100%;margin-left: 0;}
	.overview .img-box img {width: 391px;margin: 0 auto;display: block;}
}
@media (max-width: 767px){
	.overview .img-box img {width: 100%;}
	.overview .txt-box .info { padding: 26px 20px;}
	.overview .txt-box .info .detail .detail-txt {font-size: 16px;}
	.overview .txt-box .info .detail .detail-img {margin-right: 18px;}
	.overview .txt-box .info .detail .detail-txt p {margin-bottom: 7px;}
}

.baywin {width: 260px;position: fixed;top: 66%;right: -260px;transform: translateY(-50%);z-index: 999;transition: right 0.9s ease;}
.baywin .top {position: relative;}
.baywin .top .colse {position: absolute;width: 17px;height: 17px;top: 6px;right: -11px;background-position: center;background-repeat: no-repeat;background-color: #962227;border-radius: 100%;}
.baywin .top .colse:hover {background-color: #510d10;}
.baywin .txt {background: url(bg03.jpg);padding: 18px 30px;color: #ffffff;font-size: 16px;line-height: 1.7;}
.baywin .txt a {color: #ffffff;}
.baywin .txt a:hover {color: #fff0d5;}
.baywin .bottom {position: relative;height: 12px;background: url(pc-02.png) no-repeat;}



.year {position: relative;overflow: hidden;background: url(bg13.jpg) no-repeat center #E6E1DD;padding: 30px;}
.year .round {position: absolute;width: 30px;height: 30px;content: '';background: #ffffff;border-radius: 100%;}
.year .zs {left: -15px;top:-15px;}
.year .zx {left: -15px;bottom:-15px;}
.year .ys {right: -15px;top:-15px;}
.year .yx {right: -15px;bottom:-15px;}
.year[data-v-ts] {margin-bottom: 40px;}
.pgr-nav {overflow: hidden;}
.pgr-nav li {float: left;font-weight: 500;position: relative;background: #ffffff;width: auto;height: auto;text-align: center;margin-right: 18px;border-radius: 80px;}
.pgr-nav li:last-child {margin-right: 0;}
.pgr-nav li span {display: block;overflow: hidden;font-size: 16px;padding: 0 11px;line-height: 40px;width: 109px;}
.pgr-nav li:hover, .pgr-nav li.active {background: #A1877A;}
.pgr-nav li:hover a, .pgr-nav li:active a, .pgr-nav li.active a {color: #fff;}

.rnavbox {overflow: hidden;}
.rnavbox li {float: left;margin-right: 18px;position: relative;background: #ffffff;width: auto;height: auto;text-align: center;border-radius: 80px;}
.rnavbox li:last-child {margin-right: 0;}
.rnavbox li a {display: block;padding: 0 11px;font-size: 16px;line-height: 40px;width: 109px;}
.rnavbox li:hover, .rnavbox li.active {background: #A1877A;}
.rnavbox li:hover a, .rnavbox li:active a, .rnavbox li.active a {color: #fff;}
@media (max-width: 767px){
	.year {padding: 20px;}
	.pgr-nav li, .rnavbox li {margin-right: 9px;}
	.pgr-nav li span, .rnavbox li a {font-size: 15px;line-height: 30px;width: 80px;}
}
@media (max-width: 414px){
	.pgr-nav li span, .rnavbox li a {width: 76px;}
}
@media (max-width: 390px){
	.pgr-nav li span, .rnavbox li a {width: 70px;}
}
@media (max-width: 375px){
	.pgr-nav li span, .rnavbox li a {width: 67px;}
}
@media (max-width: 360px){
	.pgr-nav li span, .rnavbox li a {width: 63px;}
}

#certify {
	position: relative;
	width: 100%;
	margin: 75px auto 0;
}

#certify .swiper-container {
	padding: 10px 0;
}

#certify .swiper-slide {
	width: 869px;
	height: auto;
}
#certify .swiper-slide .img-box {width: 100%;height: 614px;overflow: hidden;background: #ffffff;}
#certify .swiper-slide.swiper-slide-active .img-box {
	-ms-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
}
#certify .swiper-slide .img-box img {
	display:block;opacity: .5;width: 100%;height: 100%;
}
#certify .swiper-slide p {
	line-height: 1.5;
	padding-top: 30px;
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin: 0;
	display: none;
}
#certify .swiper-slide p a {color: #333333;font-weight: 700;}
#certify .swiper-slide p a:hover {color: #A1877A;}
#certify .swiper-slide.swiper-slide-active img {opacity: 1;}
#certify .swiper-slide.swiper-slide-active p {display: block;}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-next, #certify .swiper-button-prev { display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 5; visibility: visible; transition: all .5s; width: 60px; height: 60px; transform: translateZ(0); background-color: #D0C3BC; outline: none;border-radius: 100%; }
#certify .swiper-button-next:hover, #certify .swiper-button-prev:hover { background: #A1877A; }
#certify .swiper-button-next.swiper-button-disabled, #certify .swiper-button-prev.swiper-button-disabled { background-color: #D0C3BC;opacity: 1; }
#certify .swiper-button-next.swiper-button-disabled:after, #certify .swiper-button-prev.swiper-button-disabled:after {color: #ffffff;}
#certify .swiper-button-next:after { display: block; position: absolute;width: 60px;height: 60px;color: transparent;background: url(arrow-r1.png) no-repeat center;}
#certify .swiper-button-prev:after { display: block; position: absolute;width: 60px;height: 60px;color: transparent;background: url(arrow-l1.png) no-repeat center; }
#certify .swiper-button-next { right: -5.83958%;}
#certify .swiper-button-prev { left: -5.83958%;}
#certify .swiper-button-next, #certify .swiper-button-prev {top: 44%;}
@media (max-width: 1536px) {
	#certify .swiper-button-prev {left: -32px;}
	#certify .swiper-button-next {right: -32px;}
}
@media (max-width: 1440px) {
	#certify .swiper-slide {width: 830px;}
	#certify .swiper-slide .img-box {height: 586px;}
}
@media (max-width: 1280px) {
	#certify .swiper-slide {width: 810px;}
	#certify .swiper-slide .img-box {height: 572px;}
}
@media (max-width: 1199px) {
	#certify .swiper-slide {width: 745px;}
	#certify .swiper-slide .img-box {height: 526px;}
	#certify .swiper-button-prev {left: -12px;}
	#certify .swiper-button-next {right: -12px;}
}
@media (max-width: 991px) {
	#certify {margin-top: 56px;}
	#certify .swiper-slide {width: 675px;}
	#certify .swiper-slide .img-box {height: 477px;}
	#certify .swiper-button-prev {left: 8px;}
	#certify .swiper-button-next {right: 8px;}
}
@media (max-width: 767px) {
	#certify {margin-top: 36px;}
	#certify .swiper-container {padding: 10px;}
	#certify .swiper-slide {width: 100%;}
	#certify .swiper-slide .img-box {height: 59.744vw;}
	#certify .swiper-slide .img-box img {opacity: 0;}
	#certify .swiper-slide.swiper-slide-active img {opacity: 1;}
	#certify .swiper-button-prev {left: -10px;}
	#certify .swiper-button-next {right: -10px;}
	#certify .swiper-button-next, #certify .swiper-button-prev {top: 36%;}
	#certify .swiper-button-next:after, #certify .swiper-button-prev:after, #certify .swiper-button-next, #certify .swiper-button-prev {width: 50px; height: 50px;}
	#certify .swiper-button-next:after, #certify .swiper-button-prev:after {background-size: 36%;}
	#certify .swiper-slide p {padding-top: 20px;}
	#certify .swiper-container {padding-bottom: 18px;}
}


.showbg {background: url(bg14.jpg) no-repeat top center #AA9083;background-size: cover;}
.showinfo {padding: 80px 70px 30px 100px;overflow: hidden;}
.showinfo .more {margin-bottom: 60px;}
.showinfo .more .btn-more3 {color: #ffffff;border-color: #d3c0b7;}
.showinfo .more .btn-more3 i {font-size: 18px;}
.showinfo .more .btn-more3:focus, .showinfo .more .btn-more3:active, .showinfo .more .btn-more3:hover {border-color: #A1877A;}
.showinfo .s-tit {position: relative;padding-left: 26px;font-size: 36px;line-height: 1.3;color: #ffffff;margin-bottom: 35px;}
.showinfo .s-tit:after {position: absolute;content: ''; left: 0;top: 7px;width: 6px;height: 34px;background: #ffffff;}
.showinfo .s-txt {font-size: 18px;line-height: 1.8;color: #ffffff;}
.showimg {padding: 80px 100px 80px 40px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}
@media (max-width: 1440px) {
	.showinfo {padding: 60px 60px 30px 80px;}
	.showimg {padding: 60px 80px 60px 40px;}
}
@media (max-width: 1280px) {
	.showinfo {padding: 60px 60px 30px 80px;}
	.showimg {padding: 50px 80px 50px 40px;}
	.showinfo .more {margin-bottom: 50px;}
}
@media (max-width: 1199px) {
	.showbg {background-size: auto;}
	.showinfo {padding: 50px;}
	.showinfo .s-tit {margin-bottom: 20px;}
	.showinfo .more {margin-bottom: 36px;}
	.showimg {position: relative;top: inherit;left: inherit;transform: none;padding: 60px 40px;}
}
@media (max-width: 767px) {
	.showinfo {padding: 30px 22px 35px;}
	.showinfo .s-tit {font-size: 29px;padding-left: 20px;}
	.showinfo .s-tit:after {width: 5px;height: 25px;}
	.showinfo .more {margin-bottom: 26px;}
	.showimg {padding: 40px 22px;}
	.showinfo .s-txt {font-size: 17px;line-height: 1.7;}
}


.secondpart .activity-calendar .calendar-main {
  height: 540px;
}
.secondpart .activity-list > li {
  margin-bottom: 38px;border-bottom: #e8e8e8 solid 1px;padding-bottom: 38px;
}
.secondpart .activity-list > li:last-child, .secondpart .activity-list > li:nth-child(3) {
  margin-bottom: 0;padding-bottom: 0;border: 0;
}
.secondpart .activity-list > li:nth-child(n+4) {display: none;}
.secondpart .activity-list .box-s {
  position: relative;
}
.secondpart .activity-list .box-s .box-date {
  width: 80px;
  color: #b1040e;
  float: left;
}
.secondpart .activity-list .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px;
	font-size: 46px;
}
.secondpart .activity-list .box-s .box-date .date-02 {
  line-height: 1.1;font-size: 16px;margin-bottom: 14px;
}
.secondpart .activity-list .box-s .box-info {
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  border-left: #b1040e solid 1px;
}
.secondpart .activity-list .box-s .box-info .info-title {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 62px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}
.secondpart .activity-list li:hover .box-s .box-info .info-title {color: #b1040e;}
.secondpart .activity-list .box-s .box-info .info-txt {
  color: #000000;
  overflow: hidden;
  display: block;
}
.secondpart .activity-list .box-s .box-info .info-txt > ul > li {padding-left: 26px;position: relative;font-size: 15px;color: #999999;margin-top: 5px;text-overflow: ellipsis;white-space: nowrap;display: block;overflow: hidden;}
.secondpart .activity-list .box-s .box-info .info-txt > ul > li:before {position: absolute;content: '';width: 16px;height: 16px;background-position: center;background-repeat: no-repeat;background-size: 100%;left: 0;top: 4px;}
.secondpart .activity-list .box-s .box-info .info-txt > ul > li:nth-child(1):before {background-image: url(icon-01.png);}
.secondpart .activity-list .box-s .box-info .info-txt > ul > li:nth-child(2):before {background-image: url(icon-02.png);}
.secondpart .activity-list .box-s .box-info .info-txt > ul > li:nth-child(3):before {background-image: url(icon-03.png);}
.secondpart .activity-list .box-s .box-info .info-txt > ul > li:nth-child(4):before {background-image: url(icon-04.png);}
@media (min-width: 1440px) {
  .secondpart .row-w {
    margin-left: -32px;
    margin-right: -32px;
  }
  .secondpart .row-w .col-w {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .secondpart .row-w {
    margin-left: -20px;
    margin-right: -20px;
  }
  .secondpart .row-w .col-w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .secondpart .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }
  .secondpart .row-w .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
	.secondpart .activity-calendar .calendar-main {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.secondpart .activity-calendar .calendar-main {
    height: auto;
    margin-bottom: 30px;
  }
  .secondpart .activity-list > li {
    margin-bottom: 20px;
  }
  .secondpart .activity-list .box-s .box-date {
    width: 62px;
  }
	.secondpart .activity-list .box-s .box-date .date-01 {font-size: 39px;}
	.secondpart .activity-list .box-s .box-info .info-title {font-size: 18px;line-height: 1.3;height: auto;-webkit-line-clamp: inherit;}
	.secondpart .activity-list .box-s .box-info {padding-left: 20px;}
	.secondpart .activity-list .box-s .box-info .info-txt > ul > li {white-space: inherit;}
}
#calendar {
  box-shadow: 0px 2px 20px 0px rgba(202, 202, 202, 0.5);
  position: relative;
  overflow: hidden;
}
#calendar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10%;
  background: #40A3C7;
}
#calendar .fc-toolbar, #calendar .fc-view-container {
  position: relative;
  z-index: 2;
}
#calendar .fc-header-toolbar {
  margin-bottom: 0;
  height: 68px;
  border-bottom: none;
	position: relative;
	background: #fff;
}
#calendar .fc-header-toolbar:before {position: absolute;content: '';height: 1px;left: 156px;right: 104px;background: #ccc;top: 50%;}
#calendar .fc-header-toolbar h2 {
  color: #333;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  width: 160px;
  line-height: 68px;
}
#calendar .fc-header-toolbar .fc-button {
  border-radius: 4px;
  border: #e4e5e7 solid 1px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  position: absolute;
}
#calendar .fc-header-toolbar .fc-button span {
  display: none;
}
#calendar .fc-header-toolbar .fc-prev-button {
  right: 59px;
}
#calendar .fc-header-toolbar .fc-prev-button:before {position: absolute;content: "\f106";font: normal normal normal 18px / 1 FontAwesome;color: #444;top: 4px;left: 7px;}
#calendar .fc-header-toolbar .fc-next-button {
  right: 24px;
}
#calendar .fc-header-toolbar .fc-next-button:before {position: absolute;content: "\f107";font: normal normal normal 18px / 1 FontAwesome;color: #444;top: 4px;left: 7px;}
#calendar .fc-header-toolbar .fc-prev-button:hover:before, #calendar .fc-header-toolbar .fc-next-button:hover:before {color: #fff;}
#calendar .fc-view-container {
  background-color: #fff;
  overflow: hidden;
}
#calendar .fc-row .fc-content-skeleton {
  padding-top: 12px;
}
#calendar.fc td, #calendar.fc th {
  border: none;
  text-align: center;
}
#calendar.fc td.fc-today {
  background: transparent !important;
}
#calendar.fc td.fc-today.active .fc-day-number {
  background-color: #b1040e;
  color: #fff;
}
#calendar.fc td.fc-today.active .fc-day-number::after {
  display: block;
  background: #fff;
}
#calendar.fc td.fc-today .fc-day-number {
  background-color: #b1040e;
  color: #fff;
}
#calendar.fc .fc-past.active .fc-day-number, #calendar.fc .fc-future.active .fc-day-number {
  background-color: #f3f3f3;color: #b1040e;
}
#calendar.fc .fc-past.active .fc-day-number::after, #calendar.fc .fc-future.active .fc-day-number::after {
  display: block;
}
#calendar.fc .fc-day-number {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  position: relative;
  color: #101010;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
}
#calendar.fc .fc-day-number::after {
  content: "";
  position: absolute;
  background: #9D1E23;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  bottom: calc(100vw * 3 / 1920);
}
#calendar .fc-head-container .fc-row {
  background: #ffffff;
  border-radius: 5px;
}
#calendar .fc-head .fc-day-header {
  color: #999999;
  font-weight: normal;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
	font-weight: 700;
}
@media (max-width: 1439px) {
  #calendar.fc .fc-day-number::after {
    width: 0.4615384615rem;
    height: 0.4615384615rem;
    bottom: 0.2307692308rem;
  }
}
@media (max-width: 1199px) {
  #calendar.fc .fc-day-number::after {
    width: 0.4rem;
    height: 0.4rem;
    bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  #calendar.fc .fc-day-number::after {
    width: 0.4615384615rem;
    height: 0.4615384615rem;
    bottom: 0.2307692308rem;
  }
}
@media (max-width: 767px) {
  #calendar.fc .fc-day-number::after {
    width: 0.5454545455rem;
    height: 0.5454545455rem;
    bottom: 0.2727272727rem;
  }
  #calendar .fc-header-toolbar {
    height: 62px;
  }
  #calendar .fc-header-toolbar h2 {
    font-size: 22px;
    line-height: 62px;
  }
  #calendar .fc-header-toolbar .fc-button {
    margin-top: 19px;
  }
  #calendar .fc-row .fc-content-skeleton {
    padding-top: 9px;
  }
  #calendar.fc .fc-day-number {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }
  #calendar .fc-head .fc-day-header {
    font-size: 15px;
    font-weight: bold;
  }
}


.about-box {position: relative;}
.about-box li {margin-bottom: 80px;background: #ffffff;overflow: hidden;}
.about-box li .img-box {width: 498px;height: 498px;float: left;}
.about-box li .img-box img {width: 100%;height: 100%;object-fit: cover;}
.about-box li .txt-box {padding: 30px 70px;display: flex;justify-content: center;align-items: center;height: 498px;color: #333;}
.about-box li .txt-box p {font-size: 20px;line-height: 2;}
.about-box li .txt-box .fix h3 {font-size: 20px;line-height: 1.5;margin-bottom: 30px;}
.about-box li .txt-box .fix em {font-size: 14px;font-style: normal;line-height: 1.8;}
.about-box h4 {font-size: 20px;line-height: 2;}
.about-box li:nth-child(even) .img-box {float: right;}
@media (min-width: 992px) {
	.about-box li .txt-box {overflow: hidden;}
}
@media (max-width: 1199px) {
	.about-box li .img-box {width: 368px;height: 520px;float: left;}
	.about-box li .txt-box {padding: 30px 50px;height: 520px;}
	.about-box li .txt-box p, .about-box h4 {font-size: 19px;line-height: 1.8;}
	.about-box li .txt-box .fix h3 {font-size: 19px;}
}
@media (max-width: 991px) {
	.about-box li {padding: 30px;margin-bottom: 40px;}
	.about-box li .img-box {width: 318px;height: 318px;float: left;margin-right: 30px;}
	.about-box li:nth-child(even) .img-box {margin-left: 30px;}
	.about-box li .txt-box {padding: 0;height: auto;display: block;justify-content: inherit;align-items: inherit;}
}
@media (max-width: 767px) {
	.about-box li {padding: 0;margin-bottom: 30px;}
	.about-box li .img-box {width: 100%;height: auto;margin-right: 0;}
	.about-box li:nth-child(even) .img-box {margin-left: 0;}
	.about-box li .txt-box {padding: 16px;float: left;}
	.about-box li .txt-box p, .about-box h4 {font-size: 18px;line-height: 1.7;}
	.about-box li .txt-box .fix h3 {font-size: 18px;margin-bottom: 22px;}
}

.personnel-list .row {margin-left: -40px;margin-right: -40px;}
.personnel-list .row > [class^='col'] {padding-left: 40px;padding-right: 40px;}
.personnel-list li {margin-bottom: 60px;}
.personnel-list .box-s {background-color: #ffffff;background-position: bottom right;background-repeat: no-repeat;
  -ms-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.12);
  -o-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.12);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.12);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.12);
  box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.12);
}
.personnel-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.personnel-list .box-s:hover .box-info h3 {
  color: #2260A8;
}
.personnel-list .box-s .box-img {
  float: left;
  width: 218px;
  height: 258px;
  overflow: hidden;
}
.personnel-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.personnel-list .box-s .box-info {
  overflow: hidden;
  padding: 50px 60px 20px;
}
.personnel-list .box-s .box-info h3 {
  display: block;
  font-weight: bold;
  font-size: 26px;
  color: #b1040e;
  line-height: 1.1;
  margin-bottom: 12px;
  position: relative;
}
.personnel-list .box-s .box-info .info-subtitle {
  color: #313539;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}
.personnel-list .box-s .box-info .info-txt {
  color: #42464B;margin-top: 9px;line-height: 1.6;font-size: 16px;margin-top: 23px;padding-top: 23px;border-top: #ccc solid 1px;
}
.personnel-list li:nth-child(2n+1) {clear: left;}
.personnel-list li:hover .box-s {background-image: url(page-bg01.jpg);}
.personnel-list li:hover .box-s .box-info h3 {text-decoration: underline;color: #b1040e;}
@media (max-width: 1440px) {
	.personnel-list .box-s .box-info {
	  padding: 50px 50px 20px;
	}
}
@media (max-width: 1366px) {
	.personnel-list .row {margin-left: -30px;margin-right: -30px;}
	.personnel-list .row > [class^='col'] {padding-left: 30px;padding-right: 30px;}
}
@media (max-width: 1199px) {
	.personnel-list .row {margin-left: -20px;margin-right: -20px;}
	.personnel-list .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
	.personnel-list li {margin-bottom: 40px;}
	.personnel-list .box-s {background-size: 73%;}
	.personnel-list .box-s .box-img {width: 196px;height: 232px;}
	.personnel-list .box-s .box-info {padding: 30px 30px 20px;}
	.personnel-list .box-s .box-info .info-txt {margin-top: 16px;padding-top: 16px;}
	.personnel-list .box-s .box-info h3 {font-size: 20px;}
}
@media (max-width: 991px) {
	.personnel-list .row {margin-left: -15px;margin-right: -15px;}
	.personnel-list .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
	.personnel-list li {margin-bottom: 30px;}
	.personnel-list .box-s .box-img {width: 168px;height: 199px;}
	.personnel-list .box-s .box-info {padding: 20px;}
	.personnel-list .box-s .box-info .info-txt {margin-top: 12px;padding-top: 12px;font-size: 14px;line-height: 1.5;}
	.personnel-list .box-s .box-info h3 {font-size: 17px;margin-bottom: 7px;}
}
@media (max-width: 767px) {
	.personnel-list li:nth-child(2n+1) {clear: inherit;}
	.personnel-list .box-s {padding: 30px;height: auto;background-size: 126%;}
	.personnel-list .box-s .box-img {
	  float: none;
	  width: 100%;
	  height: 86.667vw;
	  margin-bottom: 15px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.personnel-list .box-s .box-info {
	  text-align: center;padding: 10px 0 0;
	}
	.personnel-list .box-s .box-info h3 {font-size: 24px;}
}

.submenu {margin-bottom: 80px;}
.submenu li {margin-right: 30px;display: inline-block;float: left;}
.submenu li:last-child {margin-right: 0;}
.submenu li a { font-size: 22px; color: #383838; font-weight: 700; line-height: 60px; width: 300px; display: block; overflow: hidden; text-align: center; border-radius: 20px 0; background: #ffe7e4; }
.submenu li a.active, .submenu li a:hover {color: #ffffff;background: #b1040e;}
@media (max-width: 991px) {
	.submenu li {margin-right: 15px;}
	.submenu li a {font-size: 19px;width: 240px;}
}
@media (max-width: 767px) {
  .submenu {margin-bottom: 30px;}
  .submenu li {margin: 0 5px 10px;width: 100%;}
  .submenu li a {width: 100%;}
}

.group-leader {overflow: hidden;}
.group-leader .img-box {width: 319px;float: left;margin-right: 80px;}
.group-leader .img-box img {margin: 0 auto;display: block;}
.group-leader .txt-box {overflow: hidden;}
.group-leader .txt-box .fix {padding-left: 54px;}
.group-leader .txt-box .fix h3 {font-size: 40px;font-weight: 700;color: #333;line-height: 1.1;margin-bottom: 24px;padding-bottom: 24px;position: relative;padding-top: 16px;}
.group-leader .txt-box .fix h3:before {width: 40px;height: 2px;background: #b1040e;position: absolute;content: '';left: 0;bottom: 0;}
.group-leader .txt-box .fix > p {font-size: 18px;color: #333333;line-height: 1.5;margin-bottom: 10px;}
.group-leader .txt-box .fix > p > span {font-weight: 700;margin-right: 15px;}
.group-leader .txt-box .fix > p > i {font-style: normal;}
.timeline-ry {
  border-left: 1px solid #dfdfdf;margin-left: 13px;
  margin-top: 60px;
}
 .timeline-ry li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 66px;
}
 .timeline-ry li:last-child {
  margin-bottom: 0;
}
 .timeline-ry li::before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 25px;
  height: 25px;
  left: -13px;
  top: 0;
  background: url(icon-06.png) no-repeat center;
}
.timeline-ry h4 {font-size: 19px;line-height: 25px;margin-bottom: 18px;color: #b1040e;font-weight: 700;}
.timeline-ry .detail {font-size: 16px;line-height: 1.6;color: #333333;}
.timeline-ry .detail p {margin-bottom: 15px;}
.timeline-ry .detail p:last-child {margin-bottom: 0;}
@media (max-width: 1199px) {
	.group-leader .img-box {width: 300px;margin-right: 50px;}
}
@media (max-width: 991px) {
	.group-leader .img-box {width: 212px;margin-right: 36px;}
}
@media (max-width: 767px) {
	.group-leader .txt-box .fix {padding-left: 36px;}
	.group-leader .img-box {width: 100%;margin-right: 0;margin-bottom: 12px;}
	.group-leader .txt-box {float: left;}
	.timeline-ry li {padding-left: 26px;margin-bottom: 30px;}
	.group-leader .txt-box .fix h3 {font-size: 27px;}
	.group-leader .txt-box .fix > p {font-size: 16px;}
	.group-leader .txt-box .fix > p > span {margin-right: 6px;}
}

/************************/
/*  Talent Team   */
/************************/
.team-column {background: url(ry-lmbg.png) no-repeat left center;font-size: 18px;font-weight: 700;color: #b1040e;height: 40px;padding: 10px 0 0 98px;margin-bottom: 30px;}
.team {
  overflow: hidden;
  margin: 0 auto 15px;
}

.team .row {
  margin-left: -20px;
  margin-right: -20px;
}

.team .row>[class^='col'] {
  padding-left: 20px;
  padding-right: 20px;
}

.team li {
  margin-bottom: 35px;
  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;
}

.team li:nth-child(6n+1) {
  clear: left;
}

.team .imgbox {
  overflow: hidden;
  display: block;
  border-radius: 2px;
  width: 100%;
  height: 243px;
  margin: 0 auto;
  border: #eee solid 1px;
}

.team .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team .titbox {}

.team h4 {
  color: #333333;
  text-align: center;
  font-size: 16px;
  margin: 16px 0 0;
  position: relative;
}

.team h4 span {
  color: #555555;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
}

@media (max-width: 1536px) {
  .team .imgbox {
    height: 232px;
  }
}

@media (max-width: 1440px) {
  .team .imgbox {
    height: 204px;
  }
}

@media (max-width: 1280px) {
  .team .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .team .row>[class^='col'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team .imgbox {
    height: 198px;
  }
}

@media (max-width: 1199px) {
	.team .col-sm-2 {width: 20%;float: left;}
	.team li:nth-child(6n+1) {clear: inherit;}
	.team li:nth-child(5n+1) {clear: left;}
}

@media (max-width: 991px) {
  .team .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .team .row>[class^='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team .imgbox {
    height: 156px;
  }
}

@media (max-width: 767px) {
  .team .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .team .row>[class^='col'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .team .col-sm-2 {width: 50%;}
  .team li {margin-bottom: 25px;}
  .team li:nth-child(5n+1) {clear: inherit;}
  .team li:nth-child(2n+1) {clear: left;}
  .team .imgbox {
    height: 50.4vw;
  }
}


.list-card {}
.list-card .row {margin-left: -40px;margin-right: -40px;}
.list-card .row > [class^='col'] {padding-left: 40px;padding-right: 40px;}
.list-card li {margin-bottom: 70px;}
.list-card .news-box {position: relative;padding: 70px 80px;border-top: #b1040e solid 4px;overflow: hidden;background: url(page-bg02.jpg) no-repeat bottom right #ffffff;
-ms-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.list-card .news-box .date {font-size: 50px;line-height: 1;color: #b1040e;font-weight: 700;margin-bottom: 35px;position: relative;z-index: 1;padding-bottom: 30px;border-bottom: #dfdfdf solid 1px;}
.list-card .news-box .date span {font-size: 20px;line-height: 1;margin-left: 12px;}
.list-card .news-box h3 {font-size: 18px;line-height: 1.4;position: relative;color: #333333;font-weight: 700;margin-bottom: 20px;
    max-height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-card .news-box h4 {font-size: 14px;line-height: 1.7;color: #999999;
	max-height: 71px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-card .news-box .more {font-size: 16px;color: #b1040e;background: transparent;display: block;margin-top: 40px;line-height: 20px;position: relative;}
.list-card .news-box .more i {background: url(icon-05.png) no-repeat;width: 20px;height: 20px;margin-left: 10px;display: inline-block;position: absolute;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.list-card .news-box:hover {
	-ms-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.list-card .news-box:hover h3 {text-decoration: underline;color: #b1040e;}


@media (max-width: 1280px){
	.list-card li {margin-bottom: 50px;}
	.list-card .news-box {padding: 48px 55px;}
	.list-card .row {margin-left: -30px;margin-right: -30px;}
	.list-card .row > [class^='col'] {padding-left: 30px;padding-right: 30px;}
}
@media (max-width: 1199px){
	.list-card .news-box {padding: 35px 40px;}
}
@media (max-width: 991px){
	.list-card li {margin-bottom: 40px;}
	.list-card .news-box {padding: 31px 35px;background-size: 124%;}
	.list-card .row {margin-left: -20px;margin-right: -20px;}
	.list-card .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
	.list-card .news-box h3 {max-height: 76px;-webkit-line-clamp: 3;}
}
@media (max-width: 767px){
	.list-card li {margin-bottom: 30px;}
	.list-card .news-box {padding: 22px 25px 30px;background-size: 119%;}
	.list-card .news-box h3 {max-height: inherit;-webkit-line-clamp: inherit;}
	.list-card .news-box .date {padding-bottom: 17px;margin-bottom: 15px;}
	.list-card .news-box .more {margin-top: 25px;}
}


/*-----------------Contact---------------------*/
.contactbox {
  overflow: hidden;
  background: #ffffff;
  -ms-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.contactbox .contact-l {
  width: 578px;
  font-size: 18px;
  line-height: 2.2;
  color: #333;
  padding: 90px 96px 0;
}
.contactbox .contact-l h4 {font-size: 30px;font-weight: 700;line-height: 1.1;margin-bottom: 45px;}
.contactbox .contact-l h5 {font-size: 20px;font-weight: 700;line-height: 1.1;margin-top: 30px;}

.contactbox .contact-l p {
  font-size: 16px;line-height: 1.4;
  margin-top: 16px;
  display: block;
}

.contactbox .contact-r {
  overflow: hidden;
}
@media (max-width: 1440px) {
	.contactbox .contact-l {width: 468px;padding: 90px 66px 0;}
}
@media (max-width: 1199px) {
	.contactbox .contact-l {width: 368px;padding: 50px 46px 0;}
}
@media (max-width: 991px) {
  .contactbox .contact-l,
  .contactbox .contact-r {
    width: 100%;
  }
	.contactbox .contact-l {padding: 50px 46px;}
	.contactbox .contact-l h4 {margin-bottom: 0;}
	.contactbox .contact-l h5 {margin-top: 20px;}
}

@media (max-width: 767px) {
  .contactbox .contact-l {padding: 26px;}

}

/*----------  Index Banner --------------*/
.index-banner {
  height: 100vh;
  position: relative;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box {
  position: relative;
  height: 100%;
}
.index-banner .banner-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  background: url(top-bg02.png) no-repeat center bottom;
  background-size: 100% 30%;
  z-index: 1;
}
.index-banner .banner-box .banner-img {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner .banner-box .banner-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index-banner .banner-box .banner-img video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index-banner .banner-box .banner-video video {
  height: 100vh !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-banner .banner-box .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.index-banner .banner-page {
  position: absolute;
  left: auto !important;
  right: 80px !important;
  bottom: 30px !important;
  width: auto !important;
  z-index: 1;
}
.index-banner .banner-page div {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  margin-left: 5px;
}
.index-banner .banner-page span,
.index-banner .banner-page svg {
  position: absolute;
  z-index: 9;
}
.index-banner .banner-page span {
  background: rgba(242, 243, 245, 0.8);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.index-banner .banner-page svg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.index-banner .banner-page svg circle {
  opacity: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.index-banner .swiper-pagination-bullet {
  border: none;
  font-size: 16px;
  color: #ffffff;
  opacity: 1 !important;
  background: transparent !important;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #f2f3f5;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
.index-banner .banner-box .banner-title h3 {
  position: absolute;
  left: 80px;
  bottom: 35px;
}
.em-slider-sub-title {position: absolute;font-size: 28px;color: #fff;padding-left: 20px;float: left;width: 100%;margin: 0;padding-right: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.em-slider-sub-title:after {position: absolute;top: 3px;bottom: 3px;left: 0;width: 6px;border-radius: 6px;content: '';background-color: #ffffff;}
@media (max-width: 1536px) {
	.index-banner .banner-page {right: 55px !important;}
	.index-banner .banner-box .banner-title h3 {left: 55px;}
	.em-slider-sub-title {padding-right: 400px;}
}
@media (max-width: 1280px) {
	.index-banner .banner-page {right: 35px !important;}
	.index-banner .banner-box .banner-title h3 {left: 35px;}
}
@media (max-width: 1199px) {
	.index-banner {height: 520px;}
	.index-banner .banner-box .banner-video video {height: 520px !important;}
	.index-banner .banner-page {right: 20px !important;bottom: 15px !important;}
	.index-banner .banner-box .banner-title h3 {left: 20px;bottom: 23px;}
  .em-slider-sub-title {font-size: 22px;padding-right: 300px;}
}
@media (max-width: 991px) {
	.index-banner {height: 420px;}
	.index-banner .banner-box .banner-video video {height: 420px !important;}
}
@media (max-width: 767px) {
	.index-banner {height: 50.4vw;}
	.index-banner .banner-box .banner-video video {height: 50.4vw !important;object-fit: fill;}
	.index-banner .banner-page {display: none;}
	.index-banner .banner-box::before {background-size: 100% 63%;}
	.index-banner .banner-box .banner-title h3 {left: 16px;bottom: 11px;}
  .em-slider-sub-title {font-size: 16px;line-height: 1.3;white-space: inherit;max-height: 42px;width: 100%;text-shadow:none;padding-left: 13px;font-weight: 500;overflow: hidden;padding-right: 25px;}
}









