.bgt {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* home */
.banner .swiper-container {
  position: relative;
}

.banner .swiper-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../img/bg_top.png) repeat-x top center;
}

.banner .jt {
  width: 67px;
  height: 67px;
  line-height: 67px;
  z-index: 22;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: none;
  transition: all ease .3s;
}

.banner .jt i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.55);
}

.banner .jt.swiper-button-prev {
  left: 80px;
}

.banner .jt.swiper-button-next {
  right: 80px;
}

.banner .jt:hover {
  border-color: #fff;
}

.banner .jt:hover i {
  color: #fff;
}

.banner .swiper-pagination {
  text-align: right;
  padding-bottom: 48px;
  padding-right: 10vw;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  margin: 0 18px;
  background: url(../img/dot1.png) no-repeat center;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../img/dot2.png) no-repeat center;
}

/* section1 */
.sec_type {
  margin-bottom: 40px;
}

.sec_type .cn {
  color: #000;
}

.sec_type .en {
  color: #B3B3B3;
  text-transform: uppercase;
  margin-top: 15px;
}

.sec_type .en i {
  width: 45px;
  height: 21px;
  margin-left: 10px;
  background: url(../img/icon_jt.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}

.sec_type .more a {
  color: #725D5E;
}

.sec_type .more a i {
  margin-left: 10px;
  color: #715C5E;
}

.sec_type.sec_type2 .cn {
  color: #fff;
}

.sec_type.sec_type2 .en {
  color: #937A7C;
}

.sec_type.sec_type2 .en i {
  background: url(../img/icon_jt3.png) no-repeat;
  background-size: 100% 100%;
}

.sec_type.sec_type2 .more a {
  color: #fff;
}

.sec_type.sec_type2 .more a i {
  color: #fff;
}

.sec_type.sec_type2 .more a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.sec_type.sec_type2 .more a:hover i {
  color: rgba(255, 255, 255, 0.8);
}

.section1 {
  position: relative;
  background-size: 100% 80%;
}

.section1 .wp {
  position: relative;
  z-index: 1;
}

.section1 .focus {
  position: relative;
  z-index: 1;
  padding-left: 85px;
  margin-left: -85px;
}

.section1 .focus .item {
  padding: 5px 0 0 5px;
  background: url(../img/bg_jdt.png) no-repeat;
  background-size: 98%;
}
.section1 .focus .item .bimg{
    max-height: 480px;
    overflow: hidden;
    position: relative;
}
.section1 .focus .item .bimg:after{
   background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));   
  content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 70%;
    left: 0;
}
.section1 .focus .item .bimg, .section1 .focus .item .bimg img {
  border-radius: 5px;
}

