@charset "UTF-8";
.bgt {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.colorBlue {
  color: #063b7a;
}
.souBtn{cursor:pointer;}
.souBtn.on i::before{
    content: "\e6f5";
}
.mc_search_xl{
    position:fixed;
    left:0;
    top:0;
    display:none;
    z-index:22;
    width:100%;
    background:#FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.mc_search_xl .search_int{
    width:100%;
    max-width:69rem;
    border-bottom:1px solid #eee;
}
.mc_search_xl .search_int .input{
    flex:1;
    overflow: hidden;
}
.mc_search_xl  .btn{
    width:4rem;
    height:4rem;
    background:none;
}
/* home */
.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  display: block;
}

.banner .swiper-slide .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner .swiper-pagination {
  bottom: 3% !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.4rem;
  opacity: 1;
  background: #fff;
  border: 2px solid #063b7a;
  border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #063b7a;
}

.banner .slide_txt {
  position: absolute;
  z-index: 33;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.banner .slide_txt .wrap {
  width: 100%;
  max-width: 83.2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4rem 0rem 0rem 0rem;
  padding: 6.2rem 2rem 3rem 6.2rem;
}

.banner .slide_txt .tit {
  color: #000;
}

.banner .slide_txt .tit2 {
  margin: 3.4rem 0;
}

.banner .slide_txt .desc {
  font-weight: normal;
  max-width:90%;
}

.banner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .link {
  margin-top: 4rem;
}

.banner .link a {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #063b7a;
  border-radius: 1rem 0rem 0rem 0rem;
}

.banner .link a i {
  color: #fff;
}

.banner .link a:hover {
  opacity: 0.88;
}


.banner .jt {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: none;
  transition: all ease 0.3s;
}

.banner .jt i {
  color: #fff;
  font-size: 2.5vw;
}

.banner .jt.swiper-button-prev {
  left: -3vw;
}

.banner .jt.swiper-button-next {
  right: -3vw;
}

.banner:hover .jt.swiper-button-prev {
  left: 2vw;
}

.banner:hover .jt.swiper-button-next {
  right: 2vw;
}


.sec_type {
  margin-bottom: 5.5rem;
}

.sec_type .desc {
  margin-top: 1rem;
}
.sec_type .desc video{
    max-width:100%;
    height:auto;
}

.vmore2 a {
  color: #063b7a;
}

.vmore2 a:hover {
  color: #063b7a;
}

.section1 .slides {
  padding-left:3rem;
  position: relative;
}

.section1 .slides .item {
  overflow: hidden;
  background: #fff;
  margin: 4rem;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.section1 .slides .item .item_info {
  padding: 3rem 5rem;
}

.section1 .slides .item .item_info .item_desc {
  margin: 3.3rem 0 6rem;
}

.section1 .slides .swiper-pagination .swiper-pagination-bullet {
  margin: 1.5rem 0;
  width: 2.4rem;
  height: 2.4rem;
  opacity: 1;
  background: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/dot01.png);
}

.section1 .slides .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/dot02.png);
}

.section1 .slide_en {
  font-size: 7rem;
  color: #e5e5e5;
  line-height: 1.2;
  margin-right: -5rem;
  text-align: right;
}

/* section2 */
.section2 {
  background: #f9f9f9;
}

.section2 .item {
  background: #fff;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.section2 .item .item_tit {
  color: #fff;
  background: #063b7a;
  padding: 3rem 3rem;
  border-radius: 4rem 0rem 0rem 0rem;
}

.section2 .item .item_cont {
  padding: 5rem 3rem;
}

.section2 .item .item_cont .desc {
  line-height: 1.6;
}

.section2 .item .item_cont .link {
  margin-top: 5rem;
}

