.main .brief ul li.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.title {
  padding-top: 65px;
  padding-bottom: 50px;
  position: relative;
}
.title p {
  font-size: 24px;
  color: #19305f;
}
.title .more_btn {
  display: inline-block;
  width: 120px;
  height: 46px;
  background: #fffefe;
  border: 2px solid #19305f;
  color: #19305f;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
}
.title .more_btn::after {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
  background-image: url(../imgs/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -100%;
  top: 0;
}
.title .more_btn span {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  left: 0;
}
.title .more_btn:hover::after {
  left: 0;
}
.title .more_btn:hover span {
  left: 100%;
}
.input {
  width: 370px;
  height: 46px;
  outline: none;
  border: none;
  padding-left: 20px;
  background: none;
}
.submit {
  width: 120px;
  height: 46px;
  background: #fff300;
  text-align: center;
  line-height: 46px;
  border: none;
  cursor: pointer;
  outline: none;
  color: #19305f;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.submit:hover {
  background: none;
  color: #fff300;
  outline: 2px solid #fff300;
  height: 42px;
  line-height: 42px;
}
.left__ {
  margin-left: 8.125%;
}
@-webkit-keyframes ani {
  0% {
    height: 0;
    bottom: 100%;
  }
  50% {
    height: 8px;
    bottom: 80%;
  }
  100% {
    height: 0;
    bottom: 80%;
  }
}
@keyframes ani {
  0% {
    height: 0;
    bottom: 100%;
  }
  50% {
    height: 8px;
    bottom: 80%;
  }
  100% {
    height: 0;
    bottom: 80%;
  }
}
@-webkit-keyframes ani2 {
  0% {
    top: 50%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 50%;
  }
}
@keyframes ani2 {
  0% {
    top: 50%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 50%;
  }
}
.main {
  margin-left: 320px;
}
.main .banner {
  height: 100vh;
  position: relative;
}
.main .banner .swiper-pagination-white {
  position: absolute;
  left: 10%;
  bottom: 35px;
  width: auto;
}
.main .banner .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: #eaeaea;
}
.main .banner .swiper-slide {
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0;
}
.main .banner .swiper-slide > div:first-child {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
  height: 100%;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
  background-attachment: fixed;
}
.main .banner .swiper-slide > div:last-child {
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -90px;
}
.main .banner .swiper-slide > div:last-child p{
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  position: relative;
  left: 50px;
  visibility: hidden;
}

.main .banner .swiper-slide-active > div:last-child p{
    visibility: visible;
    left: 0;
}
.main .banner .swiper-slide > div:last-child p:first-child {
  font-size: 32px;
  color: #fff;
  opacity: 0.8;
  transition-delay: 0.1s;
}

