.banner {
  background: #111111;
  font-size: 0px;
}

.banner_title {
  position: absolute;
  top: 220px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1920px;
}
.banner_title p {
  text-align: center;
  font-size: 22px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 100px;
}

/*nav*/
.nav_second {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -58px;
}
.nav_second.active {
  background: #0e1010;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 21;
}
.nav_second.active_02 {
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 999;
}

.nav_second ul li {
  width: 165px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  float: left;
}
.nav_second ul li a {
  display: block;
  background: #eb610f;
  border-right: 1px solid #717070;
  color: #ffffff;
  font-size: 16px;
  font-weight: lighter;
}
.nav_second ul li:last-child a {
  border-right: none;
}
.nav_second ul li.active a {
  background: #ffffff;
  color: #252525;
}
.nav_second ul li:hover a {
  background: #ffffff;
  color: #252525;
}
.product_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  position: relative;
}
.product_list li {
  width: 33.3333%;
  height: 18%;
  position: relative;
  overflow: hidden;
}
.index_title {
  letter-spacing: 4px;
  margin-bottom: 5%;
}
.product_list li div.position_100 {
  border-radius: 50%;
  transform: scale(0.6, 0.8);
  -webkit-transform: scale(0.6, 0.8);
  -ms-transform: scale(0.6, 0.8);
  -o-transform: scale(0.6, 0.8);
  transition: 0.38s all ease-in-out;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
.product_list li img {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
}
/*.product_list li:hover img,.article_list li img.new_cover:hover{*/
/*-moz-transform: scale(1.04);*/
/*-ms-transform: scale(1.04);*/
/*-webkit-transform: scale(1.04);*/
/*transform: scale(1.04);*/
/*}*/
.product_list li .cover {
  /*left: -100%;*/
  /*-webkit-transition: left 0.25s ease-in;*/
  /*-o-transition: left 0.25s ease-in;*/
  /*transition: left 0.25s ease-in;*/
  /*-webkit-transition-delay: .05s;*/
  /*-o-transition-delay: .05s;*/
  /*transition-delay: .05s;*/
  background: rgba(39, 29, 27, 0.83);
}
.product_list li:hover div.position_100 {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/*.product_list li:hover .cover{*/
/*left: 0;*/
/*}*/
.product_list li .cover i {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.product_list li .inside {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  top: 1%;
  overflow: hidden;
  left: 10%;
}

.product_list li .inside a {
  display: block;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  /*margin-top: 12px;*/
}

.product_list li .inside .case_href {
  display: block;
  width: 127px;
  height: 34px;
  background: #fa5721;
  color: #e1e1e1;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  /*margin-top: 42px;*/
}
.product_list li .inside a {
  /*-webkit-transform:translateX(-200%) translateZ(0);*/
  /*transform: translateX(-200%) translateZ(0);*/
  /*-webkit-transition: all 0.35s ease-in;*/
  /*-o-transition: all 0.35s ease-in;*/
  /*transition: all 0.35s ease-in;*/
  /*-webkit-transition-delay: .14s;*/
  /*-o-transition-delay: .14s;*/
  /*transition-delay: .14s;*/
}
.product_list li .inside img {
  /*-webkit-transform:translateX(-300%) translateZ(0);*/
  /*transform: translateX(-300%) translateZ(0);*/
  /*-webkit-transition: all 0.45s ease-in;*/
  /*-o-transition: all 0.45s ease-in;*/
  /*transition: all 0.45s ease-in;*/
  /*-webkit-transition-delay: .14s;*/
  /*-o-transition-delay: .14s;*/
  /*transition-delay: .14s;*/
}
/*.product_list li:hover .inside a{*/
/*-webkit-transform: translateX(0) translateZ(0);*/
/*transform: translateX(0) translateZ(0);*/
/*-webkit-transition: all .35s ease-out;*/
/*-o-transition: all .35s ease-out;*/
/*transition: all .35s ease-out;*/
/*opacity: 1;*/
/*}*/
/*.product_list li:hover .inside img{*/
/*-webkit-transform: translateX(0) translateZ(0);*/
/*transform: translateX(0) translateZ(0);*/
/*-webkit-transition: all .45s ease-out;*/
/*-o-transition: all .45s ease-out;*/
/*transition: all .45s ease-out;*/
/*opacity: 1;*/
/*}*/
.product_list li .inside .case_href:hover {
  background: #333333;
  color: #fa5721;
}
/*pagnation*/
.pagnation {
  height: 128px;
  background: #1a191a;
  overflow: hidden;
  position: relative;
}
.pagnation .changePage {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #eb610f;
  font-size: 20px;
  display: block;
  font-weight: lighter;
  margin: 44px auto;
}
.pagnation .total_page {
  position: absolute;
  top: 56px;
  right: 177px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: center;
}
.pagnation .total_page a.prev {
  background: url('../images/prev.png') no-repeat 0 0;
  display: block;
  width: 11px;
  height: 20px;
}
.pagnation .total_page a.next {
  background: url('../images/right.png') no-repeat 0 0;
  display: block;
  width: 11px;
  height: 20px;
  margin-right: 24px;
}
.pagnation .total_page input {
  outline: none;
  border: none;
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 15px;
  width: 76px;
  text-align: center;
  font-size: 14px;
}
/* swipper */

.index_container_outside .swiper-button-prev,
.relate_swiper .swiper-button-prev {
  background-image: url(../images/left_active.png) !important;
  background-size: 27px 70px;
  left: 0px !important;
  right: auto;
}
.index_container_outside .swiper-button-next,
.relate_swiper .swiper-button-next {
  background-image: url(../images/right_active.png) !important;
  background-size: 27px 70px;
  right: 0px !important;
  left: auto;
}
.index_swiper .swiper-slide {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
}
.index_container_outside .swiper-button-next,
.index_container_outside .swiper-button-prev {
  width: 27px;
  height: 70px;
  z-index: 1;
}
.index_container_outside .swiper-button-next.swiper-button-disabled,
.index_container_outside .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.index_container_outside .swiper-button-next.swiper-button-disabled,
.relate_swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/right_disable.png) !important;
}
.index_container_outside
  .swiper-button-prev.swi.product_listper-button-disabled,
.relate_swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/left_disable.png) !important;
}