.solute2 .sol2_box6 .slides .item .pimg{
    height: 250px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
/* section3 */
.section3 {
  color: #fff;
}

.section3 .sec3_info {
  margin: 10rem 0 13rem;
}

.section3 .sec3_link a {
  width: 30.6rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1rem 0rem 0rem 0rem;
  color: #063b7a;
}

.section3 .sec3_link a:hover {
  background: #063b7a;
  color: #fff;
  transition: all ease .3s;
}

.index_letter .info {
  padding-right: 5rem;
}

.index_letter .link {
  margin-top: 6.5rem;
}

.index_lxfs {
  background: #f9f9f9;
}

.index_lxfs .item {
  min-height: 30.4rem;
}

.index_lxfs .item .vmore {
  margin-top: 3rem;
}

.index_job .job_desc {
  margin: 3.5rem 0 5rem;
  line-height: 2;
}

.index_job .vmore a {
  width: 28.3rem;
}

/* inner */
.inner_slide {
position:relative;
}
.inner_slide img{
    display: block;
}
.inner_slide .slide_txt{
    position:absolute;
    width:100%;
    left:0;
    top:0;
    height:100%;
    z-index:2;
}

 
.inner_slide .inner_txt {
  width: 100%;
  max-width: 83.2rem;
  /*height: 43.4rem;*/
  background: rgba(255, 255, 255, 0.9);
  padding: 8rem 6rem;
  border-radius: 4rem 0rem 0rem 0rem;
}

.inner_slide .inner_txt .desc {
  margin-top: 2.5rem;
  color: #063b7a;
}

.inner_slide .inner_txt .desc2 {
  font-weight: normal;
  margin-top: 2rem;
  line-height: 1.8;
}

.sec_type .desc {
  margin-top: 2.5rem;
  padding-right: 5.5rem;
}

.news .screen {
  position: relative;
  z-index: 2;
}

.news .screen li {
  margin-bottom: 3.5rem;
}

.news .screen li .label {
  width: 7rem;
}

.news .screen li .int {
  width: 100%;
  max-width: 39.3rem;
  height: 4.9rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.6rem;
  padding: 0 2rem;
  position: relative;
}

.news .screen li .int input {
  background: none;
  border: 0;
  width: 100%;
}

.news .screen li .int select {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border: 0;
  outline: 0;
}

.news .screen li .int button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.news .screen li .int button:hover i {
  color: #063b7a;
}

.news .screen li .int .int_txt {
  width: 100%;
}

.news .screen li .int .int_txt i {
  transition: ease 0.3s;
}

.news .screen li .int .int_down {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  top: 4.75rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 2rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 0.6rem;
  border-radius: 0.6rem;
  padding: 1rem 2.5rem;
}

.news .screen li .int .int_down .dd {
  height: 3.5rem;
  line-height: 3.5rem;
}

.news .screen li .int .int_down .dd a {
  display: block;
  color: #979797;
}

.news .screen li .int .int_down .dd:hover a {
  color: #063b7a;
}

.news .screen li .int:hover .jt {
  transform: rotate(90deg);
}

.news .screen li .int:hover .int_down {
  display: block;
}

.news .list .item {
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.news .list .item .item_txt {
  padding: 6rem 3.5rem;
}

.news .list .item .item_txt .item_tit {
  line-height: 1.6;
  -webkit-line-clamp: 3;
  height: 4.8em;
  margin-bottom: 6rem;
}

.news .list .item .item_txt .item_cat {
  color: #063b7a;
}

.news .list .item .item_txt .item_time {
  margin-top: 1rem;
}.news .list .item .item_pic .pimg{
    height:250px;
    overflow:hidden;
    background-size:cover;
    background-position: center;
}

/* pages */
.pages {
  padding: 3rem 0;
}

.pages a {
  min-width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0c4180;
  margin: 0 0.8rem;
   padding:0 0.2rem;
}
.pages a.on{
    background: #0c4180;
    color: #fff;
}
.pages a.s1 {
  background: #063b7a;
  border-radius: 1rem 0 0 0;
  color: #fff;
}

.pages a.s2 {
  background: #063b7a;
  border-radius: 0 1rem 0 0;
  color: #fff;
}

.letter {
  padding: 12rem 0;
  color: #fff;
}

.letter .info .desc {
  margin-top: 4rem;
}

.letter .link {
  margin-top: 1.5rem;
}

.letter .link a {
  width: 20.6rem;
  height: 4.8rem;
  background: #fff;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #063b7a;
  border-radius: 1rem 0rem 0rem 0rem;
}

.letter .link a:hover {
  opacity: 0.88;
}

.meiti .info .desc {
  margin-top: 3rem;
}

.meiti .link a {
    position:relative;
  margin-left: 5rem;
}

.meiti .link a img {
  width: 4rem;
}

.meiti .link a .qrcode{
    width:12rem;
    position:absolute;
    top:4rem;
    display:none;
    left:0;
    z-index:1;
    border:1px solid #ddd;
    height:12rem;
    background:#fff;
    padding:0.5rem;
}
.meiti .link a:hover .qrcode{
    display: block;
}
.meiti .link a .qrcode img{
    width:100%;
}
.lxfs .contbox {
  width: 100%;
  max-width: 66.15rem;
  background: #fff;
  padding: 4.5rem;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.lxfs .contbox .desc {
  margin: 2.5rem 0 3.5rem;
}

.lxfs .contbox .desc p {
  margin: 1rem 0;
}

.vmore a,
.vmore span,.vmore button{
  width: 20.6rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #063b7a;
  border-radius: 1rem 0px 0px 0px;
  color: #fff;
  text-align: center;
}

.vmore a:hover,
.vmore span:hover,.vmore button:hover{
  opacity: 0.88;
}

/* kefu */
.kefu {
  position: fixed;
  right:-100%;
  bottom: 20%;
  z-index: 22;
  transition:all ease .3s;
}
.kefu.on{
    right:0;
}

.kefu ul {
  justify-content: flex-end;
  align-items: flex-end;
}

.kefu li {
  width: 4.8rem;
  background: #adadad;
  border-radius: 1.7rem 0rem 0rem 0rem;
  text-align: center;
  overflow: hidden;
  margin-top: 1.3rem;
  transition: ease 0.3s;
}

.kefu li a {
  display: flex;
  width: 100%;
  padding: 0 1rem;
  height:4.8rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.kefu li a img {
  width: 3rem;
  max-width: unset !important;
  flex-shrink: 0;
}

.kefu li .txt {
  opacity: 0;
  white-space: nowrap;
}

.kefu li:hover {
  width: 13.7rem;
  background: #063b7a;
}

.kefu li:hover .txt {
  opacity: 1;
}

/* letter */
.letters .item .item_tit {
  margin-bottom: 3.2rem;
}

.letters .item .item_pic {
  background: #fff;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.letters .item .item_pic .item_logo {
  text-align: left;
  padding: 2rem 2.7rem 1rem 2.7rem;
}

.letters .item .item_pic .item_logo img {
  width: 9.6rem;
}

.letters .item .item_link {
  padding: 2rem 0;
  text-align: center;
}

/* show_news */
.detail .wp{
    max-width:80rem;
  margin:0 auto;  
}
.detail .det1 .det1_time span:nth-child(2){
    display:none;
}
.detail .det1 {
  background: #fbfbfb;
  padding: 5.4rem 0 8rem;
}

.detail .det1 .det1_time span {
  margin-right: 6rem;
}


.detail .det1 .news_tit {
  margin-top: 4.5rem;
}

.detail .det2 {
  padding: 0 0 7rem 0;
}

.detail .det2 .news_cont {
  line-height: 1.8;

}

.detail .det2 .news_cont p {
  margin: 1.5rem 0;
}

.detail .det2 .news_cont img {
  max-width: 100%;
  height: auto;
}

.detail .news_sxp {
  padding: 3.4rem 0 0 0;
  border-top: 1px solid #e5e5e5;
}

.detail .news_sxp ul {
  overflow: hidden;
}

.detail .news_sxp ul li {
  margin: 1.5rem 0;
}

/* jobs */
.jobs .list li {
  padding: 0;
  color: #666;
}

.jobs .list li .fold-head {
border-bottom:1px solid #ddd;
  margin: 0;
  align-items: center;
  position: relative;
  padding:2rem 6rem 2rem 3.5rem;
  cursor: pointer;
}

.jobs .list li .fold-head .jia {
  position: absolute;
  right: 6.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.jobs .list li:hover p.fold-head {
  background: rgba(231, 232, 236, 0.8);
}

.jobs .list li .info {
  background-color: #fbfbfb;
  padding: 2rem 3.5rem 0 3.5rem;
  display: none;
}

.jobs .list li .info .text {
  padding: 1rem 0;
}

.jobs .list li .info .text p {
  margin-bottom: 0.4rem;
}

.jobs .list li .apply_btn {
  padding: 1rem 0 4.5rem;
}

.jobs .list li .apply_btn a {
  width: 15.76rem;
  height: 4.9rem;
  text-align: center;
  color: #063b7a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #063b7a;
  transition: ease 0.3s;
}

.jobs .list li .apply_btn a:hover {
  background: #063b7a;
  color: #fff;
}

.jobs .list li:nth-child(2n) .fold-head {

}

.jobs .list li .info .text,
.jobs .list li .info .text p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.jobs .list li .info .text strong {
  font-size: 2.4rem;
  font-weight: normal !important;
}

/* join */
.campus-section2 .form .item {
  padding: 0 0.5rem;
  width: 32%;
}

.campus-section2 .form {
  margin-bottom: 2.5rem;
}

.f_zhong {
  border-top: 0.8rem solid #063b7a;
}

@media (max-width: 76.7rem) {
  .campus-section2 .form .item {
    padding: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.campus-section2 .form .item:last-child {
  margin-bottom: 0;
}

.campus-section2 .form .item input,
.campus-section2 .form .item select,
.campus-section2 .form .item button {
  border: none;
  background-color: none;
  outline: none;
  height: 6rem;
  padding: 2rem;
  appearance: none;
  font-size: 1.6rem;
  background-color: transparent;
}

@media (max-width: 136.6rem) {
  .campus-section2 .form .item input,
  .campus-section2 .form .item select,
  .campus-section2 .form .item button {
    height: 5rem;
    padding: 1.6rem;
    font-size: 1.4rem;
  }
}

.campus-section2 .form .item input,
.campus-section2 .form .item select {
  width: 100%;
  border: 1px solid #dddddd;
}

.campus-section2 .form .item select {
  background: url(../img/icon_down.png) no-repeat;
  background-size: 1.5rem 0.8rem;
  background-position: 94% 50%;
}

.campus-section2 .form .search {
  width: 36%;
  display: flex;
}

.campus-section2 .form .search i {
  font-size: 2.4rem;
  color: #fff;
}

@media (max-width: 76.7rem) {
  .campus-section2 .form .search {
    width: 100%;
  }
}

.campus-section2 .form .search input {
  width: 100%;
}

.campus-section2 .form .search button {
  width: 12rem;
  flex-shrink: 1;
  background-color: #063b7a;
}

@media (max-width: 144rem) {
  .campus-section2 .form .search button {
    width: 10rem;
  }
}

@media (max-width: 119.9rem) {
  .campus-section2 .form .search button {
    width: 8rem;
  }
}

.campus-section2 .form .search button img {
  height: 2.5rem;
}

@media (max-width: 144rem) {
  .campus-section2 .form .search button img {
    height: 2rem;
  }
}

@media (max-width: 119.9rem) {
  .campus-section2 .form .search button img {
    height: 1.6rem;
  }
}

.campus-section2 .f_zhong {
  text-align: left;
  margin-top: 3rem;
}

.campus-section2 .f_zhong .f_tit {
  padding: 2rem 6rem 2rem 3.6rem;
  background: #f4f4f4;
}

/* product3 */
.side_ul {
  padding: 6rem 6rem 0 0;
  z-index: 22;
  display: inline-block;
  text-align: right;
}

.side_ul li {
  margin-bottom: 2.5rem;
  cursor: pointer;
}
.side_ul li a{
    position:relative;
  padding-right: 4rem;
}
.side_ul li a::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/dot1.png);
  background-size: 100% 100%;
}

.side_ul li.on a {
  color: #063b7a;
}

.side_ul li.on a::after {
  background-image: url(../img/dot2.png);
  background-size: 98% 98%;
}

.side_ul.fix {
  top: 10rem;
  position: fixed;
}

.product3 .probox3 {
  padding-top: 8rem;
  text-align: right;
}

.product3 .list {
  width: 75%;
  display: inline-block;
  max-width: 90.7rem;
}

.product3 .list .list_ul1 li {
  text-align: left;
}

.product3 .list .list_ul1 li .item {
  background: #ffffff;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
  margin-bottom: 8rem;
}

.product3 .list .list_ul1 li .item_pic {
  width: 41.6rem;
}

.product3 .list .list_ul1 li .item_pic .bimg img {
  object-fit: cover;
  display: block;
  height: 30.8rem;
}

.product3 .list .list_ul1 li .item_info {
  flex: 1;
  padding: 4.5rem 2.5rem;
  overflow: hidden;
}

.product3 .list .list_ul1 li .item_info .desc {
  margin-top: 2.5rem;
  color: #333;
  padding-right:3rem;
}

.product3 .list .list_ul1 li:last-child .item {
  margin-bottom: 0;
}

.product3 .list .list_ul2 li {
  margin: 3rem 0;
  text-align: center;
}

.product3 .list .list_ul2 li .tit {
  margin-top: 2rem;
}

.product3 .list .list_ul2 li .icon {
  height: 7rem;
}

.pagebox .side_ul {
  position: sticky;
  top: 10rem;
  z-index: 1;
  float: left;
  width: 33rem;
  padding-right: 6.8rem;
}

.pagebox .contbox {
  overflow: hidden;
}

.pagebox .wrapbox {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  max-width: 130rem;
}

.pagebox .wrapbox .list {
  white-space: normal;
}

/* solute */
.solute .contbox li {
  margin-bottom: 9.2rem;
}

.solute .contbox li .item .item_pic .bimg {
  border-radius: 4rem 0 0 0;
}

.solute .contbox li .item .item_info {
  padding-left: 3rem;
}

.solute .contbox li .item .item_info .desc {
  margin: 3rem 0;
  color: #000;
}

.solute .contbox li:last-child {
  margin-bottom: 0;
}

/* solute2 */
.solute2 .sol2_box1 .item_info {
  max-width: 70rem;
}

.solute2 .sol2_box1 .item_info .desc {
  margin: 4rem 0 10rem;
}

.solute2 .sol2_box2 {
  background: #063b7a;
  color: #fff;
}

.solute2 .sol2_box2 li {
  text-align: center;
  position: relative;
}

.solute2 .sol2_box2 li .desc {
  margin-top: 2rem;
}

.solute2 .sol2_box2 li::after {
  content: "";
  width: 1px;
  height:100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}



.solute2 .sol2_box2 li::after {
  right: 0;
  background:rgba(255,255,255,.4);
}

.solute2 .sol2_box2 li:last-child::after {
 
 display:none;
}

.solute2 .sol2_box3 {
  padding-bottom: 0;
}
.solute2 .sol2_box3 .sec_type .tit{
    color:#063b7a;
}
.solute2 .sol2_box3 .list .desc {
  margin: 2rem 0 4rem;
}

.solute2 .sol2_box3 .list .desc2 {
  margin-top: 3rem;
}

.solute2 .sol2_box3 .list .desc2 li {
  background: url(../img/icon_dot1.png) no-repeat left center;
  color: #333;
  background-size: 1.4rem 1.5rem;
  padding-left: 2.5rem;
  margin: 0.6rem 0;
}

.solute2 .sol2_box3 .list_cont {
  padding-bottom: 3rem;
}

.solute2 .sol_type {
  margin-bottom: 4rem;
}

.solute2 .sol2_box4 .slides {
  margin: -1rem -2rem;
}

.solute2 .sol2_box4 .item {
  margin: 2rem;
  background: #fff;
  padding: 2.9rem 2.4rem;
  box-shadow: 0rem 0rem 2.5rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.solute2 .sol2_box4 .item .item_tit {
  margin: 2.4rem 0 2rem;
}

.solute2 .sol2_box4 .swiper-wrapper {
  padding-bottom: 5rem;
}

.solute2 .sol2_box5 {
  padding-top: 3rem;
}

.solute2 .sol2_box5 .item {
  text-align: center;
  padding: 4rem;
}

.solute2 .sol2_box5 .item .item_tit {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.solute2 .sol2_box6 .slides {
  padding: 0 10rem;
  margin: 0 -10rem;
  margin-top: 4rem;
  position: relative;
}

.solute2 .sol2_box6 .slides .item {
  padding: 0;
}

.solute2 .sol2_box6 .slides .item .item_txt {
  padding: 6rem 3.5rem 3rem 3.5rem;
}

.solute2 .sol2_box6 .slides .item .item_txt .item_tit {
  line-height: 1.6;
  -webkit-line-clamp: 3;
  height: 4.8em;
  margin-bottom: 3.5rem;
  margin-top: 0;
}

.solute2 .sol2_box6 .slides .item .item_txt .item_cat {
  color: #063b7a;
}

.solute2 .sol2_box6 .slides .item .item_txt .item_time {
  margin-top: 1rem;
}

.solute2 .sol2_box6 .slides .jt {
  width: 4.8rem;
  height: 4.8rem;
  background: #063b7a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 1.4rem 0rem 0rem 0rem;
}

.solute2 .sol2_box6 .slides .jt i {
  color: #fff;
}

.solute2 .sol2_box6 .slides .jt.swiper-button-next {
  border-radius: 0 1.4rem 0rem 0rem;
}

.lxfs2 .lx2_tit {
  margin-bottom: 3rem;
}

.lxfs2 .item {
  padding: 4.5rem;
  min-height:30rem;
}

.lxfs2 .item .tit {
  margin-bottom: 3rem;
}

.shadow {
  background: #fff;
  box-shadow: 0rem 0rem 4rem 0rem rgba(4, 0, 0, 0.1);
  border-radius: 4rem 0rem 0rem 0rem;
}

.swp_dot .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #063b7a;
  border-radius: 50%;
  opacity: 1;
  margin: 0 1rem !important;
}

.swp_dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #063b7a;
}

.list_sol3 li .item .item_tit {
  background: #063b7a;
  border-radius: 4rem 0rem 0rem 0rem;
  padding: 1.5rem 2.6rem;
  color: #fff;
}

.list_sol3 li .item .item_txt {
  padding: 2.6rem;
}

.list_sol3 li .item .item_txt .item_cont {
  min-height: 18rem;
  padding-bottom: 2rem;
}
.list_sol3 li .item .item_txt .item_cont .no li:last-child{
    background:none;
}

.list_sol3 li .item .item_txt .item_cont li {
  background: url(../img/icon_dot1.png) no-repeat left center;
  color: #333;
  background-size: 1.4rem 1.5rem;
  padding-left: 2.5rem;
  margin: 1rem 0;
}

.steep .steep_tit {
  padding: 6rem 0 3rem;
}

/* 工程产品- GETITTM */
.list_sol5 li {
  margin: 8rem 0;
}

.list_sol5 li .item_info {
  max-width: 42rem;
}

.list_sol5 li .item_info .tit2 {
  margin: 3.2rem 0;
  color: #063b7a;
  line-height: 1.8;
}

.list_sol5 li .item_info .tit3 {
  margin: 2rem 0 5rem;
}

.list_sol5 li .item_pic {
  padding-left: 3rem;
}

.list_sol5 li:last-child {
  margin-bottom: 0;
}

.list_sol5 li .row1 {
  padding-top: 5rem;
}

.list_sol5 li .row1 .desc {
  padding-bottom: 0;
}

.item_ul1 li {
  background: url(../img/icon_dot1.png) no-repeat left top 0.4rem;
  color: #333;
  background-size: 1.4rem 1.5rem;
  padding-left: 2.5rem;
  margin: 1.2rem 0;
}

.item_ul1 ul ul {
  padding-left: 4rem;
}

.solute2 .fn1_box2 {
  background: #063b7a;
  color: #fff;
}

.solute2 .fn1_box2 .item_info {
  max-width: 49.8rem;
}

.solute2 .youshi .ys_tit {
  margin-bottom:3rem;
}

.solute2 .youshi .item_ul1 li {
  color: #fff;
  background: url(../img/icon_dot3.png) no-repeat left top 0.4rem;
  background-size: 1.4rem 1.5rem;
}

.solute2 .solu1_box1 {
  margin: 0 -2.6rem;
}

.solute2 .solu1_box1 .swiper-wrapper {
  padding-bottom: 6rem;
}

.solute2 .solu1_box1 .item {
  padding: 4rem;
  text-align: center;
  margin: 2rem 2.6rem;
}

.solute2 .solu1_box1 .item .item_tit {
  margin-bottom: 4rem;
  font-weight: bold;
}

.solute2 .solu1_box2 {
  background: #063b7a;
  padding: 7.5rem;
  text-align: center;
  margin: 5rem 0;
  border-radius: 4rem 0rem 0rem 0rem;
}

.solute2 .solu1_box2 li {
  color: #fff;
  line-height: 1.6;
  margin: 1.5rem 0;
}

.solute2 .solu1_box2 li .icon {
  margin-bottom: 2rem;
  height: 6rem;
}

.solute2 .solu1_box3 {
  padding: 3rem 0;
}

.solute2 .solu1_box3 li {
  text-align: center;
  margin: 4rem 0;
  font-weight: bold;
}

.solute2 .solu1_box3 li .icon {
  margin-bottom: 2.5rem;
}

.solute2 .solu1_box4 {
  padding: 3rem 0;
}

.solute2 .solu1_box4 .item .item_pic {
  height: 18rem;
}

/* product1 */
.item_ul2 li {
  background: url(../img/icon_dot1.png) no-repeat left top .5rem;
  background-size: 1.4rem 1.5rem;
  padding-left: 2.5rem;
  margin: 0.8rem 0;
}

.main .product1 .dd {
  padding: 2.6rem;
  margin-bottom: 11.5rem;
  min-height: 30rem;
  padding-left:4rem;
}

.main .product1 .dd .item_tit {
  margin-bottom: 3rem;
}

.main .product1 .dd.dd2 {
  background: #063b7a;
  color: #fff;
}

.main .product1 .dd.dd2 .item_tit {
  color: #fff;
}

.main .product1 .dd.dd2 ul li {
  margin-bottom: 2rem;
}

.main .product1 .dd.dd2 ul li .icon {
  width:5rem;
  /*margin-right: 2rem;*/
}

.main .product1 .dd.dd2 ul li .icon img {
  max-width: 100%;
}

.main .product1 .dd:last-child {
  margin-bottom: 4rem;
}

.main .product5 .li {
  margin: 5rem 0;
}

.main .product5 .li2 .item_pic {
  margin-top: 3rem;
}

.main .product5 .li3 .item_tit2 {
  margin: 5rem 0 2.5rem;
}

.main .product5 .li3 .item_desc {
  max-width: 46.6rem;
  margin: 1rem 0 3rem;
}

/* about */
.about .ab_type .desc {
  margin-top: 3rem;
}

.about .about1 .list1 {
  overflow: hidden;
}

.about .about1 .list1 li {
  margin: 4.5rem 0 8rem;
}

.about .about1 .list1 li .item_info {
  max-width: 75rem;
}

.about .about1 .list1 li .item_desc {
  margin: 4rem 0;
  color: #000;
}

.about .about1 .list2 .list2_ul {
  padding-top: 6rem;
}

.about .about2 li {
  text-align: center;
  color: #fff;
}

.about .about2 li .desc {
  max-width: 30rem;
  margin: 3.4rem auto 0 auto;
}

.about .about3 .slides {
  margin-top: 5rem;
  position: relative;
}

.about .about3 .slides::before {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(6, 59, 122, 0.6);
  position: absolute;
  left: 0;
  top: 2.5rem;
}

.about .about3 .slides .item {
  position: relative;
  padding-top: 2rem;
  padding-left: 2rem;
}

.about .about3 .slides .item .yuan {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0rem;
  z-index: 1;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
  background-color: #063b7a;
}

.about .about3 .slides .item .wrap {
  padding-left: 3rem;
}

.about .about3 .slides .item .tit {
  padding: 3rem 0rem 1rem;
}

.about .about3 .slides .item .desc {
  line-height: 1.5;
}
.about .about3 .slides .item .desc p,.about .about3 .slides .item .desc span{
    font-size:1.6rem!important;
    font-family: "HarmonyOS_Sans_Bold"!important;
    font-weight: bold;
}
.about .about3 .slides .item::before {
  content: "";
  width: 1px;
  height: 8.9rem;
  background: rgba(6, 59, 122, 0.6);
  position: absolute;
  left: 2.6rem;
  top: 3rem;
  z-index: 1;
}

.about .about4 {
  background: #f8f8f8;
}

.about .about4 .item_info {
  max-width: 59rem;
}

.about .about5 .item_info {
  max-width: 37.7rem;
}

.about .about5 .item {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.swp_jt .jt {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #063b7a;
  margin-left: 1.9rem;
  cursor: pointer;
}
.swp_jt .jt.swiper-button-disabled{
    background:#5f8dc3;
}
.swp_jt .jt i {
  color: #fff;
}

.swp_jt .jt.prev {
  border-radius: 1rem 0rem 0rem 0rem;
}

.swp_jt .jt.next {
  border-radius: 0 1rem 0rem 0rem;
}

.swp_jt .jt:hover {
  opacity: 0.88;
}

/* apply */
.message .item .item_tit{
    margin-top:10px;
}
.message .item .item_tit span {
  color: #ff0000;
}

.message .item .item_cont {
  margin-top: 1.5rem;
}

.message .item .item_cont input {
  height: 4.5rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.6rem;
}

.message .item .item_cont textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.6rem;
  margin: 1rem 0 5rem;
}
.applyForm {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  animation: popAnim 0.5s ease-in-out;
}

.applyForm .pop_main {
  width: 95%;
  max-width: 80rem;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius:4rem 0 0 0;
  transform: translate(-50%, -50%);
}

.applyForm .apply_tit {
  background:#053b7b;
  padding: 2rem;
  position: relative;
  border-radius:4rem 0 0 0;
}

.applyForm .apply_tit .tit {
  font-size: 2.6rem;
  color: #fff;
}

.applyForm .apply_tit .close {
  position: absolute;
  right: 2rem;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.applyForm .apply_tit .close img {
  width: 2.1rem;
  height: 2.1rem;
  transition: all 0.5s;
}

.applyForm .apply_tit .close:hover img {
  transform: rotate(360deg);
  cursor: pointer;
}

.applyForm .pop_cont {
  padding: 1.5rem;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
}

.applyForm .pop_cont .item {
  margin: -1rem 0;
}

.applyForm .message .item .item_cont textarea {
  margin: 1rem 0 3rem;
}

.applyForm .vmore button {
  height: 4.8rem;
  line-height: 4.8rem;
  width: 18rem;
}
.applyForm .tips{padding:5px 0 15px }

.swp-jt{
    padding:0 4rem;
}
.swp-jt .jt{
    background:none;
}
.swp-jt .jt i{
    font-size:3rem;
}