.section1 .focus .item .tit {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.section1 .focus .item .desc {
  line-height: 28px;
  color: #DEA8AD;
  -webkit-line-clamp: 3;
  height: 84px;
  display: none;
}

.section1 .focus .swp_dot {
  position: absolute;
  left: 0;
  top: 235px;
}

.section1 .focus .swp_dot .jt {
  position: unset;
  background: none;
  margin: 0;
}

.section1 .focus .swp_dot .jt i {
  font-size: 28px;
  color: #fff;
}

.section1 .focus .swp_dot .swiper-pagination {
  margin: 0 0 10px 0;
  position: unset;
  display: flex;
  color: #fff;
  flex-direction: column;
}

.section1 .focus .swp_dot .swiper-pagination span {
  margin: 10px 0;
}

.section1 .focus .swp_dot .swiper-pagination span::before {
  content: "0";
}

.section1::after {
  content: "";
  width: 95%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 630px;
  border-radius: 20px 0 0 20px;
  background: url(../img/bg_sec01.png) no-repeat bottom right;
  background-size: cover;
}

.section1 .list_sec1 {
  padding-left: 5.2vw;
  margin-top: 121px;
}

.section1 .list_sec1 li {
  margin-bottom: 25px;
}

.section1 .list_sec1 li:last-child {
  margin-bottom: 0;
}

.section1 .list_sec1 .item {
  color: #fff;
}
.section1 .list_sec1 .item .bimg{
    max-height: 280px;
}
.section1 .list_sec1 .item .tit {
  margin: 10px 0 12px;
  line-height: 30px;
  color: #fff;
  min-height: 60px;
}

.section1 .list_sec1 .item .time {
  text-align: right;
  position: relative;
  font-family: 'century';
}

.section1 .list_sec1 .item .time::before {
  content: "";
  width: 82%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(243, 243, 243, 0.2);
}

.section1 .list_sec1 .item:hover .tit, .section1 .list_sec1 .item:hover .time {
  color: rgba(255, 255, 255, 0.8);
}

/* section2 */
.section2 .swiper-wrapper {
  padding: 0 0 50px;
}

.section2 .slides {
  margin: 0 -30px;
}

.section2 .item {
  padding: 34px 26px;
  margin: 28px;
  transition: all ease .3s;
  border-top: 3px solid #A60817;
}

.section2 .item .time {
  margin-bottom: 25px;
  align-items: flex-end;
}

.section2 .item .time .d1 {
  color: #000;
}

.section2 .item .time .d2 {
  margin: 0 0 5px 15px;
  color: #725D5F;
}

.section2 .item .tit {
  line-height: 30px;
  -webkit-line-clamp: 3;
  height: 90px;
  color: #333;
}

.section2 .item:hover {
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(88, 55, 58, 0.42);
}

/* section3 */
.section3 {
  padding-bottom: 0;
}

.section3 .secbox {
  max-width: 1680px;
}

.section3 .secbox .jdt {
  height: 560px;
  overflow: hidden;
  position: relative;
}

.section3 .secbox .jdt .pimg {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.section3 .secbox .jdt .tit {
  width: 338px;
  position: absolute;
  padding: 26px;
  line-height: 30px;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.91);
}

.section3 li:nth-child(1):hover .item, .section3 li:nth-child(4):hover .item {
  background: rgba(177, 28, 47, 0.72);
}

.section3 li:nth-child(1) .item, .section3 li:nth-child(4) .item {
  background: rgba(255, 255, 255, 0.1);
}

.section3 .item {
  height: 280px;
  padding: 50px 30px 35px 30px;
  transition: all ease .3s;
  color: #fff;
}

.section3 .item .tit {
  line-height: 29px;
  height: 58px;
  overflow: hidden;
}

.section3 .item .desc {
  font-size: 14px;
  margin-top: 30px;
  color: #C6AFB1;
  line-height: 26px;
  height: 52px;
}

.section3 .item .time {
  margin-top: 25px;
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid rgba(248, 247, 246, 0.1);
}

.section3 .item:hover {
  background: rgba(177, 28, 47, 0.72);
}

/* section4 */
.section4 .sec_type {
  position: relative;
  text-align: center;
}

.section4 .sec_type .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section4 .sec_type .en {
  color: #937A7C;
}

.section4 .contbox {
  height: 549px;
  overflow: hidden;
  background: url(../img/bg_xuesu.png) no-repeat;
  background-size: 100% 100%;
  padding: 75px 110px 50px 152px;
}

.section4 .contbox .jt {
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50%;
  position: absolute;
  right: 110px;
  border: 1px solid #A09369;
  text-align: center;
  background: none;
}

.section4 .contbox .jt i {
  color: #A09369;
}

.section4 .contbox .jt.swiper-button-prev {
  left: auto;
}

.section4 .contbox .jt.swiper-button-next {
  top: auto;
  bottom: 150px;
}

.section4 .contbox .item {
  width: 90%;
  max-width: 1075px;
}

.section4 .contbox .item .dd {
  margin-bottom: 12px;
}

.section4 .contbox .item .dd.on {
  margin: 15px 0 20px;
}

.section4 .contbox .item .dd.on .tit {
  display: none;
}

.section4 .contbox .item .dd.on .box {
  display: block;
}

.section4 .contbox .item .tit {
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  padding: 0 13px;
  background: #F6F6F3;
}

.section4 .contbox .item .tit i {
  color: #B01C2F;
  margin-right: 5px;
}

.section4 .contbox .item .box {
  display: none;
}

.section4 .contbox .item .box .info {
  padding-left: 35px;
}

.section4 .contbox .item .box .info .tit1 {
  color: #A4343C;
  margin: 10px 0 20px;
}

.section4 .contbox .item .box .info .desc {
  padding: 10px 0 0 8px;
  line-height: 28px;
  color: #2B1818;
}

/* section5 */
.section5 {
  background-size: 100%;
  padding: 100px 0 50px;
}

.section5 .type1 {
  display: none;
}

.section5 .sec_type .en {
  color: #fff;
}

.section5 .pimg {
  width: 100%;
  height: 100%;
}

.section5 .sbox1 {
  height: 452px;
  position: relative;
}

.section5 .sbox1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section5 .sbox1 video {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  object-fit: cover;
  width: auto;
  height: 100%;
  min-width: 100%;
max-width:100%;
}

.section5 .sbox2 ul {
  padding-left: 60px;
  padding-top: 6px;
}

.section5 .sbox2 li {
  overflow: hidden;
}

.section5 .sbox2 .item {
  height: 200px;
}

.section5 .mid {
  padding: 0 20px;
}

.section5 .sec_type2 {
  margin: 73px 0 73px;
}

.section5 .sbox3 {
  height: 468px;
}

.section5 .sbox3 .item {
  width: 100%;
  height: 100%;
}

.section5 .sbox4 {
  height: 355px;
}

.section5 .sbox5 {
  height: 250px;
  margin: 27px 0 75px;
}

.section5 .vmore a {
  color: #725D5E;
}

.section5 .vmore i {
  margin-left: 10px;
  color: #715C5E;
}

.section5 .item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.section5 .item .tit {
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: all ease .3s;
  width: 100%;
  display: none;
}

.section5 .item::before {
  content: "";
  width: 0;
  height: 0;
  background: rgba(81, 59, 62, 0.29);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transition: all ease .3s;
  transform: translate(-50%, -50%);
}

.section5 .item:hover .pimg {
  transform: scale(1.09) !important;
}

.section5 .item:hover .tit {
  display: block;
}

.section5 .item:hover::before {
  width: 100%;
  height: 100%;
}

.sec_type3 .en i {
  margin: 0 20px;
}

.sec_type3 .en .i1 {
  background: url(../img/icon_jt1.png) no-repeat center;
}

.sec_type3 .en .i2 {
  background: url(../img/icon_jt2.png) no-repeat center;
}

/* section6 */
.section6 .slides {
  text-align: center;
}

.section6 .slides .tit {
  height: 43px;
  line-height: 43px;
  background: #EFEFEF;
}

.section6 .slides .jt {
  background: none;
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.section6 .slides .jt i {
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
}

/* section7 */
.section7 ul {
  padding: 20px 0 10px;
}

.section7 .item {
  text-align: center;
  margin: 0 10px;
}

.section7 .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}

.ny_slide {
  height: 567px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.ny_slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/bg_top.png) repeat-x top center;
}