/* footer */
/* footer */
.footer {
  position: relative;
  width: 100%;
}
.index_container {
  height: 230px;
}
.footer-main {
  width: 100%;
  /*border-bottom: 5px solid #2c2c2c;*/
  /*background: url("../images/footer/footer1.png") center top;*/
  background: #121212;
  /* box-shadow: 0 -2px 0px #3d3d3d, 0 -3px 5px #353434, 0 -5px 0px #3d3d3d; */
}

.footer-floor {
  width: 100%;
  background: #121212;
}
.go-top {
  position: fixed;
  right: 29px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999;
}
.footer-top {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 46px 0 46px 0;
  color: #b2b2b2;
}

.footer-top .item {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  height: 120px;
  overflow: hidden;
}
.footer-top .item1 img {
  margin-left: 35px;
}
.footer-top .item1 {
  width: 200px;
  padding-top: 40px;
  height: 80px;
  /* line-height: 150px; */
  border-right: 1px solid #323232;
}

.footer-top .item2 {
  padding: 0px 75px;
  /*border-left: 1px solid #1a1a1a;*/
  border-right: 1px solid #323232;
  /*border-right: 1px solid #323232;*/
  /*border-left: 1px solid #1a1a1a;*/
}

.footer-top .item3 {
  padding: 0px 45px;
  border-left: 1px solid #323232;
  /*border-right: 1px solid #323232;*/
}

.footer-top .item4 {
  padding: 0px 0px 0px 60px;
}

.footer-title {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #eb610f;
}

.copyright {
  position: relative;
  line-height: 18px;
  padding: 15px 0 12px 26px;
}

.copyright2 {
  position: relative;
  padding-left: 26px;
}

.copyright:before,
.copyright2:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eb610f;
}

.copyright:before {
  left: 3px;
  top: 20px;
}

.copyright2:before {
  left: 3px;
  top: 3px;
}

.footer-contact {
  margin-top: 10px;
}

.footer-contact > p {
  line-height: 31px;
}

.footer-contact .address {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #898989;
}

.footer-contact .address:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url('../image/footer/address.png') no-repeat;
}

.footer-contact .tel {
  letter-spacing: 2px;
  font-size: 16px;
  color: #fcfcfc;
}

.footer-contact .mail {
  letter-spacing: 2px;
  font-size: 18px;
  color: #eb5f0d;
  /*margin-top: 14px;*/
}

.footer-bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  color: #898989;
  font-size: 12px;
}

