@charset "UTF-8";
._title {
  text-align: center;
  font-family: 'douyu1';
  font-size: 40px;
  font-weight: bold;
  color: black;
  text-align: center;
}

._more {
  background: #0079c3;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 147px;
  height: 42px;
  color: white;
  transition: .5s;
}
._more:hover {
  background: #0064a3;
  color: white;
}

/*chanpin*/
.chanpin {
  background: url("../images/about_bg1.jpg") no-repeat center;
  background-size: cover;
}
.chanpin .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chanpin .list .item {
  position: relative;
  border-radius: 11px;
  background: transparent;
  height: 330px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 49%;
}
.chanpin .list .item .pic {
  position: absolute;
  left: 0;
  top: 0;
}
.chanpin .list .item .message {
  margin-top: 60px;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.chanpin .list .item .message .line {
  background: #0079c3;
  width: 75px;
  height: 4px;
  margin: 25px 0;
}
.chanpin .list .item .message .name {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.tuijian {
  background: url("../images/tuijian.jpg") no-repeat center;
  background-size: cover;
}
.tuijian .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.tuijian .swiper-button-next {
  right: -28px;
  left: unset;
}
.tuijian .swiper-button-prev {
  left: -28px;
  right: unset;
}
.tuijian .swiper-button-next,
.tuijian .swiper-button-prev {
  background: none;
  margin-top: -109px;
}
.tuijian .container2 {
  overflow: visible;
}
.tuijian #tuijian_list {
  position: relative;
}
.tuijian .list .item {
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}
.tuijian .list .item:hover img {
  transform: scale(1.1);
}
.tuijian .list .item img {
  transition: .5s;
}
.tuijian .name {
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  display: block;
  text-align: center;
}
.tuijian ._more {
  margin-left: auto;
  margin-right: auto;
  background: white;
  color: #0079c3;
}
.tuijian .swiper-pagination {
  bottom: -6px;
}

.about {
  background: url("../images/about_bg2.jpg") no-repeat center;
  background-size: cover;
}
.about .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .lf {
  width: 45%;
  text-align: left;
  line-height: 2;
}
.about .lf ._title {
  text-align: left;
}
.about .lf .title {
  font-size: 22px;
  color: #0079c3;
  margin-bottom: 30px;
}
.about .lf .summary {
  font-size: 16px;
  margin-bottom: 40px;
  color: #393939;
  line-height: 26px;
}
.about .rt {
  background: url("../images/dasha.jpg") no-repeat center;
  background-size: cover;
  width: 700px;
  height: 500px;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about .rt .item {
  width: 97px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: flex-start;
  border: 3px solid #ecfcff;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  padding-top: 50px;
  transition: .5s;
}
.about .rt .item p {
  width: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  line-height: 31px;
  font-size: 20px;
  word-wrap: break-word;
  /*英文的时候需要加上这句，自动换行*/
}
.about .rt .item.on {
  flex: 1;
  background: transparent;
  color: black;
}
.about .rt .item.on p {
  width: auto;
  word-wrap: inherit;
  margin-left: 50px;
  text-align: left;
}

.youshi {
  background: url("../images/about_pic.jpg") no-repeat center;
  background-size: cover;
}
.youshi .list {
  display: flex;
  justify-content: space-between;
}
.youshi .list .item {
  text-align: center;
  width: 20%;
  color: white;
}
.youshi .list .item img {
  height: 40px;
}
.youshi .list .item .title {
  margin-top: 15px;
  font-size: 21px;
  font-weight: bold;
}
.youshi .list .item .bottom {
  font-size: 16px;
  color: white;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid white;
}
.youshi .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.youshi .list .item2 .ttop .pingfang {
  bottom: 18px;
  right: -34px;
}

.youshi .list .item2 .ttop .jia {
  right: 0;
  top: 6px;
}

.youshi .list .item3 .ttop .pingfang {
  bottom: 15px;
  right: 2px;
}

.youshi .list .item4 .ttop .pingfang {
  bottom: 17px;
  right: 0;
}

.youshi .list .item4 .ttop .jia {
  right: 12px;
  top: 0;
}

.youshi .list .item1 .ttop .pingfang {
  bottom: 17px;
  right: -21px;
}

.youshi .list .item1 .ttop .jia {
  right: -23px;
  top: 0;
}

.zhengshu .swiper-slide {
  text-align: center;
  transform: scale(0.7);
  overflow: inherit;
  width: 43%;
  transition: all 0.4s;
  margin: 0 -80px;
}
.zhengshu .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}
.zhengshu .swiper-button-next, .zhengshu .swiper-button-prev {
  background: none;
}

/*xinwen*/
.xinwen ._title {
  text-align: left;
}
.xinwen .item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #0079c3;
}
.xinwen .item .time {
  color: #0079c3;
}
.xinwen .item .title {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin: 30px 0;
  text-transform: uppercase;
}
.xinwen .item .title p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.xinwen .item .summary {
  font-size: 14px;
  margin-bottom: 30px;
}
.xinwen .item .summary p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.xinwen .item .name {
  padding: 20px 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: white;
  background: #0079c3;
}
.xinwen .bottom {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.xinwen .bottom .item {
  padding: 20px;
  width: 32.5%;
  background: white;
}
.xinwen .top {
  margin-top: 30px;
}
.xinwen .top .item {
  height: 355px;
  border-radius: 15px;
  overflow: hidden;
  border: 0px;
  width: 38%;
}
.xinwen .top .item:first-child {
  width: 60%;
  margin-right: 2%;
}

.lianxi {
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.lianxi ._title {
  text-align: left;
}
.lianxi .lf .summary {
  margin-top: 25px;
  font-size: 16px;
  margin-bottom: 93px;
}
.lianxi .lf .more {
  width: 243px;
  height: 61px;
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0079c3;
  font-size: 20px;
}
.lianxi .lf .more p {
  margin-bottom: 0;
}
.lianxi .lf .more img {
  margin-right: 20px;
}
.lianxi .rt {
  /*.input_box_4{
     .infoInput{
        height: 150px;
     }
  }*/
}
.lianxi .rt #feedbackbotton {
  background: white;
  color: #0079c3;
  width: 128px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 19px;
}
.lianxi .rt .formlist {
  position: relative;
}
.lianxi .rt .input_box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.lianxi .rt .input_box_1 {
  width: 50%;
}
.lianxi .rt .input_box_3 {
  width: 100%;
}
.lianxi .rt .input_box_3 .infoInput {
  height: 122px;
}
.lianxi .rt .input_box_2 {
  width: 48%;
  margin-left: 2%;
}
.lianxi .rt .infoInput {
  padding: 5px 5px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #b9b9b9;
  width: 100%;
}
.lianxi .rt #code {
  width: 150px;
  margin-right: 10px;
}
.lianxi .rt #feedback .th2 {
  display: block !important;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: white;
}
.lianxi .rt input::placeholder {
  opacity: 0;
}