/* sidebar */
.kg1 {
  clear: both;
  height: 80px;
}

.main {
  padding: 15px 0;
}

.main .sidebar {
  width: 280px;
  float: left;
  margin-top: -55px;
  background: url(../img/bg_side.png) no-repeat top center;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding: 10px 0 0 12px;
}

.main .sidebar .sd_tit {
  padding: 35px 0 35px 28px;
  color: #fff;
  font-size: 28px;
}

.main .sidebar ul {
  padding: 24px 41px 220px 17px;
  margin-bottom: 112px;
  background: url(../img/bg_sd2.png) no-repeat top center;
  background-size: 100% 100%;
}

.main .sidebar ul li {
  border-bottom: 1px dotted rgba(70, 66, 66, 0.16);
  position: relative;
}

.main .sidebar ul li a {
  padding: 18px 0 18px 10px;
  display: block;
  position: relative;
  z-index: 1;
}

.main .sidebar ul li:hover a, .main .sidebar ul li.on a {
  color: #B01C2F;
}

.main .sidebar ul li:hover.on a, .main .sidebar ul li.on.on a {
  font-weight: bold;
}

.main .sidebar ul li:hover.on::after, .main .sidebar ul li.on.on::after {
  content: "\e624";
  font-family: 'iconfont';
  font-weight: bold;
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #B80022;
}

