.nbanner {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 86px;
  overflow: hidden;
}

.nbanner .nbanner_Pic {
  font-size: 0;
  line-height: 0;
}

.nbanner .nbanner_Pic img {
  width: 100%;
  float: left;
}

.nbanner .nbanner_Pic .img2 {
  display: none;
}

.nbanner .nbanner_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nbanner .nbanner_text img {
  height: 25px;
  width: 25px;
}

.nbanner .nbanner_text h4 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin: 18px 0;
  line-height: 40px;
}

.nbanner .nbanner_text h6 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.nbanner2 .nbanner_text h6 {
  font-size: 18px;
}

.nbanner .nbanner_tab {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.nbanner .nbanner_tab ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  max-width: 100%;
  padding-right: 40px;
}




.nbanner .nbanner_tab ul li {}

.nbanner .nbanner_tab ul li a {
  display: block;
  min-width: 160px;
  line-height: 100px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 12px;
}

.nbanner .nbanner_tab ul li.on a {
  background: #3398d1;
}

.nbanner .nbanner_tab ul li:hover a {
  background: #3398d1;
}

.Company_Profile_Text .Company_Profile_Text_Mid,
.Company_Profile_Text .Company_Profile_Text_Info {
  z-index: 1;
  position: relative;
}

.Company_Profile_Text {
  float: left;
  width: 100%;
  position: relative;
}

.Company_Profile_Text:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  background: #f7f7f7;
  left: 0;
  bottom: 0;
}

.Company_Profile_Text .Company_Profile_Text_Top {
  padding: 104px 0px;
}

.Company_Profile_Text .Company_Profile_Text_Top .title_1 {
  font-size: 36px;
  font-weight: bold;
  color: #3398d1;
}

.Company_Profile_Text .Company_Profile_Text_Top .title_2 {
  color: #3398d1;
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0 30px 0;
}

.Company_Profile_Text .Company_Profile_Text_Top .title_3 {
  font-size: 20px;
  line-height: 32px;
  color: #000;
}

.Company_Profile_Text .Company_Profile_Text_Mid {
  height: 220px;
  width: 100%;
  position: relative;
  margin-bottom: 85px;
}

.Company_Profile_Text .Company_Profile_Text_Mid:after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background: #3398d1;
  position: absolute;
  width: 50%;
  border-radius: 0 50px 0 0;
  z-index: -1;
}

.Company_Profile_Text .Company_Profile_Text_Mid:before {
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  background: #3398d1;
  position: absolute;
  width: 50%;
  border-radius: 50px 0 0 0;
  z-index: -1;
}

.Company_Profile_Text .Company_Profile_Text_Mid ul {
  display: flex;
  justify-content: space-around;
  align-self: center;
  height: 100%;
  height: 220px;
}

.Corporate_Culture {
  position: relative;
}

.Corporate_Culture .bg_list {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
}

.Corporate_Culture .bg_list .bg_li {
  font-size: 0;
  line-height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: 100%;
  top: 0;
}

.Corporate_Culture .bg_list .bg_li.on {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.Corporate_Culture .bg_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Company_Profile_Text .Company_Profile_Text_Mid ul li {
  display: flex;
  align-items: center;
}

.Company_Profile_Text .Company_Profile_Text_Mid ul li .num {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.Company_Profile_Text .Company_Profile_Text_Mid ul li .text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-left: 14px;
}

.Company_Profile_Text .Company_Profile_Text_Info {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 90px;
}

.Company_Profile_Text .Company_Profile_Text_Info strong {
  color: #3398d1;
  display: block;
  margin-bottom: 40px;
}

.vi_list {
  margin-top: 70px;
}

.Corporate_Culture {
  float: left;
  width: 100%;
  display: flex;
}

.Corporate_Culture .Corporate_Culture_left {
  width: 40.625%;
  float: left;
}

.Corporate_Culture .Corporate_Culture_left .left_tit {
  color: #fff;
  padding: 80px 0 90px 0;
  font-size: 40px;
  background: rgba(1, 64, 153, 0.83);
}

.Corporate_Culture .Corporate_Culture_left ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  position: relative;
}

