@charset "utf-8";
/* CSS Document */



body {
  background: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei,arial,sans-serif";
  color: #333;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
  font-size: 14px;
  font-family: "Microsoft YaHei,arial,sans-serif";
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
li,
ol,
dl,
dt {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100% !important;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  color: #E60012;
}

table {
  border-collapse: collapse;
  border: 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  zoom: 1
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w {
  width: 1450px;
  margin: 0 auto;
}

.align-vertical {
  display: table-cell;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.menu_img {
  width: 246px;
  height: 101px;
}

.menu_fr {
  float: right;
  width: 220px;
}

@font-face {
  font-family: "iconfont";
  /* Project id 3419886 */
  src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/**index**/
.sdHead {
  background: #fff;
  width: 94.8%;
  position: fixed;
  left: 2.6%;
  top: 30px;
  z-index: 9999;
  padding: 0 2.34vw;
  transition: all 0.8s;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.sdHead.topFix {
  width: 100%;
  left: 0;
  top: 0;
}

.sdHead-logo {
  width: 23.48vw;
  height: 90px;
  display: flex;
  align-items: center;
}

.sdHead-srhBtn {
  background: url(../images/srhBtn.png) no-repeat center;
  width: 40px;
  height: 40px;
  margin-top: 26px;
  margin-left: 14px;
  cursor: pointer;
}

.sdHead-nav li {
  float: left;
  position: relative;
  padding: 0 0.833vw;
}

.sdHead-nav li:before {
  content: '';
  background: #D9D9D9;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sdHead-nav li:last-child:before {
  display: none;
}

.sdHead-nav li a.far {
  font-size: 18px;
  line-height: 90px;
  color: #484848;
  display: block;
  position: relative;
}

.sdHead-nav li a.far:before {
  content: '';
  background: #E60012;
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.4s;
}

.sdHead-nav li.active a.far,
.sdHead-nav li:hover a.far {
  color: #E60012;
}

.sdHead-nav li.active a.far:before,
.sdHead-nav li:hover a.far:before {
  width: 100%;
  left: 0;
}

.sdHead-nav li .sub {
  background: #fff;
  width: 530px;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  padding-top: 22px;
  display: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.sdHead-nav li .sub-menu {
  padding-right: 20px;
  width: 96px;
}

.sdHead-nav li .sub-menu a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.sdHead-nav li .sub-menu a:hover {
  color: #E60012;
}

.sdHead-nav li .sub-img {
  width: 246px;
}

.sdHead-nav li:nth-child(8) .sub {
  left: auto;
  right: 0;
}

.sdHead-nav li:nth-child(9) .sub {
  left: auto;
  right: 0;
}

.sdHead-nav li:nth-child(10) .sub {
  left: auto;
  right: 0;
}

.sdHead-nav li:nth-child(11) .sub {
  left: auto;
  right: 0;
}


/**new**/
.sdHead-nav li .sub-menu1 {
  margin-left: 10px;
  width: 117px;
  text-align: left;
}

.sdHead-nav li .sub-menu1 a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.sdHead-nav li .sub-menu1 a:hover {
  color: #E60012;
}

/**new**/


.sdHead-srhBox {
  background: #fff;
  position: absolute;
  top: 100%;
  right: 2.34vw;
  padding: 17px;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.sdHead-srhBox .inpt {
  width: 297px;
  height: 37px;
  line-height: 35px;
  padding-left: 19px;
  color: #999;
  float: left;
  border: 1px #ebecec solid;
  border-radius: 5px 0 0 5px;
}

.sdHead-srhBox .btn {
  background: #E60012;
  width: 68px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  float: left;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.nav-fixed .sdHead {
  bottom: 30px;
  top: auto;
}

.nav-fixed .sdHead-nav li .sub {
  top: auto;
  bottom: 100%;
}

.nav-fixed .sdHead-srhBox {
  bottom: 100%;
  top: auto;
}

.nav-fixed.show .sdHead {
  top: 0;
  width: 100%;
  left: 0;
  bottom: auto;
}

.nav-fixed.show .sdHead-nav li .sub {
  top: 100%;
  bottom: auto;
}

.nav-fixed.show .sdHead-srhBox {
  top: 100%;
  bottom: auto;
}

.nav-banner .sdHead {
  bottom: -100px;
  top: auto !important;
}

.nav-banner.show .sdHead {
  bottom: 30px;
}


.sdIndex-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.sdIndex-page div.active .sdHead {
  animation-name: fadeInUp;
  animation-duration: 1s;
}

.sdIndex-page div.active .sdNews .w:before {
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

.sdIndex-page div.active .sdBusiness-head {
  animation-name: fadeInUp;
  animation-duration: 1.3s;
}

.sdIndex-page div.active .sdNews-shuff {
  animation-name: fadeInUp;
  animation-duration: 1.6s;
}

.sdIndex-page div.active .sdNews-list {
  animation-name: fadeInRight;
  animation-duration: 1.9s;
}

.sdIndex-page div.active .sdBusiness-list-tab a {
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
}

.sdIndex-page div.active .sdBusiness-list-tab a:nth-child(2) {
  animation-duration: 1s;
}

.sdIndex-page div.active .sdBusiness-list-tab a:nth-child(3) {
  animation-duration: 1.5s;
}

.sdIndex-page div.active .sdBusiness-list-tab a:nth-child(4) {
  animation-duration: 2s;
}

.sdIndex-page div.active .sdBusiness-list-swith {
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}

.sdIndex-page div.active .sdParty-figure {
  animation-name: fadeInLeft;
  animation-duration: 0.8s;
}

.sdIndex-page div.active .sdParty-list-graphic li {
  animation-name: fadeInRight;
  animation-duration: 0.8s;
}

.sdIndex-page div.active .sdParty-list-graphic li:nth-child(2) {
  animation-duration: 1.2s;
}

.sdIndex-page div.active .sdParty-list-column a {
  animation-name: fadeInUp;
  animation-duration: 1s;
}

.sdIndex-page div.active .sdAbout-inner .video {
  animation-name: fadeInDown;
  animation-duration: 1s;
}

.sdIndex-page div.active .sdAbout-inner .word {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}


.sdIndex-com {
  width: auto !important;
  position: fixed;
  left: 3.125vw !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 999;
}

.sdIndex-com li {
  line-height: 24px;
  font-size: 0;
  padding: 5px 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.6s ease;
}

.sdIndex-com li i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  position: relative;
  border: 1px solid inherit;
  border-radius: 50%;
}

.sdIndex-com li i:before {
  content: '';
  background: #e70012;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.sdIndex-com li.active {
  font-size: 12px;
}

.sdIndex-com li.active i {
  border: 1px solid #e70012;
}

.sdIndex-com li.active i:before {
  width: 10px;
  height: 10px;
}


.sdBanner {
  position: relative;
  width: 100%;
  height: 100%;
}

.sdBanner-sider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sdBanner-sider li .pc-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.sdBanner-sider li .pc-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 2;
}

.sdBanner-sider li .pc-txt .intobox {
  transform: translateY(50%);
  visibility: hidden;
  opacity: 0;
  transition: ease 2s;
  transition-delay: .2s;
}

.sdBanner-sider li.swiper-slide-active .pc-txt .intobox {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sdBanner-sider .scrollbar {
  position: absolute;
  bottom: 160px;
  left: 3.385vw;
  z-index: 10;
  color: #fff;
}

.sdBanner-sider .scrollbar p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.sdBanner-sider .swiper-pagination {
  width: auto;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: auto !important;
  bottom: auto !important;
}

.sdBanner-sider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .4);
  width: 40px;
  height: 2px;
  position: relative;
  border-radius: 0;
  margin: 0 4px !important;
  cursor: pointer;
  opacity: 1;
}

.sdBanner-sider .swiper-pagination-bullet-active {
  background: #fff;
}

/*.sdBanner-sider .swiper-pagination-bullet:before{ content: ''; width:100%; height:2px; position:absolute; top:0; left:0; opacity:0;}*/
/*.sdBanner-sider .swiper-pagination-bullet-active:before{ background:#fff; -webkit-animation:swiperPaginationWidth 6s; animation:swiperPaginationWidth 6s; opacity:1;}*/

.sdBanner-hot {
  background: url(../images/hot-bg.png) no-repeat;
  width: 590px;
  height: 137px;
  padding: 22px 130px 0 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.sdBanner-hot .h-title {
  font-size: 18px;
  color: #E60012;
  line-height: 1;
  padding-bottom: 15px;
}

.sdBanner-hot .h-list {
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}

.sdBanner-hot .h-list li .d {
  display: block;
  color: #666;
}

.sdBanner-hot .h-list li .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}

.sdBanner-hot .h-list .swiper-pagination {
  text-align: left;
}

.sdBanner-hot .h-list .swiper-pagination-bullet {
  background: #e2e2e2;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0 !important;
  opacity: 1;
}

.sdBanner-hot .h-list .swiper-pagination-bullet-active {
  background: #e70012;
}

.sdBanner-hot .h-more {
  background: url(../images/hot-arrow.png) no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -22px;
  transition: all 0.4s ease;
}

.sdBanner-hot .h-more:hover {
  transform: rotate(45deg);
}

@keyframes swiperPaginationWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes swiperPaginationWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}


.sdNews {
  background: url(../images/sdNews-bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.sdNews .w {
  position: relative;
}

.sdNews .w:before {
  content: '';
  background: rgba(218, 194, 137, 0.1);
  width: 29.24%;
  height: 218px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.sdNews-cont {
  display: flex;
}

.sdNews-shuff {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.sdNews-shuff li {
  height: 458px;
  overflow: hidden;
  position: relative;
}

.sdNews-shuff li .pic {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 0.4s ease;
}

.sdNews-shuff li .cate {
  background: #E60012;
  width: 56px;
  height: 56px;
  padding: 0 11px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdNews-shuff li .date {
  background: #DAC289;
  width: 56px;
  height: 56px;
  padding-top: 11px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  position: absolute;
  left: 84px;
  top: 28px;
  z-index: 1;
}

.sdNews-shuff li .txt {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 35px 28px 28px 28px;
}

.sdNews-shuff li .txt .t {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdNews-shuff li .txt .v {
  display: inline-block;
  color: #FDECC4;
  margin-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px #FDECC4 solid;
}

.sdNews-shuff li:hover .pic {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.sdNews-shuff .swiper-button-next,
.sdNews-shuff .swiper-button-prev {
  background: url(../images/sdNews-arrow.jpg) no-repeat;
  width: 28px;
  height: 28px;
  top: auto;
  margin-top: auto;
  bottom: 110px;
  z-index: 2;
}

.sdNews-shuff .swiper-button-prev {
  left: 28px;
}

.sdNews-shuff .swiper-button-next {
  transform: rotate(180deg);
  left: 68px;
  right: auto;
}

.sdNews-list {
  background: #fff;
  width: 50%;
  padding: 25px 2.6vw 0 2.6vw;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.sdNews-listTab a {
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #666;
  text-align: center;
  line-height: 1;
}

.sdNews-listTab a .iconfont {
  color: #C8C8C8;
  font-size: 24px;
  margin-right: 10px;
}

.sdNews-listTab a:before {
  content: '';
  background: #D9D9D9;
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.sdNews-listTab a.active {
  color: #E60012;
}

.sdNews-listTab a.active .iconfont {
  color: #E60012;
}

.sdNews-listTab a:last-child {
  margin-right: 0;
}

.sdNews-listTab a:last-child:before {
  display: none;
}

.sdNews-listSwith {
  margin-top: 15px;
}

.sdNews-listSwith .swith-item {
  display: none;
}

.sdNews-listSwith .swith-item:first-child {
  display: block;
}

.sdNews-listSwith .first {
  padding-bottom: 15px;
  position: relative;
  padding-right: 110px;
  border-bottom: 1px #D9D9D9 solid;
}

.sdNews-listSwith .first .ft {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdNews-listSwith .first .fc {
  line-height: 22px;
  color: #888;
  height: 44px;
  overflow: hidden;
  margin-top: 12px;
  font-weight: lighter;
}

.sdNews-listSwith .first .fd {
  background: #fff;
  text-align: center;
  width: 63px;
  height: 63px;
  padding: 7px;
  line-height: 24px;
  color: #666;
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: lighter;
  border: 1px #ccc solid;
  border-radius: 50%;
}

.sdNews-listSwith .first .fd p:first-child {
  border-bottom: 1px #ccc solid;
}

.sdNews-listSwith .study li {
  overflow: hidden;
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}

.sdNews-listSwith .study li:last-child {
  border-bottom: 0;
}

.sdNews-listSwith .study li .date {
  text-align: center;
  font-size: 18px;
  color: #999;
  margin-right: 30px;
}

.sdNews-listSwith .study li .date p:first-child {
  font-size: 36px;
  color: #666;
  line-height: 1;
  margin-bottom: 7px;
}

.sdNews-listSwith .study li .title {
  font-size: 18px;
  line-height: 28px;
}



.sdBusiness {
  background: url(../images/sdBusiness-bg.png) no-repeat 12.29vw 7.23vw #f9f9f9;
  height: 100%;
  display: flex;
  align-items: center;
}

.sdBusiness-head {
  position: relative;
  text-align: center;
  margin-bottom: 3.125vw;
}

.sdBusiness-head .cn {
  font-size: 36px;
  line-height: 1;
}

.sdBusiness-head .en {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 15px;
  color: #E2E2E2;
}

.sdBusiness-head .mo {
  position: absolute;
  right: 3.385vw;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 5px;
  border-bottom: 1px #C4C4C4 solid;
}

.sdBusiness-head .mo:before {
  content: '';
  background: rgba(218, 194, 137, 0.1);
  width: 5vw;
  height: 5vw;
  position: absolute;
  right: -3.385vw;
  top: -1.84vw;
  border-radius: 50%;
}

.sdBusiness-list {
  position: relative;
}

.sdBusiness-list-tab {
  position: absolute;
  left: 84px;
  width: 39%;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(90deg,#F9F9F9 0,#F9F9F9 16%,rgba(255,255,255,0) 100%);
}

.sdBusiness-list-tab a {
  background: #EEEEEE;
  width: 267px;
  height: 103px;
  /* float: left; */
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sdBusiness-list-tab a .icon {
  width: 2.08vw;
  display: inline-block;
  vertical-align: top;
}

.sdBusiness-list-tab a .icon .img-hide {
  display: none;
}

.sdBusiness-list-tab a .name {
  font-size: 16px;
  margin-top: 0;
}

.sdBusiness-list-tab a.active {
  background: #e70012;
  color: #fff;
}

/* .sdBusiness-list-tab a.active:before {
  content: '';
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  left: 7px;
  top: 7px;
  border: 1px #fff solid;
  box-sizing: border-box;
} */

.sdBusiness-list-tab a.active .icon .img-show {
  display: none;
}

.sdBusiness-list-tab a.active .icon .img-hide {
  display: inline-block;
}

.sdBusiness-list-swith {
  width: 85%;
}

.sdBusiness-list-swith li {
  width: 100%;
  height: 457px;
  overflow: hidden;
  display: none;
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.sdBusiness-list-swith li:first-child {
  display: block;
}

.sdBusiness-list-swith li .pic {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 0.4s ease;
}

.sdBusiness-list-swith li:hover .pic {
  transform: scale(1.05);
}


.sdParty {
  background: url(../images/sdParty-bg.png) no-repeat 11.45vw 4vw;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.sdParty-figure {
  width: 48%;
  overflow: hidden;
  position: relative;
}

.sdParty-figure li {
  height: 458px;
  position: relative;
}

.sdParty-figure li .pic {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}

.sdParty-figure li .tit {
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 80px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdParty-figure li:hover .pic {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.sdParty-figure .swiper-pagination {
  width: auto !important;
  left: auto !important;
  right: 12px;
  font-size: 0;
  bottom: 24px !important;
}

.sdParty-figure .swiper-pagination-bullet {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0 !important;
  transition: all 0.4s;
  opacity: 1;
}

.sdParty-figure .swiper-pagination-bullet-active {
  background: #E60012;
}

.sdParty-list {
  width: 48%;
}

.sdParty-list-graphic li {
  width: calc(50% - 14px);
  float: left;
}

.sdParty-list-graphic li:last-child {
  float: right;
}

.sdParty-list-graphic li .pic {
  height: 220px;
  overflow: hidden;
}

.sdParty-list-graphic li .pic>span {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}

.sdParty-list-graphic li .date {
  background: url(../images/date.png) no-repeat left center;
  padding-left: 18px;
  margin-top: 18px;
  display: block;
  color: #666;
  font-weight: lighter;
}

.sdParty-list-graphic li .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

.sdParty-list-graphic li:hover .pic>span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.sdParty-list-column {
  margin-top: 1.822vw;
  border-top: 1px #D9D9D9 solid;
}

.sdParty-list-column a {
  font-size: 16px;
  line-height: 65px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px #D9D9D9 solid;
}

.sdParty-list-column a span {
  float: right;
  color: #666;
  font-size: 14px;
  font-weight: lighter;
}


.sdAbout {
  background: url(../images/sdAbout-bg.png) no-repeat 10.937vw 7.8vw;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.sdAbout-inner {
  position: relative;
}

.sdAbout-inner .word {
  background: #fff;
  width: 52.27%;
  padding: 2.34vw 2.6vw;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.sdAbout-inner .word .t {
  position: relative;
}

.sdAbout-inner .word .t:before {
  content: '';
  background: #D9D9D9;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

.sdAbout-inner .word .t .ci {
  background: #fff;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 13px;
}

.sdAbout-inner .word .t img {
  margin-right: 12px;
}

.sdAbout-inner .word .c {
  line-height: 26px;
  margin-top: 1.04vw;
  text-align: justify;
  max-height: 208px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.sdAbout-inner .video {
  width: 61.5%;
  height: 458px;
  position: relative;
}

.sdAbout-inner .video .v-bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.sdAbout-inner .video .v-play {
  background: url(../images/sdAbout-play.png) no-repeat;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}


.sdFooter {
  background-image: url(../images/sdFooter-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  color: #484848;
}

.sdFooter-contact .menu a {
  color: #484848;
  float: left;
  position: relative;
  margin-right: 19px;
}

.sdFooter-contact .menu a:before {
  content: '';
  background: #AFAFAF;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -9px;
  top: 2px;
}

.sdFooter-contact .menu a:last-child:before {
  display: none;
}

.sdFooter-contact .word {
  line-height: 30px;
  margin-top: 15px;
}

.sdFooter-contact .links {
  /*text-align: right;*/
  margin-right: 48px;
/*margin-top: -10px;*/
}

.sdFooter-contact .links select {
  width: 200px;
  height: 40px;
  margin-top: 10px;
  color: #666;
  padding-left: 12px;
  border: 1px solid #D9D9D9;
}

.sdFooter-inner .code>img {
  width: 132px;
  display: inline-block;
  vertical-align: middle;
}

.sdFooter-inner .code .c {
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.sdFooter-copy {
  background: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.sdFooter-return {
  background: #e70012 url(../images/return-top.png) no-repeat center 17px;
  padding: 40px 18px 0 18px;
  text-align: center;
  color: #fff;
  width: 54px;
  height: 88px;
  position: absolute;
  right: 0;
  top: -17px;
  cursor: pointer;
  transition: all 0.6s ease;
  border-radius: 28px 28px 0 0;
}



/**公司概况**/
.psecond {
  background: #FBFAF9;
}

.psecond .w {
  position: relative;
}

.psecond-title {
  background: url(../images/psecond-title.png) no-repeat;
  width: 300px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 29px 0 0 35px;
}

.psecond-title .cn {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-bottom: 18px;
}

.psecond-title .cn:before {
  content: '';
  background: #dbc289;
  width: 54px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.psecond-title .en {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 23px;
}

.psecond-menu {
  width: 100%;
  padding: 0 0 0 350px;
  display: flex;
  display: -webkit-flex;
}

.psecond-menu a {
  flex: 1;
  -webkit-flex: 1;
  height: 72px;
  line-height: 72px;
  color: #000;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.psecond-menu a:after {
  content: "";
  background-color: #D6D6D6;
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.psecond-menu a:last-child:after {
  display: none;
}

.psecond-menu a.active,
.psecond-menu a:hover {
  background: #E60012;
  color: #fff;
}

.psecond-menu a.active:after,
.psecond-menu a:hover:after {
  background: #E60012;
}

.piaoqr{
  position:fixed;
  right: 14px;
  top: 50%;
  z-index: 50;
}
.piaoqr img{
  width: 150px;
  height: 150px;
  border-radius: 10px;
}
.pmain {
  padding: 50px 0;
}

.pmain-title {
  text-align: center;
}

.pmain-title .cn {
  font-size: 36px;
  line-height: 1;
}

.pmain-title .en {
  font-size: 34px;
  color: #E2E2E2;
  line-height: 1;
  margin-top: 14px;
  text-transform: uppercase;
}

.fzg_kjsd_content {
  background: url(../images/pabout-main.png) no-repeat left 70px;
  background-size: 100% auto;
  background-position: center bottom;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 0 40px;
}

.fzg_kjsd_content .center {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fzg_kjsd_content .center::after {
  content: '';
  width: 32%;
}

.fzg_kjsd_content .center .item {
  width: 32%;
  font-size: 18px;
  margin-bottom: 20px;
}

.fzg_kjsd_content .center .item .item_img {
  width: 100%;
  height: 298px;
}

.fzg_kjsd_content .center .item .item_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.fzg_kjsd_content .center .item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fzg_kjsd_content .center .item p,
.fzg_kjsd_content .center .item .detail {
  text-align: center;
}

.fzg_kjsd_content .center .item p {
  width: 100%;
  margin: 20px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fzg_kjsd_content .center .item .detail img {
  width: 23px;
  height: 15px;
  vertical-align: middle;
}

.fzg_kjsd_content .center .item .detail span {
  font-size: 14px;
  color: #4c4c4c;
  vertical-align: middle;
}

.fzg_kjsd_content .center .item .detail .time {
  color: #d52f2f;
}

.fzg_kjsd_content .center .next {
  display: flex;
  justify-content: center;
}

.fzg_kjsd_content .center .next img {
  margin-top: 232px;
  width: 55px;
  height: 55px;
}


.pabout-main {
  background: url(../images/pabout-main.png) no-repeat left 70px;
}

.pabout-title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #242C39;
  padding: 65px 0;
  position: relative;
}

.pabout-title:before {
  content: '';
  background: #D1D1D1;
  width: 2px;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0;
}

.pabout-data {
  background: #fff;
  margin-top: 40px;
  padding: 24px 0;
  box-shadow: 0px 4px 16px rgba(113, 119, 122, 0.16);
}

.pabout-data dl {
  width: 25%;
  float: left;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.pabout-data dl:before {
  content: '';
  background: #e7e7e7;
  width: 1px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 8px;
}

.pabout-data dl:last-child:before {
  display: none;
}

.pabout-data dl dt .num {
  color: #E60012;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.pabout-data dl dd {
  margin-top: 15px;
}

.pabout-info {
  margin-top: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}


.pabout-team {
  margin-left: -50px;
  position: relative;
}

.pabout-team li {
  width: calc(33.33% - 50px);
  float: left;
  padding: 27px 30px;
  margin: 50px 0 0 50px;
  border: 2px #c8c9cc solid;
  transition: all 0.4s ease;
}

.pabout-team li .name {
  font-size: 24px;
}

.pabout-team li .title {
  font-size: 16px;
  color: #999;
  margin-top: 8px;
  padding-bottom: 32px;
  border-bottom: 1px #c4c4c4 solid;
}

.pabout-team li .work {
  margin-top: 32px;
  font-size: 16px;
  color: #999;
}

.pabout-team li .work dt {
  font-weight: bold;
}

.pabout-team li .work dd {
  margin-top: 8px;
  line-height: 30px;
  height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}

.pabout-team li:hover {
  background: #e70012;
  border-color: #e70012;
}

.pabout-team li:hover .name {
  color: #fff;
}

.pabout-team li:hover .title {
  color: #fff;
}

.pabout-team li:hover .work {
  color: #fff;
}


.pabout-honor {
  margin-left: -50px;
  position: relative;
}

.pabout-honor li {
  width: calc(20% - 50px);
  margin: 50px 0 0 50px;
  float: left;
  display: inline-block;
}

.pabout-honor li .pic {
  background: #FBFAF9;
  height: 340px;
  border: 1px solid #DBD9D7;
  position: relative;
}

.pabout-honor li .pic img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pabout-honor li .tit {
  line-height: 48px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px #dad9d7 solid;
}


.pabout-course {
  margin-top: 80px;
  position: relative;
}

.pabout-course:before {
  content: '';
  background-image: url(../images/about-courseBg.png);
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 78px;
  position: absolute;
  left: 0;
  top: 300px;
}

.pabout-course-sider {
  overflow: hidden;
}

.pabout-course-sider li {
  padding-left: 25px;
}

.pabout-course-sider li .li-iboxt {
  width: 290px;
  height: 300px;
  position: relative;
}

.pabout-course-sider li .ib-inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 30px 30px;
  border-left: 1px #888081 solid;
}

.pabout-course-sider li .ib-inner:before {
  content: '';
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -7px;
  top: 0;
  border: 1px #666 solid;
  border-radius: 50%;
  box-sizing: border-box;
}

.pabout-course-sider li .ib-inner .year {
  font-size: 20px;
  color: #E60012;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
}

.pabout-course-sider li .ib-inner .text {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  max-height: 230px;
  overflow-y: auto;
}

.pabout-course-sider li .ib-inner .text::-webkit-scrollbar {
  width: 5px;
}

.pabout-course-sider li .ib-inner .text::-webkit-scrollbar-track {
  background: #ccc;
}

.pabout-course-sider li .ib-inner .text::-webkit-scrollbar-thumb {
  background: #E60012;
}

.pabout-course-sider li:nth-child(2n+2) .li-iboxt {
  margin-top: 378px;
}

.pabout-course-sider li:nth-child(2n+2) .ib-inner {
  top: 0;
  bottom: auto;
  padding: 30px 15px 0 30px;
}

.pabout-course-sider li:nth-child(2n+2) .ib-inner:before {
  top: auto;
  bottom: 0;
}

.pabout-course-sider .swiper-button-next,
.pabout-course-sider .swiper-button-prev {
  background: url(../images/course-arrow.png) no-repeat;
  width: 78px;
  height: 78px;
  margin-top: -39px;
}

.pabout-course-sider .swiper-button-prev {
  left: -123px;
  transform: rotate(180deg);
}

.pabout-course-sider .swiper-button-next {
  right: -123px;
}



/**党群工作**/
.pparty-list {
  margin-top: 35px;
  border-top: 1px #dad9d7 solid;
}

.pparty-list li {
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px #dad9d7 solid;
  transition: all 0.4s ease;
}

.pparty-list li .date {
  min-width: 95px;
  text-align: right;
  color: #666;
  font-size: 18px;
  line-height: 1;
  transition: all 0.4s ease;
}

.pparty-list li .date .d {
  font-size: 36px;
  padding-bottom: 15px;
}

.pparty-list li .word {
  width: calc(87.6% - 105px);
  padding: 0 4.4%;
}

.pparty-list li .word .t {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s ease;
}

.pparty-list li .word .c {
  line-height: 24px;
  color: #888;
  height: 48px;
  margin-top: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}

.pparty-list li .view {
  color: #888;
  width: 12.4%;
  line-height: 95px;
  text-align: center;
  border-left: 1px #dad9d7 solid;
  transition: all 0.4s ease;
}

.pparty-list li:hover {
  background: #e70012;
  padding-left: 20px;
}

.pparty-list li:hover .date {
  color: #fff;
}

.pparty-list li:hover .word .t {
  color: #fff;
}

.pparty-list li:hover .word .c {
  color: #fff;
}

.pparty-list li:hover .view {
  color: #fff;
}


.ppage {
  padding-top: 65px;
  font-size: 0;
  text-align: center;
}

.ppage a {
  background: #fff;
  line-height: 42px;
  margin: 0 6px;
  vertical-align: top;
  padding: 0 16px;
  display: inline-block;
  font-size: 16px;
  color: #888;
  border: 1px #dad9d7 solid;
}

.ppage .nowpage {
  background: #e70012;
  line-height: 42px;
  margin: 0 6px;
  vertical-align: top;
  padding: 0 16px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 1px #e70012 solid;
}

.ppage a:hover {
  background: #e70012;
  color: #fff;
  border-color: #e70012;
}


/**企业文化**/
.pculture-sound {
  margin-left: -50px;
  position: relative;
}

.pculture-sound li {
  width: calc(25% - 50px);
  margin: 50px 0 0 50px;
  float: left;
  display: inline-block;
}

.pculture-sound li .thumb {
  background: #C4C4C4;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.pculture-sound li .thumb>span {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 0.6s ease;
}

.pculture-sound li .thumb .play {
  background: url(../images/play.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.pculture-sound li .title {
  line-height: 48px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px #dad9d7 solid;
}

.pculture-sound li:hover .thumb>span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


/**新闻中心**/
.pnews-first {
  background: #f9f8f6;
  margin-top: 30px;
}

.pnews-first .thumb {
  width: 48%;
  height: 380px;
  overflow: hidden;
}

.pnews-first .thumb span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.4s;
}

.pnews-first .word {
  width: 52%;
  padding: 60px;
}

.pnews-first .word .t {
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  /* height: 6em; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.pnews-first .word .d {
  /* display: inline-block; */
  color: #666;
  /* margin-top: 18px; */
}

.pnews-first .word .c {
  line-height: 24px;
  color: #888;
  margin-top: 15px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pnews-first .word .m {
  background: #E60012;
  width: 132px;
  line-height: 40px;
  color: #fff;
  /* display: inline-block; */
  /* margin-top: 20px; */
  text-align: center;
}

.pnews-first .word .m em {
  background: url(../images/more.png) no-repeat center;
  width: 12px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
}

.pnews-first:hover .thumb span {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}


.pnews-list {
  margin-left: -50px;
  position: relative;
}

.pnews-list li {
  width: calc(25% - 50px);
  margin: 50px 0 0 50px;
  float: left;
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 1px #dad9d7 solid;
}

.pnews-list li .thumb {
  background: #C4C4C4;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.pnews-list li .thumb>span {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 0.6s ease;
}

.pnews-list li .word {
  margin-top: 23px;
}

.pnews-list li .word .t {
  font-size: 16px;
  line-height: 2em;
  height: 6em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  transition: all 0.4s ease;
}

.pnews-list li .word .c {
  line-height: 24px;
  color: #888;
  margin-top: 15px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pnews-list li .word .f {
  /* margin-top: 25px; */
  line-height: 40px;
  color: #666;
}

.pnews-list li .word .f .view {
  background: #f9f8f6;
  width: 132px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  transition: all 0.6s ease;
}

.pnews-list li .word .f .view em {
  background: url(../images/more-gray.png) no-repeat center;
  width: 12px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
}

.pnews-list li:hover .thumb span {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.pnews-list li:hover .word .f .view {
  background: #e70012;
  color: #fff;
}

.pnews-list li:hover .word .f .view em {
  background: url(../images/more.png) no-repeat center;
}


.pnews-detaTop .t {
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 20px;
}

.pnews-detaTop .c {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}

.pnews-detaTop .c span {
  color: #999;
  line-height: 46px;
  float: left;
  margin-right: 40px;
}

.pnews-detaInfo {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  color: #666;
  padding: 30px 0;
}
.pnews-detaInfo video{
  display: block;
  margin: 0 auto;
  width: 1080px;
}


.pnews-detaPage {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px #eee solid;
}

.pnews-detaPage a {
  max-width: 50%;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pnews-detaPage a.prev {
  background: url(../images/page-prev.png) no-repeat left center;
  padding-left: 72px;
}

.pnews-detaPage a.next {
  background: url(../images/page-next.png) no-repeat right center;
  padding-right: 72px;
}



/**联系我们**/
.pcontact-top {
  padding: 65px 0 22px 0;
  border-bottom: 1px #dad9d7 solid;
}

.pcontact-top .title {
  font-size: 30px;
  line-height: 1;
  color: #4B4948;
  font-weight: 900;
}

.pcontact-top .add {
  background: url(../images/add.png) no-repeat left center;
  padding-left: 35px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
}

.pcontact-inner {
  padding: 22px 0;
}

.pcontact-inner li {
  height: 110px;
  float: left;
  margin-right: 6.9%;
  display: inline-block;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcontact-inner li .icon {
  width: 48px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.pcontact-inner li .code-img {
  width: 110px;
}


.pmessage-filed li {
  overflow: hidden;
  margin-top: 40px;
}

.pmessage-filed li .aside {
  width: 48.2%;
}

.pmessage-filed li label {
  display: block;
  font-size: 16px;
  padding-bottom: 20px;
}

.pmessage-filed li .red {
  color: #E60012;
}

.pmessage-filed li .inpt {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  color: #999;
  vertical-align: top;
  border: 1px solid #DBD9D7;
}

.pmessage-filed li .inpt::-webkit-input-placeholder {
  color: #999;
}

.pmessage-filed li .area {
  width: 100%;
  height: 178px;
  padding: 10px 15px;
  font-size: 16px;
  color: #999;
  vertical-align: top;
  border: 1px solid #DBD9D7;
  resize: none;
}

.pmessage-filed li .yzm-img {
  width: 128px;
  height: 50px;
  float: left;
  border: 1px solid #DBD9D7;
}

.pmessage-filed li .yzm-inpt {
  width: 345px;
  margin-left: 40px;
}

.pmessage-filed li .czbtn {
  background: #DAC289;
  width: 102px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  float: left;
  text-align: center;
  cursor: pointer;
}

.pmessage-filed li .tjbtn {
  background: #E60012 url(../images/tjbtn-line.png) no-repeat 35px center;
  width: 260px;
  height: 50px;
  padding-left: 192px;
  line-height: 50px;
  color: #fff;
  float: left;
  margin-left: 20px;
  text-align: left;
  cursor: pointer;
}


/**基本信息**/
.public-main {
  padding-top: 70px;
}

.public-left {
  width: 230px;
}

.public-left .pu-title {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  padding-bottom: 15px;
}

.public-left .pu-menu {
  border-top: 1px #DBD9D7 solid;
}

.public-left .pu-menu a {
  text-align: center;
  line-height: 22px;
  padding: 22px 0;
  display: block;
  font-size: 16px;
  color: #666;
  border-bottom: 1px #DBD9D7 solid;
}

.public-left .pu-menu a.active,
.public-left .pu-menu a:hover {
  background: #e70012;
  color: #fff;
}

.public-right {
  width: 100%;
  min-height: 600px;
  position: relative;
  margin-top: 50px;
}

/*.public-right:before{ content:''; background:#dad9d5; width:1px; height:calc(100% - 47px); position:absolute; top:47px; left:0;}*/
.public-right-head {
  line-height: 32px;
  padding-bottom: 15px;
  border-bottom: 1px #C4C4C4 solid;
}

.public-right-head .cn {
  font-size: 24px;
  color: #666;
  position: relative;
  padding-left: 19px;
}

.public-right-head .cn:before {
  content: '';
  background: #666;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.public-right-head .add {
  color: #999;
}

.public-members {
  margin-left: -37px;
  position: relative;
}

.public-members li {
  width: calc(33.33% - 37px);
  margin: 32px 0 0 37px;
  float: left;
  display: inline-block;
}

.public-members li .pic {
  height: 260px;
  overflow: hidden;
}

.public-members li .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .19s ease-in;
}

.public-members li .tit {
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  border-bottom: 1px #C4C4C4 solid;
}

.public-members li:hover .pic img {
  transform: scale(1.1);
  transition: .22s ease-out
}

.public-right .pabout-honor {
  margin-left: -37px;
}

.public-right .pabout-honor li {
  width: calc(25% - 37px);
  margin: 37px 0 0 37px;
}

.public-right .pabout-team {
  margin-left: -37px;
}

.public-right .pabout-team li {
  width: calc(33.33% - 37px);
  margin: 37px 0 0 37px;
  padding: 25px;
}

.public-right .pabout-team li .title {
  padding-bottom: 20px;
}

.public-right .pparty-list {
  margin-top: 0;
  border: 0;
}

.public-right .pnews-detaTop {
  margin-top: 40px;
}

.public-right .pnews-detaTop .t {
  font-size: 32px;
}


/**手机导航**/
.menus {
  background: #E60012;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3%;
  top: 8px;
  cursor: pointer;
  display: none;
}

.menus .burger {
  background: #fff;
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  left: 6px;
  transition: transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transition: transform 277ms ease-in-out;
  -o-transition: 277ms ease-in-out;
  -ms-transition: 277ms ease-in-out;
  -moz-transition: 277ms ease-in-out;
}

.menus .burger-1 {
  top: 10px;
}

.menus .burger-2 {
  top: 19px;
}

.menus .burger-3 {
  bottom: 9px;
}

.menus.active .burger-1 {
  top: 19px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.menus.active .burger-2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  background: #fff;
}

.menus.active .burger-3 {
  top: 19px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.navfix {
  background: #E60012;
  width: 100%;
  height: 100%;
  padding-top: 56px;
  overflow-y: auto;
  position: fixed;
  left: 0%;
  top: 0;
  display: none;
  z-index: 99;
}

.navfix.on .navwrs {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.navwrs {
  position: relative;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}

.navlist {
  width: 100%;
  padding-top: 30px;
  transition: 0.35s;
}

.navlist.actives {
  width: 37.5%;
}

.navlist>li>a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  line-height: 52px;
  position: relative;
  transition: 0s;
}

.navlist>li>a.now {
  color: #E60012;
  background: #fff;
  transition: 0.35s;
}

.levalbox {
  width: 62.5%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 30px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0;
  overflow: hidden;
}

.levalbox:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right 0;
  transition: 0;
}

.levalin {
  opacity: 0;
  position: relative;
  width: 100%;
  left: 5%;
  transition: 0s;
  z-index: 6;
}

.levalbox.on {
  opacity: 1;
  visibility: visible;
  transition: 0.35s;
}

.levalbox.on:before {
  width: 100%;
  transition: 0.35s;
}

.levalbox.on .levalin {
  opacity: 1;
  left: 0;
  transition: 0.35s 0.3s;
}

.levalmenu {
  position: relative;
}

.levalmenu li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 16px;
}

.email-boxs{
    cursor: pointer;
width: 200px;
  margin-right: 10px;
    height: 65px;
    margin-top: 10px;
 background: #DB2D32;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    display: flex;
    padding: 12px;
    text-align: start;
    align-items: center;
color: #ffffff;
}
.email-boxs .email-boxs-text{
flex: 1;
    margin-left: 12px;
}

.email-boxs .h{
display: none;
}



/* 蜀道班列服务平台 */
.bay_window{
    position: fixed;
    right: 10px;
    top: 140px;
    z-index: 50;
    max-width: 9vw;
    text-align: right;
    border-radius: 7px;
    overflow: hidden;
}
.bay_window .delete{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 20px
}
.bay_window .delete:hover{
    background-color:#000000;
}
.bay_window img{
    position: relative;
    z-index: 1;
    max-width: 100%;
}