html {
  -webkit-text-size-adjust: none;
}
.weizi {
  font-size:16px; 
  padding-top: 38px;
}
.weizi p a{
  color: #333; 
}
.hadheight {
  height: 65px !important;
}
.hadbox-sec5 {
  display: none !important;
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
  .weizi {
    font-size: 16px;
    padding-top: 35px;
}
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
}

.banner .clearfix .main-box {
  height: 400px;
}
.banner .clearfix .ss {
  text-align: center;
  background: rgb(131 131 131 / 50%);
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0px 18%;
  width: 65%;
  padding: 18px;
}
.banner .clearfix .ss h2{
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-weight:600;
}
.banner .clearfix .ss p{
  font-weight:600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 1560px) {
  .banner .clearfix .ss{
    top: 20%;  
  }
}
@media (max-width: 978px) {
  .banner .clearfix .main-box {
    height: 280px;
}
  .banner .clearfix .ss{
    margin: 0px 5%;
    width: 90%;  
  }
  .banner .clearfix .ss h2 {
    font-size: 28px;
  }
  .banner .clearfix .ss{
    top: 25%;  
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("/skin/image/ifold1.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #EE5E2C;
  color: #EE5E2C;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #EE5E2C;
  border: 1px solid #EE5E2C;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #EE5E2C;
  background: #EE5E2C;
}
.l-btn.green:hover {
  background: #EE5E2C;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #ee8460;
  background: #ee8460;
}
.l-btn.orange:hover {
  border: 1px solid #ee8460;
  background: #ee8460;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #33465b;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.detail-content {
  background: rgb(246, 248, 252);
}
.detail-content .l-container {
  display: flex;
}
.detail-content .l-content {
  width: calc( 100% - 300px );
  margin-right: 20px;
}
.detail-content .l-content .t-content {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.detail-content .l-content .t-content h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
.detail-content .l-content .t-content h3:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  width: 4px;
  height: 30px;
  background: #EE5E2C;
}
.detail-content .l-content .t-content .play-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/skin/image/video-btn1.svg) center no-repeat;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-content .l-content .t-content .play-icon::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 1;
  -webkit-animation: water 1s linear infinite;
  animation: water 1s linear infinite;
}
.detail-content .l-content .t-content .close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(/skin/image/close.svg) center no-repeat;
  background-size: 100% 100%;
  right: 40px;
  top: 40px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.detail-content .l-content .t-content .video-box {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.detail-content .l-content .t-content .video-box img {
  width: 100%;
}
.detail-content .l-content .t-content video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:100%;
  width: 100%;
  object-fit: fill;
}
.detail-content .l-content .t-content .info-box p:nth-child(1) {
  display: inline-block;
}
.detail-content .l-content .t-content .info-box p:nth-child(1) span {
  font-size: 14px;
  color: #EE5E2C;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.detail-content .l-content .t-content .info-box p:nth-child(1) span.span1 {
  background: rgba(112, 207, 216, 0.2);
}
.detail-content .l-content .t-content .info-box p:nth-child(1) span.span2 {
  color: #136bfd;
  background: rgba(45, 110, 244, 0.2);
}
.detail-content .l-content .t-content .info-box p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
.detail-content .l-content .t-content .info-box p:nth-child(3) {
  float: right;
  font-size: 16px;
  color: #EE5E2C;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.detail-content .l-content .t-content .info-box p:nth-child(3) img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.detail-content .l-content .b-content {
  background: #fff;
  padding: 30px;
}
.detail-content .l-content .b-content .goask {
  float: right;
}
.detail-content .l-content .b-content .goask .ask-img {
  width: 14px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.detail-content .l-content .b-content .goask div {
  display: inline-block;
  vertical-align: middle;
}
.detail-content .l-content .b-content .goask div span {
  font-size: 16px;
  color: #136bfd;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.detail-content .l-content .b-content .content-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.detail-content .l-content .b-content .tab_btn {
  border-bottom: 1px solid #dcdee2;
}
.detail-content .l-content .b-content .tab_btn li {
  padding-bottom: 10px;
  width: 90px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  color: #000;
  cursor: pointer;
}
.detail-content .l-content .b-content .tab_btn li.active {
  border-color: #EE5E2C;
}
.detail-content .l-content .b-content .tab_item {
  padding-top: 20px;
  padding-bottom: 30px;
}
.detail-content .l-content .b-content .ppt-title .ppt-icon {
  width: 20px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.detail-content .l-content .b-content .ppt-title .ppt {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 20px;
}
.detail-content .l-content .b-content .ppt-title .ppt-down {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.detail-content .l-content .b-content .ppt-title .ppt-down-title {
  font-size: 14px;
  color: #EE5E2C;
  letter-spacing: 0;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.detail-content .l-content .b-content p.tab-title-ppt {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.detail-content .l-content .b-content p img {
  width: 100%;
}
.detail-content .r-content {
  width: 385px;
}
.detail-content .r-content .search {
  width: 354px;
  height: 60px;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
}
.detail-content .r-content .search input {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 4px;
  padding-left: 15px;
  overflow: hidden;
  border: none;
  transition: all 0.3s;
}
.detail-content .r-content .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.detail-content .r-content .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.detail-content .r-content .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.detail-content .r-content .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.detail-content .r-content .search .sousu{
    width: 12%;
    background: url(../image/sousuo.png) center no-repeat;
    position: absolute;
    left: 290px;
}
.detail-content .r-content .search i {
  width: 16px;
  height: 16px;
  background: url(/skin/image/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
}
.detail-content .r-content .list_1 {
  padding: 20px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 20px;
}
.detail-content .r-content .list_1 .title_s {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 5px;
  position: relative;
}
.detail-content .r-content .list_1 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #EE5E2C;
}
.detail-content .r-content .list_1 .display-inline-flex a {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.detail-content .r-content .list_1 .display-inline-flex a img {
  width: 8%;
  margin-right: 10px;
}
.detail-content .r-content .list_1 .display-inline-flex a .text_p {
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 20px;
}
.detail-content .r-content .list_1 .display-inline-flex a div p{
   font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.detail-content .r-content .list_1 .display-inline-flex a:hover .text_p {
  color: #EE5E2C;
}
.detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.detail-content .r-content .list_2 {
  padding: 20px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 20px;
}
.detail-content .r-content .list_2 .title_s {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 5px;
  position: relative;
}
.detail-content .r-content .list_2 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #EE5E2C;
}
.detail-content .r-content .list_2 .display-inline-flex a {
  margin-bottom: 20px;
  display: flex;
}
.detail-content .r-content .list_2 .display-inline-flex a img {
  width: 48px;
  margin-right: 10px;
}
.detail-content .r-content .list_2 .display-inline-flex a .text_p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-content .r-content .list_2 .display-inline-flex a .date {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-content .r-content .list_2 .display-inline-flex a:hover .text_p {
  color: #EE5E2C;
}
@media (max-width: 978px) {
  .detail-content {
    background: #f4f5fa;
    padding-top: 28px;
  }
  .detail-content .l-container {
    display: block;
    padding: 0;
  }
  .detail-content .l-content {
    width: 100%;
    margin-right: 0;
  }
  .detail-content .l-content .t-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
  }
  .detail-content .l-content .t-content h3:after {
    display: none;
  }
  .detail-content .l-content .t-content .play-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/skin/image/video-btn1.svg) center no-repeat;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
  }
  .detail-content .l-content .t-content .play-icon::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1;
    -webkit-animation: water 1s linear infinite;
    animation: water 1s linear infinite;
  }
  .detail-content .l-content .t-content .close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(/skin/image/close.svg) center no-repeat;
    background-size: 100% 100%;
    right: 40px;
    top: 40px;
    z-index: 2;
    cursor: pointer;
    display: none;
  }
  .detail-content .l-content .t-content .video-box {
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }
  .detail-content .l-content .t-content .video-box img {
    width: 100%;
  }
  .detail-content .l-content .t-content video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) {
    display: inline-block;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) span {
    font-size: 12px;
    color: #EE5E2C;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) span.span1 {
    background: rgba(112, 207, 216, 0.2);
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) span.span2 {
    color: #136bfd;
    background: rgba(45, 110, 244, 0.2);
  }
  .detail-content .l-content .t-content .info-box p:nth-child(2) {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(3) {
    float: right;
    font-size: 14px;
    color: #EE5E2C;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(3) img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .detail-content .l-content .b-content {
    background: #fff;
    padding: 20px 0;
  }
  .detail-content .l-content .b-content .goask {
    float: right;
  }
  .detail-content .l-content .b-content .goask .ask-img {
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
  }
  .detail-content .l-content .b-content .goask div {
    display: inline-block;
    vertical-align: middle;
  }
  .detail-content .l-content .b-content .goask div span {
    font-size: 14px;
    color: #136bfd;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-right: 10px;
  }
  .detail-content .l-content .b-content .content-box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .detail-content .l-content .b-content .tab_btn {
    border-bottom: 1px solid #dcdee2;
  }
  .detail-content .l-content .b-content .tab_btn li {
    padding-bottom: 10px;
    width: 65px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
  }
  .detail-content .l-content .b-content .tab_btn li.active {
    border-color: #EE5E2C;
  }
  .detail-content .l-content .b-content .tab_item {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-content .l-content .b-content .ppt-title .ppt-icon {
    width: 20px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .detail-content .l-content .b-content .ppt-title .ppt {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
  }
  .detail-content .l-content .b-content .ppt-title .ppt-down {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .detail-content .l-content .b-content .ppt-title .ppt-down-title {
    font-size: 14px;
    color: #EE5E2C;
    letter-spacing: 0;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
  .detail-content .l-content .b-content p.tab-title-ppt {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .detail-content .l-content .b-content p img {
     width: 100% !important;
  }
  .detail-content .r-content {
    width: 100%;
    margin-top: 10px;
  }
  .detail-content .r-content .search {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 60px;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
  }
  .detail-content .r-content .search input {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 18px;
    padding-left: 15px;
    overflow: hidden;
    background: #f4f5fa;
    border: none;
    transition: all 0.3s;
  }
  .detail-content .r-content .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
  }
  .detail-content .r-content .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
  }
  .detail-content .r-content .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
  }
  .detail-content .r-content .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
  }
  .detail-content .r-content .search i {
    width: 16px;
    height: 16px;
    background: url(/skin/image/search-icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 23px;
    cursor: pointer;
  }
  .detail-content .r-content .list_1 {
    padding: 20px;
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 10px;
  }
  .detail-content .r-content .list_1 .title_s {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .detail-content .r-content .list_1 .display-inline-flex a .date {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .detail-content .r-content .list_1 .display-inline-flex a:hover .text_p {
    color: #EE5E2C;
  }
  .detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }
  .detail-content .r-content .list_2 {
    padding: 20px;
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 10px;
  }
  .detail-content .r-content .list_2 .title_s {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .detail-content .r-content .list_2 .display-inline-flex a {
    margin-bottom: 20px;
    display: flex;
  }
  .detail-content .r-content .list_2 .display-inline-flex a img {
    width: 48px;
    margin-right: 10px;
  }
  .detail-content .r-content .list_2 .display-inline-flex a .text_p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .detail-content .r-content .list_2 .display-inline-flex a .date {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .detail-content .r-content .list_2 .display-inline-flex a:hover .text_p {
    color: #EE5E2C;
  }
}
.form-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.form-box .main {
  width: 530px;
  position: absolute;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.form-box .main a.close {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  background: url("/skin/image/close1.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9999;
}
.form-box .main h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
.form-box .main .inner {
  position: relative;
  max-width: 440px;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.form-box .main .inner > p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.form-box .main .inner .form-item {
  margin-bottom: 15px;
  position: relative;
}
.form-box .main .inner .form-item:after {
  display: none;
  content: "*";
  font-size: 20px;
  position: absolute;
  color: #f66f6a;
  left: 8px;
  top: 3px;
}
.form-box .main .inner .form-item input {
  height: 44px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 44px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.form-box .main .inner .form-item input:-webkit-autofill,
.form-box .main .inner .form-item input:-webkit-autofill:hover,
.form-box .main .inner .form-item input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow: 0 0 0 60px #fff inset;
  /*字的颜色*/
}
.form-box .main .inner .form-item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.form-box .main .inner .form-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form-box .main .inner .form-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.form-box .main .inner .form-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.form-box .main .inner .form-item .tip {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #EE5E2C;
}
.form-box .main .inner .form-item #yzm {
  width: 100%;
  margin-right: 0;
}
.form-box .main .inner .form-item .yzm {
  display: inline-block;
  width: 120px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 30px;
  overflow: hidden;
}
.form-box .main .inner .form-item .yzm button {
  width: 120px;
  height: 42px;
  border: none;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  color: #1198f6;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 400;
}
.form-box .main .inner .form-item .select-box {
  position: relative;
}
.form-box .main .inner .form-item .select-box .select-info {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 30px;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}
.form-box .main .inner .form-item .select-box .select-info span {
  width: 100%;
  display: inline-block;
}
.form-box .main .inner .form-item .select-box .select-info i {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 20px;
  background: url(/skin/image/ifold1.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.form-box .main .inner .form-item .select-box .select-info i.active {
  transform: rotatex(0);
}
.form-box .main .inner .form-item .select-box .select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
  display: none;
  overflow: hidden;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-box .main .inner .form-item .select-box .select-list ul {
  max-height: 180px;
  overflow-y: auto;
  padding: 0;
}
.form-box .main .inner .form-item .select-box .select-list ul::-webkit-scrollbar {
  width: 5px;
}
.form-box .main .inner .form-item .select-box .select-list ul li {
  padding: 10px 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.form-box .main .inner .form-item .select-box .select-list ul li:hover {
  background: rgba(78, 206, 214, 0.3);
}
.form-box .main .inner .form-item .aaa .select-info {
  color: #000 !important;
}
.form-box .main .inner .form-item.error input,
.form-box .main .inner .form-item.error .select-box .select-info {
  border-color: #EE5E2C;
}
.form-box .main .inner .form-item.success input,
.form-box .main .inner .form-item.success .select-box .select-info {
  border-color: #EE5E2C;
}
.form-box .main .inner .ysbhfr-wrap {
  margin-bottom: 10px;
  margin-top: 30px;
}
.form-box .main .inner .ysbhfr-wrap span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(/skin/image/checkbox-default.png) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  margin-right: 3px;
  cursor: pointer;
}
.form-box .main .inner .ysbhfr-wrap span.active {
  background: url(/skin/image/checkbox-active.png) center no-repeat;
  background-size: 100% 100%;
}
.form-box .main .inner .ysbhfr-wrap a {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.form-box .main .inner .ysbhfr-wrap a i {
  font-style: normal;
  font-size: 14px;
  color: #585c89;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.form-box .main .inner .submit-wrap {
  width: 100%;
  background: #1198f6;
  border-radius: 30px;
  height: 48px;
}
.form-box .main .inner .submit-wrap button {
  width: 100%;
  height: 100%;
  border: 1px solid #1198f6;
  border-radius: 30px;
  background: #1198f6;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 400;
  transition: all 0.3s;
}
.form-box .main .inner .submit-wrap button:hover {
  background: #46b2ff;
  border: 1px solid #46b2ff;
}
.form-box .main.main2 {
  display: none;
}
.form-box .main .yzm-wrap {
  width: 290px;
  display: inline-block;
  margin-right: 5px;
}
.form-box .main .yzm-wrap + div {
  width: 140px;
  display: inline-block;
}
.form-box .tips-box {
  position: absolute;
  bottom: -30px;
}
.form-box .tips-box p {
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.form-box .tips-box .success {
  color: #EE5E2C;
}
.form-box .tips-box .error {
  color: #EE5E2C;
}
@media (max-width: 978px) {
  .form-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .form-box .main {
    width: 315px;
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .form-box .main a.close {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    background: url("/skin/image/close1.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9999;
  }
  .form-box .main h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
  }
  .form-box .main .inner {
    position: relative;
    max-width: 440px;
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .form-box .main .inner > p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .form-box .main .inner .form-item {
    margin-bottom: 10px;
    position: relative;
  }
  .form-box .main .inner .form-item:after {
    display: none;
    content: "*";
    font-size: 20px;
    position: absolute;
    color: #f66f6a;
    left: 8px;
    top: 3px;
  }
  .form-box .main .inner .form-item input {
    height: 36px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding-left: 12px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .form-box .main .inner .form-item input:-webkit-autofill,
  .form-box .main .inner .form-item input:-webkit-autofill:hover,
  .form-box .main .inner .form-item input:-webkit-autofill:focus {
    /*背景颜色*/
    box-shadow: 0 0 0 60px #fff inset;
    /*字的颜色*/
  }
  .form-box .main .inner .form-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
  }
  .form-box .main .inner .form-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
  }
  .form-box .main .inner .form-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
  }
  .form-box .main .inner .form-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
  }
  .form-box .main .inner .form-item .tip {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 20px;
    color: #EE5E2C;
  }
  .form-box .main .inner .form-item #yzm {
    width: 100%;
    margin-right: 0;
  }
  .form-box .main .inner .form-item .yzm {
    display: inline-block;
    width: 86px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 30px;
    overflow: hidden;
  }
  .form-box .main .inner .form-item .yzm button {
    width: 86px;
    height: 34px;
    border: none;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    color: #1198f6;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 400;
  }
  .form-box .main .inner .form-item .select-box {
    position: relative;
  }
  .form-box .main .inner .form-item .select-box .select-info {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 30px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .form-box .main .inner .form-item .select-box .select-info span {
    width: 100%;
    display: inline-block;
  }
  .form-box .main .inner .form-item .select-box .select-info i {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 15px;
    background: url(/skin/image/ifold1.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    transform: rotateX(180deg);
  }
  .form-box .main .inner .form-item .select-box .select-info i.active {
    transform: rotatex(0);
  }
  .form-box .main .inner .form-item .select-box .select-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    border: 1px solid #d6d6d6;
    margin-top: -1px;
    display: none;
  }
  .form-box .main .inner .form-item .select-box .select-list ul {
    padding: 0;
    max-height: 110px;
  }
  .form-box .main .inner .form-item .select-box .select-list ul li {
    padding: 10px 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .form-box .main .inner .form-item .select-box .select-list ul li:hover {
    background: rgba(78, 206, 214, 0.3);
  }
  .form-box .main .inner .form-item .aaa .select-info {
    color: #000 !important;
  }
  .form-box .main .inner .form-item.error input,
  .form-box .main .inner .form-item.error .select-box .select-info {
    border-color: #EE5E2C;
  }
  .form-box .main .inner .form-item.success input,
  .form-box .main .inner .form-item.success .select-box .select-info {
    border-color: #EE5E2C;
  }
  .form-box .main .inner .ysbhfr-wrap {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .form-box .main .inner .ysbhfr-wrap span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(/skin/image/checkbox-default.png) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    margin-right: 3px;
    cursor: pointer;
  }
  .form-box .main .inner .ysbhfr-wrap span.active {
    background: url(/skin/image/checkbox-active.png) center no-repeat;
    background-size: 100% 100%;
  }
  .form-box .main .inner .ysbhfr-wrap a {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .form-box .main .inner .ysbhfr-wrap a i {
    font-style: normal;
    font-size: 12px;
    color: #585c89;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
  }
  .form-box .main .inner .submit-wrap {
    width: 100%;
    background: #1198f6;
    border-radius: 30px;
    height: 40px;
  }
  .form-box .main .inner .submit-wrap button {
    width: 100%;
    height: 100%;
    border: 1px solid #1198f6;
    border-radius: 30px;
    background: #1198f6;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .form-box .main .inner .submit-wrap button:hover {
    background: #46b2ff;
    border: 1px solid #46b2ff;
  }
  .form-box .main.main2 {
    display: none;
  }
  .form-box .main .yzm-wrap {
    width: 180px;
    display: inline-block;
    margin-right: 5px;
  }
  .form-box .main .yzm-wrap + div {
    width: 85px;
    display: inline-block;
  }
  .form-box .tips-box {
    position: absolute;
    bottom: -30px;
  }
  .form-box .tips-box p {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
  .form-box .tips-box .success {
    color: #EE5E2C;
  }
  .form-box .tips-box .error {
    color: #EE5E2C;
  }
}
.ysbhfr {
  width: 100%;
  overflow: hidden;
  height: 1400px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  display: none;
}
.ysbhfr strong,
.ysbhfr .strong {
  font-weight: bold;
}
.ysbhfr .ysbh_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
}
.ysbhfr .ysbh_c {
  width: 60%;
  background-color: #fff;
  position: absolute;
  left: 20%;
  top: 5vh;
  height: 90vh;
}
.ysbhfr .ysbh_c a.close {
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
  background: url("/skin/image/close1.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9999;
}
.ysbhc_slide {
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}
.ysbhc_slide .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ysbhc_slide .swiper-slide h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  margin-top: 60px;
}
.ysbhc_slide .swiper-slide h2 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  font-weight: bold;
}
.ysbhc_slide .swiper-slide p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666;
}
.ysbhc_slide .swiper-slide p:last-child {
  padding-bottom: 60px;
}
.jfa_06 {
    overflow: hidden;
    padding: 0.45rem 0px 0.45rem 0px;
}

.jfa_06 p {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.jfa_06 p.p1 {
    font-size: 28px;
    color: #181818;
    line-height: 2;
}

.jfa_06 p.p2 {
    font-size: 18px;
    color: #181818;
    line-height: 1.5;
}

.jfa_06 p.p3 {
    margin-top: 0.27rem;
    overflow: visible;
}

.jfa_06 p.p3 a {
    display: inline-block;
    line-height: 0.53rem;
    padding: 0px 0.35rem;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #ee8460;
    border-radius: 0.4rem;
}
.jfa_06 p.p3:hover {
    opacity: 0.9;
}

.jfa_06 p.p4 {
    margin-top: 0.12rem;
    font-size: 18px;
    color: #434343;
    line-height: 0.23rem;
}
@media (max-width: 978px) {
  .ysbhfr .ysbh_c {
    width: 90%;
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 5vh;
    height: 90vh;
  }
  .ysbhfr .ysbh_c a.close {
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .ysbhc_slide {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
  }
  .ysbhc_slide .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jfa_06 p.p1 {
        font-size: 20px;
        line-height: 40px;
    }

    .jfa_06 p.p2 {
        font-size: 14px;
        line-height: 24px;
    }

    .jfa_06 p.p3 {
        margin-top: 20px;
    }

    .jfa_06 p.p3 a {
        font-size: 14px;
        line-height: 34px;
        border-radius: 34px;
        padding: 0px 20px;
    }

    .jfa_06 p.p4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
}