/*detail*/
.detail_container {
  background: #515151;
  margin-top: 140px;
}
.index_container_outside {
  background: url('../images/bg.png') repeat-x 0 0;
  border-bottom: 5px solid #2c2c2c;
  position: relative;
}
.index_container {
  margin: 0 10% !important;
  background: transparent;
}
.shadow_con {
  background-image: url('../images/shadow.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.detail_con {
  box-sizing: border-box;
  width: 1365px;
  padding: 76px 0px;
  background-color: #ffffff;
  margin: 0 auto;
}
.detail_con .detail_tab {
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}
.detail_con .detail_tab li {
  width: 189px;
  background: #515151;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: 0 5px;
  position: relative;
}
.detail_con .detail_tab li a {
  font-size: 18px;
  display: block;
  color: #ffffff;
  font-weight: 500;
}
.detail_con .detail_tab li.active:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  bottom: -2px;
  left: 0;
}
.detail_con .detail_tab li.active {
  background: #ffffff;
  border: 1px solid #aeaeae;
  border-bottom: 1px solid #ffffff;
}
.detail_con .detail_tab li.active a {
  color: #eb610f;
}
.article_list {
  margin-top: 88px;
}
.article_list li {
  margin-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
  height: 15%;
  position: relative;
}
.article_list li img.new_cover {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  width: 27%;
  font-size: 0;
  display: block;
  height: 15%;
  margin-right: 3%;
}
.article_list li .content {
  width: 70%;
  font-size: 14px;
  color: #303030;
  line-height: 21px;
}
.article_list li .content .title {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  border-bottom: 1px solid #b5b5b6;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.article_list li .content .con {
  max-height: 65%;
  overflow: hidden;
}
a.read_more {
  color: #eb610f;
  background: url('../images/more.png') no-repeat right center;
  padding-right: 30px;
}
.article_list li .content a.read_num {
  color: #595757;
  font-size: 14px;
}
.article_list li .content .btom {
  position: absolute;
  width: 70%;
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
}
/*相关案例*/
.detail_02_con {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
}
.detail_02_con .fl {
  width: 60%;
  font-size: 14px;
  color: #303030;
  line-height: 25px;
  padding-left: 30px;
}
.detail_02_con .fl .title {
  font-size: 22px;
  color: #303030;
  margin-bottom: 45px;
}
.detail_02_con .fr {
  width: 33%;
}
.tab_title .title.big_title {
  font-size: 22px;
  color: #eb610f;
  margin-bottom: 45px;
}
.tab_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.detail_02_con .related_cases ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 26px;
}
.detail_02_con .related_cases ul li img {
  width: 45%;
  height: 34%;
  display: block;
  font-size: 0;
}
.detail_02_con .related_cases ul li .con {
  width: 45%;
}
.detail_02_con .related_cases ul li .title {
  font-size: 18px;
  color: #303030;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}
.apply {
  background: #515151;
  padding: 36px 36px 53px 36px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  color: #ffffff;
  margin-top: 57px;
}
.apply span {
  padding: 15px 28px;
  border: 12px solid #393939;
  background: #eb610f;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
}
.apply .center {
  width: 57%;
}
.apply .center .title {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
}
.apply .center .content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 22px;
}
.apply .right {
  width: 21%;
}
.apply .right a.black {
  display: block;
  width: 100%;
  height: 73px;
  border-radius: 2px;
  background: #212020;
  color: #f0eab1;
  font-size: 22px;
  line-height: 73px;
  text-align: center;
}
.apply .right a.black:hover {
  color: #212020;
  background-color: #f0eab1;
  background-image: none;
}
.apply .right a.yellow {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 2px;
  background: url('../images/yellow.png') no-repeat 0 0;
  color: #212020;
  font-size: 28px;
  margin-top: 17px;
  line-height: 60px;
  text-align: center;
}
.apply .right a.yellow:hover {
  color: #ebdf87;
  background: #212020;
}
.detail_02_con .related_cases ul li .title:hover {
  color: #eb610f;
}
/*recommend_artical*/
.recommend_artical {
  padding-right: 4rem;
  display: none;
}
.tab_title .title {
  color: #303030;
  font-size: 22px;
  margin-bottom: 45px;
  width: 150px;
  text-align: left;
  cursor: pointer;
}
.recommend_artical li {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 40px;
}
.recommend_artical li:last-child {
  border-bottom: none;
}
.recommend_artical .up {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 18px;
}
.recommend_artical .up span {
  display: block;
  padding: 2px 5px;
  background: #eb610f;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  height: 15px;
}
.recommend_artical .up .title {
  margin-bottom: 0;
  font-size: 20px;
  color: #303030;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-left: 20px;
  line-height: 20px;
  overflow: hidden;
}
.recommend_artical li:hover .up .title {
  color: #eb610f;
}
.recommend_artical .content {
  font-size: 14px;
  color: #303030;
  line-height: 22px;
  margin-bottom: 40px;
}
.item_container {
  background: #110701;
}
.item_container .banner {
  position: relative;
}
.item_container .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.item_container .video {
  width: 50%;
  /*height: 360px;*/
  background: #000;
  margin: 0 auto;
  border: 10px solid #222223;
  border-radius: 5px;
  position: relative;
  top: -600px;
  margin-bottom: -500px;
}
.item_container .video video {
  height: 100%;
  width: 100%;
  margin-bottom: -7px;
  outline: none;
}
.item_container .img_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
  border-top: 2px solid #110701;
  border-bottom: 2px solid #110701;
}
.item_container .img_list span {
  display: block;
  width: 25%;
  position: relative;
}
.item_container .img_list span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background: #110701;
}
.swiper_items {
  width: 1159px;
  position: relative;
}
.swiper_outside {
  width: 1300px;
  margin: 117px auto 0 auto;
  position: relative;
}
.swiper_items .swiper_inside {
  width: 1159px;
  overflow: hidden;
}
.swiper_outside .swiper-button-prev {
  background: url('../images/left.png') no-repeat center;
  position: absolute;
  left: 0px;
}
.swiper_outside .swiper-button-next {
  background: url('../images/next.png') no-repeat center;
  position: absolute;
  right: 0px;
}
.swiper_items p {
  text-align: center;
  font-size: 20px;
  color: #ababab;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
}
.item_apply {
  width: 1228px;
  margin: 80px auto;
  background: #201c1a;
  color: #b5b5b6;
}
.item_apply.apply span {
  background: #0a0bfb;
  border-color: #181614;
}
.item_apply.apply .right a.black {
  background-image: url('../images/black.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.item_apply.apply .right a.black:hover {
  background-image: url('../images/black.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-color: transparent;
  color: #f0eab1;
}
.item_apply .content {
  font-size: 18px;
  color: #b5b5b6;
  line-height: 30px;
  text-align: justify;
  /*margin-top: 30px;*/
}
.common_title {
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.common_title span.en {
  font-size: 60px;
  font-weight: bold;
  display: block;
}
.common_title span.ch {
  font-size: 44px;
  display: block;
  margin-bottom: 45px;
}
.recommed_article_container {
  margin-top: 113px;
  padding-bottom: 100px;
}
.recommed_article_container .inside {
  width: 1300px;
  background: #292828;
  border-radius: 5px;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.recommed_article_container .inside ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 40px;
}
.recommed_article_container .inside ul li img {
  width: 14%;
}
.recommed_article_container .inside ul li .content {
  width: 83%;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.recommed_article_container .inside ul li .up {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 10px;
}
.recommed_article_container .inside ul li .title {
  font-size: 20px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  color: #fff;
}
.recommed_article_container .inside ul li .time {
  width: 20%;
  text-align: right;
  line-height: 40px;
}
.article_pagination.pagination a.prev,
.article_pagination.pagination a.next {
  display: block;
  font-size: 0;
}
.article_pagination.pagination a.prev {
  background: url('../images/prev.png') no-repeat 0 center;
  border: none;
}
.article_pagination.pagination a.next {
  background: url('../images/right.png') no-repeat 0 center;
  border: none;
}
.article_pagination.pagination a,
.article_pagination.pagination span {
  border: none;
}
.article_pagination.pagination .current {
  color: #f8f8f8;
}

.tip {
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
}

.baojiang_main {
  padding: 40px 0px;
}
.baojiang_main p {
  font-size: 16px;
  line-height: 30px;
  padding: 0px 51px;
}

.baojiang_main .title {
  color: #eb610f;
  margin-bottom: 10px;
}

.nav_active {
  position: fixed;
  top: 145px;
  width: 100%;
  max-width: 1920px;
  z-index: 5;
}

/*手机端*/
@media (max-width: 639px) {
  .main {
    /* margin-bottom: 33px; */
  }

  .all_ppt {
    display: none;
  }

  .detail_02_con .fl {
    padding-left: 0px;
    padding: 0px 25px;
  }

  .nav_active {
    position: fixed;
    top: 82px;
    width: 100%;
    max-width: 1920px;
    z-index: 1;
  }

  .main_banner {
    display: none !important;
  }

  .banner_mob {
    display: block !important;
  }
  .banner_mob img {
    width: 100%;
    margin-top: 81px;
    margin-bottom: -5px;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .footer-top .item2,
  .footer-top .item4 {
    display: none;
  }
  .index_container {
    height: 100px;
    margin: 0px !important;
  }

  /*详情页*/
  .item_container .video {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border: 5px solid #222223;
    background: #000;
    border-radius: 5px;
    position: relative;
    top: -150px;
    margin-bottom: -100px;
  }
  .item_apply .pro_title,
  .item_apply .center .title,
  .item_apply .content,
  .common_title span.en,
  .common_title span.ch,
  .recommed_article_container .inside ul li .title,
  .item_apply .tip {
    font-size: 14px !important;
    line-height: 27px;
  }
  .item_apply .center .title {
    text-align: center;
  }
  .recommed_article_container .inside {
    width: 95% !important;
  }

  .recommed_article_container .inside ul li .content {
    width: 100% !important;
  }
  .rec_tip,
  a.read_more {
    font-size: 12px !important;
  }

  .swiper_outside {
    margin: 30px auto 0 auto;
  }
  .item_apply {
    margin: 20px auto;
  }

  .news-list .new_cover {
    display: none;
  }

  .apply .center {
    width: 100%;
  }
  .item_apply .right {
    display: none;
  }
  .apply span {
    margin: 0px auto !important;
    padding: 5px 18px !important;
  }
  .recommed_article_container {
    margin-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /*.swiper_outside .swiper-button-next {*/

  /*display: block;*/
  /*}*/
  /*文章详情*/
  .detail_con {
    width: 100% !important;
    /*padding: 20px!important;*/
  }
  .detail_02_con .fl {
    width: 100% !important;
  }

  .detail_02_con .fr {
    display: none;
  }

  /*导航*/
  .nav_second ul {
    display: block !important;
  }
  .nav_second ul li.active a {
    background: #121212;
    color: #eb610f;
  }
  .nav_second ul li a {
    background: #121212;
    color: #fff;
    font-weight: normal;
  }

  .nav_second ul li {
    border-top: 1px solid #717070;
    width: 25% !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  /*国奖*/
  .detail_con .detail_tab {
    border: none;
  }
  .detail_container {
    margin-top: 160px !important;
  }
}
.technology_con .first_line,
.technology_con .second_line {
  display: flex;
  width: 1250px;
  justify-content: space-between;
  height: 230px;
  align-items: center;
  font-weight: lighter;
}
.technology_con .second_line {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.technology_con .second_line .center {
  margin-top: 60px;
}
.common_box {
  position: relative;
  width: 342px;
  height: 139px;
}
.common_box p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
.o_b_font {
  font-size: 34px;
  color: #eb610f;
  text-align: center;
  margin: 5px auto;
}
.common_b_font {
  font-size: 24px;
  font-weight: lighter;
  color: #595757;
  text-align: center;
}
.y_con {
  padding: 20px 0;
  border-bottom: 1px dashed #756e6c;
  line-height: 22px;
  font-size: 16px;
  color: #000316;
}
.y_title {
  font-size: 16px;
  color: #eb610f;
  margin-bottom: 15px;
}
.y_line {
  font-size: 15px;
  text-align: justify;
}
.common_bg_con {
  width: 1362px;
  /*margin-left: -25px;*/
  position: relative;
  height: 1057px;
}
.common_bg_con p {
  position: absolute;
  font-size: 28px;
  color: #221815;
}
.cooperation_con {
  position: relative;
  margin-top: 50px;
}
.cooperation_con .center {
  position: absolute;
  bottom: -50px;
  width: 258px;
  left: 50%;
  margin-left: -129px;
}
.cooperation_con .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: -80px;
}
.cooperation_con .line p {
  font-size: 24px;
  color: #595757;
  text-indent: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.cooperation_con .line img {
  width: 162px;
  display: block;
  height: 89px;
}
.jijin_con,
.prize_con {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0px 51px;
}
.jijin_con .common_box {
  margin-top: 75px;
  margin-bottom: 30px;
}
.jijin_con ul li {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #353637;
  border-bottom: 1px dashed #353637;
}
.jijin_con ul li:last-child {
  border-bottom: none;
}
.prize_con .common_box {
  width: 337px;
  height: 136px;
  margin-top: 153px;
}
.prize_con .common_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.rencai_con {
  margin: 90px auto;
  position: relative;
  width: 1231px;
  height: 851px;
}
.rencai_con .center {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -135px;
}
.rencai_con p.bold_name {
  position: absolute;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  width: 35px;
}
.rencai_con p.common_name {
  color: #000000;
  font-size: 22px;
  position: absolute;
  width: 30px;
}

.jiang_banner {
  margin-top: 140px;
}