.main .mainbox {
  width: calc(100% - 325px);
  float: right;
}

.main .mainbox .crumbs {
  padding: 30px 0 15px;
  border-bottom: 1px solid rgba(70, 66, 66, 0.16);
}

.main .mainbox .crumbs .cat {
  position: relative;
  font-size: 20px;
  padding-left: 28px;
}

.main .mainbox .crumbs .cat::before {
  content: "";
  width: 64px;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: url(../img/bg_cat.png) no-repeat left top;
  background-size: 100% 100%;
}

.main .mainbox .crumbs .wz {
  color: #999;
}

.main .mainbox .crumbs .wz a {
  color: #999;
}

.main .mainbox .crumbs .wz a:hover {
  color: #B01C2F;
}

.main .mainbox .crumbs .wz span {
  color: #B01C2F;
}

/* list_news */
.list_news li {
  padding: 16px 22px;
  border-bottom: 1px dotted rgba(70, 66, 66, 0.16);
}

.list_news li .time {
  width: 90px;
  margin-right: 25px;
  flex-shrink: 0;
  position: relative;
}

.list_news li .time .t1 {
  font-size: 22px;
  color: #C6B7B7;
  font-family: PingFang;
  margin-bottom: 2px;
}

.main .mainbox .crumbs .cat::before{bottom:20px}


.list_news li .time .t2 {
  color: #A3A2A2;
}

.list_news li .time::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(156, 147, 149, 0.55);
}

.list_news li .info {
  width: calc(100% - 120px);
}

.list_news li:hover .time .t1,
.list_news li:hover .time .t2 {
  color: #B01C2F;
}

.list_news li:hover .time::after {
  background: #B01C2F;
}

/* pages */
.pages {
  text-align: center;
  padding: 25px 0 0 0;
  font-size: 14px;
}

.pages ul {
  align-items: center;
}

.pages li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e7ea;
  background: #fff;
  padding: 8px 11px;
  margin: 0 4px;
}

.pages li a {
  display: block;
}

.pages li:hover,
.pages li.active {
  background: #B01C2F;
  border-color: #B01C2F;
  color: #fff;
}

.pages li:hover a,
.pages li.active a {
  color: #fff;
}

/* single_page */
.pagebox {
  padding: 20px 0 0 0;
  line-height: 33px;
}

.pagebox p {
  margin: 8px 0;
  font-size: 16px !important;
  line-height: 36px !important;
  font-family:ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ !important;
}
.pagebox span {
  margin: 8px 0;
  font-size: 16px !important;
  line-height: 36px !important;
   font-family:ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ !important;
}
/* list_team */
.list_team li {
  padding: 26px 34px;
  border: 1px solid #EFE7E8;
  margin-top: 22px;
}

.list_team li .info {
  padding-left: 35px;
}

.list_team li .info .zw {
  color: #7B6467;
}

.list_team li .info .name {
  color: #0C0C0C;
  margin: 12px 0;
}

.list_team li .info .desc {
  line-height: 25px;
  color: #666;
  height: 75px;
  -webkit-line-clamp: 3;
}

.list_team li:hover .info .zw {
  color: #B01C2F;
}

