@charset 'utf-8';
.banner {
    width: 100%;
}
.banner .banner-img {
    width: 100%;
    
}
.banner .banner-img>img{
    width: 100%;
}
.web{
    display: none;
}
.container .about{
    display: flex;
    /* justify-content: space-between; */
    /* padding: 97px 0 82px 0; */
    margin: 30px 0;
}
.container .about .about-img {
    width: 430px;
    border-radius: 8px;
    /*height: 400px;
    */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.container .about .about-desc {
    padding-top: 42px;
    margin-left: 86px;
}
.container .about .about-desc .desc-title {
    font-size:50px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:70px;
    margin-bottom: 18px;
}
.container .about .about-desc .desc-p{
    font-size:23px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(35,24,22,1);
}
.container .about .about-desc .desc-p2 {
    font-size:18px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(35,24,22,1);
    line-height:40px;
    margin-top: 30px;
}
/*about-----------------*/
.container .service {

}
.container .service .service-title {
    font-size:50px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    text-align: center;
    margin-bottom: 47px;
}
.container .service .service-content{
    box-sizing: border-box;
    margin-bottom: 100px;
}
.container .service .service-content .item{
    width: 31%;
    padding-bottom: 30px;
}
.container .service .service-content .item>.item-img {
    /* z-index: 10; */
    position: relative;
    height: 120px;
    overflow: hidden;
}
.container .service .service-content .item>.item-img>img{
    width: 100%;
}
.container .service .service-content .item>.item-desc {
    width: 80%;
    /* height: 280px; */
    padding: 42px 35px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 30px 0px rgba(231,231,231,0.5);
    border-radius:2px;
    margin-top: -45px;
    margin-left: 39px;
    /* z-index: 99999; */
    position: relative;
}
.container .service .service-content .item>.item-desc .desc-h3{
    font-size:28px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:40px;
}
.container .service .service-content .item>.item-desc .desc-p {
    font-size:16px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(101,101,101,1);
    line-height:32px;
}
.container .service .service-content .item>.item-desc .desc-btn {
    width: 142px;
    height: 52px;
    background:rgba(253,208,4,1);
    box-shadow:0px 2px 20px 0px rgba(190,190,190,0.5);
    border-radius:3px;
    box-sizing: border-box;
    position: absolute;
    right: -35px;
    bottom: -25px;
}
.container .service .service-content .item>.item-desc .desc-btn:hover{
    background:#F8C63A;
}
.container .service .service-content .item>.item-desc .desc-btn .btn1{
    display: block;
    font-size:18px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(35,24,22,1);
    text-decoration: none;
    text-align: center;
    line-height: 52px;
}
/*swiper-----------------*/
.swiper{
    /* padding: 0 0 208px 0; */
    margin: 0 170px;
    background-size: 100% 100%;
    
}
.swiper .swiper-top {
    padding: 93px 0 67px 0;
}
.swiper .swiper-top>h3{
    font-size:50px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:35px;
    text-align: center;
    margin-bottom: 48px;
}
.swiper .swiper-top>p {
    font-size:22px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(101,101,101,1);
    line-height:40px;
    text-align: center;
}
.swiper .container {
    
}
.swiper .swiper-list .swiper-container {
    width: 100%;
    /* height: 430px; */
    padding-top: 70px;
    position: relative;
    padding-bottom: 70px;
  }

  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide {
    /* width: 385px!important; */
    height: 430px;
    background: #fff;
    transition: 300ms;
    /* box-shadow:0px 15px 30px 0px rgba(165,165,165,0.37); */
    border-radius:6px;
    padding: 70px 60px 0 60px;
  }
  @media (max-width: 1322px) {
    .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 50px 40px 0 40px;
    }
  }
  @media (max-width: 1203px) {
    .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 30px 20px 0 20px;
    }
  }
  @media (max-width: 1082px) {
    .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 20px 10px 0 10px;
    }
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide .slide-img{
      width: 70px;
      height: 70px;
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide>h4{
    font-size:16px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    margin: 10px 0 42px 0;
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide>p{
    font-size:12px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(74,74,74,1);
    line-height:32px;
  }

  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide-active {
    /* transform: translateY(-10px); */
  }
  .swiper .swiper-list .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    /* width: 360px!important; */
    box-shadow:none;
  }
  .swiper-list {
      position: relative;
      
  }

  /*btn----------*/
  .swiper .container .prev{
      width: 60px;
      height: 60px;
      background:#fff;
      border-radius: 50%;
      border:1px solid rgba(229,229,229,1);
      position: relative;
      position: absolute;
      top: 32%;
      left: -120px;
  }
  .swiper .container .prev>img{
    width:35px;
    height:35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .swiper .container .next{
    width: 60px;
    height: 60px;
    background:#fff;
    border-radius: 50%;
    border:1px solid rgba(229,229,229,1);
    position: relative;
    position: absolute;
    top: 32%;
    right: -120px;
}
.swiper .container .next>img{
  width:35px;
  height:35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.swiper .container .prev:hover,
.swiper .container .next:hover {
    background:#E6E8EB;
}

@media (max-width: 760px) and (min-width: 320px) {
    .swiper-container {
        width: 100%;
    }
    .banner .banner-img {
        width: 100%;
    }
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.main2 {
    display: none;
}
.ser{
    display: none;
}

/*ipad*/
@media (max-width: 1024px) and (min-width: 768px) {
    .swiper-container {
        width: 100%;
    }
    .banner .banner-img {
        width: 100%;
    }

    .container .about{
        display: flex;
        justify-content: space-between;
        padding: 50px 0 82px 0;
    }
    .container .about .about-img {
        width: 335px;
        height: 312px;
    }
    .container .about .about-desc {
        padding-top: 20px;
        margin-left: 50px;
    }
    .container .about .about-desc .desc-title {
        font-size:36px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(35,24,22,1);
        line-height:70px;
        margin-bottom: 18px;
    }
    .container .about .about-desc .desc-p{
        font-size:18px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(35,24,22,1);
    }
    .container .about .about-desc .desc-p2 {
        font-size:14px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(35,24,22,1);
        line-height:26px;
        margin-top: 18px;
    }
    



    .container .service .service-title {
        font-size:36px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(35,24,22,1);
        text-align: center;
        margin-bottom: 47px;
    }
    .container .service .service-content{
        box-sizing: border-box;
        margin-bottom: 50px;
    }
    .container .service .service-content .item{
        width: 30%;
        padding-bottom: 30px;
    }
    .container .service .service-content .item>.item-img {
        /* z-index: 10; */
        position: relative;
    }
    .container .service .service-content .item>.item-img>img{
        width: 100%;
    }
    .container .service .service-content .item>.item-desc {
        width: 80%;
        /* height: 280px; */
        padding: 22px 16px;
        background:rgba(255,255,255,1);
        box-shadow:0px 2px 30px 0px rgba(231,231,231,0.5);
        border-radius:2px;
        margin-top: -45px;
        margin-left: 22px;
        /* z-index: 99999; */
        position: relative;
    }
    .container .service .service-content .item>.item-desc .desc-h3{
        font-size:20px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(35,24,22,1);
        line-height:40px;
    }
    .container .service .service-content .item>.item-desc .desc-p {
        font-size:14px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(101,101,101,1);
        line-height:26px;
    }
    .container .service .service-content .item>.item-desc .desc-btn {
        width: 110px;
        height:40px;
        background:rgba(253,208,4,1);
        box-shadow:0px 2px 20px 0px rgba(190,190,190,0.5);
        border-radius:3px;
        padding: 0;
        box-sizing: border-box;
        position: absolute;
        right: -35px;
        bottom: -25px;
        text-align: center;
    }
    .container .service .service-content .item>.item-desc .desc-btn .btn1{
        font-size:14px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(35,24,22,1);
        line-height:40px;
        padding: 0;
    }

    /*swiper-----------------*/
.swiper{
    /* padding: 0 0 208px 0; */
    margin: 0;
    background-size: 100% 100%;
    
}
.swiper .swiper-top {
    padding: 50px 0 30px 0;
}
.swiper .swiper-top>h3{
    font-size:36px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:35px;
    text-align: center;
    margin-bottom: 48px;
}
.swiper .swiper-top>p {
    font-size:18px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(101,101,101,1);
    line-height:40px;
    text-align: center;
}
.swiper .container {
    
}
.swiper .container .swiper-list .swiper-container {
    width: 100%;
    /* height: 430px; */
    padding-top: 10px;
    position: relative;
    padding-bottom: 32px;
  }

  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide {
    /* width: 385px!important; */
    height: 320px;
    background: #fff;
    transition: 300ms;
    box-shadow:0px 15px 30px 0px rgba(165,165,165,0.37);
    border-radius:6px;
    padding: 20px 20px 0 20px;
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide .slide-img{
      width: 50px;
      height: 50px;
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide>h4{
    font-size:20px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(35,24,22,1);
    margin: 5px 0 15px 0;
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide>p{
    font-size:14px;
    font-family:PingFang-SC-Light;
    font-weight:300;
    color:rgba(74,74,74,1);
    line-height:25px;
  }

  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: translateY(-10px);
  }
  .swiper .container .swiper-list .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    /* width: 360px!important; */
    box-shadow:none;
  }
  .swiper .container .swiper-list {
      position: relative;
      
  }

  /*btn----------*/
  .swiper .container .prev{
      width: 60px;
      height: 60px;
      background:#fff;
      border-radius: 50%;
      border:1px solid rgba(229,229,229,1);
      position: relative;
      position: absolute;
      top: 32%;
      left: -120px;
      display: none;
  }
  .swiper .container .prev>img{
    width:35px;
    height:35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .swiper .container .next{
    width: 60px;
    height: 60px;
    background:#fff;
    border-radius: 50%;
    border:1px solid rgba(229,229,229,1);
    position: relative;
    position: absolute;
    top: 32%;
    right: -120px;
    display: none;
}
.swiper .container .next>img{
  width:35px;
  height:35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.swiper .container .prev:hover,
.swiper .container .next:hover {
    background:#E6E8EB;
}
.main2 {
    display: none;
}
.ser{
    display: none;
}
}
/*mobile*/
@media (max-width: 767px) and (min-width: 320px) {
    .banner .banner-img {
        width: 100%;
    }
    .pc{
        display: none;
    }
    .web{
        display: block;
    }
    .container .about{
        display: flex;
        flex-direction:column-reverse;
        padding: 0 20px;
    }
    .container .about .about-img {
        width: 100%;
        height: 312px;
    }
    .container .about .about-desc {
        padding:0;
        margin: 0;
    }
    .container .about .about-desc .desc-title {
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
        line-height:50px;
        margin-bottom: 0;
    }
    .container .about .about-desc .desc-p{
        font-size:13px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(101,101,101,1);
        margin: 0;
        line-height: 28px;
    }
    .container .about .about-desc .desc-p2 {
        font-size:13px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(101,101,101,1);
        margin: 0 0 20px 0;
        line-height: 28px;
    }
    .container .ser {
        padding: 20px 20px;
        display: block;
    }
    .container .ser .ser-item {
        
    }
    .container .ser .ser-item .title{
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
    }
    .container .ser .ser-item .desc {
        font-size:13px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(101,101,101,1);
        line-height: 24px;
    }
    .container .ser>img{
        width: 100%;
        /* height: 266px; */
    }


    .main2 {
        display: block;
    }
    .main2 .main2-top {
        padding: 0 20px;
    }
    .main2 .main2-top .top-title {
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
    }
    .main2 .main2-top .top-desc {
        font-size:13px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(101,101,101,1);
        line-height:24px;
    }


    /*----------------------------*/
    .main2 .main2-swiper {
        
    }
    .main2 .main2-swiper .swiper2-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 10px 20px 30px 20px;
      }
      .main2 .main2-swiper .swiper2-container .swiper-wrapper {

      }
      .main2 .main2-swiper .swiper2-container .swiper-slide {
        background: #fff;
        width: 254px;
        height: 283px;
        background:#FFFFFF;
        box-shadow:0px 5px 20px 0px rgba(165,165,165,0.37);
        border-radius:6px;
        padding: 35px 27px 0 27px;
      }
      .main2 .main2-swiper .swiper2-container .swiper-slide .slide-img {
          width: 35px;
          height: 35px;
      }
      .main2 .main2-swiper .swiper2-container .swiper-slide>h4{
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:#231816;
        margin: 26px 0;
      }
      .main2 .main2-swiper .swiper2-container .swiper-slide>p{
        font-size:13px;
        font-family:PingFang-SC-Light;
        font-weight:300;
        color:rgba(74,74,74,1);
        line-height:24px;
      }
      /*------------------------*/
    .container .service {
        display: none;
    }
    .main {
        display: none;
    }


}
.fl {
    float: left;
}
.mr28 {
    margin-right: 28px;
}
.mb40 {
    margin-bottom: 30px;
}

/* 新闻相关 */
.news-content {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
}
.news-content-left {
	float: left;
	position: relative;
	margin-right: 40px;
	width: 100px;
	text-align: right;
}
.news-content-right {
	float: right;
	position: relative;
	width: 800px;
}
.news-content-date {
	font-size: 40px;
	font-family: Arial;
	font-weight: bold;
	color: rgba(102,102,102,1);
	margin-bottom: 16px;
}
.news-content-year {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: rgba(102,102,102,1);
	line-height: 32px;
}
.news-content-title {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(51,51,51,1);
	line-height: 36px;
	margin-bottom: 18px;
}
.news-content-desc {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(102,102,102,1);
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;     
  	-webkit-line-clamp: 2; 
  	-webkit-box-orient: vertical; 
}

/* banner */
.banner_box img.img-responsive{
    width: 100%;
    height: 400px;
    object-fit:cover
}

.swiper_scale_box .swiper-slide{
    width: 400px;
    height: 266px;
}

.hidden{
    overflow: hidden;
}
.el_box{
    margin: 20px 0;
}

.featured_area {
    background: #172646
}

.featured_area .featured_inner {
    padding-left: 75px;
    padding-right: 75px
}

.featured_item {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 2
}

.featured_item a {
    display: block;
    position: relative
}

.featured_item a:before {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.featured_item img {
    height: 146px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.featured_item h4 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
    color: #fff;
    font: 400 16px "Poppins",sans-serif;
    z-index: 1;
    margin-bottom: 0
}

.featured_item:hover a:before {
    opacity: 1
}

.featured_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.main_title.white h2{
    color: #fff;
}

.p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.el_box_main_title{
    font-size: 40px;
    color: #333;
    margin: 40px 0;
    text-align: center;
}

.contact-section {
    padding-top: 120px;
    padding-bottom: 120px
}

@media(max-width: 1199px) {
    .contact-section {
        padding:70px 0
    }
}

.contact-box {
    margin-top: 15px
}

@media(max-width: 991px) {
    .contact-box {
        margin-top:20px;
        margin-bottom: 40px
    }
}

.contact-box h1 {
    margin-bottom: 30px
}

.contact-form .input-text {
    display: block;
    outline: 0;
    border: 0;
    background-color: #f3f6f7;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    color: #838e91;
    height: 60px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 5px 0
}

.contact-form textarea.input-text {
    height: 190px;
    padding-top: 30px
}

.contact-form .btn-primary {
    padding: 18px 49px
}

@media(max-width: 991px) {
    .contact-form .btn-primary {
        margin-bottom:40px;
        width: 100%
    }
}

.section-tagline {
    position: relative;
    font-size: 14px;
    color: #2dcd7c;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-tagline:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 35px;
    top: -13px;
    background-color: #2dcd7c;
}

.ab img{width:100%;}
.culture_box .text {
    padding: 50px;
}

.culture_box p {
    color: #757575;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 300;
}

.margin-bottom {
    margin-bottom: 36px !important;
}

.culture_box ul.styled li, .culture_box ul.post li {
    position: relative;
    padding-left: 26px;
    margin: 9px 0;
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #444444;
}

.footer{
    padding: 40px;
    text-align: center;
}

.footer a{
    color: #fff;
}

/* 评价 */
.testimonial-section {
    background-image: url(../resources/file/event-bg-1.jpg);
    background-color:#003b49;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.pinjiaSwiper{
    height: 300px;
}

.testimonial-name{
    width: 10px;
    color: #fff;
}


.testimonial-text {
    color: #fff;
    font-size: 22px;
    line-height: 1.9;
    margin-bottom: 42px
}

/* header */
body{
    overflow-x: hidden;
}
#header{
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #282828;
    font-size: 24px;
}

.featured_item{
    margin: 20px 0;
}