.Corporate_Culture .Corporate_Culture_left ul:after {
  content: "";
  height: 80px;
  background: rgba(1, 64, 153, 0.83);
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.Corporate_Culture .Corporate_Culture_left ul li {
  background: rgba(1, 64, 153, 0.83);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 70px;
  cursor: pointer;
  position: relative;
}

.Corporate_Culture .Corporate_Culture_left ul li .line {
  width: 100%;
  position: absolute;
}

.Corporate_Culture .Corporate_Culture_left ul li p {
  line-height: 80px;
  font-size: 24px;
  color: #fff;
}

.Corporate_Culture .Corporate_Culture_left ul li img {
  display: none;
}

.Corporate_Culture .Corporate_Culture_left ul li.on {
  background: transparent;
}

.Corporate_Culture .Corporate_Culture_left ul li.on img {
  display: block;
}

.Corporate_Culture .Corporate_Culture_right {
  width: 59.375%;
  float: right;
}

.Corporate_Culture .Corporate_Culture_right ul {
  height: 100%;
  position: relative;
}

.Corporate_Culture .Corporate_Culture_right ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 160px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.Corporate_Culture .Corporate_Culture_right ul li.on {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.Corporate_Culture .Corporate_Culture_right ul li img {
  width: 80px;
}

.Corporate_Culture .Corporate_Culture_right ul li .right_t {
  color: #fff;
  font-size: 36px;
  margin: 35px 0 15px 0;
  line-height: 1;
}

.Corporate_Culture .Corporate_Culture_right ul li .info {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.vi_Interpretation {
  float: left;
  width: 100%;
  padding-top: 100px;
}

.vi_Interpretation .vi_list li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.vi_Interpretation .vi_list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.vi_Interpretation .vi_list li:nth-child(2n) .vi_text {
  padding-right: 40px;
  padding-left: 0;
  text-align: right;
}

.vi_Interpretation .vi_list li:nth-child(2n) .vi_text img {
  right: -35px;
  left: auto !important;
}

.vi_Interpretation .vi_list li:nth-child(2n) .vi_text-stitle {
  text-align: right;
}

.vi_Interpretation .vi_list li:nth-child(2n) .vi_text_info {
  text-align: left;
}

.vi_Interpretation .vi_list li .vi_text {
  padding-left: 40px;
  width: calc(100% - 390px);
}

.vi_Interpretation .vi_list li .vi_text .vi_text_title {
  position: relative;
  font-size: 36px;
  line-height: 40px;
  color: #3398d1;
}

.vi_Interpretation .vi_list li .vi_text .vi_text_title img {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translate(0, -50%);
}

.vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
  font-size: 36px;
  line-height: 40px;
  color: #3398d1;
  margin: 15px 0 30px 0;
}

.vi_Interpretation .vi_list li .vi_text .vi_text_info {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.vi_Interpretation .vi_list li .vi_circle {
  height: 270px;
  width: 270px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 22px rgba(1, 64, 153, 0.11);
}

.vi_Interpretation .vi_list li .vi_circle img {
  max-width: 80%;
}

.ny_us_tit {
  text-align: center;
  color: #000;
  font-size: 40px;
}

.ny_us_tit2 {
  text-align: center;
  color: #000;
  font-size: 36px;
}

.certificate ul li .certificate_top .pic img {
  width: 100%;
}

.certificate ul li .certificate_down .pic img {
  width: 100%;
}

.ny_us_tit3 {
  text-align: center;
  color: #3398d1;
  font-size: 24px;
  font-weight: bold;
}

.history {
  float: left;
  width: 100%;
}

.history .history_list {
  float: left;
  width: 100%;
}

.history .history_list li {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 55px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  padding-left: calc(50% + 160px);
  z-index: 2;
}

.history .history_list li:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed #ccc;
}

.history .history_list li:nth-child(2n) {
  padding-right: calc(50% + 160px);
  padding-left: 0 !important;
}

.history .history_list li:nth-child(2n):after {
  left: 0;
}

.history .history_list li:nth-child(2n) .event .history_title {
  text-align: right;
}

.history .history_list li:nth-child(2n) .event .history_stitle {
  text-align: right;
}

.history .history_list li:nth-child(2n) .event .history_stitle:after {
  left: auto;
  right: -15px;
}

.history .history_list li .time_year {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  background: #fcfcfc;
  box-shadow: 0 0 12px 0 rgba(171, 171, 171, 0.38);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.history .history_list li .time_year p {
  position: relative;
  z-index: 2;
}

.history .history_list li .time_year:after {
  content: "";
  height: 105px;
  width: 105px;
  background: #3398d1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.history .history_list li .event {
  padding-top: 55px;
  display: flex;
  flex-direction: column;
}

.history .history_list li .event .history_title {
  font-size: 30px;
  color: #3398d1;
  font-weight: bold;
  margin-bottom: 10px;
}

.history .history_list li .event .history_stitle {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  position: relative;
}

.history .history_list li .event .history_stitle::after {
  content: "";
  height: 6px;
  width: 6px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -15px;
  border-radius: 50%;
}

.history .history_list li:hover .time_year:after {
  background: #3398d1;
}

.history .history_list li:hover .event .history_title {
  color: #3398d1;
}

.history .history_list li:last-child:after {
  display: none;
}

.history .history_list ul:after {
  content: "";
  height: calc(100% - 200px);
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  border: 1px dashed #ccc;
  width: 1px;
  z-index: 1;
}

.Honorary_tit {
  font-size: 24px;
  color: #3398d1;
  text-align: center;
  font-weight: bold;
}

.Honorary {
  float: left;
  width: 100%;
  padding: 100px 0;
  background: #fcfcfc;
}

.Honorary .Honorary_pic {
  margin-top: 30px;
}

.Honorary .Honorary_pic ul {
  width: calc(100% + 18px);
  margin: 0 -9px;
}

.Honorary .Honorary_pic ul li {
  width: 25%;
  padding: 0 9px;
  float: left;
  position: relative;
  cursor: pointer;
}

.Honorary .Honorary_pic ul li .pic {
  border: 2px solid #3398d1;
  position: relative;
  padding-bottom: 73%;
  overflow: hidden;
  width: 100%;
}

.Honorary .Honorary_pic ul li .pic img {
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.Honorary .Honorary_pic ul li .tit {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  height: 100%;
  width: calc(100% - 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  left: 9px;
  top: 0;
  background: rgba(1, 64, 153, 0.88);
}

.Honorary .Honorary_pic ul li:hover .tit {
  opacity: 1;
}

.Honorary .Honorary_pic .slick-arrow {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.2);
  top: 50%;
  background: #fff;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
}

.Honorary .Honorary_pic .slick-arrow.slick-prev {
  background: url(../img/arrow_left1.png) center no-repeat;
  background-size: 16px;
  left: -70px;
}

.Honorary .Honorary_pic .slick-arrow.slick-prev:hover {
  background: url(../img/wh_left.png) #3398d1 center no-repeat;
}

.Honorary .Honorary_pic .slick-arrow.slick-next {
  background: url(../img/arrow_right2.png) center no-repeat;
  background-size: 16px;
  right: -70px;
  left: auto;
}

.Honorary .Honorary_pic .slick-arrow.slick-next:hover {
  background: url(../img/wh_right.png) #3398d1 center no-repeat;
}

.certificate {
  float: left;
  width: 100%;
  padding: 100px 0 110px 0;
}

.certificate ul li .certificate_top {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certificate ul li .certificate_top .pic {
  position: relative;
  padding-bottom: 18%;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  width: calc(25% - 15px);
  border: 2px solid #3398d1;
}

.certificate ul li .certificate_top .pic img {
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate ul li .certificate_down {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certificate ul li .certificate_down .pic {
  width: calc(16.6666% - 16.6666px);
  border: 2px solid #3398d1;
}

.certificate .slick-arrow {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.2);
  top: 50%;
  background: #fff;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
}

.certificate .slick-arrow.slick-prev {
  background: url(../img/arrow_left1.png) center no-repeat;
  background-size: 16px;
  left: -70px;
}

.certificate .slick-arrow.slick-prev:hover {
  background: url(../img/wh_left.png) #3398d1 center no-repeat;
}

.certificate .slick-arrow.slick-next {
  background: url(../img/arrow_right2.png) center no-repeat;
  background-size: 16px;
  right: -70px;
  left: auto;
}

.certificate .slick-arrow.slick-next:hover {
  background: url(../img/wh_right.png) #3398d1 center no-repeat;
}

.caselist {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.caselist .case_top_search {
  height: 72px;
  width: 100%;
  background: #3398d1;
  padding: 0 14px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.caselist .case_top_search .case_top_tit {
  color: #fff;
  font-size: 18px;
  line-height: 72px;
}

.caselist .case_top_search .case_top_input {
  display: flex;
}

.caselist .case_top_search .case_top_input .input_text {
  width: 306px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}

.caselist .case_top_search .case_top_input .input_text::placeholder {
  font-size: 16px;
  color: #fff;
}

.caselist .case_top_search .case_top_input .input_search {
  width: 116px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-indent: 50px;
  letter-spacing: 3px;
  background: url(../img/search3.png) #3398d1 top 50% left 20px no-repeat;
  transition: all .5s ease;
}

.caselist .case_top_search .case_top_input .input_search:hover {
  font-size: 0;
  background: url(../img/search3.png) #3398d1 top 50% center no-repeat;
}

.caselist .case_down_list ul {
  width: calc(100% + 20px);
  margin: -10px;
}

.caselist .case_down_list ul li {
  width: 33.3%;
  float: left;
  padding: 10px;
}

.caselist .case_down_list ul li a {
  float: left;
  width: 100%;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.11);
}

.caselist .case_down_list ul li .pic {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
  width: 100%;
  display: block;
}

.caselist .case_down_list ul li .pic img {
  width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.caselist .case_down_list ul li .text {
  padding: 24px 28px;
  float: left;
  width: 100%;
  background: #fff;
}

.caselist .case_down_list ul li .text .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caselist .case_down_list ul li .text .top .tit {
  font-size: 20px;
  color: #333;
}

.caselist .case_down_list ul li .text .top .label {
  line-height: 28px;
  background: #3398d1;
  color: #fff;
  padding: 0 8px;
}

.caselist .case_down_list ul li .text .info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 12px;
}

.caselist .case_down_list ul li:hover .pic img {
  transform: scale(1.1);
}

.fy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  float: left;
  width: 100%;
}

.fy a {
  height: 34px;
  width: 34px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 34px;
  margin: 0 4.5px;
  transition: all 0.5s ease;
  position: relative;
  color: #696969;
}

.fy a.on {
  background: #3398d1;
  color: #fff;
}

.fy a:hover {
  background: #3398d1;
  color: #fff;
}

.fy a.prev:after {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.fy a.prev:after:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.fy a.next::before {
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.fy .prev:hover:after,
.fy .next:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.caselist .case_top_search .case_top_input .input_text {
  color: #fff;
}

.Solution {
  float: left;
  width: 100%;
}

.Solution ul li {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.Solution ul li .Solution_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Solution ul li .Solution_left {
  width: 45%;
}

.Solution ul li .Solution_left .titie {
  display: flex;
  align-items: center;
}

.Solution ul li .Solution_left .titie h4 {
  font-size: 36px;
  color: #191919;
  margin: 0 12px;
}

.Solution ul li .Solution_left .info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 25px 0 40px 0;
}

.Solution ul li .Solution_left .more {
  height: 40px;
  line-height: 40px;
  width: 140px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  display: block;
  background-image: linear-gradient(to bottom, #004bb5, #01409a);
}

.Solution ul li .Solution_left .more:hover {
  background: #3398d1
}

.Solution ul li .Solution_pic {
  width: 48%;
  font-size: 0;
  overflow: hidden;
}

.Solution ul li .Solution_pic img {
  width: 100%;
}

.Solution ul li:nth-child(2n) {
  background: #f3f3f3;
}

.Solution ul li:nth-child(2n) .Solution_cont {
  flex-direction: row-reverse;
}

.contact_content {
  float: left;
  width: 100%;
  padding: 100px 0 70px 0;
}

.contact_content .contact_list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_content .contact_list ul li {
  width: calc(50% - 13px);
}

.contact_content .contact_list ul li .contact_tit {
  font-size: 24px;
  font-weight: bold;
  color: #3398d1;
  line-height: 26px;
  margin-bottom: 20px;
}

.contact_content .contact_list ul li img {
  width: 100%;
}

.contact_content .contact_list ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #3398d1;
  margin-top: 35px;
}

.contact_content .contact_list ul li h6 {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}

.Work_life {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.Work_life .work_lift_list {
  margin-top: 35px;
}

.Work_life .work_lift_list li {
  width: calc(100% + 40px);
  margin: -20px;
  float: left;
}

.Work_life .work_lift_list li .pic_li {
  width: 33.3%;
  float: left;
  padding: 20px;
}

.Work_life .work_lift_list li .pic_li .pic {
  position: relative;
  padding-bottom: 75%;

  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.Work_life .work_lift_list li .pic_li .picheight {
  height: 508px;
}

.Work_life .work_lift_list li .pic_li .pic img {
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.Work_life .work_lift_list li .pic_li h4 {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 40px;
}

.Work_life .work_lift_list li .pic_li:hover .pic img {
  transform: scale(1.1);
}

.Work_life .work_lift_list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -40px;
}

.Work_life .work_lift_list .slick-dots li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #3398d1;
  margin: 0 5px;
}

.Work_life .work_lift_list .slick-dots li.slick-active {
  background: #3398d1;
}

.ny_us_tit4 {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}

.develop {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.develop .develop_list {
  margin-top: 30px;
}

.develop .develop_list li {
  float: left;
  width: 20%;
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #034bb2;
  align-items: center;
  padding: 0 30px;
}

.develop .develop_list li:nth-child(2n) {
  background: #3398d1;
}

.develop .develop_list li h4 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.develop .develop_list li h6 {
  color: #c2cce6;
  font-size: 16px;
  text-align: center;
}

.develop .develop_list_b {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.develop .develop_list_b ul li {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  padding: 45px 75px 55px 75px;
  box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.05);
  display: flex;
}

.develop .develop_list_b ul li .pic {
  font-size: 0;
  margin-right: 75px;
  float: left;
  width: 20%;
  min-width: 20%;
}

.develop .develop_list_b ul li .pic img {
  max-width: 100%;
}

.develop .develop_list_b ul li .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3398d1;
  margin-bottom: 20px;
  margin-top: 40px;
}

.develop .develop_list_b ul li .text h6 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.pay {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 100px;
}

.pay .pay_list {
  margin-top: 30px;
}

.pay .pay_list li {
  float: left;
  width: 100%;
  height: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.pay .pay_list li .pay_list_tit {
  font-size: 20px;
  font-weight: bold;
  color: #3398d1;
  width: 150px;
  float: left;
  line-height: 100px;
}

.pay .pay_list li a {
  font-size: 18px;
  color: #666;
  display: block;
  margin-right: 34px;
  position: relative;
}

.pay .pay_list li a:hover {
  color: #3398d1
}

.pay .pay_list li a+a:after {
  content: "|";
  position: absolute;
  left: -18px;
  top: -1px;
  color: #666 !important;
}

.join_us {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.join_us .join_us_tit {
  padding: 100px 0;
  font-size: 24px;
  color: #3398d1;
  line-height: 40px;
  text-align: center;
}

.join_us .join_list li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.join_us .join_list li .join_top {
  padding: 0 35px;
  float: left;
  width: 100%;
  background: #fff;
}

.join_us .join_list li .join_top .join_name {
  font-size: 20px;
  font-weight: bold;
  color: #3398d1;
  line-height: 80px;
  border-bottom: 1px solid #f2f2f2;
}

.join_us .join_list li .join_top .information {
  position: relative;
  line-height: 80px;
  font-size: 16px;
  color: #565656;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join_us .join_list li .join_top .information .arrow {
  height: 26px;
  width: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: #3398d1;
  position: relative;
  cursor: pointer;
}

.join_us .join_list li .join_top .information .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 2px;
}

.join_us .join_list li .join_down {
  padding: 35px 40px 40px 40px;
  float: left;
  width: 100%;
  display: none;
}

.join_us .join_list li .join_down h5 {
  font-size: 18px;
  color: #000;
  line-height: 32px;
}

.join_us .join_list li .join_down h6 {
  color: #565656;
  font-size: 16px;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 22px;
}

.join_us .join_list li .join_down .more {
  display: block;
  height: 48px;
  width: 180px;
  background: #3398d1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  margin-top: 15px;
  float: left;
  box-shadow: 0 0 18px rgba(0, 0, 0, .18);
}

.join_us .join_list li.on .join_top {
  background: #3398d1;
}

.join_us .join_list li.on .join_top .join_name {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.join_us .join_list li.on .join_top .information {
  color: #fff;
}

.join_us .join_list li.on .join_top .information .arrow {
  background: #fff;
}

.join_us .join_list li.on .join_top .information .arrow:after {
  border-top: 1px solid #3398d1;
  border-right: 1px solid #3398d1;
}

.Solution_detail {
  float: left;
  width: 100%;
  padding: 100px 0 0 0;
}

.Solution_detail .Solution_detail_list ul {
  margin-top: 30px;
}

.Solution_detail .Solution_detail_list ul li {
  padding: 80px 0;
  float: left;
  width: 100%;
}

.Solution_detail .Solution_detail_list ul li .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Solution_detail .Solution_detail_list ul li .text {
  width: 46%;
  float: left;
}

.Solution_detail .Solution_detail_list ul li .text .tit {
  font-size: 36px;
  color: #000;
  position: relative;
  padding-left: 14px;
  line-height: 1;
}

.Solution_detail .Solution_detail_list ul li .text .tit:after {
  content: "";
  height: 15px;
  width: 6px;
  background: #3398d1;
  top: 5px;
  left: 0;
  position: absolute;
}

.Solution_detail .Solution_detail_list ul li .text .tit::before {
  content: "";
  height: 15px;
  width: 6px;
  background: #3398d1;
  top: 20px;
  left: 0;
  position: absolute;
}

.Solution_detail .Solution_detail_list ul li .text .info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 26px;
}

.Solution_detail .Solution_detail_list ul li .pic {
  width: 40%;
}

.Solution_detail .Solution_detail_list ul li .pic img {
  width: 100%;
}

.Solution_detail .Solution_detail_list ul li:nth-child(2n) .flex {
  flex-direction: row-reverse;
}

.Solution_jjfn {
  float: left;
  width: 100%;
  padding: 110px 0 130px 0;
}

.Solution_jjfn .jjfn_tit {
  font-size: 36px;
  color: #000;
  position: relative;
  padding-left: 14px;
  line-height: 1;
  margin-bottom: 30px;
}

.Solution_jjfn .jjfn_tit:after {
  content: "";
  height: 15px;
  width: 6px;
  background: #3398d1;
  top: 20px;
  left: 0;
  position: absolute;
}

.Solution_jjfn .jjfn_tit::before {
  content: "";
  height: 15px;
  width: 6px;
  background: #3398d1;
  top: 5px;
  left: 0;
  position: absolute;
}

.Solution_jjfn ul {
  width: calc(100% + 20px);
  margin: -10px;
}

.Solution_jjfn ul li {
  width: 50%;
  padding: 10px;
  float: left;
}

.Solution_jjfn ul li .li {
  display: flex;
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11);
}

.Solution_jjfn ul li .icon {
  height: 122px;
  width: 122px;
  min-width: 122px;
  border-radius: 50%;
  background: #3466ad;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 35px;
}

.Solution_jjfn ul li .icon:after {
  content: "";
  height: 107px;
  width: 107px;
  background: #3398d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.Solution_jjfn ul li .icon img {
  position: relative;
  z-index: 2;
}

.Solution_jjfn ul li .text .tit {
  color: #191919;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.Solution_jjfn ul li .text .info {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  height: 120px;
}

.income {
  float: left;
  width: 100%;
  padding-top: 90px;
}

.income .income_top .tleft {
  width: 46%;
  float: left;
}

.income .income_top .tleft .tit {
  font-size: 36px;
  color: #000;
  position: relative;
  padding-left: 14px;
  line-height: 1;
  margin-bottom: 30px;
}

.income .income_top .tleft .tit:after {
  content: "";
  height: 15px;
  width: 6px;
  background: #3398d1;
  top: 20px;
  left: 0;
  position: absolute;
}

.income .income_top .tleft .tit::before {
  content: "";
  height: 15px;
  width: 6px;
  background: #3398d1;
  top: 5px;
  left: 0;
  position: absolute;
}

.income .income_top .tleft h4 {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.income .income_top .tleft h4 p {
  color: #191919;
  font-weight: bold;
}

.income .income_top .tright {
  width: 45%;
  float: right;
  font-size: 0;
}

.income .income_top .tright img {
  width: 100%;
}

.income .typical {
  float: left;
  width: 100%;
}

.income .typical .typical_list {
  margin: 40px 0 0 0;
  float: left;
  width: 100%;
}

.income .typical .typical_list ul {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.income .typical .typical_list ul li {
  width: 33.3%;
  padding: 0 10px;
}

.income .typical .typical_list ul li a {
  display: block;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}

.income .typical .typical_list ul li a .pic {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
  width: 100%;
}

.income .typical .typical_list ul li a .pic img {
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.income .typical .typical_list ul li a .tit {
  line-height: 67px;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.income .typical .slick-prev {
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translate(0, calc(-50% - 50px));
  left: -40px;
  background: url(../img/arrow_left1.png) center no-repeat;
}

.caselist .case_top_search .case_top_tit sup {
  top: 0.15em;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}

.income .typical .slick-next {
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translate(0, calc(-50% - 50px));
  right: -40px;
  background: url(../img/arrow_right2.png) center no-repeat;
}

.nfy {
  float: left;
  width: 100%;
  height: 100px;
  border: 1px solid #e5e5e5;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0 100px 0;
  background: #f9f9f9;
}

.nfy a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.nfy a .icon2 {
  display: none;
}

.nfy a.back {
  display: flex;
  align-items: center;
}

.nfy a.back img {
  margin-right: 10px;
}

.nfy a:hover {
  color: #3398d1;
}

.nfy a:hover .icon2 {
  display: block;
}

.nfy a:hover .icon1 {
  display: none;
}

.nfy a:last-child {
  text-align: right;
}

@media screen and (max-width: 1500px) {
  .nbanner .nbanner_text h4 {
    font-size: 30px;
  }

  .nbanner .nbanner_text h6 {
    font-size: 24px;
  }

  .nbanner .nbanner_tab ul li a {
    min-width: 140px;
    line-height: 80px;
    font-size: 16px;
  }

  .Company_Profile_Text .Company_Profile_Text_Top .title_1,
  .Company_Profile_Text .Company_Profile_Text_Top .title_2,
  .Corporate_Culture .Corporate_Culture_right ul li .right_t,
  .vi_Interpretation .vi_list li .vi_text .vi_text_title,
  .vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
    font-size: 30px;
  }

  .Company_Profile_Text .Company_Profile_Text_Top .title_3 {
    font-size: 18px;
    line-height: 30px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li .num {
    font-size: 40px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li .text {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid {
    height: 180px;
  }

  .Company_Profile_Text .Company_Profile_Text_Info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li {
    padding-left: 100px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li .info {
    font-size: 20px;
  }

  .vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
    margin: 10px 0 20px 0;
  }

  .vi_Interpretation .vi_list li .vi_circle {
    height: 240px;
    width: 240px;
  }

  .history .history_list li .event .history_title {
    font-size: 24px;
  }

  .history .history_list li .event .history_stitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1300px) {
  .nbanner .nbanner_text h4 {
    font-size: 24px;
  }

  .nbanner .nbanner_text h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .nbanner .nbanner_text h6 br {
    display: none;
  }

  .nbanner .nbanner_tab ul li a {
    min-width: 120px;
    line-height: 60px;
    font-size: 14px;
  }

  .nbanner .nbanner_text h4 {
    margin: 10px 0 0 0;
  }

  .Company_Profile_Text .Company_Profile_Text_Top .title_1,
  .Company_Profile_Text .Company_Profile_Text_Top .title_2,
  .Corporate_Culture .Corporate_Culture_right ul li .right_t,
  .vi_Interpretation .vi_list li .vi_text .vi_text_title,
  .vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
    font-size: 24px;
  }

  .Company_Profile_Text .Company_Profile_Text_Top .title_3 {
    font-size: 16px;
    line-height: 24px;
  }

  .Corporate_Culture .Corporate_Culture_left ul li p {
    font-size: 18px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li .num {
    font-size: 34px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li .text {
    font-size: 14px;
    line-height: 20px;
  }

  .Corporate_Culture .Corporate_Culture_left ul li {
    padding-right: 40px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid {
    height: 160px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li img {
    width: 60px;
  }

  .Company_Profile_Text .Company_Profile_Text_Info {
    font-size: 14px;
    line-height: 20px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li {
    padding-left: 80px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li .info {
    font-size: 18px;
  }

  .vi_Interpretation .vi_list li .vi_circle {
    height: 200px;
    width: 200px;
  }

  .Company_Profile_Text .Company_Profile_Text_Top {
    padding: 120px 0;
  }

  .vi_Interpretation .vi_list li .vi_text .vi_text_info {
    font-size: 16px;
    line-height: 24px;
  }

  .vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
    margin-bottom: 10px;
  }

  .vi_Interpretation .vi_list li .vi_text .vi_text_title {
    line-height: 30px;
  }

  .vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
    margin: 0;
  }

  .ny_us_tit {
    font-size: 30px;
  }

  .vi_list {
    margin-top: 50px;
  }

  .pay .pay_list li a {
    font-size: 16px;
    margin-right: 20px;
  }

  .pay .pay_list li .pay_list_tit {
    font-size: 18px;
    width: 100px;
  }

  .pay .pay_list li a+a:after {
    left: -12px;
  }

  .develop .develop_list li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .develop .develop_list li h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .develop .develop_list li {
    height: 200px;
    padding: 0 20px;
  }

  .develop .develop_list_b ul li .text h4 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 20px;
  }

  .develop .develop_list_b ul li .text h6 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }

  .develop {
    margin-top: 70px;
  }

  .Work_life {
    padding: 30px 0;
  }

  .Solution ul li .Solution_left .titie h4 {
    font-size: 26px;
  }

  .Solution ul li .Solution_left .info {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 20px 0;
  }

  .Solution_jjfn ul li .text .info {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
  }

  .Solution_jjfn ul li .li {
    padding: 25px;
  }

  .Solution_jjfn ul li .icon {
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .nbanner .nbanner_text {
    transform: translate(0, -64%);
  }

  .Solution {
    padding-bottom: 30px;
  }

  .nbanner {
    margin-top: 50px;
  }

  .Company_Profile_Text .Company_Profile_Text_Top {
    padding: 30px 0;
  }

  .Company_Profile_Text .Company_Profile_Text_Top .title_1,
  .Company_Profile_Text .Company_Profile_Text_Top .title_2,
  .Corporate_Culture .Corporate_Culture_right ul li .right_t,
  .vi_Interpretation .vi_list li .vi_text .vi_text_title,
  .vi_Interpretation .vi_list li .vi_text .vi_text-stitle {
    font-size: 20px;
  }

  .Company_Profile_Text .Company_Profile_Text_Top .title_3 {
    font-size: 14px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li .num {
    font-size: 24px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid {
    height: 100px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid {
    margin-bottom: 30px;
  }

  .Company_Profile_Text .Company_Profile_Text_Info strong {
    margin-bottom: 20px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid:after {
    border-radius: 0 30px 0 0;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid:before {
    border-radius: 30px 0 0 0;
  }

  .Corporate_Culture .Corporate_Culture_left,
  .Corporate_Culture .Corporate_Culture_right {
    width: 100%;
  }

  .Corporate_Culture {
    flex-direction: column;
  }

  .Corporate_Culture .Corporate_Culture_left .left_tit {
    padding: 30px 0 30px 15px !important;
    font-size: 24px;
  }

  .Corporate_Culture .Corporate_Culture_left ul li {
    padding-left: 15px !important;
    height: 50px;
  }

  .Corporate_Culture .Corporate_Culture_left ul {
    padding-bottom: 30px;
  }

  .Corporate_Culture .Corporate_Culture_left ul:after {
    height: 30px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li {
    padding-left: 15px;
  }

  .Corporate_Culture .Corporate_Culture_right {
    padding: 30px 0;
  }

  .Corporate_Culture .Corporate_Culture_right ul li img {
    width: 40px;
  }

  .Corporate_Culture .Corporate_Culture_right ul li .right_t {
    margin: 15px 0;
  }

  .vi_Interpretation .vi_list li {
    flex-direction: column !important;
    align-items: center !important;
  }

  .vi_Interpretation .vi_list li .vi_text {
    width: 100%;
  }

  .vi_Interpretation .vi_list li .vi_text .vi_text_info {
    font-size: 14px;
  }

  .vi_Interpretation .vi_list li .vi_circle {
    margin-top: 20px;
  }

  .vi_Interpretation .vi_list li:nth-child(2n) .vi_text-stitle {
    text-align: left;
  }

  .vi_Interpretation .vi_list li:nth-child(2n) .vi_text {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }

  .vi_Interpretation .vi_list li:nth-child(2n) .vi_text img {
    left: -35px !important;
    right: 0 !important;
  }

  .vi_Interpretation .vi_list li {
    margin-bottom: 30px;
  }

  .vi_Interpretation {
    padding-top: 30px;
  }

  .vi_list {
    margin-top: 20px;
  }

  .Corporate_Culture .Corporate_Culture_left ul li {
    padding-right: 20px;
  }

  .Company_Profile_Text .Company_Profile_Text_Info {
    margin-bottom: 30px;
  }

  .nbanner .nbanner_Pic .img1 {
    display: none;
  }

  .nbanner .nbanner_Pic .img2 {
    display: block;
  }

  .nbanner .nbanner_tab ul li a {
    min-width: 65px;
    line-height: 40px;
    font-size: 12px;
  }

  .history .history_list li .time_year {
    position: relative;
    height: 60px;
    width: 60px;
    left: 0;
    transform: translate(0px);
    float: left;
  }

  .history .history_list li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .history .history_list li .event {
    padding-top: 0;
    margin-left: 120px;
  }

  .history .history_list li:nth-child(2n) {
    padding-right: 0 !important;
  }

  .history .history_list li:nth-child(2n) .event .history_title {
    text-align: left;
  }

  .history .history_list li:nth-child(2n) .event .history_stitle {
    text-align: left;
  }

  .history .history_list li .event .history_stitle::after {
    left: -15px !important;
    right: auto !important;
  }

  .history {
    padding: 30px 15px 0 15px;
  }

  .history .history_list ul:after {
    display: none;
  }

  .history .history_list li:after {
    display: none;
  }

  .history .history_list li .event .history_title {
    font-size: 20px;
  }

  .Honorary {
    padding: 30px 0 60px 0;
  }

  .Honorary_tit {
    font-size: 18px;
  }

  .Honorary .slick-dots {
    display: flex;
    justify-content: center;
    bottom: -30px;
  }

  .Honorary .slick-dots li {
    height: 10px;
    width: 10px !important;
    border-radius: 50%;
    margin: 0 8px;
    background: #3398d1;
    opacity: 0.5;
    padding: 0 !important;
  }

  .Honorary .slick-dots li.slick-active {
    opacity: 1;
  }

  .certificate ul li .certificate_top .pic {
    padding-bottom: 36%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }

  .certificate ul li .certificate_top {
    flex-wrap: wrap;
  }

  .certificate ul li .certificate_down .pic {
    width: calc(33.3% - 5px);
    margin-bottom: 5px;
  }

  .certificate ul li .certificate_down {
    flex-wrap: wrap;
  }

  .certificate ul li .certificate_down {
    margin-top: 0;
  }

  .certificate {
    padding: 30px 0 60px 0;
  }

  .certificate .slick-dots {
    display: flex;
    justify-content: center;
    bottom: -30px;
  }

  .certificate .slick-dots li {
    height: 10px;
    width: 10px !important;
    border-radius: 50%;
    margin: 0 8px;
    background: #3398d1;
    opacity: 0.5;
    padding: 0 !important;
  }

  .certificate .slick-dots li.slick-active {
    opacity: 1;
  }

  .Work_life .work_lift_list li .pic_li {
    width: 50%;
    padding: 10px;
  }

  .Work_life .work_lift_list li {
    width: calc(100% + 20px);
    margin: -10px;
    float: left;
  }

  .Work_life .work_lift_list li .pic_li h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .develop .develop_list li {
    height: auto;
    width: 100%;
    padding: 20px 15px;
  }

  .ny_us_tit3 {
    font-size: 20px;
  }

  .develop .develop_list {
    margin-top: 20px;
  }

  .develop .develop_list_b ul li {
    margin-bottom: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .develop .develop_list_b ul li .pic {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .pay {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .pay .pay_list li {
    margin-bottom: 10px;
    padding-left: 20px;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pay .pay_list li a {
    line-height: 24px;
  }

  .pay .pay_list li .pay_list_tit {
    line-height: 30px;
  }

  .pay .pay_list li a+a:after {
    display: none;
  }

  .join_us .join_us_tit {
    padding: 30px 0;
    font-size: 18px;
    line-height: 30px;
  }

  .join_us .join_list li .join_top {
    padding: 0 10px;
  }

  .join_us .join_list li .join_top .join_name {
    font-size: 14px;
    line-height: 40px;
  }

  .join_us .join_list li .join_top .information {
    line-height: 50px;
    font-size: 14px;
  }

  .join_us .join_list li .join_top .information .arrow {
    height: 18px;
    width: 18px;
    min-width: 18px;
  }

  .join_us .join_list li .join_down {
    padding: 15px;
  }

  .join_us .join_list li .join_down h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .join_us .join_list li .join_down h6 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .join_us .join_list li .join_down .more {
    height: 40px;
    width: 150px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 10px;
  }

  .join_us {
    margin-bottom: 30px;
  }

  .join_us .join_list li {
    margin-bottom: 10px;
  }

  .contact_content {
    padding: 30px 0;
  }

  .contact_content .contact_list ul li .contact_tit {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .contact_content .contact_list ul li h4 {
    font-size: 16px;
    margin-top: 15px;
  }

  .contact_content .contact_list ul li h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .Solution ul li .Solution_left {
    width: 100%;
  }

  .Solution ul li .Solution_cont {
    flex-direction: column !important;
  }

  .Solution ul li {
    padding: 30px 0;
  }

  .Solution ul li .Solution_pic {
    width: 100%;
    margin-top: 20px;
  }

  .Solution ul li .Solution_left .titie img {
    width: 30px;
  }

  .Solution ul li .Solution_left .titie h4 {
    font-size: 20px;
  }

  .Solution_detail {
    padding: 30px 0 0 0;
  }

  .ny_us_tit2 {
    font-size: 24px;
  }

  .Solution_detail .Solution_detail_list ul li .flex {
    flex-direction: column !important;
  }

  .Solution_detail .Solution_detail_list ul li .text {
    width: 100%;
  }

  .Solution_detail .Solution_detail_list ul li .pic {
    width: 100%;
  }

  .Solution_detail .Solution_detail_list ul li {
    padding: 30px 0;
  }

  .Solution_detail .Solution_detail_list ul li .text .tit {
    font-size: 24px;
  }

  .Solution_detail .Solution_detail_list ul li .text .tit::before {
    height: 12px;
    width: 4px;
    top: 12px;
    left: 0;
  }

  .Solution_detail .Solution_detail_list ul li .text .tit:after {
    height: 12px;
    width: 4px;
    top: 2px;
    left: 0;
  }

  .Solution_jjfn .jjfn_tit {
    font-size: 24px;
  }

  .Solution_jjfn .jjfn_tit::before {
    height: 12px;
    width: 4px;
    top: 12px;
    left: 0;
  }

  .Solution_jjfn .jjfn_tit:after {
    height: 12px;
    width: 4px;
    top: 2px;
    left: 0;
  }

  .Solution_detail .Solution_detail_list ul li .text .info {
    font-size: 16px;
    line-height: 30px;
  }

  .Solution_detail .Solution_detail_list ul li .pic {
    margin-top: 15px;
  }

  .Solution_jjfn {
    padding: 30px 0;
  }

  .Solution_jjfn ul li {
    width: 100%;
  }

  .Solution_jjfn ul li .li {
    flex-direction: column;
  }

  .Solution_jjfn ul li .icon {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .Solution_jjfn ul li .icon img {
    max-width: 40%;
  }

  .Solution_jjfn ul li .icon:after {
    height: 70px;
    width: 70px;
  }

  .Solution_jjfn ul li .text .info {
    height: auto;
  }

  .income {
    padding-top: 30px;
  }

  .income .income_top .tleft {
    width: 100%;
  }

  .income .income_top .tright {
    width: 100%;
  }

  .income .income_top .tleft .tit {
    font-size: 24px;
  }

  .income .income_top .tleft .tit::before {
    height: 12px;
    width: 4px;
    top: 12px;
    left: 0;
  }

  .income .income_top .tleft .tit:after {
    height: 12px;
    width: 4px;
    top: 2px;
    left: 0;
  }

  .nfy {
    padding: 0 15px;
    margin: 30px 0 30px 0;
  }

  .income .typical .typical_list {
    margin: 20px 0px 0 0;
  }

  .income .typical .typical_list ul li a .tit {
    line-height: 36px;
    font-size: 14px;
  }

  .nfy {
    height: 80px;
  }

  .nfy a {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
  }

  .nfy a:last-child {
    text-align: left;
  }

  .income .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -40px;
  }

  .income .slick-dots li {
    height: 10px;
    width: 10px !important;
    padding: 0 !important;
    border-radius: 50%;
    background: #3398d1;
    margin: 0 5px;
    opacity: 0.5;
  }

  .income .slick-dots li.slick-active {
    opacity: 1;
  }

  .caselist {
    padding: 30px 0;
  }

  .caselist .case_down_list ul li {
    width: 50%;
  }

  .caselist .case_down_list ul li .text {
    padding: 15px;
  }

  .caselist .case_down_list ul li .text .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .caselist .case_down_list ul li .text .top .tit {
    font-size: 16px;
  }

  .caselist .case_down_list ul li .text .top .label {
    line-height: 24px;
    padding: 0 4px;
  }

  .caselist .case_top_search .case_top_input .input_text {
    width: 160px;
    height: 40px;
  }

  .caselist .case_top_search .case_top_input .input_search {
    width: 120px;
    height: 40px;
  }

  .caselist .case_top_search {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 10px 15px 15px 15px;
  }

  .caselist .case_top_search .case_top_tit {
    font-size: 16px;
    line-height: 40px;
  }

  .fy {
    margin-top: 30px;
    display: none;
  }
}

.lb-outerContainer {
  height: 645px !important;
  width: 825px !important;
}

.lightbox .lb-image {
  height: 560px !important;
  width: 790px !important;
  margin: 0 auto;
  transform: translate(0, 15px);
}

.lb-data .lb-caption {
  font-size: 16px;
  color: #666;
}

.lb-data .lb-details {
  transform: translate(0px, -52px);
}

.lb-data .lb-number {
  display: none !important;
}

.lb-data .lb-details {
  text-align: center !important;
}

.lb-nav a.lb-prev {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.2) !important;
  top: 50% !important;
  background: #fff !important;
  transform: translate(0, -50%) !important;
  transition: all 0.5s ease !important;
  background: url(../img/arrow_left1.png) #fff center no-repeat !important;
  background-size: 16px !important;
  left: -70px !important;
  opacity: 1 !important;
  position: absolute !important;
}

.lb-nav a.lb-next {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.2) !important;
  top: 50% !important;
  background: #fff !important;
  transform: translate(0, -50%) !important;
  transition: all 0.5s ease !important;
  background: url(../img/arrow_right2.png) #fff center no-repeat !important;
  background-size: 16px !important;
  right: -70px !important;
  left: auto !important;
  opacity: 1 !important;
  position: absolute !important;
}

.lb-data .lb-details {
  width: 100% !important;
}

.lb-closeContainer {
  position: absolute;
  bottom: 620px;
  left: 820px;
  background: url(../img/close.png) center no-repeat;
  background-size: 29px;
  height: 29px;
  width: 29px;
}

.lb-data {
  position: relative;
}

.lb-data .lb-close {
  background: none !important;
}

@media screen and (max-width: 1300px) {
  .lb-outerContainer {
    height: 445px !important;
    width: 625px !important;
  }

  .lightbox .lb-image {
    height: 360px !important;
    width: 590px !important;
    margin: 0 auto;
    transform: translate(0, 15px);
  }

  .lb-closeContainer {
    bottom: 420px;
    left: 620px;
  }
}

.income .typical .typical_list .slick-list {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .lb-outerContainer {
    height: 69vw !important;
    width: 80vw !important;
  }

  .income .typical .typical_list .slick-list {
    padding-bottom: 30px;
  }

  .lightbox .lb-image {
    height: 58vw !important;
    width: calc(80vw - 30px) !important;
    margin: 0 auto;
    transform: translate(0, 15px);
  }

  .lb-data .lb-details {
    transform: translate(0px, -32px);
  }

  .lb-nav a.lb-next {
    right: -40px !important;
  }

  .lb-nav a.lb-prev {
    left: -40px !important;
  }

  .lb-closeContainer {
    bottom: 260px;
    left: 320px;
  }
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.join_us .join_list li .join_down .more {
  transition: all 0.5s ease;
}

.join_us .join_list li .join_down .more:hover {
  background: #3398d1;
}

.contact_content .contact_list ul li .pic {
  width: 100%;
  overflow: hidden;
}

.contact_content .contact_list ul li .pic img {
  transition: all 0.5s ease;
}

.contact_content .contact_list ul li .pic:hover img {
  transform: scale(1.1);
}

.Solution ul li .Solution_pic img {
  transition: all 0.5s ease;
}

.Solution ul li:hover .Solution_pic img {
  transform: scale(1.1);
}

.Solution_jjfn ul li .li img {
  transition: all 0.5s ease;
}

.Solution_jjfn ul li .li:hover img {
  transform: rotateY(180deg);
}

.income .typical .typical_list ul li:hover img {
  transform: scale(1.1);
}

.Honorary .Honorary_pic ul li .pic,
.certificate ul li .certificate_top .pic {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
}

.Honorary .slick-list {
  padding-bottom: 18px;
}

.Solution_list .fy {
  margin-bottom: 100px;
}

.Solution ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1024px) {
  .Solution_list .fy {
    margin-bottom: 30px;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li {
    flex-direction: column;
    justify-content: center;
  }

  .Company_Profile_Text .Company_Profile_Text_Mid ul li .num {
    display: flex;
    align-items: flex-end;
  }

  .Company_Profile_Text_Mid ul {
    height: 100px !important;
  }

  .Company_Profile_Text_Mid ul .dw {
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
  }

  .Corporate_Culture .Corporate_Culture_left ul li {
    width: 25%;
    float: left;
    float: left;
  }

  .Corporate_Culture .Corporate_Culture_left ul li img {
    display: none !important;
  }

  .Corporate_Culture .Corporate_Culture_left ul li {
    padding: 0 10px !important;
  }

  .Corporate_Culture .Corporate_Culture_left ul {
    flex-direction: row;
  }

  .Corporate_Culture .Corporate_Culture_left ul:after {
    display: none !important;
  }

  .Corporate_Culture .Corporate_Culture_right {
    padding: 60px 0;
  }

  .history .history_list li .time_year:after {
    height: 70px;
    width: 70px;
  }

  .history .history_list li .time_year {
    height: 90px;
    width: 90px;
  }

  .history .history_list li .time_year {
    font-size: 20px;
  }

  .history .history_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .Honorary .slick-slide>div:first-child {
    height: 155px;
  }

  .Honorary .slick-slide {
    margin-right: 10px;
  }

  .Honorary .slick-dots {
    bottom: -20px;
  }

  .Honorary {
    padding-bottom: 50px;
  }

  .develop .develop_list li h4 {
    text-align: left;
  }

  .develop .develop_list li {
    align-items: flex-start;
  }

  .pay .pay_list li .pay_list_tit {
    width: 100%
  }

  .join_us {
    background: url(../img/bg2.jpg) top center no-repeat !important;
    background-size: contain !important;
  }

  .join_us .join_us_tit br {
    display: none;
  }

  .join_us .join_us_tit {
    font-size: 16px;
  }

  .Solution_detail .Solution_detail_list ul li .pic img {
    width: 60%
  }

  .Solution_detail .Solution_detail_list ul li .pic {
    text-align: center;
  }

  .Solution_jjfn ul li .li .text {
    position: relative;
  }

  .Solution_jjfn ul li .text .tit {
    position: absolute;
    top: -60px;
    left: 100px;
  }

  .nfy {
    flex-direction: column;
    height: auto;
    padding: 10px;
    display: block;
  }

  .nfy a br {
    display: none;
  }

  .nfy a.back {
    margin: 6px 0;
  }

  .income .slick-dots {
    bottom: 20px;
  }

  .income .typical .typical_list .slick-list {
    padding-bottom: 60px;
  }

  .caselist .case_top_search .case_top_input .input_text {
    width: calc(100% - 120px);
  }

  .caselist .case_top_search .case_top_input {
    width: 100%
  }

  .caselist .case_down_list ul li .text .top {
    position: relative;
  }

  .caselist .case_down_list ul li .text .top .label {
    position: absolute;
    top: -50px;
    right: 0;
  }
}

._pop {
  background: rgba(0, 0, 0, 0.6);
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 16;
  display: none
}

._pop video {
  width: 100%
}

/* ._col {
  float: left;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 30px;
  font-size: 50px
} */


._html_con {
  float: left;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 80vh
}

._html_con::-webkit-scrollbar {
  width: 3px
}

._html_con::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 3px
}

._html_con::-webkit-scrollbar-thumb {
  width: 3px;
  height: 60px;
  background-color: #c01;
  border-radius: 3px
}

@media screen and (max-width: 767px) {
  ._htm {
    width: 90%
  }
}

.pop_slick {
  height: 670px !important;
  width: 970px !important;
}

.pop_slick ul {
  width: calc(100% - 150px);
  margin: 0 auto;
  padding: 15px 15px 0 15px;
  background-color: #fff;
}

.pop_slick ul h4 {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-align: center;
  line-height: 50px;
  margin-bottom: 5px;
}

.pop_slick ul img {
  /*  height: 560px !important; */
  width: 100% !important;
  margin: 0 auto;
}

.pop_slick .slick-next {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.2) !important;
  top: 50% !important;
  background: #fff !important;
  transform: translate(0, -50%) !important;
  transition: all 0.5s ease !important;
  background: url(../img/arrow_right2.png) #fff center no-repeat !important;
  background-size: 16px !important;
  right: -70px !important;
  left: auto !important;
  opacity: 1 !important;
  position: absolute !important;
}

.pop_slick .slick-prev {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px 0 rgba(1, 64, 153, 0.2) !important;
  top: 50% !important;
  background: #fff !important;
  transform: translate(0, -50%) !important;
  transition: all 0.5s ease !important;
  background: url(../img/arrow_left1.png) #fff center no-repeat !important;
  background-size: 16px !important;
  left: -70px !important;
  opacity: 1 !important;
  position: absolute !important;
}


/* .pop_slick li {
  width: 100% !important
} */
._col {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) center no-repeat;
  background-size: 29px;
  height: 29px;
  width: 29px;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
  position: absolute;
  right: 30px;
}

@media screen and (max-width: 1300px) {
  .pop_slick {
    height: 445px !important;
    width: 625px !important;
  }
}

@media screen and (max-width: 1024px) {
  .pop_slick {
    height: auto !important;
    width: 90vw !important;
  }

  .pop_slick .slick-next {
    height: 30px !important;
    width: 30px !important;
    background: url(../img/arrow_right2.png) #fff center no-repeat !important;
    background-size: 12px !important;
    right: -40px !important;
  }

  .pop_slick .slick-prev {
    height: 30px !important;
    width: 30px !important;
    background: url(../img/arrow_left1.png) #fff center no-repeat !important;
    background-size: 12px !important;
    left: -40px !important;
  }

  .pop_slick ul {
    width: calc(100% - 100px);
  }

  ._col {
    right: 10px;
  }

  ._html_con {
    width: 100%
  }

  #_popup .imgPop2 {
    width: 100% !important
  }

  .income .income_top .tright img {
    width: 60%
  }

  .income .income_top .tright {
    text-align: center;
    margin-top: 10px;
  }

  .nfy a.back {
    display: none;
  }
}





/*wyb*/
/*内页标题*/
.ny_bt_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ny_bt_con .ico {
  width: 6px;
  display: block;
  margin-right: 10px;
}

.ny_bt_con .bt {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .ny_bt_con .ico {
    width: 4px;
    margin-right: 6px;
  }

  .ny_bt_con .bt {
    font-size: 20px;
    line-height: 24px;
  }
}

/*案例详情*/
.alzx_section1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.alzx_section1 .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.alzx_section1 ._left {
  width: 55.46875%;
  padding-right: 84px;
}

.alzx_section1 .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 34px;
}

.alzx_section1 ._right {
  width: 44.53125%;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alzx_section1 ._right .posi {
  width: calc(100% - 20px);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.alzx_section1 ._right .pic {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.alzx_section1 ._right .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.alzx_section1 ._right:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 1680px) {
  .alzx_section1 ._left {
    padding-right: 60px;
  }

  .alzx_section1 .info {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .alzx_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .alzx_section1 .content {
    display: block;
  }

  .alzx_section1 ._left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 14px;
  }

  .alzx_section1 .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }

  .alzx_section1 ._right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }

  .alzx_section1 ._right .posi {
    display: none;
  }
}

.alzx_section2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.alzx_section2 .content {
  margin-top: 36px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.alzx_section2 .content img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .alzx_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .alzx_section2 .content {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}

.alzx_section3 {
  width: 100%;
  padding-bottom: 60px;
}

.alzx_section3 .content {
  margin-top: 36px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .alzx_section3 {
    padding-bottom: 30px;
  }

  .alzx_section3 .content {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}

.alzx_section4 {
  width: 100%;
  padding-bottom: 100px;
  float: left;
}

.alzx_section4 .nfy {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .alzx_section4 {
    padding-bottom: 30px;
  }
}

.alzx_section5 {
  padding-bottom: 100px;
  width: 100%;
  float: left;
}

.alzx_section5 h5 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 42px;
}

.alzx_section5 .ul {
  margin: -10px;
  width: calc(100% + 20px);
}

.alzx_section5 .li {
  padding: 10px;
}

.alzx_section5 .ul a {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.alzx_section5 .ul a:hover {
  background: #3398d1;
}

.alzx_section5 .ul a .pic {
  width: 100%;
  padding-bottom: 67.79%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.alzx_section5 .ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.alzx_section5 .ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.alzx_section5 .ul a .wordsbox {
  width: 100%;
  padding: 24px 28px 28px 28px;
}

.alzx_section5 .ul a .btbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
}

.alzx_section5 .ul a .bt {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 80px);
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.alzx_section5 .ul a:hover .bt {
  color: #fff;
}

.alzx_section5 .ul a .bq {
  width: 80px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  background: #3398d1;
}

.alzx_section5 .ul a:hover .bq {
  background: #fff;
  color: #3398d1;
}

.alzx_section5 .ul a .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.alzx_section5 .ul a:hover .info {
  color: #fff;
}

.alzx_section5 .ul .slick-prev {
  width: 22px;
  height: 22px;
  background: url(../img/zimg11.png) no-repeat center center;
  background-size: cover;
  left: -34px;
  top: 50%;
}

.alzx_section5 .ul .slick-next {
  width: 22px;
  height: 22px;
  background: url(../img/zimg12.png) no-repeat center center;
  background-size: cover;
  right: -34px;
  top: 50%;
}

.alzx_section5 .ul .slick-prev:hover,
.alzx_section5 .ul .slick-next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .alzx_section5 {
    padding-bottom: 30px;
  }

  .alzx_section5 h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .alzx_section5 .ul {
    padding-bottom: 20px;
  }

  .alzx_section5 .ul a .wordsbox {
    padding: 14px;
  }

  .alzx_section5 .ul a .btbox {
    margin-bottom: 12px;
  }

  .alzx_section5 .ul a .bt {
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 70px);
    padding-right: 14px;
  }

  .alzx_section5 .ul a .bq {
    width: 70px;
    font-size: 14px;
    line-height: 24px;
  }

  .alzx_section5 .ul a .info {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
  }

  .alzx_section5 .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }

  .alzx_section5 .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background: #dddddd;
  }

  .alzx_section5 .ul .slick-dots li.slick-active {
    background: #3398d1;
  }
}

/*手机端分页*/
.fy_ph {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  float: left;
}

.fy_ph a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  border-radius: 18px;
  width: 80px;
  text-align: center;
  background: #3398d1;
}

.fy_ph span {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .fy_ph {
    display: flex;
    margin-top: 20px;
  }
}

/*新闻*/
.xw_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.xw_section .fy {
  margin-top: 0;
}

.xw_section .fy_ph {
  margin-top: 0;
}

.xw_section ul {
  margin-bottom: 60px;
}

.xw_section li {
  margin-bottom: 20px;
}

.xw_section li:last-child {
  margin-bottom: 0;
}

.xw_section ul a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 20px 20px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
}

.xw_section ul a ._left {
  width: 296px;
}

.xw_section ul a .pic {
  width: 100%;
  padding-bottom: 56.41%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.xw_section ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.xw_section ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.xw_section ul a ._right {
  width: calc(100% - 296px);
  padding-left: 40px;
}

.xw_section ul a .btbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.xw_section ul a .bt {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.xw_section ul a .date {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  width: 100px;
  text-align: right;
}

.xw_section ul a:hover .bt,
.xw_section ul a:hover .date {
  color: #3398d1;
}

.xw_section ul a .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xw_section ul a .more {
  width: 20px;
}

.xw_section ul a .more img {
  width: 100%;
  display: block;
}

.xw_section ul a .more .ico2 {
  display: none;
}

.xw_section ul a:hover .more .ico1 {
  display: none;
}

.xw_section ul a:hover .more .ico2 {
  display: block;
}

@media screen and (max-width: 1024px) {
  .xw_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xw_section ul {
    margin-bottom: 20px;
  }

  .xw_section li {
    margin-bottom: 14px;
  }

  .xw_section ul a {
    display: block;
    padding: 14px;
  }

  .xw_section ul a ._left {
    width: 100%;
  }

  .xw_section ul a ._right {
    width: 100%;
    padding-left: 0;
    padding-top: 18px;
  }

  .xw_section ul a .btbox {
    display: flex;
    margin-bottom: 12px;
  }

  .xw_section ul a .bt {
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 80px);
  }

  .xw_section ul a .date {
    font-size: 14px;
    line-height: 18px;
    width: 70px;
  }

  .xw_section ul a .info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .xw_section ul a .more {
    width: 14px;
  }
}

/*新闻详情*/
.xwxq_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.xwxq_section .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.xwxq_section ._left {
  width: 73.4375%;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 8px;
}

.xwxq_section ._left h2 {
  font-size: 28px;
  color: #191919;
  padding: 36px 20px;
  text-align: center;
  line-height: 34px;
}

.xwxq_section .con1 {
  width: 100%;
  background: #3398d1;
  padding: 17px 24px 17px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xwxq_section .con1 ._l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.xwxq_section .con1 ._l a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 50px;
}

.xwxq_section .con1 ._l a:last-child {
  margin-right: 0;
}

.xwxq_section .con1 ._l .ico {
  width: 24px;
  display: block;
  margin-right: 6px;
}

.xwxq_section .con1 ._l .words {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.xwxq_section .con1 ._r a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.xwxq_section .con1 ._r a:hover {
  opacity: 0.6;
}

.xwxq_section .con1 ._r .ico {
  width: 24px;
  display: block;
  margin-right: 6px;
}

.xwxq_section .con1 ._r .words {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.xwxq_section .con2 {
  width: calc(100% - 40px);
  margin: 20px auto 32px auto;
  position: relative;
  padding: 62px 80px;
  background-image: linear-gradient(#f3f4f5, #e5eff2);
}

.xwxq_section .con2 .bt {
  font-size: 24px;
  color: #3398d1;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.xwxq_section .con2 .info {
  font-size: 16px;
  color: #3398d1;
  line-height: 30px;
}

.xwxq_section .con2 .ico1 {
  width: 62px;
  display: block;
  position: absolute;
  left: 30px;
  top: 32px;
}

.xwxq_section .con2 .ico2 {
  width: 62px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 32px;
}

.xwxq_section .con3 {
  width: 100%;
  padding: 0 20px 30px 20px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.xwxq_section .con3 img {
  max-width: 100%;
}

.xwxq_section .xqpage {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}

.xwxq_section .xqpage a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  max-width: 40%;
}

.xwxq_section .xqpage .next {
  text-align: right;
}

.xwxq_section .xqpage a:hover {
  color: #3398d1;
}

.xwxq_section ._right {
  width: 26.5625%;
  padding-left: 20px;
}

.xwxq_section ._right h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
  background: #3398d1;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}

.xwxq_section ._right ul {
  width: 100%;
}

.xwxq_section ._right li {
  margin-bottom: 20px;
}

.xwxq_section ._right li:last-child {
  margin-bottom: 0;
}

.xwxq_section ._right a {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
  border-radius: 0 0 8px 8px;
  padding: 24px;
}

.xwxq_section ._right .bt {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 18px;
}

.xwxq_section ._right a:hover .bt {
  color: #3398d1;
}

.xwxq_section ._right .boxs {
  width: 100%;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
}

.xwxq_section ._right .date {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.xwxq_section ._right a:hover .date {
  color: #3398d1;
}

.xwxq_section ._right .ico {
  width: 20px;
}

.xwxq_section ._right .ico img {
  width: 100%;
  display: block;
}

.xwxq_section ._right .ico .ico2 {
  display: none;
}

.xwxq_section ._right a:hover .ico .ico1 {
  display: none;
}

.xwxq_section ._right a:hover .ico .ico2 {
  display: block;
}

@media screen and (max-width: 1024px) {
  .xwxq_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xwxq_section .content {
    display: block;
  }

  .xwxq_section ._left {
    width: 100%;
  }

  .xwxq_section ._left h2 {
    font-size: 18px;
    padding: 12px;
    line-height: 24px;
  }

  .xwxq_section .con1 {
    padding: 12px;
  }

  .xwxq_section .con1 ._l span {
    display: none;
  }

  .xwxq_section .con1 ._l a {
    margin-right: 12px;
  }

  .xwxq_section .con1 ._l .ico {
    width: 20px;
    margin-right: 4px;
  }

  .xwxq_section .con1 ._l .words {
    font-size: 14px;
    line-height: 20px;
  }

  .xwxq_section .con1 ._r .ico {
    width: 20px;
    margin-right: 4px;
  }

  .xwxq_section .con1 ._r .words {
    font-size: 14px;
    line-height: 20px;
  }

  .xwxq_section .con2 {
    width: calc(100% - 24px);
    margin: 12px auto;
    padding: 12px;
  }

  .xwxq_section .con2 .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .xwxq_section .con2 .info {
    font-size: 14px;
    line-height: 24px;
  }

  .xwxq_section .con2 .ico1 {
    display: none;
  }

  .xwxq_section .con2 .ico2 {
    display: none;
  }

  .xwxq_section .con3 {
    padding: 0 12px 12px 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .xwxq_section .xqpage {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
  }

  .xwxq_section .xqpage a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 8px;
    text-align: left !important;
    max-width: 100%;
  }

  .xwxq_section .xqpage a:last-child {
    margin-bottom: 0;
  }

  .xwxq_section .xqpage a br {
    display: none;
  }

  .xwxq_section ._right {
    display: none;
  }
}

/*战略合作*/
.ny_banner {
  width: 100%;
  margin-top: 86px;
  position: relative;
  float: left;
}

.ny_banner .ba_pic {
  width: 100%;
}

.ny_banner .ba_pic img {
  width: 100%;
  display: block;
}

.ny_banner .ba_pic .img2 {
  display: none;
}

.ny_banner .wordsbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.ny_banner .btbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.ny_banner .btbox img {
  width: 25px;
  display: block;
  margin-top: -4px;
}

.ny_banner .btbox .words {
  font-size: 60px;
  color: #f7f1f1;
  line-height: 64px;
  font-weight: bold;
}

.ny_banner .info {
  font-size: 30px;
  color: #f7f1f1;
  line-height: 34px;
  text-align: center;
  margin-bottom: 42px;
  margin-top: 14px;
}

.ny_banner .btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ny_banner .btnbox a {
  display: block;
  font-size: 16px;
  color: #f7f1f1;
  line-height: 48px;
  width: 140px;
  text-align: center;
  border-radius: 24px;
}

.ny_banner .btnbox .btn1 {
  background: #3398d1;
  margin-right: 20px;
}

.ny_banner .btnbox .btn2 {
  background: #3398d1;
}

.ny_banner .btnbox a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .ny_banner {
    margin-top: 50px;
  }

  .ny_banner .ba_pic .img1 {
    display: none;
  }

  .ny_banner .ba_pic .img2 {
    display: block;
  }

  .ny_banner .btbox img {
    width: 18px;
    margin-top: -4px;
  }

  .ny_banner .btbox .words {
    font-size: 24px;
    line-height: 28px;
  }

  .ny_banner .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
    margin-top: 10px;
  }

  .ny_banner .btnbox a {
    font-size: 14px;
    line-height: 36px;
    width: 100px;
    border-radius: 18px;
  }

  .ny_banner .btnbox .btn1 {
    margin-right: 12px;
  }
}

.zlhz_section1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.zlhz_section1 h2 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 38px;
}

.zlhz_section1 ul {
  margin: -10px;
  width: calc(100% + 20px);
}

.zlhz_section1 ul::after {
  content: "";
  display: block;
  clear: both;
}

.zlhz_section1 li {
  width: 50%;
  float: left;
  padding: 10px;
}

.zlhz_section1 ul a {
  display: block;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zlhz_section1 ul ._left {
  width: 44.74%;
}

.zlhz_section1 ul a .pic {
  width: 100%;
  padding-bottom: 71.96%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.zlhz_section1 ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.zlhz_section1 ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.zlhz_section1 ul ._right {
  width: 55.26%;
  padding-left: 40px;
}

.zlhz_section1 ul .bt {
  font-size: 24px;
  color: #3398d1;
  line-height: 28px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zlhz_section1 ul .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 1680px) {
  .zlhz_section1 ul .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .zlhz_section1 ul .info {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .zlhz_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .zlhz_section1 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .zlhz_section1 ul {
    margin: 0;
    width: 100%;
  }

  .zlhz_section1 li {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }

  .zlhz_section1 li:last-child {
    margin-bottom: 0;
  }

  .zlhz_section1 ul a {
    padding: 12px;
    display: flex;
    align-items: flex-start;
  }

  .zlhz_section1 ul ._left {
    width: 45%;
  }

  .zlhz_section1 ul ._right {
    width: 55%;
    padding-left: 14px;
    padding-top: 0;
  }

  .zlhz_section1 ul .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .zlhz_section1 ul .info {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 20;
  }

  .zlhz_section1 ul .info br {
    display: none;
  }
}

.zlhz_section2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 130px;
  float: left;
}

.zlhz_section2 h3 {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 104px;
}

.zlhz_section2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.zlhz_section2 ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #a0a1a6;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 1;
}

.zlhz_section2 li {
  position: relative;
  z-index: 2;
}

.zlhz_section2 .icobox {
  position: relative;
  margin-bottom: 24px;
}

.zlhz_section2 .icobox .ba_ico {
  display: block;
}

.zlhz_section2 .icobox .ico {
  width: 108px;
  display: block;
  background: #3398d1;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}

.zlhz_section2 .words {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .zlhz_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .zlhz_section2 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .zlhz_section2 ul {
    display: block;
    margin: -8px;
    width: calc(100% + 16px);
  }

  .zlhz_section2 ul::after {
    width: 100%;
    height: 0;
    clear: both;
    border: 0;
    position: static;
  }

  .zlhz_section2 li {
    width: 33.3333333333333333333%;
    padding: 8px;
    float: left;
  }

  .zlhz_section2 .icobox {
    width: 60px;
    background: #fff;
    padding: 6px;
    border-radius: 100%;
    margin: 0 auto 6px auto;
  }

  .zlhz_section2 .icobox .ba_ico {
    display: none;
  }

  .zlhz_section2 .icobox .ico {
    width: 100%;
    position: static;
  }

  .zlhz_section2 .words {
    font-size: 14px;
    line-height: 20px;
  }
}

.zlhz_section3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.zlhz_section3 h4 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.zlhz_section3 .ul {
  margin: -30px;
  width: calc(100% + 60px);
}

.zlhz_section3 .li {
  padding: 30px;
}

.zlhz_section3 .listbox {
  margin: -44px -18px;
  width: calc(100% + 36px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.zlhz_section3 .listbox::after {
  content: "";
  display: block;
  clear: both;
}

.zlhz_section3 .list {
  width: 50%;
  float: left;
  padding: 44px 18px;
}

.zlhz_section3 a {
  display: block;
  width: 100%;
}

.zlhz_section3 .top {
  width: 100%;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 4px solid #3398d1;
  position: relative;
}

.zlhz_section3 .top::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
}

.zlhz_section3 .top ._l {
  width: 50%;
}

.zlhz_section3 .top .logo {
  padding-bottom: 58.06%;
  position: relative;
  overflow: hidden;
}

.zlhz_section3 .top .logo img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zlhz_section3 .top ._r {
  width: 50%;
  text-align: center;
}

.zlhz_section3 .top .tit {
  font-size: 30px;
  color: #3398d1;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}

.zlhz_section3 .top .bq {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  padding: 0 20px;
  background: #3398d1;
  border-radius: 4px;
  display: inline-block;
}

.zlhz_section3 .bottom {
  width: 100%;
  margin-top: 30px;
}

.zlhz_section3 .bottom .bt {
  font-size: 24px;
  color: #191919;
  line-height: 30px;
  text-align: center;
  margin-bottom: 26px;
}

.zlhz_section3 .bottom .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.zlhz_section3 a:hover .bottom .bt {
  color: #3398d1;
}

.zlhz_section3 .ul .slick-prev {
  width: 22px;
  height: 22px;
  background: url(../img/zimg11.png) no-repeat center center;
  background-size: cover;
  left: -12px;
  top: 50%;
}

.zlhz_section3 .ul .slick-next {
  width: 22px;
  height: 22px;
  background: url(../img/zimg12.png) no-repeat center center;
  background-size: cover;
  right: -12px;
  top: 50%;
}

.zlhz_section3 .ul .slick-prev:hover,
.zlhz_section3 .ul .slick-next:hover {
  opacity: 0.8;
}

.zlhz_section3 .u2 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .zlhz_section3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .zlhz_section3 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .zlhz_section3 .ul {
    padding-bottom: 24px;
  }

  .zlhz_section3 .listbox {
    margin: 0;
    width: 100%;
  }

  .zlhz_section3 .list {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }

  .zlhz_section3 .list:last-child {
    margin-bottom: 0;
  }

  .zlhz_section3 .top .tit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .zlhz_section3 .top .bq {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
  }

  .zlhz_section3 .bottom {
    margin-top: 12px;
  }

  .zlhz_section3 .bottom .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .zlhz_section3 .bottom .info {
    font-size: 14px;
    line-height: 24px;
  }

  .zlhz_section3 .slick-dots {
    position: absolute;
    bottom: 30px;
    height: 8px;
    text-align: center;
  }

  .zlhz_section3 .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background: #dddddd;
  }

  .zlhz_section3 .slick-dots li.slick-active {
    background: #3398d1;
  }

  .zlhz_section3 .u1 {
    display: none;
  }

  .zlhz_section3 .u2 {
    display: block;
  }
}

.zlhz_section4 {
  width: 100%;
  float: left;
  padding-top: 74px;
  padding-bottom: 80px;
}

.zlhz_section4 .icobox {
  width: 140px;
  margin: 0 auto 24px auto;
  position: relative;
}

.zlhz_section4 .icobox .bapic {
  width: 100%;
  display: block;
}

.zlhz_section4 .icobox .ico {
  width: 39px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zlhz_section4 .bt1 {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin-bottom: 14px;
}

.zlhz_section4 .bt2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
}

.zlhz_section4 .bt2 a {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .zlhz_section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .zlhz_section4 .icobox {
    width: 100px;
    margin: 0 auto 12px auto;
  }

  .zlhz_section4 .icobox .ico {
    width: 26px;
  }

  .zlhz_section4 .bt1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .zlhz_section4 .bt2 {
    font-size: 24px;
    line-height: 30px;
  }
}

/*我们的服务*/
.wmdfw_section1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.wmdfw_section1 h2 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.wmdfw_section1 .jj {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-bottom: 36px;
}

.wmdfw_section1 .content {
  padding-right: 24px;
}

.wmdfw_section1 ul {
  margin: -32px -50px;
  width: calc(100% + 100px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wmdfw_section1 ul li {
  width: 33.33333%;
  float: left;
  padding: 32px 50px;
}

.wmdfw_section1 ul a {
  display: block;
  width: 100%;
}

.wmdfw_section1 ul a .picbox {
  width: 100%;
  position: relative;
}

.wmdfw_section1 ul a .pic {
  width: 100%;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.wmdfw_section1 ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.wmdfw_section1 ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.wmdfw_section1 ul a .border {
  width: 91.69%;
  position: absolute;
  right: -24px;
  bottom: -24px;
  z-index: 1;
}

.wmdfw_section1 ul a .btn {
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 12px;
  background: #3398d1;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 2;
}

.wmdfw_section1 ul a .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 48px;
}

.wmdfw_section1 ul a:hover .info {
  color: #3398d1;
}

@media screen and (max-width: 1024px) {
  .wmdfw_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wmdfw_section1 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .wmdfw_section1 .jj {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .wmdfw_section1 .content {
    padding-right: 0;
  }

  .wmdfw_section1 ul {
    margin: -6px;
    width: calc(100% + 12px);
    overflow: hidden;
  }

  .wmdfw_section1 ul li {
    width: 50%;
    padding: 6px;
  }

  .wmdfw_section1 ul a .border {
    display: none;
  }

  .wmdfw_section1 ul a .btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 0 15px 15px 0;
    bottom: 10px;
  }

  .wmdfw_section1 ul a .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }
}

.wmdfw_section2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.wmdfw_section2 h3 {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.wmdfw_section2 ul {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  position: relative;
}

.wmdfw_section2 ul::before {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.wmdfw_section2 ul::after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}

.wmdfw_section2 li {
  width: 25%;
  float: left;
  position: relative;
  z-index: 2;
}

.wmdfw_section2 ul a {
  display: block;
  width: 100%;
  padding: 46px 30px 34px 30px;
}

.wmdfw_section2 ul a .ico {
  width: 96px;
  display: block;
  margin: 0 auto 38px auto;
}

.wmdfw_section2 ul a .bt {
  width: 100%;
  font-size: 20px;
  color: #3398d1;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #adc2de;
  border-top: 1px solid #adc2de;
  padding: 13px;
  margin-bottom: 20px;
}

.wmdfw_section2 ul a .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .wmdfw_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wmdfw_section2 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .wmdfw_section2 ul::before {
    display: none;
  }

  .wmdfw_section2 ul::after {
    display: none;
  }

  .wmdfw_section2 li {
    width: 100%;
  }

  .wmdfw_section2 li:nth-child(odd) {
    background: #fff;
  }

  .wmdfw_section2 ul a {
    padding: 12px;
    position: relative;
  }

  .wmdfw_section2 ul a .ico {
    width: 40px;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 12px;
  }

  .wmdfw_section2 ul a .bt {
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 6px;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
    padding-left: 46px;
  }

  .wmdfw_section2 ul a .info {
    font-size: 14px;
    line-height: 24px;
  }
}

.wmdfw_section3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.wmdfw_section3 h4 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}

.wmdfw_section3 h5 {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.wmdfw_section3 .ul {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.wmdfw_section3 .li {
  padding: 0 10px;
}

.wmdfw_section3 .ul .libox {
  display: block;
  width: 100%;
}

.wmdfw_section3 .ul .libox .pic {
  padding-bottom: 83.33%;
  position: relative;
  overflow: hidden;
}

.wmdfw_section3 .ul .libox .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wmdfw_section3 .ul .libox .btnbox {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.wmdfw_section3 .ul .libox .btn {
  width: 100%;
  margin-bottom: 2px;
}

.wmdfw_section3 .ul .libox .btn:last-child {
  margin-bottom: 0;
}

.wmdfw_section3 .ul .libox .btn a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  background: #3398d1;
}

.wmdfw_section3 .ul .libox .btn a:hover {
  opacity: 0.8;
}

.wmdfw_section3 .ul .libox .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .wmdfw_section3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wmdfw_section3 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .wmdfw_section3 h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .wmdfw_section3 .ul {
    margin: 0 -6px;
    width: calc(100% + 12px);
    padding-bottom: 24px;
  }

  .wmdfw_section3 .li {
    padding: 0 6px;
  }

  .wmdfw_section3 .ul .libox .btnbox {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wmdfw_section3 .ul .libox .btn a {
    font-size: 16px;
    line-height: 30px;
  }

  .wmdfw_section3 .ul .libox .info {
    font-size: 14px;
    line-height: 24px;
  }

  .wmdfw_section3 .ul .libox .info br {
    display: none;
  }

  .wmdfw_section3 .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }

  .wmdfw_section3 .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background: #dddddd;
  }

  .wmdfw_section3 .ul .slick-dots li.slick-active {
    background: #3398d1;
  }
}

.wmdfw_section4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 114px;
  float: left;
}

.wmdfw_section4 h4 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 58px;
}

.wmdfw_section4 .content {
  width: 100%;
}

.wmdfw_section4 .content::after {
  content: "";
  display: block;
  clear: both;
}

.wmdfw_section4 ._left {
  width: 52.34375%;
  padding-right: 72px;
  float: left;
}

.wmdfw_section4 ul {
  width: 100%;
}

.wmdfw_section4 ul li {
  width: 100%;
  margin-bottom: 26px;
}

.wmdfw_section4 ul li:last-child {
  margin-bottom: 0;
}

.wmdfw_section4 ul .btbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.wmdfw_section4 ul .num {
  width: 32px;
  font-size: 16px;
  color: #f7f1f1;
  line-height: 32px;
  background: #3398d1;
  border-radius: 100%;
  font-weight: bold;
  text-align: center;
}

.wmdfw_section4 ul .words {
  font-size: 16px;
  color: #191919;
  line-height: 20px;
  width: calc(100% - 32px);
  padding-left: 10px;
  font-weight: bold;
}

.wmdfw_section4 ul .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.wmdfw_section4 ._right {
  width: 47.65625%;
  float: left;
}

.wmdfw_section4 ._right img {
  width: 110.655737704918%;
  display: block;
}

@media screen and (max-width: 1680px) {
  .wmdfw_section4 ._right img {
    width: 100%;
  }

  .wmdfw_section4 ul .info {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .wmdfw_section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wmdfw_section4 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .wmdfw_section4 ._left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 14px;
  }

  .wmdfw_section4 ul li {
    margin-bottom: 12px;
  }

  .wmdfw_section4 ul .num {
    width: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .wmdfw_section4 ul .words {
    font-size: 14px;
    padding-left: 8px;
  }

  .wmdfw_section4 ul .info {
    font-size: 14px;
    line-height: 24px;
  }

  .wmdfw_section4 ._right {
    width: 100%;
  }
}

/*服务支持-体检中心*/
.tjzx_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.tjzx_section .con1 {
  margin-bottom: 20px;
}

.tjzx_section .con1 .top {
  width: 100%;
  padding: 26px 92px 26px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tjzx_section .con1 .top .bt {
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  font-weight: bold;
}

.tjzx_section .con1 .top img {
  width: 390px;
  display: block;
}

.tjzx_section .con1 .bottom {
  width: 100%;
}

.tjzx_section .con1 ul {
  margin: -5px -10px;
  width: calc(100% + 20px);
}

.tjzx_section .con1 ul::after {
  content: "";
  display: block;
  clear: both;
}

.tjzx_section .con1 ul li {
  width: 50%;
  float: left;
  padding: 5px 10px;
}

.tjzx_section .con1 ul a {
  display: block;
  width: 100%;
  background: #f3f3f3;
  padding: 16px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 3px solid rgba(255, 255, 255, 0);
}

.tjzx_section .con1 ul a:hover {
  border-left-color: #3398d1;
}

.tjzx_section .con1 ul a .wordsbox {
  width: calc(100% - 140px);
  font-size: 18px;
  color: #191919;
  line-height: 24px;
  padding-right: 24px;
}

.tjzx_section .con1 ul a .btn {
  width: 140px;
  display: block;
  font-size: 16px;
  color: #3398d1;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.tjzx_section .con1 ul a:hover .btn {
  background: #3398d1;
  color: #fff;
}

.tjzx_section .con2 {
  width: 100%;
  padding: 70px 60px 60px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tjzx_section .con2 ._left {
  width: 180px;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.tjzx_section .con2 ._right {
  width: calc(100% - 180px);
}

.tjzx_section .con2 ul {
  margin: 0 -10px;
  width: calc(100% + 20px);
  overflow: hidden;
}

.tjzx_section .con2 li {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
}

.tjzx_section .con2 ul a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  padding-left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.tjzx_section .con2 ul a .wordsbox {
  width: calc(100% - 140px);
}

.tjzx_section .con2 ul a .ico {
  width: 64px;
  display: block;
  margin: 0 auto 6px auto;
}

.tjzx_section .con2 ul a .words {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: bolder;
  text-align: center;
}

.tjzx_section .con2 ul a .ewm {
  width: 140px;
}

.tjzx_section .con2 ul a .ewm img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1680px) {
  .tjzx_section .con2 ._left {
    font-size: 24px;
    line-height: 30px;
  }

  .tjzx_section .con2 ul a .wordsbox {
    width: calc(100% - 100px);
  }

  .tjzx_section .con2 ul a .ico {
    width: 40px;
  }

  .tjzx_section .con2 ul a .words {
    font-size: 16px;
    line-height: 20px;
  }

  .tjzx_section .con2 ul a .ewm {
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .tjzx_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tjzx_section .con1 {
    margin-bottom: 14px;
  }

  .tjzx_section .con1 .top {
    padding: 12px;
    margin-bottom: 12px;
  }

  .tjzx_section .con1 .top .bt {
    font-size: 18px;
    line-height: 24px;
  }

  .tjzx_section .con1 .top img {
    width: 160px;
  }

  .tjzx_section .con1 ul {
    margin: -6px;
    width: calc(100% + 12px);
  }

  .tjzx_section .con1 ul li {
    width: 100%;
    padding: 6px;
  }

  .tjzx_section .con1 ul a {
    padding: 12px;
  }

  .tjzx_section .con1 ul a .wordsbox {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 20px;
    padding-right: 12px;
  }

  .tjzx_section .con1 ul a .btn {
    width: 100px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 18px;
  }

  .tjzx_section .con2 {
    padding: 20px;
    display: block;
  }

  .tjzx_section .con2 ._left {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .tjzx_section .con2 ._right {
    width: 100%;
  }

  .tjzx_section .con2 ul {
    margin: 0;
    width: 100%;
  }

  .tjzx_section .con2 li {
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
  }

  .tjzx_section .con2 li:last-child {
    margin-bottom: 0;
  }

  .tjzx_section .con2 ul a .wordsbox {
    width: calc(100% - 120px);
  }

  .tjzx_section .con2 ul a .ico {
    width: 40px;
  }

  .tjzx_section .con2 ul a .words {
    font-size: 16px;
    line-height: 20px;
  }

  .tjzx_section .con2 ul a .ewm {
    width: 120px;
  }
}

.wmdfw_section5 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.wmdfw_section5 h4 {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 54px;
}

.wmdfw_section5 .ul {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.wmdfw_section5 .ul::after {
  content: "";
  display: block;
  clear: both;
}

.wmdfw_section5 .li {
  padding: 0 10px;
  width: 25%;
  float: left;
}

.wmdfw_section5 .ul a {
  display: block;
  background: rgba(1, 64, 153, 0.8);
  margin-top: 52px;
  position: relative;
  padding: 80px 30px 26px 30px;
}

.wmdfw_section5 .ul a .icobox {
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -52px;
}

.wmdfw_section5 .ul a .icobox .ba_pic {
  width: 100%;
  display: block;
}

.wmdfw_section5 .ul a .icobox .ico {
  width: 46px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wmdfw_section5 .ul a .bt {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  margin-bottom: 14px;
  font-weight: bold;
}

.wmdfw_section5 .ul a .info {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .wmdfw_section5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wmdfw_section5 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .wmdfw_section5 .ul {
    margin: 0;
    width: 100%;
  }

  .wmdfw_section5 .li {
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
  }

  .wmdfw_section5 .li:last-child {
    margin-bottom: 0;
  }

  .wmdfw_section5 .ul a {
    margin-top: 0;
    padding: 14px;
    display: block;
    overflow: hidden;
  }

  .wmdfw_section5 .ul a .icobox {
    width: 60px;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    float: left;
  }

  .wmdfw_section5 .ul a .icobox .ico {
    width: 30px;
  }

  .wmdfw_section5 .ul a .wordsbox {
    width: calc(100% - 60px);
    float: left;
    padding-left: 14px;
  }

  .wmdfw_section5 .ul a .bt {
    font-display: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    text-align: left;
  }

  .wmdfw_section5 .ul a .info {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
}

/*资料下载*/
.zlxz_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.zlxz_section h2 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}

.zlxz_section .ssbox {
  width: 100%;
  margin-bottom: 10px;
  background: #3398d1;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zlxz_section .ssbox ._left {
  width: calc(100% - 420px);
  padding-right: 40px;
}

.zlxz_section .ssbox ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  max-width: 100%;
}

.zlxz_section .ssbox ul::-webkit-scrollbar {
  height: 3px;
}

.zlxz_section .ssbox ul::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 3px;
}

.zlxz_section .ssbox ul::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #999;
  border-radius: 3px;
}

.zlxz_section .ssbox ._left a {
  font-size: 18px;
  color: #ffffff;
  line-height: 72px;
  padding: 0 20px;
  font-weight: bold;
  display: block;
}

.zlxz_section .ssbox ._left li.on a,
.zlxz_section .ssbox ._left li:hover a {
  background: #3398d1;
}

.zlxz_section .ssbox ._right {
  width: 420px;
  position: relative;
  padding: 0 130px 0 20px;
  background: rgba(255, 255, 255, 0.2);
}

.zlxz_section .ssbox ._right input {
  width: 100%;
  height: 48px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
}

.zlxz_section .ssbox ._right input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}

.zlxz_section .ssbox ._right input::-moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}

.zlxz_section .ssbox ._right input::moz-placeholder {
  font-size: 16px;
  color: #ffffff;
}

.zlxz_section .ssbox ._right input:-ms-input-placeholder {
  font-size: 16px;
  color: #ffffff;
}

.zlxz_section .ssbox ._right .btn {
  width: 116px;
  position: absolute;
  right: 0;
  top: 0;
}

.zlxz_section .ssbox ._right a {
  background: #3398d1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.zlxz_section .ssbox ._right a:hover {
  opacity: 0.8;
}

.zlxz_section .ssbox ._right a .ico {
  width: 21px;
  display: block;
  margin-right: 8px;
}

.zlxz_section .ssbox ._right a .words {
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
}

.zlxz_section .content {
  width: 100%;
}

.zlxz_section .content .top {
  width: 100%;
  background: #e5ecf5;
  padding: 0 20px 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.zlxz_section .content .top .boxs {
  font-size: 20px;
  color: #3398d1;
  line-height: 64px;
  font-weight: bold;
}

.zlxz_section .content .top .boxs1 {
  width: 75.66%;
  padding-left: 126px;
}

.zlxz_section .content .top .boxs2 {
  width: calc(24.34% - 140px);
}

.zlxz_section .content .top .boxs3 {
  width: 140px;
  text-align: center;
}

.zlxz_section .content .bottom {
  width: 100%;
}

.zlxz_section .content ul {
  width: 100%;
}

.zlxz_section .content ul li {
  margin-bottom: 10px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
  display: flex;
  width: 100%;
  background: #fff;
  padding: 15px;
  padding-right: 20px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.zlxz_section .content ul li:last-child {
  margin-bottom: 0;
}

.zlxz_section .content ul .boxs1 {
  width: 75.66%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.zlxz_section .content ul .boxs1 img {
  width: 82px;
  display: block;
}

.zlxz_section .content ul .boxs1 .wordsbox {
  width: calc(100% - 82px);
  padding-left: 44px;
}

.zlxz_section .content ul .boxs1 .bt {
  font-size: 20px;
  color: #191919;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zlxz_section .content ul .boxs1 .info {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zlxz_section .content ul li:hover .boxs1 .bt,
.zlxz_section .content ul li:hover .boxs1 .info {
  color: #3398d1;
}

.zlxz_section .content ul .boxs2 {
  width: calc(24.34% - 140px);
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.zlxz_section .content ul .boxs3 {
  width: 140px;
}

.zlxz_section .content ul .boxs3 .btn a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

.zlxz_section .content ul .boxs3 .btn img {
  width: 20px;
  display: block;
  margin-right: 5px;
}

.zlxz_section .content ul .boxs3 .btn .ico2 {
  display: none;
}

.zlxz_section .content ul .boxs3 .btn .words {
  font-size: 16px;
  color: #3398d1;
  line-height: 38px;
}

.zlxz_section .content ul li:hover .boxs3 .btn a {
  background: #0048ae;
  border: 1px solid #0048ae;
}

.zlxz_section .content ul li:hover .boxs3 .btn a .ico1 {
  display: none;
}

.zlxz_section .content ul li:hover .boxs3 .btn a .ico2 {
  display: block;
}

.zlxz_section .content ul li:hover .boxs3 .btn a .words {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .zlxz_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .zlxz_section h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .zlxz_section .ssbox {
    padding: 16px;
    display: block;
  }

  .zlxz_section .ssbox ._left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .zlxz_section .ssbox ul::-webkit-scrollbar {
    display: none;
  }

  .zlxz_section .ssbox ul::-webkit-scrollbar {
    height: 0;
  }

  .zlxz_section .ssbox ul::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }

  .zlxz_section .ssbox ul::-webkit-scrollbar-thumb {
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }

  .zlxz_section .ssbox ._left a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
  }

  .zlxz_section .ssbox ._right {
    width: 100%;
    padding: 0 100px 0 12px;
  }

  .zlxz_section .ssbox ._right input {
    height: 36px;
    font-size: 14px;
  }

  .zlxz_section .ssbox ._right input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .zlxz_section .ssbox ._right input::-moz-placeholder {
    font-size: 14px;
  }

  .zlxz_section .ssbox ._right input::moz-placeholder {
    font-size: 14px;
  }

  .zlxz_section .ssbox ._right input:-ms-input-placeholder {
    font-size: 14px;
  }

  .zlxz_section .ssbox ._right .btn {
    width: 88px;
  }

  .zlxz_section .ssbox ._right a .ico {
    width: 18px;
    margin-right: 4px;
  }

  .zlxz_section .ssbox ._right a .words {
    font-size: 14px;
    line-height: 36px;
  }

  .zlxz_section .content .top {
    padding: 14px;
    justify-content: space-between;
    display: none;
  }

  .zlxz_section .content .top .boxs {
    font-size: 16px;
    line-height: 20px;
    width: auto !important;
  }

  .zlxz_section .content ul li {
    padding: 14px !important;
    display: block;
    overflow: hidden;
  }

  .zlxz_section .content ul .boxs1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
    float: left;
  }

  .zlxz_section .content ul .boxs1 img {
    width: 60px;
  }

  .zlxz_section .content ul .boxs1 .wordsbox {
    width: calc(100% - 60px);
    padding-left: 12px;
  }

  .zlxz_section .content ul .boxs1 .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .zlxz_section .content ul .boxs1 .info {
    font-size: 14px;
  }

  .zlxz_section .content ul .boxs2 {
    width: auto;
    font-size: 14px;
    float: left;
    line-height: 32px;
    padding-left: 72px;
  }

  .zlxz_section .content ul .boxs3 {
    width: 100px;
    float: right;
  }

  .zlxz_section .content ul .boxs3 .btn a {
    border-radius: 16px;
  }

  .zlxz_section .content ul .boxs3 .btn img {
    width: 18px;
  }

  .zlxz_section .content ul .boxs3 .btn .words {
    font-size: 14px;
    line-height: 32px;
  }
}

.cp_section1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.cp_section1 h2 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 36px;
}

.cp_section1 .content {
  width: 100%;
  background: #f9f9f9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.cp_section1 .left {
  width: 50%;
  padding: 20px 46px 20px 66px;
}

.cp_section1 .bt {
  font-size: 30px;
  color: #191919;
  line-height: 34px;
  margin-bottom: 30px;
}

.cp_section1 .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 360px;
  padding-right: 20px;
}

.cp_section1 .info::-webkit-scrollbar {
  width: 3px;
}

.cp_section1 .info::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 3px;
}

.cp_section1 .info::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #3398d1;
  border-radius: 3px;
}

.cp_section1 .right {
  width: 50%;
}

.cp_section1 .pic {
  width: 100%;
  padding-bottom: 74.68%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.cp_section1 .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.cp_section1 .content:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 1680px) {
  .cp_section1 .left {
    padding: 20px 26px 20px 46px;
  }

  .cp_section1 .bt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .cp_section1 .info {
    font-size: 14px;
    line-height: 24px;
    max-height: 240px;
  }
}

@media screen and (max-width: 1024px) {
  .cp_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cp_section1 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cp_section1 .content {
    display: block;
  }

  .cp_section1 .left {
    width: 100%;
    padding: 14px;
    text-align: justify;
  }

  .cp_section1 .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .cp_section1 .info {
    font-size: 14px;
    line-height: 24px;
    max-height: 100000px;
    padding-right: 0;
  }

  .cp_section1 .info::-webkit-scrollbar {
    display: none;
  }

  .cp_section1 .info::-webkit-scrollbar {
    width: 0;
  }

  .cp_section1 .info::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }

  .cp_section1 .info::-webkit-scrollbar-thumb {
    width: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }

  .cp_section1 .right {
    width: 100%;
  }
}

.cp_section2 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
  background: #f9f9f9;
}

.cp_section2 h3 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 36px;
}

.cp_section2 .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.cp_section2 ._left {
  width: 50%;
  float: left;
}

.cp_section2 ._left .pic {
  width: 100%;
}

.cp_section2 ._left .pic img {
  width: 100%;
  display: block;
}

.cp_section2 ._right {
  width: calc(50% - 10px);
  float: right;
  position: relative;
}

.cp_section2 ._right li {
  width: calc(50% - 5px);
  position: absolute;
  height: calc(50% - 5px);
  background: #fff;
}

.cp_section2 ._right li:nth-child(1) {
  left: 0;
  top: 0;
}

.cp_section2 ._right li:nth-child(2) {
  right: 0;
  top: 0;
}

.cp_section2 ._right li:nth-child(3) {
  left: 0;
  bottom: 0;
}

.cp_section2 ._right li:nth-child(4) {
  right: 0;
  bottom: 0;
}

.cp_section2 ._right a {
  display: block;
  width: 100%;
  padding: 24px 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.cp_section2 ._right a .ico {
  width: 64px;
  display: block;
  margin: 0 auto 16px auto;
}

.cp_section2 ._right a .bt1 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  min-height: 48px;
}

.cp_section2 ._right a .bt2 {
  font-size: 18px;
  color: #191919;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  min-height: 48px;
}

@media screen and (max-width: 1680px) {
  .cp_section2 ._right a {
    padding: 20px;
  }

  .cp_section2 ._right a .ico {
    width: 50px;
    margin: 0 auto 14px auto;
  }

  .cp_section2 ._right a .bt1 {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }

  .cp_section2 ._right a .bt2 {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .cp_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cp_section2 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cp_section2 .content {
    display: block;
  }

  .cp_section2 ._left {
    width: 100%;
  }

  .cp_section2 ._right {
    width: 100%;
    margin-top: 20px;
  }

  .cp_section2 ._right li {
    width: 100%;
    position: static;
    height: auto;
    margin-bottom: 12px;
  }

  .cp_section2 ._right li:last-child {
    margin-bottom: 0;
  }

  .cp_section2 ._right a {
    padding: 12px;
    position: static;
    transform: translate(0, 0);
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cp_section2 ._right a .ico {
    width: 40px;
    display: block;
    margin: 0;
  }

  .cp_section2 ._right a .wordsbox {
    padding-left: 12px;
  }

  .cp_section2 ._right a .bt1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    min-height: 1px;
    text-align: left;
  }

  .cp_section2 ._right a .bt2 {
    font-size: 14px;
    line-height: 20px;
    min-height: 1px;
    text-align: left;
  }

  .cp_section2 ._right a .bt1 br,
  .cp_section2 ._right a .bt2 br {
    display: none;
  }
}

.cp_section3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.cp_section3 h4 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 36px;
}

.cp_section3 .ul {
  margin: -10px;
  width: calc(100% + 20px);
}

.cp_section3 .li {
  padding: 10px;
}

.cp_section3 .ul a {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cp_section3 .ul a .pic {
  width: 100%;
  padding-bottom: 60.53%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.cp_section3 .ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.cp_section3 .ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.cp_section3 .ul a .wordsbox {
  width: 100%;
  padding: 26px 30px 22px 30px;
}

.cp_section3 .ul a .bt {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 22px;
}

.cp_section3 .ul a:hover .bt {
  color: #3398d1;
}

.cp_section3 .ul a .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.cp_section3 .ul .slick-prev {
  width: 22px;
  height: 22px;
  background: url(../img/zimg11.png) no-repeat center center;
  background-size: cover;
  left: -32px;
  top: 50%;
}

.cp_section3 .ul .slick-next {
  width: 22px;
  height: 22px;
  background: url(../img/zimg12.png) no-repeat center center;
  background-size: cover;
  right: -32px;
  top: 50%;
}

.cp_section3 .ul .slick-prev:hover,
.cp_section3 .ul .slick-next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .cp_section3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cp_section3 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cp_section3 .ul {
    padding-bottom: 20px;
  }

  .cp_section3 .ul a .wordsbox {
    padding: 14px;
  }

  .cp_section3 .ul a .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .cp_section3 .ul a .info {
    font-size: 14px;
    line-height: 24px;
  }

  .cp_section3 .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }

  .cp_section3 .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background: #dddddd;
  }

  .cp_section3 .ul .slick-dots li.slick-active {
    background: #3398d1;
  }
}

.cp_section4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.cp_section4 h5 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 36px;
}

.cp_section4 .ul {
  margin: -10px;
  width: calc(100% + 20px);
}

.cp_section4 .li {
  padding: 10px;
}

.cp_section4 .ul .list {
  margin-bottom: 20px;
}

.cp_section4 .ul .list:last-child {
  margin-bottom: 0;
}

.cp_section4 .ul a {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  padding: 38px 48px;
  background: #fff;
}

.cp_section4 .ul a .btbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.cp_section4 .ul a .bt {
  font-size: 24px;
  color: #3398d1;
  line-height: 42px;
  max-width: calc(100% - 100px);
  position: relative;
  padding-bottom: 18px;
}

.cp_section4 .ul a .bt::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #3398d1;
}

.cp_section4 .ul a .ico {
  width: 42px;
  display: block;
}

.cp_section4 .ul a .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.cp_section4 .ul a:hover .info {
  color: #3398d1;
}

.cp_section4 .ul .slick-prev {
  width: 22px;
  height: 22px;
  background: url(../img/zimg11.png) no-repeat center center;
  background-size: cover;
  left: -32px;
  top: 50%;
}

.cp_section4 .ul .slick-next {
  width: 22px;
  height: 22px;
  background: url(../img/zimg12.png) no-repeat center center;
  background-size: cover;
  right: -32px;
  top: 50%;
}

.cp_section4 .ul .slick-prev:hover,
.cp_section4 .ul .slick-next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .cp_section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cp_section4 h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cp_section4 .ul {
    padding-bottom: 20px;
  }

  .cp_section4 .ul .list {
    margin-bottom: 10px;
  }

  .cp_section4 .ul a {
    padding: 14px;
  }

  .cp_section4 .ul a .btbox {
    margin-bottom: 12px;
  }

  .cp_section4 .ul a .bt {
    font-size: 16px;
    line-height: 30px;
    max-width: calc(100% - 50px);
    padding-bottom: 12px;
  }

  .cp_section4 .ul a .ico {
    width: 30px;
  }

  .cp_section4 .ul a .info {
    font-size: 14px;
    line-height: 24px;
  }

  .cp_section4 .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }

  .cp_section4 .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background: #dddddd;
  }

  .cp_section4 .ul .slick-dots li.slick-active {
    background: #3398d1;
  }
}

.cp_section5 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.cp_section5 h6 {
  font-size: 36px;
  color: #191919;
  line-height: 40px;
  text-align: center;
  margin-bottom: 36px;
}

.cp_section5 .ul {
  margin: -10px;
  width: calc(100% + 20px);
}

.cp_section5 .li {
  padding: 10px;
}

.cp_section5 .ul a {
  display: block;
  width: 100%;
  background-image: linear-gradient(#dfecff, #ffffff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  padding: 44px 36px;
}

.cp_section5 .ul .bt {
  font-size: 20px;
  color: #191919;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cp_section5 .ul a:hover .bt {
  color: #3398d1;
}

.cp_section5 .ul .info {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 34px;
  min-height: 150px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.cp_section5 .ul .btn {
  width: 140px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(#004bb5, #01419a);
  border-radius: 20px;
  margin: 0 auto;
}

.cp_section5 .ul a:hover .btn {
  background: #004bb5;
}

.cp_section5 .ul .slick-prev {
  width: 22px;
  height: 22px;
  background: url(../img/zimg11.png) no-repeat center center;
  background-size: cover;
  left: -32px;
  top: 50%;
}

.cp_section5 .ul .slick-next {
  width: 22px;
  height: 22px;
  background: url(../img/zimg12.png) no-repeat center center;
  background-size: cover;
  right: -32px;
  top: 50%;
}

.cp_section5 .ul .slick-prev:hover,
.cp_section5 .ul .slick-next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .cp_section5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cp_section5 h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .cp_section5 .ul {
    padding-bottom: 20px;
  }

  .cp_section5 .ul a {
    padding: 25px 10px;
  }

  .cp_section5 .ul .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .cp_section5 .ul .info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    min-height: 120px;
    -webkit-line-clamp: 5;
  }

  .cp_section5 .ul .btn {
    width: 100px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
  }

  .cp_section5 .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }

  .cp_section5 .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
    background: #dddddd;
  }

  .cp_section5 .ul .slick-dots li.slick-active {
    background: #3398d1;
  }
}

.Honorary_tc {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -99;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.Honorary_tc.on {
  opacity: 1;
  z-index: 999999999;
}

.Honorary_tc .content {
  position: relative;
  width: 560px;
  margin: 0 auto;
}

.Honorary_tc .ul {
  width: 100%;
}

.Honorary_tc .li {
  width: 100%;
}

.Honorary_tc .ul img {
  width: 100%;
  display: block;
}

.Honorary_tc .none {
  width: 29px;
  position: fixed;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.Honorary_tc .none img {
  width: 100%;
  display: block;
}

.Honorary_tc .slick-prev {
  border: 50px solid;
  border-color: transparent #3398d1 transparent transparent;
  position: fixed;
  left: 20px;
}

.Honorary_tc .slick-next {
  border: 50px solid;
  border-color: transparent transparent transparent #3398d1;
  position: fixed;
  right: 20px;
}

.Honorary_tc .slick-prev:hover,
.Honorary_tc .slick-next:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .Honorary_tc .content {
    width: calc(100% - 70px);
    padding: 0;
  }

  .Honorary_tc .none {
    width: 22px;
    top: 20px;
    right: 20px;
  }

  .Honorary_tc .slick-prev {
    border: 25px solid;
    border-color: transparent #3398d1 transparent transparent;
    left: -15px;
  }

  .Honorary_tc .slick-next {
    border: 25px solid;
    border-color: transparent transparent transparent #3398d1;
    right: -15px;
  }
}

.certificate_tc {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -99;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.certificate_tc.on {
  opacity: 1;
  z-index: 999999999;
}

.certificate_tc .content {
  position: relative;
  width: 560px;
  margin: 0 auto;
}

.certificate_tc .ul {
  width: 100%;
}

.certificate_tc .li {
  width: 100%;
}

.certificate_tc .li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.certificate_tc .ul .pic {
  width: 100%;
  display: block;
}

.certificate_tc .ul .pic img {
  width: 100%;
  display: block;
}

.certificate_tc .none {
  width: 29px;
  position: fixed;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.certificate_tc .none img {
  width: 100%;
  display: block;
}

.certificate_tc .slick-prev {
  border: 50px solid;
  border-color: transparent #3398d1 transparent transparent;
  position: fixed;
  left: 20px;
}

.certificate_tc .slick-next {
  border: 50px solid;
  border-color: transparent transparent transparent #3398d1;
  position: fixed;
  right: 20px;
}

.certificate_tc .slick-prev:hover,
.certificate_tc .slick-next:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .certificate_tc .content {
    width: calc(100% - 70px);
    padding: 0;
  }

  .certificate_tc .none {
    width: 22px;
    top: 20px;
    right: 20px;
  }

  .certificate_tc .slick-prev {
    border: 25px solid;
    border-color: transparent #3398d1 transparent transparent;
    left: -15px;
  }

  .certificate_tc .slick-next {
    border: 25px solid;
    border-color: transparent transparent transparent #3398d1;
    right: -15px;
  }
}



.home-block1 {
  padding: 70px 0;
}

.become {
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 700px 698px;
}

.the_form {
  position: relative;
}

.the_form .content {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.the_form .content .div_l {
  width: 6rem;
}

.the_form .content .div_l img {
  display: block;
  width: 100%;
}

.the_form .content .div_r {
  float: right;
  position: relative;
  z-index: 1;
  width: 68%;
  border: 6px solid #eff5f7;
  padding: 70px 40px 70px 40px;
  box-sizing: border-box;
  background: #fff;
}

.the_form .content .div_r input,
.the_form .content .div_r textarea,
.the_form .content .div_r button {

  padding: 0;
  margin: 0;

  border: 0;
  outline: none;
  resize: none;
}

.the_form .content .div_r .item {
  margin-bottom: 20px;
}

.the_form .content .div_r .item::after {
  content: "";
  display: block;
  clear: both;
}

.the_form .content .div_r .item .in_tit {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 15%;
  text-align: right;
  font-size: 16px;
  color: #000;
  height: 56px;
  line-height: 56px;
}

.the_form .content .div_r .item .in_tit b {
  font-size: 0.18rem;
  color: #ff0606;
  margin-right: 2px;
}

.the_form .content .div_r .item .in_text {
  float: right;
  width: 84%;
}

.the_form .content .div_r .item .in_text input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
  font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  color: #000;
}

.the_form .content .div_r .item .in_text textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  line-height: 2;
  padding: 12px 10px;
  color: #000;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.the_form .content .div_r .item .in_text_yz {
  overflow: hidden;
}

.the_form .content .div_r .item .in_text_yz input {
  float: left;
  width: 78%;
}

.the_form .content .div_r .item .in_text_yz .img_yz {
  float: right;
  display: block;
  width: 20%;
  height: 0.56rem;
}

.the_form .content .div_r .item .in_text_yz .img_yz img {
  max-width: 100%;
  height: auto;
}

.the_form .content .div_r .item .in_select {
  float: right;
  width: 84%;
  display: flex;
  justify-content: space-between;
}

.the_form .content .div_r .item .in_select .div_box {
  position: relative;
}

.the_form .content .div_r .item .in_select .div_box select {
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 56px;
  border: 0;
  font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  height: 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  outline: none;
  padding-left: 5px;
}

.the_form .content .div_r .item .in_select .div_box span {
  display: block;
  height: 0.56rem;
  font-size: 0.18rem;
  color: #000;
  line-height: 0.56rem;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
}

.the_form .content .div_r .item .in_select .div_box span::after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.1rem;
  background: url(../images/arrow_bottom.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
}

.the_form .content .div_r .item .in_select .div_box ul {
  display: none;
  position: absolute;
  top: 0.46rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  background: #fff;
  max-height: 1.8rem;
  overflow-x: hidden;
}

.the_form .content .div_r .item .in_select .div_box ul li {
  font-size: 0.18rem;
  color: #000;
  padding: 0 0.1rem;
  cursor: pointer;
  line-height: 0.36rem;

}

.the_form .content .div_r .item .in_select .div_box ul li:hover {
  background: #347afc;
  color: #fff;
}

.the_form .content .div_r .item .in_confirm {
  float: right;
  width: 84%;
}

.the_form .content .div_r .item .in_confirm .confirm {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.the_form .content .div_r .item .in_confirm .confirm a {
  color: #347afc;
  font-size: 0.16rem;
}

.the_form .content .div_r .item .in_confirm .confirm i {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/partners/checkbg.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  float: left;
}

.the_form .content .div_r .item .in_confirm .confirm i.full {

  background: url(../images/partners/checkbg2.png) no-repeat center;

  background-size: cover;
}

.the_form .content .div_r .item .in_confirm .confirm p {
  float: left;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}

.the_form .content .div_r .item .in_confirm button {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 16px;
  background: #38BEEF;
  border-radius: 40px;
  color: #fff;
}

.the_form .content .div_r .item .in_select2 .div_box {
  width: 100%;
}

.the_form .content .div_r .item .in_select3 .div_box {
  width: 30%;
}