/*大小*/
@keyframes arrowmove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(40%);
  }
}
@keyframes one_stop_pic {
  0% {
    transform: translateY(0%);
  }
  0%,
  30% {
    transform: translateY(-30%);
  }
  30%,
  60% {
    transform: translateY(0%);
  }
  60%,
  70% {
    transform: translateY(-15%);
  }
  70%,
  80% {
    transform: translateY(0%);
  }
  80%,
  90% {
    transform: translateY(-5%);
  }
  90%,
  100% {
    transform: translateY(0%);
  }
}
.common_header {
  background-color: #4f92e6;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.common_header .top {
  background-color: #fff;
}
.common_header .top .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
}
.common_header .top .logo {
  width: 477px;
  height: 71px;
}
.common_header .top .logo img {
  width: 100%;
  height: 100%;
}
.common_header .top .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.common_header .top .right .top_nav {
  display: flex;
  align-items: center;
}
.common_header .top .right .top_nav li {
  margin-right: 18px;
}
.common_header .top .right .top_nav li a {
  font-size: 14px;
  transition: all 0.3s;
  color: #666666;
}
.common_header .top .right .top_nav li a:hover {
  color: #4f92e6;
}
.common_header .top .right .top_nav li:last-child {
  margin-right: 0;
}
.common_header .top .right .tel {
  width: 215px;
  height: 28px;
  margin-left: 40px;
}
.common_header > .w {
  overflow-x: auto;
}
.common_header > .w::-webkit-scrollbar {
  display: none;
}
.common_header > .w .common_nav {
  white-space: nowrap;
  font-size: 0;
}
.common_header > .w .common_nav > li {
  display: inline-block;
  position: relative;
}
.common_header > .w .common_nav > li a {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  transition: all 0.3s;
}
.common_header > .w .common_nav > li a:hover {
  color: #4f92e6;
}
.common_header > .w .common_nav li:last-child::after {
  display: none;
}
.common_header > .w .common_nav .current > a {
  color: #4f92e6;
  position: relative;
}
.common_header > .w .common_nav .current > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 64px;
  height: 3px;
  background-color: #4f92e6;
  left: 50%;
  transform: translateX(-50%);
}
.common_header > .w .in_nav > li a {
  color: #fff;
}
.common_header > .w .in_nav > li a:hover {
  color: #fff;
  font-weight: 700;
}
.common_header > .w .in_nav > li::after {
  content: '';
  position: absolute;
  height: 14px;
  width: 2px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fp-tableCell {
  vertical-align: top;
}
.in_banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.nav_next {
  height: 60px;
  background-color: #4f92e6;
  display: none;
  position: absolute;
  width: 100%;
}
.nav_next ol {
  white-space: nowrap;
  font-size: 0;
  display: none;
  justify-content: center;
}
.nav_next ol li {
  display: inline-block;
  position: relative;
}
.nav_next ol li::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav_next ol li a {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  transition: all 0.3s;
  color: #fff;
}
.nav_next ol li a:hover {
  color: #e3ecf9;
}
.nav_next ol li:last-child::after {
  display: none;
}
.nav_next .flex {
  display: flex;
}
.common_footer {
  background-color: #333;
  margin-top: 70px;
}
.common_footer .footer_nav {
  height: 60px;
  background-color: #4f92e6;
  width: 100%;
}
.common_footer .footer_nav ul {
  justify-content: center;
  display: flex;
}
.common_footer .footer_nav ul li {
  display: inline-block;
  position: relative;
}
.common_footer .footer_nav ul li::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common_footer .footer_nav ul li a {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  transition: all 0.3s;
  color: #fff;
}
.common_footer .footer_nav ul li a:hover {
  color: #e3ecf9;
}
.common_footer .footer_nav ul li:last-child::after {
  display: none;
}
.common_footer .footer_link {
  border-bottom: 1px solid #5f5f5f;
  padding: 14px 0;
}
.common_footer .footer_link .w {
  padding-left: 74px;
  position: relative;
}
.common_footer .footer_link .w .name {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 14px;
  top: 16px;
}
.common_footer .footer_link .w ul li {
  float: left;
  margin: 12px 7px;
}
.common_footer .footer_link .w ul li a {
  display: block;
  height: 30px;
  padding: 0 14px;
  background-color: #4f4f4f;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  line-height: 30px;
  transition: all 0.3s;
}
.common_footer .footer_link .w ul li a:hover {
  color: #4f92e6;
  border-radius: 0;
}
.footer_bottom .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.footer_bottom .w span,
.footer_bottom .w a {
  font-size: 14px;
  color: #bcbcbc;
}
/*右侧通栏*/
.common_right {
  position: fixed;
  right: 10px;
  z-index: 9999999;
  top: 50%;
}
.common_right > ul > li {
  margin-top: 6px;
  z-index: 100;
}
.common_right > ul > li:hover > a {
  background-color: #11acdf;
  border-color: #11acdf;
  color: #fff;
}
.common_right > ul > li:hover > a i {
  color: #fff;
}
.common_right > ul > li:hover .big_box {
  opacity: 1;
  transform: translateX(0);
}
.common_right > ul > li > a {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #ececec;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.common_right > ul > li > a p {
  line-height: 24px;
  font-size: 14rem;
}
.common_right > ul > li > a i {
  color: #999999;
  font-size: 26px;
  transition: all 0.3s;
}
.common_right > ul > li > a .num {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #4f92e6;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.common_right > ul > li .big_box {
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  right: 50px;
  top: 8px;
  opacity: 0;
  transform: translateX(150%);
  padding-right: 24px;
}
.common_right > ul > li .big_box .common_right_common_con {
  width: 472px;
  box-sizing: border-box;
  border-top: 4px solid #4f92e6;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px;
}
.common_right > ul > li .big_box .common_right_common_con .title {
  position: relative;
  padding-left: 66px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.common_right > ul > li .big_box .common_right_common_con .title img {
  position: absolute;
  width: 48px;
  left: 0;
}
.common_right > ul > li .big_box .common_right_common_con .title i {
  position: absolute;
  width: 48px;
  left: 0;
  font-size: 42px;
  color: #999999;
  top: 40%;
  transform: translateY(-50%);
}
.common_right > ul > li .big_box .common_right_common_con .title h3 {
  font-size: 24px;
  color: #4f92e6;
  padding-bottom: 4px;
}
.common_right > ul > li .big_box .common_right_common_con .title p {
  font-size: 14px;
  color: #999999;
}
.common_right > ul > li .big_box .common_right_common_con > p {
  padding: 15px 0;
  font-size: 14px;
  color: #999999;
}
.common_right > ul > li .big_box .common_right_common_con ol li {
  height: 36px;
  line-height: 36px;
  width: 33.333%;
  float: left;
}
.common_right > ul > li .big_box .common_right_common_con ol li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s;
}
.common_right > ul > li .big_box .common_right_common_con ol li a:hover {
  color: #4f92e6;
}
.common_right > ul > li .big_box .common_right_common_con ol li a img {
  width: 33px;
  height: 30px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.common_right > ul > li .big_box .common_right_common_con ol li:nth-child(n+4) {
  margin-top: 4px;
}
.common_right > ul .common_right_service > a {
  background-color: #11acdf;
  border-color: #11acdf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_right > ul .common_right_service > a > img {
  width: 36px;
}
.common_right > ul .common_right_service > a > p {
  font-size: 14px;
  color: #fff;
  display: none;
  line-height: 24px;
}
.common_right > ul .common_right_hotline > a > p {
  color: #4f92e6;
  display: none;
}
.common_right > ul .common_right_hotline .big_box {
  top: 96px;
}
.common_right > ul .common_right_hotline .big_box .common_right_common_con {
  width: 288px;
  padding-bottom: 0;
}
.common_right > ul .common_right_hotline .big_box .common_right_common_con .title {
  border: 0;
}
.common_right > ul .code .big_box .common_right_common_con {
  border-top: 1px solid #ececec;
  width: 200px;
  text-align: center;
}
.common_right > ul .code .big_box .common_right_common_con img {
  width: 156px;
}
.common_right > ul .code .big_box .common_right_common_con p {
  color: #4f92e6;
  font-size: 16px;
}
.common_right > ul .return_top {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s;
}
.common_right > ul .return_top a {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.common_right > ul .return_top a i {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.common_h3 {
  background-color: #4f92e6;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 80px;
}
.common_h3 p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.common_h3 p span {
  font-size: 12px;
  color: #fff;
}
.common_title {
  background-color: #e3ecf9;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 27px;
  margin-bottom: 20px;
}
.common_title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4f92e6;
}
.dux-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dux-page a {
  font-size: 12px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ececec;
  margin: 0 4px;
  transition: all 0.3s;
}
.dux-page a:hover {
  background-color: #4f92e6;
  color: #fff;
}
.dux-page .active-page {
  background-color: #4f92e6;
  color: #fff;
}
.section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section_search .swiper-container {
  height: 100vh;
  width: 100%;
}
.section_search .swiper-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.section_search_conetnt {
  position: absolute;
  top: 26%;
  z-index: 999999;
  left: 30%;
  opacity: 0;
}
.section_search_conetnt h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #4f92e6;
}
.section_search_conetnt .content {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 47px 40px;
  margin-top: 37px;
}
.section_search_conetnt .content .section_search_nav {
  white-space: nowrap;
  font-size: 0;
}
.section_search_conetnt .content .section_search_nav li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  left: 40px;
  padding: 0 24px;
  border-radius: 50px;
  background-color: #89a0bd;
  color: #fff;
  margin-right: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.section_search_conetnt .content .section_search_nav li:last-child {
  margin-right: 0;
}
.section_search_conetnt .content .section_search_nav .current {
  background-color: #4f92e6;
  border: 1px solid #fff;
}
.section_search_conetnt .content .form {
  display: none;
}
.section_search_conetnt .content .form .layui-form {
  margin-top: 30px;
}
.section_search_conetnt .content .form .layui-form .layui-form-item {
  width: 350px;
  margin-bottom: 32px;
}
.section_search_conetnt .content .form .layui-form .layui-form-item .layui-form-label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.section_search_conetnt .content .form .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
  height: 48px;
}
.section_search_conetnt .content .form .layui-form .layui-form-item .layui-input-block input,
.section_search_conetnt .content .form .layui-form .layui-form-item .layui-input-block .layui-unselect,
.section_search_conetnt .content .form .layui-form .layui-form-item .layui-input-block .layui-select-title {
  height: 100%;
}
.section_search_conetnt .content .form .layui-form .top {
  display: flex;
  justify-content: space-between;
}
.section_search_conetnt .content .form .layui-form > .layui-form-item {
  width: 100%;
}
.section_search_conetnt .content .form .layui-form > .btn {
  margin-bottom: 0;
}
.section_search_conetnt .content .form .layui-form > .btn button {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background-color: #4f92e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_search_conetnt .content .form .layui-form > .btn button img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.section_search_conetnt .content .form:first-child {
  display: block;
}
#scroll {
  width: 36px;
  height: 66px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  cursor: pointer;
  animation: arrowmove 1.5s infinite;
  z-index: 99999;
}
.common_index_title {
  padding-top: 170px;
  text-align: center;
  padding-bottom: 40px;
}
.common_index_title h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.common_index_title h4 {
  font-size: 18px;
  color: #aaa;
}
.index_advantage ul {
  padding: 0 125px;
  width: 100%;
  transition: all 0.3s;
}
.index_advantage ul li {
  transition: all 0.8s;
  float: left;
  background-color: #4f92e6;
  padding-top: 67px;
  width: 316.6px;
  text-align: center;
  height: 256px;
}
.index_advantage ul li:hover img {
  animation: one_stop_pic 0.8s;
}
.index_advantage ul li img {
  width: 59px;
  height: 57px;
  margin-bottom: 6px;
}
.index_advantage ul li h6 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 3px;
}
.index_advantage ul li h6 span {
  color: #fff;
  font-size: 15px;
}
.index_advantage ul li p {
  color: #fff;
  font-size: 15px;
}
.index_measuring .w {
  padding: 46px 54px;
  background-color: #fff;
}
.index_measuring .w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.index_measuring .w .top .left {
  width: 910px;
  overflow: hidden;
}
.index_measuring .w .top .left .index_measuring_nav {
  white-space: nowrap;
  font-size: 0;
}
.index_measuring .w .top .left .index_measuring_nav li {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  background-color: #aaaaaa;
  font-size: 18px;
  color: #fff;
  margin-right: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.index_measuring .w .top .left .index_measuring_nav li:last-child {
  margin-right: 0;
}
.index_measuring .w .top .left .index_measuring_nav .current {
  background-color: #4f92e6;
}
.index_measuring .w .top > .more {
  color: #4f92e6;
  font-size: 16px;
}
.index_measuring_content .content {
  justify-content: space-between;
  display: none;
}
.index_measuring_content .content .left {
  transition: all 0.5s;
  width: 700px;
}
.index_measuring_content .content .left h5 {
  font-size: 20px;
  color: #4f92e6;
  font-weight: 700;
  margin-bottom: 20px;
}
.index_measuring_content .content .left .text {
  font-size: 14px;
  line-height: 26px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index_measuring_content .content .left .text * {
  font-size: 14px;
  line-height: 26px;
  max-width: 100%;
}
.index_measuring_content .content .left .more {
  color: #4f92e6;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.3s;
}
.index_measuring_content .content .left .more:hover {
  padding: 0 30px;
  background-color: #4f92e6;
  color: #fff;
  border-radius: 5px;
}
.index_measuring_content .content .left .pic {
  max-width: 100%;
  height: 214px;
  overflow: hidden;
  display: block;
}
.index_measuring_content .content .left .pic:hover img {
  transform: scale(1.05);
}
.index_measuring_content .content .left .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index_measuring_content .content .right {
  width: 356px;
  transition: all 0.3s;
}
.index_measuring_content .content .right ul {
  padding-top: 10px;
}
.index_measuring_content .content .right ul li {
  margin-top: 36px;
}
.index_measuring_content .content .right ul li a {
  display: block;
  padding-left: 22px;
  border-left: 1px solid #ececec;
}
.index_measuring_content .content .right ul li a:hover h5 {
  color: #4f92e6;
}
.index_measuring_content .content .right ul li a:hover h5 i {
  padding-right: 50px;
}
.index_measuring_content .content .right ul li a:hover p {
  color: #4f92e6;
}
.index_measuring_content .content .right ul li a h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.index_measuring_content .content .right ul li a h5 i {
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
  color: #4f92e6;
}
.index_measuring_content .content .right ul li a p {
  transition: all 0.3s;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_measuring_content .content .right ul li:first-child {
  margin-top: 0;
}
.index_measuring_content .flex {
  display: flex;
}
.index_download .w {
  background-color: #fff;
  padding: 20px 54px 50px 4px;
  display: flex;
  justify-content: space-between;
  width: 1150px;
}
.index_download .w .left {
  width: 640px;
}
.index_download .w .left li {
  border-top: 1px solid #ececec;
  transition: all 0.5s;
}
.index_download .w .left li a {
  padding-top: 30px;
  display: block;
  height: 142px;
  position: relative;
  padding-left: 125px;
}
.index_download .w .left li a:hover img {
  transform: translateY(-50%) scale(1.05);
}
.index_download .w .left li a:hover .text h5 {
  color: #4f92e6;
}
.index_download .w .left li a:hover .text p {
  color: #4f92e6;
}
.index_download .w .left li a img {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 94px;
}
.index_download .w .left li a .text h5 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.index_download .w .left li a .text p {
  transition: all 0.3s;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
}
.index_download .w .left li:last-child {
  border-bottom: 1px solid #ececec;
}
.index_download .w .right {
  width: 390px;
  overflow: hidden;
}
.index_download .w .right:hover p {
  font-weight: 700;
}
.index_download .w .right p {
  transition: all 0.3s;
  color: #4f92e6;
  font-size: 16px;
  text-align: right;
  margin-bottom: 17px;
}
.index_download .w .right img {
  transition: all 0.3s;
  width: 100%;
  height: 407px;
}
.index_certification_list {
  transition: all 0.5s;
}
.index_certification_list li {
  float: left;
  width: 480px;
}
.index_certification_list li a {
  display: block;
  width: 100%;
}
.index_certification_list li a:hover h5 {
  color: #4f92e6;
}
.index_certification_list li a:hover h5::after {
  width: 100%;
}
.index_certification_list li a .time {
  color: #999999;
  font-size: 12px;
  margin-bottom: 4px;
}
.index_certification_list li a h5 {
  font-size: 16px;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.index_certification_list li a h5::after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4f92e6;
  height: 1px;
  width: 24px;
}
.index_certification_list li a .con {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_certification_list li a .con * {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_certification_list li:nth-child(odd) {
  margin-right: 130px;
}
.index_certification_list li:nth-child(n+3) {
  margin-top: 30px;
}
.index_news .w {
  padding: 66px 54px 54px 54px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.index_news .w .left {
  width: 400px;
}
.index_news .w .left .swiper-container {
  margin-top: 40px;
  transition: all 0.5s;
}
.index_news .w .left .swiper-container a {
  display: block;
}
.index_news .w .left .swiper-container a img {
  width: 100%;
  height: 214px;
}
.index_news .w .left .swiper-container a h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 7px;
}
.index_news .w .left .swiper-container a .con {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news .w .left .swiper-container a .con * {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news .w .left .swiper-container a .time {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
}
.index_news .w .left .swiper-container .swiper-button-next,
.index_news .w .left .swiper-container .swiper-button-prev {
  margin: 0;
  width: 34px;
  height: 30px;
  top: 214px;
  transform: translateY(-100%);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.index_news .w .left .swiper-container .swiper-button-next {
  background-image: url(../img/next.jpg);
  right: 0;
}
.index_news .w .left .swiper-container .swiper-button-prev {
  right: 34px;
  left: auto;
  background-image: url(../img/prev.jpg);
}
.index_news .w .right {
  width: 550px;
}
.index_news .w .right ul {
  padding-top: 35px;
}
.index_news .w .right ul li {
  margin-bottom: 56px;
  transition: all 0.3s;
}
.index_news .w .right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .w .right ul li a:hover .con h5,
.index_news .w .right ul li a:hover .con p {
  color: #4f92e6;
}
.index_news .w .right ul li a .time {
  width: 60px;
  border-right: 1px solid #ececec;
}
.index_news .w .right ul li a .time .day {
  font-size: 36px;
  color: #4f92e6;
}
.index_news .w .right ul li a .time .month {
  text-align: center;
  font-size: 18px;
  color: #4f92e6;
}
.index_news .w .right ul li a .con {
  padding-left: 20px;
  width: 490px;
}
.index_news .w .right ul li a .con h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.index_news .w .right ul li a .con p {
  transition: all 0.3s;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
}
.index_news .w .right ul li:last-child {
  margin-bottom: 0;
}
.index_new_title {
  font-size: 20px;
  position: relative;
  display: block;
  padding-bottom: 20px;
  transition: all 0.3s;
}
.index_new_title:hover {
  color: #4f92e6;
}
.index_new_title:hover::after {
  width: 100%;
}
.index_new_title::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4f92e6;
  height: 2px;
  width: 36px;
}
.index_contact {
  transition: all 0.5s;
}
.index_contact .w {
  display: flex;
  justify-content: space-between;
}
.index_contact .w .left {
  width: 585px;
}
.index_contact .w .left .con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.index_contact .w .left .con * {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.index_contact .w .left #allmap {
  margin-top: 36px;
  width: 100%;
  height: 336px;
  font-size: 0;
}
.index_contact .w .left .BMap_bubble_title {
  font-size: 18px;
  color: #f08519;
  font-weight: 700;
  margin: 10px 0;
}
.index_contact .w .left .BMap_bubble_content {
  padding: 5px;
}
.index_contact .w .left .BMap_bubble_content p {
  font-size: 16px;
  line-height: 36px;
}
.index_contact .w .right {
  width: 560px;
}
.index_contact .w .right .layui-form-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 44px;
}
.index_contact .w .right .layui-form-item .layui-form-label {
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.index_contact .w .right .layui-form-item .layui-input-block {
  margin-left: 0;
  width: 448px;
  height: 100%;
}
.index_contact .w .right .layui-form-item .layui-input-block input {
  width: 100%;
  font-size: 14px;
  height: 100%;
}
.index_contact .w .right .layui-form-item .layui-input-block textarea {
  resize: none;
  font-size: 14px;
  height: 110px;
}
.index_contact .w .right .code .layui-input-block {
  width: 192px;
}
.index_contact .w .right .code img {
  width: 114px;
  height: 44px;
  cursor: pointer;
  margin-left: 18px;
}
.index_contact .w .right .btn .layui-input-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index_contact .w .right .btn .layui-input-block .layui-btn {
  width: 192px;
  height: 100%;
  line-height: 1;
  background-color: #4f92e6;
}
.index_contact .w .right .btn .layui-input-block .layui-btn-primary {
  background-color: #fff;
}
.index_contact .w .right .layui-form-text {
  height: 110px;
}
.common_content .w {
  display: flex;
  justify-content: space-between;
}
.common_content .w .common_left {
  width: 327px;
}
.common_content .w .common_left ul > li {
  position: relative;
}
.common_content .w .common_left ul > li > a {
  border-bottom: 1px solid #fff;
  background-color: #77acee;
  height: 55px;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.common_content .w .common_left ul > li > a:hover {
  background-color: #4f92e6;
}
.common_content .w .common_left ul > li > a p {
  color: #fff;
  font-size: 18px;
}
.common_content .w .common_left ul > li > img {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 21px;
  cursor: pointer;
  transition: all 0.3s;
}
.common_content .w .common_left ul > li > img:hover {
  transform: rotate(180deg);
}
.common_content .w .common_left ul > li ol {
  display: none;
}
.common_content .w .common_left ul > li ol li {
  background-color: #fff;
}
.common_content .w .common_left ul > li ol li a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  transition: all 0.3s;
}
.common_content .w .common_left ul > li ol li a:hover {
  padding: 0 20px 0 40px;
}
.common_content .w .common_left ul > li ol li a p {
  color: #4f92e6;
  font-size: 16px;
}
.common_content .w .common_left ul > li ol .current a {
  padding: 0 20px 0 40px;
}
.common_content .w .common_left .common_left_bottom {
  margin-top: 38px;
}
.common_content .w .common_left .common_left_bottom .content {
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  padding: 17px 25px;
  color: #4f92e6;
}
.common_content .w .common_left .common_left_bottom .content * {
  font-size: 14px;
  line-height: 30px;
  max-width: 100%;
  color: #4f92e6;
  vertical-align: middle;
}
.common_content .w .common_content_right {
  position: relative;
  width: 847px;
  padding: 0 42px 20px;
  background-color: #fff;
}
.common_content .w .common_content_right > .content {
  font-size: 16px;
  line-height: 36px;
}
.common_content .w .common_content_right > .content * {
  max-width: 100%;
  font-size: 16px;
  line-height: 36px;
}
.common_content .w .common_content_right .index_certification_list {
  width: 100%;
}
.common_content .w .common_content_right .index_certification_list li {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
}
.common_content .w .common_content_right .index_certification_list li:nth-child(n+3) {
  margin-top: 0;
}
.common_content .w .common_content_right > .download {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  padding: 0 16px;
  font-size: 14px;
  background-color: #4f92e6;
  color: #fff;
  transition: all 0.3s;
  margin-top: 30px;
}
.common_content .w .common_content_right > .download:hover {
  padding: 0 50px;
}
.common_add ul {
  padding: 25px 0 19px;
  border-bottom: 1px solid #ececec;
}
.common_add ul li {
  display: flex;
  align-items: center;
  float: left;
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
}
.common_add ul li::after {
  content: "/";
  margin: 0 12px;
  color: #999999;
  font-size: 14px;
}
.common_add ul li a {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.common_add ul li:last-child a {
  color: #4f92e6;
}
.common_add ul li:last-child::after {
  display: none;
}