.zx_bg {
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
}

.lng_cn .lianxi .rt #feedbackbotton {
  font-size: 18px;
}
.lng_cn .lianxi .lf .summary {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 60px;
}

@media (max-width: 1550px) {
  .lianxi .lf .more {
    width: 223px;
    height: 53px;
    font-size: 18px;
  }

  .lianxi .rt #feedbackbotton {
    font-size: 18px;
  }

  ._title {
    font-size: 37px;
  }

  .youshi .list .item .title {
    font-size: 19px;
  }

  .about .lf .summary {
    padding-right: 40px;
  }

  .chanpin .list .item {
    height: 300px;
  }
}
@media (max-width: 1450px) {
  .chanpin .list .item2, .chanpin .list .item3 {
    width: 751px;
    height: 287px;
  }

  .chanpin .list .item1 {
    width: 405px;
    height: 584px;
  }

  .about .lf .summary {
    font-size: 16px;
    line-height: 24px;
  }

  .about .lf {
    padding-right: 40px;
  }

  .youshi .list .item .bottom {
    font-size: 15px;
    line-height: 21px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid white;
  }

  .youshi .list .item .title {
    font-size: 17px;
  }

  .zhengshu .swiper-slide {
    width: 35%;
  }

  .lianxi .lf .summary {
    margin-top: 57px;
    font-size: 16px;
    margin-bottom: 55px;
  }

  .zhengshu .swiper-slide {
    transform: scale(0.5);
    margin: 0 -80px;
  }

  .zhengshu .swiper-slide-active {
    transform: scale(0.7);
  }

  .chanpin .list .item .message .name {
    font-size: 28px;
  }

  .chanpin .list .item {
    height: 283px;
  }

  ._more {
    font-size: 15px;
  }

  .xinwen .top .item {
    height: 303px;
  }

  .zhengshu .hr60 {
    display: none;
  }

  ._title {
    font-size: 33px;
  }

  .hr1202 {
    display: none;
  }
}
@media (max-width: 768px) {
  .chanpin .list {
    display: block;
  }

  .chanpin .list .item1 {
    width: 100%;
    height: 418px;
  }

  .chanpin .list .item .message .name {
    font-size: 23px;
  }

  .chanpin .list .item .message .line {
    width: 75px;
    margin: 16px 0;
  }

  ._more {
    width: 128px;
    height: 37px;
    font-size: 14px;
  }

  .chanpin .list .item .message {
    margin-top: 31px;
    margin-left: 26px;
  }

  .chanpin .list .item2, .chanpin .list .item3 {
    width: 100%;
  }

  ._title img {
    width: 200px;
  }

  .chanpin .list .item2 {
    margin-bottom: 0;
  }

  .chanpin .list .item {
    margin-bottom: 20px;
    width: 100%;
    height: 196px;
  }

  .tuijian .swiper-button-next {
    right: 0;
  }

  .tuijian .swiper-button-prev {
    left: 0;
  }

  .tuijian .list {
    margin: 0 -5px;
  }
  .tuijian .list .swiper-button-next, .tuijian .list .swiper-button-prev {
    margin-top: -71px;
  }

  .tuijian .list .item {
    margin: 5px;
  }

  .tuijian .list .item img {
    border: 0px solid white;
  }

  .about .content {
    display: block;
  }

  .about .lf {
    width: 100%;
    padding-right: 0;
  }
  .about .lf .more {
    margin: 0 auto;
    text-align: center;
  }
  .about .lf .more img {
    width: 150px;
  }

  .about .rt .item.on p {
    width: 15px;
    word-wrap: break-word;
    margin-left: auto;
  }

  .about .rt .item {
    width: 25%;
  }

  .about .rt .item.on {
    flex: inherit;
  }

  .about .lf ._title {
    text-align: center;
  }

  .about .lf .title {
    text-align: center;
  }

  .about .rt {
    width: 100%;
    display: none;
    margin-top: 40px;
  }

  .about .lf .summary {
    font-size: 16px;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .youshi .list {
    flex-wrap: wrap;
  }

  .youshi .list .item {
    width: 48%;
    margin-bottom: 30px;
  }

  .youshi .list .item .bottom {
    font-size: 15px;
    padding-top: 10px;
  }

  .youshi .list .item .ttop img {
    margin-right: 0;
  }

  .youshi .list .item .ttop .num {
    font-size: 30px;
  }

  .youshi .list .item .ttop {
    width: 100%;
    height: 90px;
    flex-direction: column;
  }

  .youshi .list .item1 .ttop .jia {
    right: 16px;
    top: 45px;
  }

  .youshi .list .item1 .ttop .pingfang {
    bottom: 9px;
    right: -8px;
  }

  .youshi .list .item2 .ttop .pingfang {
    display: none;
  }

  .youshi .list .item2 .ttop .jia {
    right: 33px;
    top: 45px;
  }

  .youshi .list .item3 .ttop .pingfang {
    bottom: 6px;
    right: 2px;
  }

  .youshi .list .item4 .ttop .pingfang {
    bottom: 10px;
    right: 4px;
  }

  .youshi .list .item4 .ttop .jia {
    right: 12px;
    top: 19px;
  }

  .zhengshu .swiper-slide-active {
    transform: scale(1);
  }

  .zhengshu .swiper-slide {
    transform: scale(1);
    margin: 0px;
  }
  .zhengshu .swiper-slide .item img {
    max-width: 100%;
  }

  .zhengshu .swiper-button-next {
    right: 0;
  }
  .zhengshu .swiper-button-prev {
    left: 0;
  }

  .xinwen .top {
    display: none;
  }

  .xinwen .bottom {
    display: block;
  }

  .xinwen .bottom .item {
    width: 100%;
  }

  .xinwen .item .title {
    margin: 15px 0;
  }

  .lianxi .lf {
    width: 100%;
  }

  .lianxi .lf .summary {
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .lianxi .lf .more {
    height: 50px;
    width: 222px;
    font-size: 19px;
  }

  .lianxi .lf .more img {
    margin-right: 10px;
    width: 24px;
  }

  .lianxi .rt {
    margin-top: 40px;
  }

  .lianxi .rt .input_box_1 {
    width: 100%;
  }

  .lianxi .rt .input_box_2 {
    width: 100%;
    margin-left: 0;
  }

  .lianxi .rt .input_box_3 .infoInput {
    height: 83px;
  }

  .lianxi .rt #feedbackbotton {
    position: static;
    height: 43px;
    font-size: 18px;
  }

  ._title {
    font-size: 24px;
  }

  .chanpin .list .item .message {
    margin-top: 43px;
  }

  .tuijian .name {
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .about .lf .summary {
    padding-right: 0;
  }

  .about ._more {
    margin-left: auto;
    margin-right: auto;
  }

  .lianxi .rt #code {
    width: 150px;
  }

  .lianxi .rt #feedbackbotton,
  .lianxi .lf .more {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .lianxi ._title {
    text-align: center;
  }

  .youshi .list .item .title {
    font-size: 16px;
    height: 50px;
  }

  .youshi .list .item .bottom {
    height: 116px;
  }

  .youshi .content {
    flex-direction: column;
  }

  .zhengshu .swiper-slide .item img {
    padding: 0 5px;
  }

  .zhengshu .list {
    margin-top: 30px;
  }

  .xinwen ._title {
    text-align: center;
  }

  .xinwen {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=index.css.map */