/* list_pic */
.list_pic .item {
  text-align: center;
  overflow: hidden;
}

.list_pic .item .pimg {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  position: relative;
     padding-top: 63.09%;
}
.list_pic .item .pimg img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
 
}
.list_pic .item .tit {
  background: #EDEDED;
  padding: 22px 0;
}

/* show_news */
.main .rside {
  width: 284px;
  margin-top: 7px;
  float: right;
  background: #fff;
  box-shadow: 0px 0px 38px 0px rgba(227, 223, 223, 0.53);
}

.main .rside .side_tit {
  background: #B4283A;
  color: #fff;
  padding: 19px 24px;
}

.main .rside .list_news li {
  padding: 16px 10px 16px 14px;
}

.main .rside .list_news li .time {
  width: 60px;
  margin-right: 25px;
}

.main .rside .list_news li .time .t2 {
  font-size: 14px;
}

.main .rside .list_news li .time::after {
  right: -12px;
}

.main .rside .list_news li .info {
  width: calc(100% - 85px);
  float: right;
}

.main .rside .list_news li .info .tit {
  line-height: 18px;
  height: 36px;
}

.main .rside .list_news li:last-child {
  border-bottom: 0;
}

.main .mainbox2 {
  float: left;
}

.main .mainbox2 .newsbox .news_tit {
  margin: 50px 0 30px;
  line-height: 45px;
}

.main .mainbox2 .newsbox .news_time {
  border-bottom: 1px solid rgba(70, 66, 66, 0.16);
  padding: 0 0 12px;
}

.main .mainbox2 .newsbox .news_time .fl {
  color: #999;
  font-size: 14px;
}

.main .mainbox2 .newsbox .news_time .fl span:nth-child(2) {
  margin: 0 10px;
}

.main .mainbox2 .newsbox .news_time .share {
  color: #666;
}

.main .mainbox2 .newsbox .news_time .share i {
  font-size: 18px;
}

.main .mainbox2 .newsbox .news_time .share .icon-share {
  color: #B4283A;
  margin: 0 5px;
}

.main .mainbox2 .newsbox .news_time .share a {
  margin: 0 5px;
}

.main .mainbox2 .newsbox .news_time .share a i {
  font-size: 24px;
}

.main .mainbox2 .newsbox .news_time .share .icon-weibo {
  color: #B01C2F;
}

.main .mainbox2 .newsbox .news_time .share .icon-weixin {
  color: #24db5a;
}

.main .mainbox2 .newsbox .news_cont {
  padding: 30px 0;
  line-height: 35px;
}
.main .mainbox2 .newsbox .news_cont p{font-size:16px !important;font-family:ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ !important;line-height:36px !important;}
.main .mainbox2 .newsbox .news_cont span{font-size:16px !important;font-family:ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ !important;line-height:36px !important;}
.main .mainbox2 .newsbox .sxp {
  background: #fff;
  padding: 15px 35px;
  box-shadow: 0px 0px 38px 0px rgba(227, 223, 223, 0.53);
}

.main .mainbox2 .newsbox .sxp li {
  margin: 20px 0;
}

.main .mainbox2 .newsbox .sxp li i {
  margin-right: 5px;
  color: #B01C2F;
}



.main .jigou li .item {
  padding: 30px 0;
  border-bottom: 1px dashed #DADADA;
}

.main .jigou li .item .item_tit {
  color: #333;
  width: 108px;
  flex-shrink: 0;
}

.main .jigou li .item .item_info {
  width: calc(100% - 104px);
  margin-top: -10px;
}

.main .jigou li .item .item_info a {
  width: 24%;
  float: left;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #333;
  margin: 3px .5%;
  padding-left: 15px;
  position: relative;
}

.main .jigou li .item .item_info a::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  border-radius: 50%;
}

.main .jigou li .item .item_info a:hover {
  color: #b01c2f;
}

.pbox .page{max-width: 100%;
    overflow-x: auto;}