.main .banner .swiper-slide > div:last-child p:last-child {
  font-size: 24px;
  color: #fff;
  opacity: 0.4;
  transition-delay: 0.3s;
}
.main .banner .swiper-slide > div:last-child p:nth-of-type(2) {
  padding-top: 30px;
  padding-bottom: 30px;
  transition-delay: 0.2s;
}
.main .banner .swiper-slide-active {
  z-index: 123;
}
.main .banner .swiper-slide-active > div:first-child {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main .brief {
  background-color: #f7f7f7;
  height: 160px;
}
.main .brief ul {
  height: 100%;
}
.main .brief ul li {
  float: left;
  width: 25%;
  position: relative;
  height: 100%;
}
.main .brief ul li h5 {
  font-size: 24px;
  font-weight: 600;
  padding-top: 50px;
}
.main .brief ul li p {
  color: #666;
  font-size: 16px;
  padding-top: 10px;
  max-width: 90%;
}
.main .brief ul li i {
  position: absolute;
  right: 30px;
  font-size: 70px;
  opacity: 0.1;
  top: 50%;
  margin-top: -35px;
}
.main .service > ul {
  overflow: hidden;
  height: 750px;
}
.main .service > ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}
.main .service > ul li:nth-of-type(3n) {
  margin-right: 0;
}
.main .service > ul li:nth-of-type(3n) {
  margin-right: 0;
}
.main .service > ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.main .service > ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main .service > ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main .service > ul li:hover p {
  color: #19305f !important;
}
.main .service > ul li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main .service > ul li a figcaption p {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.main .service > ul li a figcaption p:nth-of-type(1) {
  font-size: 24px;
  color: #333;
}
.main .service > ul li a figcaption p:last-child {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-top: 14px;
  margin-bottom: 14px;
}
.main .service > ul li a div {
  overflow: hidden;
}
.main .service > ul li a div img {
  width: 360px;
  height: 240px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .service.onshow ul li {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.main .our_advantage {
  height: 650px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.main .our_advantage > div {
  float: left;
}
.main .our_advantage > div:first-child {
  width: 32%;
  height: 610px;
  position: relative;
  left: 20px;
  background-color: #fff;
  margin: 20px 0;
}
.main .our_advantage > div:first-child::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  outline: 20px solid #19305f;
}
.main .our_advantage > div:first-child .title {
  text-align: center;
  background-image: url(../imgs/fz1.png);
  background-size: 30%;
}
.main .our_advantage > div:first-child .our_advantage_desc {
  text-align: center;
  padding-top: 24px;
}
.main .our_advantage > div:first-child .our_advantage_desc p {
  font-size: 24px;
  line-height: 50px;
  color: #333;
}
.main .our_advantage > div:first-child .our_advantage_desc div {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span {
  position: relative;
  width: 65px;
  height: 88px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  background-color: red;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: 50%;
  margin-left: -1px;
  bottom: 100%;
  z-index: 11;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  background-color: red;
  left: 50%;
  margin-left: -1px;
  bottom: 100%;
  z-index: 11;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span:hover::after {
  -webkit-animation: ani 0.5s linear;
          animation: ani 0.5s linear;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span:hover::before {
  -webkit-animation: ani 0.5s linear;
          animation: ani 0.5s linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span:hover > span {
  -webkit-animation: ani2 0.5s linear;
          animation: ani2 0.5s linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span:hover > span::after {
  height: 100%;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span > span {
  background-color: #19305f;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -63px;
  text-align: center;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span > span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background-color: red;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: 0;
  top: 0;
  z-index: 11;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span img {
  z-index: 123;
  position: relative;
  width: 50px;
}
.main .our_advantage > div:first-child .our_advantage_desc div > span i {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -38px;
  font-size: 70px;
  opacity: 0.2;
  z-index: 12312;
}
.main .our_advantage > div:last-child {
  width: 68%;
  height: 100%;
}
.main .our_advantage > div:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .customer_evaluation {
  background-color: #F7F7F7;
  padding-bottom: 75px;
}
.main .customer_evaluation > div .customer_evaluation_content {
  height: 385px;
  padding-bottom: 15px;
}
.main .customer_evaluation > div .customer_evaluation_content > div {
  padding: 24px;

}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide {
  width: 380px;
  background: #fffefe;
  border-radius: 30px;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div {
  margin: 0 30px;
  height: 100%;
  position: relative;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div > h5 {
  padding-top: 55px;
  font-size: 24px;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div .for {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  margin-top: 5px;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div .desc_ {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div .company_ {
  position: absolute;
  bottom: 40px;
  line-height: 66px;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div .company_ > span:first-child {
  width: 66px;
  height: 66px;
  background: #fffefe;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  float: left;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div .company_ > span:first-child img {
  width: 60px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 11px;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide > div .company_ > span:last-child {
  display: inline-block;
  height: 100%;
  line-height: 66px;
  float: left;
  margin-left: 15px;
  font-size: 18px;
  color: #333;
}
.main .customer_evaluation > div .customer_evaluation_content .swiper-slide:hover {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
.main .customer_evaluation > div > div:first-child {
  position: relative;
  width: 1210px;
}
.main .customer_evaluation > div > div:first-child .swiper-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #19305f;
}
.main .customer_evaluation > div > div:first-child .swiper-prev {
  position: absolute;
  cursor: pointer;
  right: 50px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 80px;
  height: 46px;
  border: 2px solid #19305f;
  border-left: none;
}
.main .customer_evaluation > div > div:first-child .slide_btn {
  color: #19305f;
}
.main .customer_evaluation > div > div:first-child .slide_btn i {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
}
.main .customer_evaluation > div > div:first-child .slide_btn:hover {
  background-color: #19305f;
}
.main .customer_evaluation > div > div:first-child .slide_btn:hover i {
  color: #fff;
}
.main .customer_evaluation > div > div:first-child .swiper-button-disabled {
  opacity: .4;
}
.main .team {
  padding-bottom: 60px;
}
.main .team > div:last-child {
  position: relative;
  padding-bottom: 100px;
}
.main .team > div:last-child img {
  width: 100%;
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.main .team .box {
  width: 380px;
  height: 114px;
  position: absolute;
  z-index: 12;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.main .team .box > div {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 100%;
  background: #fffefe;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  z-index: 123;
}
.main .team .box .team_desc {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 120;
  background-color: #fff;
  padding: 0 24px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.main .team .box .team_desc span {
  margin: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: inline-block;
  height: 150px;
  padding-top: 30px;
}
.main .team .box:hover > div {
  background-color: #19305f;
}
.main .team .box:hover .team_desc {
  height: 180px;
}
.main .team .box:hover > div p:first-child {
  color: #fff;
}
.main .team .box:hover span {
  color: #283b66;
}
.main .team .box > div p:nth-of-type(1) {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
  color: #333;
}
.main .team .box > div p:nth-of-type(2) {
  position: absolute;
  bottom: 24px;
  left: 30px;
  font-size: 18px;
  color: #999;
}
.main .team .box > div span {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #eee;
  font-size: 72px;
}
.main .team .box1 {
  right: 0;
  top: -100px;
}
.main .team .box2 {
  right: 0;
  bottom: 180px;
}
.main .team .box3 {
  right: 415px;
  bottom: 90px;
}
.main .team .box4 {
  left: 0;
  bottom: 0px;
}
.main .Message {
  background-image: url(../imgs/liuyan.jpg);
  background-attachment: fixed;
  height: 242px;
}
.main .Message > div .title {
  float: left;
}
.main .Message > div .title p {
  color: #fff;
}
.main .Message > div form {
  float: right;
  width: 920px;
  margin-top: 35px;
}
.main .Message > div form ul li {
  float: left;
  line-height: 46px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.main .Message > div form ul li::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 50px;
  background-color: #fff;
  height: 100%;
  top: 0;
  z-index: 2;
}
.main .Message > div form ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff300;
  position: absolute;
  left: 50px;
  top: 0px;
  z-index: 5;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: 112;
}
.main .Message > div form ul li:nth-of-type(2) {
  margin-left: 36px;
}
.main .Message > div form ul li:nth-of-type(4) {
  margin-left: 22px;
}
.main .Message > div form ul li:nth-of-type(4)::after {
  display: none;
}
.main .Message > div form ul li:nth-of-type(3) input {
  width: 706px;
}
.main .Message > div form ul li input {
  position: relative;
  z-index: 123;
}
.main .Message > div form ul li span {
  color: #FFFEFE;
  font-size: 18px;
  margin-right: 16px;
}
.main .Message > div form ul .input_active::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.main .case ul {
  overflow: hidden;
  height: 351px;
}

.main .news__ ul{
  height: 400px;
}

footer{
  margin-top: 0 !important;
}
.main .case ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  overflow: hidden;
}

.main .case ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.main .case ul li:nth-of-type(3n) {
  margin-right: 0;
}
.main .case ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.main .case ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main .case ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main .case ul li div {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.main .case ul li div img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     transition: all .5s ease;
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -ms-transition: all .5s ease;
     -o-transition: all .5s ease;

}
.main .case ul li figcaption h4 {
  font-size: 24px;
  color: #333;
  padding-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .case ul li:hover figcaption h4{
  color: #19305f;
}
.main .case ul li figcaption p {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .news__ ul li figcaption p {
  font-size: 16px;
  color: #999;
  line-height:24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 6px;
}

.main .onshow.case ul li {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.main .news {
  padding-bottom: 100px;
}
.main .news ul {
  overflow: auto;
}
.main .news ul li {
  width: 31.333%;
  float: left;
  margin-right: 3%;
  height: 284px;
  position: relative;
  background: #f7f7f7;
  background-size: 120%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 100%;
}
.main .news ul li:nth-of-type(3n) {
  margin-right: 0;
}
.main .news ul li:nth-of-type(1) > div {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.main .news ul li:nth-of-type(2) > div {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main .news ul li:nth-of-type(3) > div {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main .news ul li > div {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  background-color: #F7F7F7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.main .news ul li > div > div {
  margin-left: 20px;
  margin-right: 70px;
  height: 284px;
  position: relative;
}
.main .news ul li > div > div .news_date {
  padding-top: 50px;
}
.main .news ul li > div > div .news_date span {
  font-size: 18px;
  color: #999;
}
.main .news ul li > div > div .news_date a {
  float: right;
}
.main .news ul li > div > div .news_date a i {
  font-size: 26px;
  color: #999;
}
.main .news ul li > div > div h4 {
  position: absolute;
  top: 25px;
  left: 0;
  transition-delay: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .news ul li > div > div h4 a {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}
.main .news ul li > div > div .news_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.main .news ul li > div {
  height: 114px;
  width: 85%;
}
.main .news ul li > div > div .news_date,
.main .news ul li > div > div .news_desc {
  display: none;
}
.main .news ul li > div > div h4 {
  top: 25px;
}
.main .onshow.news ul li {
  background-size: 120%;
}
.main .onshow.news ul li > div {
  width: 100%;
  height: 100%;
}
.main .onshow.news ul li > div > div .news_date,
.main .onshow.news ul li > div > div .news_desc {
  display: -webkit-box;
}
.main .onshow.news ul li > div > div .news_date{
  display: block;
}
.main .onshow.news ul li > div > div h4 {
  top: 105px;
}
.main .onshow.news ul li:hover {
  background-size: 100%;
}
.main .onshow.news ul li:hover > div {
  height: 114px;
  width: 85%;
}
.main .onshow.news ul li:hover > div > div .news_date,
.main .onshow.news ul li:hover > div > div .news_desc {
  display: none;
}
.main .onshow.news ul li:hover > div > div h4 {
  top: 25px;
}
.main .partner {
  position: relative;
  width: 100%;
  height: 180px;
  background: #eeeeee;
  margin-top: 50px;
  overflow: hidden;
}
.main .partner ul {
  overflow: auto;
  position: relative;
  height: 100%;
  margin: 0 30px;
  width: 1800px;
  position: relative;
  overflow: hidden;
  left: -200px;
}
.main .partner ul li {
  float: left;
  width: 200px;
  height: 100%;
  position: absolute;
  text-align: center;
}
.main .partner ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .partner ul li img {
  max-width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
