* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  font-family: Arial, Helvetica, sans-serif !important;
}
a {
  transition: all 0.5s ease;
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
img {
  border: 0;
}
.survey {
  margin-top: 50px !important;
}
.survey .survey_nr_dd li {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.survey .date {
  display: flex;
}
.survey .date h3 {
  font-size: 16px;
}
.survey .date h4 {
  font-size: 14px;
}
.survey .cong h3 {
  font-size: 18px;
  color: #333;
}
.survey .cong h4 {
  font-size: 16px;
  line-height: 24px;
}
.max-width,
.survey {
  width: 1400px;
  margin: 0 auto;
}
.header .max-width {
  width: 100%;
  padding: 0 50px;
}
.pcshow {
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 85%;
    margin: 0 auto;
  }
  .header .max-width {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.top_nav {
  float: left;
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 100;
}
.top_nav .topnav_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_nav .topnav_content .logo {
  line-height: 0;
  display: block;
}
.top_nav .topnav_content .top_ul ul {
  margin-right: 140px;
}
.top_nav .topnav_content .top_ul ul li {
  float: left;
}
.top_nav .topnav_content .top_ul ul li.on a {
  color: #4b60a9;
}
.top_nav .topnav_content .top_ul ul li a {
  font-size: 16px;
  color: #333;
  margin-left: 65px;
  line-height: 80px;
}
.top_nav .topnav_content .top_ul ul li a:hover {
  color: #4b60a9;
}
.top_nav .topnav_content .search {
  position: relative;
}
.top_nav .topnav_content .search .image {
  cursor: pointer;
}
.top_nav .topnav_content .search .top_search_form {
  position: absolute;
  right: 0;
  top: 53px;
  display: none;
}
.top_nav .topnav_content .search .top_search_form form {
  display: flex;
}
.top_nav .topnav_content .search .top_search_form input[type="text"] {
  height: 40px;
  padding: 0 10px;
  width: 300px;
  border: 1px solid #4b60a9;
  float: left;
}
.top_nav .topnav_content .search .top_search_form .submit {
  height: 40px;
  width: 40px;
  float: left;
  color: #fff;
  background: url(../image/search2.png) #4b60a9 center no-repeat;
  background-size: 14px;
}
.banner {
  float: left;
  width: 100%;
}
.banner li {
  line-height: 0;
}
.banner img {
  width: 100%;
}
.banner .slick-dots {
  bottom: 80px;
  left: 260px;
  display: flex;
}
.banner .slick-dots li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 30px;
  transition: all 0.5s ease;
}
.banner .slick-dots li:hover {
  background: #fff;
}
.banner .slick-dots li.slick-active {
  background: #fff;
}
.down_nav {
  float: left;
  width: 100%;
  padding: 80px 0 100px 0;
}
.down_nav .down_nav_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.down_nav .down_nav_cont .d_nav ul {
  display: flex;
}
.down_nav .down_nav_cont .d_nav ul li {
  display: flex;
  flex-direction: column;
  margin: 0 50px;
}
.down_nav .down_nav_cont .d_nav ul li h4 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 20px;
}
.down_nav .down_nav_cont .d_nav ul li a {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}
.down_nav .down_nav_cont .d_nav ul li a:hover {
  color: #4b60a9;
}
.down_nav .down_nav_cont .d_ewn p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.copyright {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.nbanner {
  float: left;
  width: 100%;
  line-height: 0;
}
.nbanner img {
  width: 100%;
}
.contact {
  float: left;
  width: 100%;
  padding: 50px 0 120px 0;
  background: #f9f9f9;
}
.contact .contact_content {
  display: flex;
}
.contact .contact_content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.contact .contact_left {
  width: 400px;
  float: left;
  padding-right: 35px;
}
.contact .contact_left h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 12px;
}
.contact .contact_left h6 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}
.contact .contact_left h5 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
}
.contact .contact_map {
  width: calc(100% - 400px);
  float: right;
  line-height: 0;
}
.contact .contact_map img {
  width: 100%;
}
.us_tit {
  color: #333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.join {
  float: left;
  width: 100%;
  padding: 50px 0 100px 0;
  background: #f9f9f9;
}
.join .join_list ul {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.join .join_list li {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  height: 100px;
  padding: 0 45px 0 30px;
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 17px rgba(139, 139, 139, 0.13);
}
.join .join_list li:after {
  content: "";
  height: 50px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #4b60a9;
}
.join .join_list li .job_title {
  color: #333;
  font-size: 30px;
  line-height: 100px;
  margin-right: 20%;
}
.join .join_list li .more {
  width: 124px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #333;
  font-size: 16px;
  transition: all 0.5s ease;
  margin-left: auto;
  margin-top: 29px;
  box-shadow: 0px 0px 17px rgba(139, 139, 139, 0.13);
}
.join .join_list li .more:hover {
  background: #287bdb;
  color: #fff;
}
.join .join_list li .job_sub {
  display: flex;
  height: 100px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 13%;
}
.join .join_list li .job_sub span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.join .join_list li .job_sub p {
  font-size: 16px;
  color: #333;
}
.join .join_datail {
  float: left;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 10px 10px 17px rgba(139, 139, 139, 0.13);
}
.join .join_datail .join_datail_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.join .join_datail .join_datail_top .join_datail_top_left_tit {
  position: relative;
  padding-left: 12px;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.join .join_datail .join_datail_top .join_datail_top_left_tit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  height: 30px;
  background: #4b60a9;
}
.join .join_datail .join_datail_top .join_datail_top_left_time {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}
.join .join_datail .join_datail_top .join_datail_top_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.join .join_datail .join_datail_top .join_datail_top_right span {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}
.join .join_datail .join_datail_top .join_datail_top_right p {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
}
.join .join_datail .join_datail_cont .subtit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.join .join_datail .join_datail_cont p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
}
.join .join_datail .join_datail_cont .line {
  width: 100%;
  float: left;
  background: #999999;
  height: 1px;
  margin: 100px 0 25px 0;
}
.join .join_datail .join_datail_cont .more {
  width: 175px;
  height: 52px;
  line-height: 52px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  float: left;
  font-size: 18px;
  background: linear-gradient(to right, #2f89ef, #1b6cc7);
}
.join_info {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-align: center;
}
.join_classify ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.join_classify ul li {
  width: calc(50% - 10px);
  background: #fff;
  padding: 24px;
}
.join_classify ul li a {
  display: flex;
}
.join_classify ul li .pic {
  line-height: 0;
  margin-right: 24px;
}
.join_classify ul li .text {
  display: flex;
  flex-direction: column;
}
.join_classify ul li .text h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 12px;
}
.join_classify ul li .text h6 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
}
.join_classify ul li .text .more {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  margin-top: auto;
  transition: all 0.5s ease;
}
.join_classify ul li .text .more:hover {
  color: #1b6cc7;
}
.product_list ul li .text {
  padding: 0 10px;
}
.video_box {
  position: relative;
  margin-top: 80px;
}
.video_box video {
  width: 100%;
}
.video_box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
}
.bgw {
  background: #fff !important;
}
.join_culture {
  background: #f6f6f6;
  float: left;
  width: 100%;
  padding: 100px 0;
}
.join_culture .join_culture_left {
  width: 41%;
  position: relative;
  float: left;
}
.join_culture .join_culture_left .pic {
  width: 100%;
  line-height: 0;
}
.join_culture .join_culture_left .pic img {
  width: 100%;
}
.join_culture .join_culture_left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4b60a9;
  padding: 20px 30px;
}
.join_culture .join_culture_left .text h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 12px;
}
.join_culture .join_culture_left .text h6 {
  font-size: 16px;
  color: #fff;
}
.join_culture .join_culture_right {
  width: calc(59% - 20px);
  float: right;
}
.join_culture .join_culture_right .join_culture_right_top {
  position: relative;
  margin-bottom: 20px;
}
.join_culture .join_culture_right .pic {
  width: 100%;
  line-height: 0;
}
.join_culture .join_culture_right .pic img {
  width: 100%;
}
.join_culture .join_culture_right h4 {
  position: absolute;
  bottom: 10px;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  left: 18px;
}
.join_culture .join_culture_right .join_culture_right_bottom ul {
  display: flex;
  justify-content: space-between;
}
.join_culture .join_culture_right .join_culture_right_bottom ul li {
  width: calc(50% - 10px);
  position: relative;
}
.join_mien li {
  float: left;
  width: 100%;
  margin-top: 45px;
  display: flex;
  background: #fff;
}
.join_mien li .pic {
  width: 40%;
  float: left;
  line-height: 0;
}
.join_mien li .pic img {
  width: 100%;
}
.join_mien li .text {
  float: left;
  width: 60%;
  padding: 40px;
  height: 100%;
}
.join_mien li .text h4 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.join_mien li .text h6 {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.mbx {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.mbx li {
  float: left;
  margin-right: 45px;
}
.mbx li.on a {
  color: #4b60a9;
  position: relative;
}
.mbx li.on a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4b60a9;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.mbx li a {
  font-size: 18px;
  line-height: 40px;
  color: #666;
  font-weight: 500;
}
.mbx.flex .flex {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.mbx.flex .flex a {
  font-size: 14px;
  color: #333;
}
.join .join_datail {
  margin-top: 40px;
}
.new_List {
  float: left;
  width: 100%;
  padding: 25px 0 85px 0;
  background: #f6f6f6;
}
.new_List .new_List_cont ul {
  width: calc(100% + 20px);
  margin: -10px;
  float: left;
}
.new_List .new_List_cont ul li {
  width: 33.3%;
  float: left;
  padding: 10px;
}
.new_List .new_List_cont ul li a {
  width: 100%;
  float: left;
  padding: 9px;
  background: #fff;
}
.new_List .new_List_cont ul li a .pic {
  width: 100%;
  float: left;
  line-height: 0;
}
.new_List .new_List_cont ul li a .pic img {
  width: 100%;
}
.new_List .new_List_cont ul li a .text {
  float: left;
  width: 100%;
}
.new_List .new_List_cont ul li a .text h4 {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
}
.new_List .new_List_cont ul li a .text h6 {
  font-size: 16px;
  color: #888;
  line-height: 24px;
  height: 72px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_List .new_List_cont ul li a .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_List .new_List_cont ul li a .time .icon2 {
  display: none;
}
.new_List .new_List_cont ul li:hover .icon2 {
  display: block !important;
}
.new_List .new_List_cont ul li:hover .icon1 {
  display: none !important;
}
.new_List .new_List_cont ul li:hover h4 {
  color: #4b60a9 !important;
}
.fy {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.fy a {
  height: 42px;
  width: 42px;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
  background: #fff;
  margin: 0 12px;
}
.fy a:hover {
  color: #fff;
  background: #4b60a9;
}
.fy a:hover .icon2 {
  display: block !important;
}
.fy a:hover .icon1 {
  display: none !important;
}
.fy a.on {
  color: #fff;
  background: #4b60a9;
}
.fy a.on .icon2 {
  display: block !important;
}
.fy a.on .icon1 {
  display: none !important;
}
.fy .icon2 {
  display: none;
}
.new_detail {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 0 120px 0;
}
.new_detail .new_detail_title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.new_detail .new_detail_time {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin: 10px 0 15px 0;
}
.new_detail .new_detail_editor {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.new_detail .new_detail_editor img {
  line-height: 0;
  max-width: 100%;
}
.nfy {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #999;
  padding-top: 15px;
  margin-top: 30px;
}
.nfy a {
  font-size: 16px;
  line-height: 20px;
  color: #999;
}
.nfy a:hover {
  color: #1b6cc7;
}
.product_list {
  float: left;
  width: 100%;
  padding: 60px 0 120px 0;
  background: #fbfbfb;
}
.product_list .product_list_tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.product_list ul {
  width: calc(100% + 20px);
  margin: 0 -10px;
  float: left;
}
.product_list ul li {
  width: 33.3%;
  float: left;
  padding: 0 10px;
}
.product_list ul li a {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 17px rgba(139, 139, 139, 0.13);
}
.product_list ul li .pic {
  line-height: 0;
  width: 100%;
}
.product_list ul li .pic img {
  width: 100%;
}
.product_list ul li .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  width: 100%;
  float: left;
  transition: all 0.5s ease;
}
.product_list ul li:hover .text {
  color: #1b6cc7;
}
.product_detail {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 30px 0 90px 0;
}
.product_detail .product_detail_pic {
  width: 33%;
  float: left;
  line-height: 0;
}
.product_detail .product_detail_pic img {
  width: 100%;
}
.product_detail .product_detail_text {
  width: calc(67% - 100px);
  float: right;
}
.product_detail .product_detail_text .product_detail_title {
  font-size: 20px;
  color: #333;
  display: flex;
  font-weight: bold;
  margin-bottom: 5px;
}
.product_detail .product_detail_text .product_detail_title p {
  text-decoration: underline;
}
.product_detail .product_detail_text .product_detail_subtit {
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.product_detail .product_detail_text .product_detail_info {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-top: 10px;
}
.about_gsgk {
  float: left;
  width: 100%;
  padding: 75px 0 65px 0;
}
.about_gsgk .about_gsgk_left {
  float: left;
  width: 23.5%;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.about_gsgk .about_gsgk_right {
  float: left;
  width: 76.5%;
}
.about_gsgk .about_gsgk_right p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.play_ab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  cursor: pointer;
  height: 53px;
  width: 53px;
}
.about_number {
  float: left;
  width: 100%;
  padding: 50px 0 60px 0;
  background: #4b60a9;
}
.about_number .about_number_ul {
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
}
.about_number .about_number_ul .about_number_li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_number .about_number_ul .about_number_li .numeber {
  margin: 25px 0 20px 0;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.about_number .about_number_ul .about_number_li .numeber span {
  font-size: 92px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
}
.about_number .about_number_ul .about_number_li .text {
  font-size: 16px;
  color: #fff;
}
.about_csr {
  float: left;
  width: 100%;
  padding: 130px 0 100px 0;
  background: #f3f3f3;
  position: relative;
}
.about_csr::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  height: 270px;
  bottom: 0;
  z-index: -2;
}
.about_csr li {
  float: left;
  width: 100%;
  display: flex !important;
  align-items: flex-end;
  padding-bottom: 70px;
  position: relative;
}
.about_csr li:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 75%;
  background: #f9f9f9;
  z-index: -1;
}
.about_csr li .img {
  width: 50%;
  line-height: 0;
  float: left;
}
.about_csr li .img img {
  width: 76%;
}
.about_csr li .text {
  float: left;
  width: 50%;
}
.about_csr li .text .name {
  font-size: 36px;
  color: #333;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.about_csr li .text .name:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #333;
}
.about_csr li .text .zhiwei {
  margin: 18px 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about_csr li .text .info {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  padding-right: 33%;
}
.about_csr .slick-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #4b60a9;
  position: absolute;
  top: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.about_csr .slick-prev {
  background: url(../image/arrow3.png) center no-repeat;
  background-size: 18px;
  left: auto;
  right: 60px;
}
.about_csr .slick-prev:hover {
  background: url(../image/arrow4.png) #4b60a9 center no-repeat;
  background-size: 18px;
}
.about_csr .slick-next {
  background: url(../image/arrow5.png) center no-repeat;
  background-size: 18px;
  left: auto;
  right: 0px;
}
.about_csr .slick-next:hover {
  background: url(../image/arrow6.png) #4b60a9 center no-repeat;
  background-size: 18px;
}
.qywh {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 60px 0 90px 0;
}
.qywh .us_tit {
  margin-bottom: 40px;
}
.qywh ul {
  width: calc(100% + 20px);
  float: left;
  margin: 0 -10px;
}
.qywh ul li {
  width: 33.3%;
  float: left;
  padding: 0 10px;
}
.qywh ul li .img {
  line-height: 0;
  width: 100%;
}
.qywh ul li .img img {
  width: 100%;
}
.qywh ul li .text {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 25px 15px 35px 15px;
}
.qywh ul li .text .tit {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.qywh ul li .text .sub {
  font-size: 14px;
  color: #333;
}
.about_honor {
  float: left;
  width: 100%;
  padding: 80px 0 100px 0;
}
.about_honor .us_tit {
  margin-bottom: 50px;
}
.about_honor .about_honor_ul {
  width: calc(100% + 36px);
  float: left;
  margin: 0 -18px;
}
.about_honor .about_honor_ul li {
  width: 33.3%;
  float: left;
  padding: 0 18px;
}
.about_honor .about_honor_ul li .pic {
  width: 100%;
  line-height: 0;
}
.about_honor .about_honor_ul li .pic img {
  width: 100%;
}
.about_honor .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 22px;
}
.about_honor .slick-prev {
  background: url(../image/arrow7.png) center no-repeat;
  background-size: cover;
  left: -60px;
}
.about_honor .slick-prev:hover {
  background: url(../image/arrow8.png) center no-repeat;
  background-size: cover;
}
.about_honor .slick-next {
  background: url(../image/arrow9.png) center no-repeat;
  background-size: cover;
  right: -60px;
  left: auto;
}
.about_honor .slick-next:hover {
  background: url(../image/arrow10.png) center no-repeat;
  background-size: cover;
}
.about_shij {
  float: left;
  width: 100%;
  padding: 80px 0 100px 0;
  background: #f7f7f7;
}
.about_shij .year_ul {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 9%;
  margin-top: 60px;
}
.about_shij .year_ul:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: -1;
  height: 1px;
  background: #8c8c8c;
}
.about_shij .year_ul li {
  font-size: 18px;
  color: #999;
  position: relative;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}
.about_shij .year_ul li:after {
  content: "";
  height: 11px;
  width: 11px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #bebebe;
  bottom: 0px;
}
.about_shij .year_ul li.slick-current {
  font-size: 36px;
  font-weight: bold;
  color: #4b60a9;
  margin-top: -18px;
}
.about_shij .year_ul li.slick-current:after {
  height: 17px;
  width: 17px;
  background: #fff;
  border: 3px solid #576baf;
}
.about_shij .thing_ul {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 11%;
  margin-top: 60px;
}
.about_shij .thing_ul li {
  background: #fff;
  float: left;
  width: 100%;
}
.about_shij .thing_ul li .pic {
  width: 45%;
  line-height: 0;
  float: left;
}
.about_shij .thing_ul li .pic img {
  width: 100%;
}
.about_shij .thing_ul li .text {
  width: 55%;
  float: left;
  font-size: 18px;
  line-height: 36px;
  color: #666;
  padding: 80px 40px;
}
.about_shij .thing_ul .slick-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #4b60a9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.about_shij .thing_ul .slick-arrow.slick-prev {
  background: url(../image/arrow3.png) center no-repeat;
  background-size: 18px;
  left: -100px;
}
.about_shij .thing_ul .slick-arrow.slick-prev:hover {
  background: url(../image/arrow4.png) #4b60a9 center no-repeat;
  background-size: 18px;
}
.about_shij .thing_ul .slick-arrow.slick-next {
  background: url(../image/arrow5.png) center no-repeat;
  background-size: 18px;
  right: -100px;
  left: auto;
}
.about_shij .thing_ul .slick-arrow.slick-next:hover {
  background: url(../image/arrow6.png) #4b60a9 center no-repeat;
  background-size: 18px;
}
.layout37 {
  display: none;
}
@media screen and (max-width: 1500px) {
  .join_mien li .text h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .join_mien li .text h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1300px) {
  .down_nav_cont .logo {
    width: 15%;
  }
  .down_nav_cont .logo img {
    width: 100%;
  }
  .join_mien li .text {
    padding: 15px 25px;
  }
  .down_nav .down_nav_cont .d_nav ul li {
    margin: 0 30px;
  }
  .down_nav .down_nav_cont .d_nav ul li h4 {
    font-size: 16px;
  }
  .top_nav .topnav_content .top_ul ul li a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .product_list {
    padding: 40px 0 80px 0;
  }
  .product_list .product_list_tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product_list ul li .text {
    font-size: 16px;
    line-height: 50px;
  }
  .join .join_list li .job_title {
    margin-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .top_nav {
    display: none;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #4b60a9;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #4b60a9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #4b60a9;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 16px;
    margin-top: 17px;
    display: block;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #4b60a9;
  }
  ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }
  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../image/search2.png) center no-repeat #4b60a9;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nbanner {
    margin-top: 50px;
  }
  .product_list {
    padding: 30px 0;
  }
  .product_list .product_list_tit {
    font-size: 18px;
  }
  .product_list ul {
    margin: -10px;
  }
  .product_list ul li {
    width: 50%;
    padding: 10px;
  }
  .down_nav .down_nav_cont {
    flex-direction: column;
  }
  .down_nav_cont .logo {
    width: 50%;
    margin-bottom: 20px;
  }
  .down_nav .down_nav_cont .d_nav ul {
    display: none;
  }
  .down_nav {
    padding: 30px 0;
  }
  .down_nav .down_nav_cont .d_ewn p {
    margin-top: 5px;
  }
  .product_list ul li .text {
    font-size: 14px;
  }
  .mbx {
    padding: 10px 0;
  }
  .product_detail .product_detail_pic {
    width: 100%;
  }
  .product_detail .product_detail_text {
    width: 100%;
    margin-top: 15px;
  }
  .product_detail .product_detail_text .product_detail_title,
  .product_detail .product_detail_text .product_detail_subtit,
  .mbx li a {
    font-size: 16px;
  }
  .product_detail .product_detail_text .product_detail_info {
    font-size: 14px;
    line-height: 24px;
  }
  .product_detail {
    padding: 30px 0;
  }
  .new_List .new_List_cont ul li {
    width: 50%;
  }
  .new_List .new_List_cont ul li a .text h4 {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  .new_List .new_List_cont ul li a .text h6 {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 15px;
  }
  .new_List .new_List_cont ul li a .time {
    font-size: 14px;
  }
  .fy {
    margin-top: 30px;
  }
  .fy a {
    height: 32px;
    width: 32px;
    margin: 0 6px;
  }
  .new_List,
  .new_detail,
  .join {
    padding: 30px 0 30px 0;
  }
  .mbx.flex .flex {
    flex-wrap: wrap;
  }
  .new_detail .new_detail_title {
    font-size: 18px;
  }
  .new_detail .new_detail_editor,
  .join_info,
  .join_classify ul li .text h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .nfy a {
    font-size: 14px;
  }
  .nfy {
    padding-top: 10px;
    margin-top: 20px;
  }
  .join_classify ul li {
    width: 100%;
  }
  .join_classify ul {
    flex-direction: column;
  }
  .join_classify ul li .text h4 {
    font-size: 16px;
    margin-top: 0px;
  }
  .join_classify ul li .text h6 {
    margin-top: 4px;
  }
  .join_classify ul li .pic img,
  .join_culture .join_culture_left {
    width: 100%;
  }
  .join_classify ul li .pic {
    margin-right: 15px;
    width: 45%;
  }
  .join_classify ul li .text {
    width: 55%;
  }
  .join_classify ul {
    margin-top: 10px;
  }
  .join_classify ul li {
    padding: 10px 0;
  }
  .video_box {
    margin-top: 30px;
  }
  .join_culture .join_culture_left .text {
    padding: 15px;
  }
  .join_culture .join_culture_left .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .join_culture .join_culture_left .text h6 {
    font-size: 14px;
  }
  .join_culture .join_culture_right {
    width: 100%;
    margin-top: 15px;
  }
  .join_culture .join_culture_right h4 {
    font-size: 16px;
  }
  .join_culture {
    padding: 30px 0;
  }
  .us_tit {
    font-size: 20px;
  }
  .join_mien li .pic {
    width: 100%;
  }
  .join_mien li {
    flex-direction: column;
    margin-top: 20px;
  }
  .join_mien li .text {
    width: 100%;
  }
  .join_mien li .text {
    padding: 15px;
  }
  .join_mien li .text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .join .join_list li .job_title {
    font-size: 16px;
  }
  .join .join_list li .job_sub {
    margin-right: 20px;
  }
  .join .join_list li .job_sub span,
  .join .join_list li .job_sub p {
    font-size: 14px;
  }
  .join .join_list li .more {
    display: none;
  }
  .join .join_list li {
    padding: 0 15px;
  }
  .join .join_list li .job_sub {
    height: 80px;
  }
  .join .join_list li {
    height: 80px;
  }
  .join .join_list li .job_title {
    line-height: 80px;
  }
  .join .join_list li {
    margin-bottom: 20px;
  }
  .join .join_datail {
    margin-top: 20px;
  }
  .join .join_datail .join_datail_top .join_datail_top_left_tit {
    font-size: 20px;
  }
  .join .join_datail .join_datail_top .join_datail_top_left_tit:after {
    height: 20px;
  }
  .join .join_datail .join_datail_top .join_datail_top_right span,
  .join .join_datail .join_datail_top .join_datail_top_right p {
    font-size: 16px;
  }
  .join .join_datail .join_datail_cont .subtit {
    font-size: 18px;
  }
  .join .join_datail .join_datail_cont p {
    font-size: 14px;
  }
  .join .join_datail .join_datail_cont .line {
    margin: 30px 0 15px 0;
  }
  .join .join_datail .join_datail_cont .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .join .join_datail {
    padding: 20px 15px;
  }
  .banner {
    margin-top: 50px;
  }
  .banner .slick-dots {
    left: 15px;
    bottom: 25px;
  }
  .banner .slick-dots li {
    height: 14px;
    width: 14px;
    margin-right: 10px;
  }
  .contact .contact_content {
    flex-direction: column;
  }
  .contact .contact_map {
    width: 100%;
    margin-top: 15px;
  }
  .contact .contact_left h5,
  .contact .contact_left h6 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
  .contact {
    padding: 30px 0;
  }
  .about_gsgk {
    padding: 30px 0;
  }
  .about_gsgk .about_gsgk_left {
    float: left;
    width: 100%;
    font-size: 20px;
  }
  .about_gsgk .about_gsgk_right {
    width: 100%;
    margin-top: 20px;
  }
  .about_gsgk .about_gsgk_right p {
    font-size: 14px;
    line-height: 24px;
  }
  .about_number .about_number_ul .about_number_li .numeber span {
    font-size: 24px;
    line-height: 22px;
  }
  .about_number .about_number_ul .about_number_li .numeber {
    margin: 5px 0;
  }
  .about_number {
    padding: 20px 0;
  }
  .about_csr li {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_csr li .img {
    width: 50%;
  }
  .about_csr li .img img,
  .about_csr li .text {
    width: 100%;
  }
  .about_csr li .text .name {
    font-size: 18px;
    margin-top: 15px;
  }
  .about_csr li .text .zhiwei {
    font-size: 16px;
    margin: 8px 0;
  }
  .about_csr li .text .name:after {
    bottom: -5px;
  }
  .about_csr li .text .info {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
  .about_csr {
    padding: 30px 0;
  }
  .about_csr li {
    padding-bottom: 30px;
  }
  .about_csr li:after {
    display: none;
  }
  .qywh {
    padding: 30px 0 15px 0;
  }
  .qywh ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .qywh .us_tit,
  .about_honor .us_tit {
    margin-bottom: 20px;
  }
  .qywh ul li .text .tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .qywh ul li .text {
    padding: 15px;
  }
  .about_honor {
    padding: 30px 0 60px 0;
  }
  .about_honor .about_honor_ul li {
    padding: 0 8px;
  }
  .about_honor .about_honor_ul {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .about_honor .slick-arrow {
    width: 24px;
    height: 14px;
    bottom: -40px;
    top: auto;
  }
  .about_honor .slick-prev {
    left: 35%;
  }
  .about_honor .slick-next {
    right: 35%;
    left: auto;
  }
  .about_shij {
    padding: 30px 0;
  }
  .about_shij .thing_ul li .pic {
    width: 100%;
  }
  .about_shij .thing_ul {
    padding: 0;
    margin-top: 20px;
  }
  .about_shij .thing_ul li .text {
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    width: 100%;
  }
  .about_shij .year_ul {
    padding: 0%;
    margin-top: 20px;
  }
  .about_shij .year_ul li.slick-current {
    font-size: 20px;
    margin-top: -8px;
  }
}
