@charset "utf-8";
/*公用*/
html {
  font-size: 19px;
}
html,
body {
  font-family: "微软雅黑", Helvetica Neue, Tahoma, Arial;
  color: #212121;
  line-height: 1.6;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
label {
  font-weight: normal;
}
a {
  color: #212121;
  text-decoration: none;
}
a:hover {
  color: #212121;
  text-decoration: none;
}
.clearr {
  clear: both;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
.imgs {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.nt_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 3%;
  margin: 0px auto ;
}
.t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nt_pc {
  display: block;
}
.nt_m {
  display: none;
}
.gy_box {
  padding: 70px 0px 40px;
}
.head_top {
  height: 2.125rem;
  background: #282d34;
}
.head_top_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.125rem;
  width: 100%;
}
.head_top_bd {
  color: #fff;
  font-size: 0.875rem;
}
.head_top_bd a {
  color: #fff;
  font-size: 0.875rem;
}
.head_topl {
  flex: 1;
}
.head_logo {
  height: 6.875rem;
}
.head_logo_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.875rem;
  width: 100%;
}
.head_logol {
  flex: 1;
}
.head_logor span {
  color: #1ea4fe;
  font-weight: bold;
  font-size: 1.125rem;
}
.head_nav {
  height: 3.75rem;
  background: #f3f3f3;
  border-top: 1px #f1f1f1 solid;
}
.pc_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
}
.pc_headr_nav {
  position: relative;
}
.pc_headr_nav > a {
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0px 1.875rem;
}
.pc_headr_nav > a:hover {
  background: #1ea4fe;
  color: #fff;
}
.pc_headr_nav > a.active {
  background: #1ea4fe;
  color: #fff;
}
.pc_headr_ej {
  position: absolute;
  top: 3.75rem;
  left: 0px;
  z-index: 99;
  background: #fff;
  width: 100%;
  display: none;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.pc_headr_ej p {
  text-align: center;
  border-bottom: 1px #f1f1f1 solid;
}
.pc_headr_ej p a {
  padding: 10px 0px;
  display: block;
  font-size: 0.9375rem;
}
.pc_headr_ej p:hover {
  background: #1ea4fe;
  color: #fff;
}
.pc_headr_ej p:hover a {
  color: #fff;
}
.pc_headr_nav:hover .pc_headr_ej {
  display: block;
}
.swiper-container {
  max-width: 100%;
  max-height: 100%;
}
.ng_slide {
  font-size: 0.94736842rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.ng_slide {
  position: relative;
}
.ng_slide img {
  display: block;
  position: relative;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  width: 100%;
}
.ng_swipe .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}
.ng_swipe .swiper-pagination-bullet-active {
  background: #1ea4fe;
}
.ng_swipea .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
}
.ng_swipea .swiper-pagination-bullet-active {
  background: #1ea4fe;
}
.zw_ss {
  border-bottom: 1px #eee solid;
  height: 4.75rem;
}
.zw_ss_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.75rem;
  font-size: 14px;
}
.zw_ssl {
  flex: 1;
}
.zw_ssl a {
  color: #333;
  font-size: 14px;
}
#search {
  height: 2.1875rem;
  border: 1px #f1f1f1 solid;
  border-radius: 5px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
}
#search input {
  background: none;
  border: none;
  width: 80%;
  height: 100%;
  color: #999;
}
#search button {
  background: none;
  border: none;
  width: 20%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#search button i {
  font-size: 18px;
  color: #1ea4fe;
}
.index_gy {
  margin-bottom: 30px;
}
.index_gy h5 {
  font-size: 2.5rem;
  color: #646464;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 18px;
}
.index_gy h6 {
  width: 29px;
  height: 1px;
  background: #1ea4fe;
  margin: 0px auto;
}
.zw_cpzx_nav {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zw_cpzx_nav a {
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: 1px solid #f1efef;
  margin-right: 25px;
}
.zw_cpzx_nav a.active {
  background: #1ea4fe;
  color: #fff;
}
.zw_cpzx_nav a:hover {
  background: #1ea4fe;
  color: #fff;
}
.zw_cpzx_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.zw_cpzx_item {
  flex: 0 1 22%;
  margin: 0px 1.5% 25px;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.zw_cpzx_itemi {
  padding-top: 15px;
  overflow: hidden;
}
.zw_cpzx_itemi img {
  transition: all 0.5s ease-in-out;
}
.zw_cpzx_itemi:hover img {
  transform: scale(1.1);
}
.zw_cpzx_itemt {
  padding: 15px 20px;
}
.zw_cpzx_itemtp {
  margin-bottom: 8px;
  border-bottom: 1px #f1f1f1 solid;
  color: #333;
  font-size: 14px;
  padding-bottom: 8px;
  overflow: hidden;
  line-height: 2;
  text-align: center;
}
.zw_cpzx_itemtt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zw_cpzx_itemttt {
  flex: 0 1 50%;
  color: #999;
  font-size: 13px;
}
.zw_cpzx_itemttm {
  flex: 0 1 50%;
  text-align: right;
  color: #999;
  font-size: 13px;
}
.gy_more a {
  width: 7.5rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  display: block;
  text-align: center;
  background: #1ea4fe;
  color: #fff;
  border-radius: 5px;
  margin: 30px auto 0px;
  font-size: 14px;
}
.zw_cgal_nav {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zw_cgal_nav a {
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: 1px solid #f1efef;
  margin-right: 25px;
}
.zw_cgal_nav a.active {
  background: #1ea4fe;
  color: #fff;
}
.zw_cgal_nav a:hover {
  background: #1ea4fe;
  color: #fff;
}
.zw_cgal_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.zw_cgal_item {
  flex: 0 1 22%;
  margin: 0px 1.5% 25px;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.zw_cgal_itemi {
  overflow: hidden;
}
.zw_cgal_itemi img {
  transition: all 0.5s ease-in-out;
}
.zw_cgal_itemi:hover img {
  transform: scale(1.1);
}
.zw_cgal_itemt {
  padding: 15px 20px;
}
.zw_cgal_itemtp {
  margin-bottom: 8px;
  border-bottom: 1px #f1f1f1 solid;
  color: #333;
  font-size: 14px;
  padding-bottom: 8px;
  overflow: hidden;
  line-height: 2;
  text-align: center;
}
.zw_cgal_itemtt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zw_cgal_itemttt {
  flex: 0 1 50%;
  color: #999;
  font-size: 13px;
}
.zw_cgal_itemttm {
  flex: 0 1 50%;
  text-align: right;
  color: #999;
  font-size: 13px;
}
.zw_gywm {
  padding: 120px 0px 60px;
  background: url(../gywm.jpg) center center no-repeat;
  background-size: cover;
}
.zw_gywm_bd h5 {
  font-size: 2.5rem;
  color: #646464;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
}
.zw_gywm_bd h6 {
  width: 35px;
  height: 1px;
  background: #1ea4fe;
  margin-bottom: 40px;
}
.zw_gywm_bd {
  width: 500px;
  font-size: 14px;
  line-height: 1.8;
}
.zw_gywm_more a {
  width: 7.5rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  display: block;
  text-align: center;
  background: #1ea4fe;
  color: #fff;
  border-radius: 5px;
  margin-top: 45px;
  font-size: 14px;
}
.zw_cpys {
  background-color: #f4f5f6;
}
.zw_cpys_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zw_cpysl {
  flex: 0 1 580px;
  margin-right: 2.1875rem;
}
.zw_cpysr {
  flex: 1;
}
.zw_cpysr_item {
  margin-bottom: 15px;
  cursor: pointer;
}
.zw_cpysr_item h5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zw_cpysr_item h5 i {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 2px #1ea4fe solid;
  color: #1ea4fe;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin-right: 20px;
}
.zw_cpysr_item h6 {
  font-size: 14px;
  color: #999;
}
.zw_cpysr_item:hover h5 {
  color: #01BC66;
}
.zw_cpysr_item:hover h5 i {
  border: 2px #01BC66 solid;
  color: #01BC66;
}
#foot {
  border-top: 8px #1ea4fe solid;
}
.foota {
  background: #2E3033;
  padding-bottom: 48px;
}
.footb {
  background: #27292B;
  padding: 15px;
  font-size: 12px;
  color: #939393;
}
.footb a {
  font-size: 12px;
  color: #939393;
}
.foota_link {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #1a1d21;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.foota_link a {
  font-size: 14px;
  color: #939393;
  margin-right: 10px;
}
.foota_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #464a50;
  padding: 3rem 0px;
}
.foota_navl,
.foota_navm,
.foota_navr {
  height: 180px;
}
.foota_navl {
  flex: 0 1 560px;
  border-right: 1px solid #1a1d21;
}
.foota_navm {
  flex: 0 1 420px;
  border-left: 1px solid #464a50;
  border-right: 1px solid #464a50;
  padding-left: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.foota_navr {
  flex: 0 1 220px;
  border-left: 1px solid #1a1d21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foota_navr img {
  height: 130px;
}
.foota_navm h4 {
  font-size: 14px;
  color: #fff;
}
.foota_navm h2 {
  font-size: 36px;
  color: #1ea4fe;
  font-family: "Arial";
  line-height: 36px;
  padding-top: 4px;
  font-weight: bold;
  padding-bottom: 12px;
}
.foota_navm p {
  font-size: 14px;
  color: #939393;
  line-height: 1.8;
}
.foota_navl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.foota_navl_item {
  flex: 0 1 25%;
}
.foota_navl_item h5 {
  font-size: 16px;
  display: block;
  padding-bottom: 32px;
  color: #fff;
}
.foota_navl_item a {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
  color: #939393;
}
.web_top {
  background: #fff;
  padding: 25px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.web_box {
  background: #F7F7F7;
  padding: 2.8125rem 0px;
}
.web_top_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.web_topl {
  flex: 1;
}
.web_topr a {
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  transition: ease-in-out 0.2s;
  font-size: 14px;
  border-radius: 5px;
}
.web_topr a.active {
  background: #1ea4fe;
  color: #fff;
  border: 1px solid #1ea4fe;
}
.web_topr a:hover {
  background: #1ea4fe;
  color: #fff;
  border: 1px solid #1ea4fe;
}
.web_topl,
.web_topl a {
  font-size: 14px;
  color: #939393;
}
.show_page {
  background: #fff;
  padding: 1.5625rem;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.new_item {
  width: 100%;
  padding: 2.2%;
  background-color: #ffffff;
  margin-bottom: 18px;
  box-shadow: 0 1px 10px #eee;
  box-sizing: border-box;
}
.new_itemc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new_itemi {
  flex: 0 1 204px;
  margin-right: 1.875rem;
}
.new_itemi img {
  width: 204px;
  height: 130px;
}
.new_itemt {
  flex: 1;
}
.new_itemt h5 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.625rem;
  transition: all 0.4s ease-in;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new_item:hover .new_itemt h5 {
  padding-left: 0.9375rem;
}
.new_itemt p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_itemt h6 {
  font-size: 12px;
  color: #999;
  margin-top: 0.625rem;
}
.news_showt h1 {
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px #f1f1f1 dashed;
}
.news_showt p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.news_show {
  margin-top: 0.9375rem;
}
.news_sx {
  background: #fff;
  margin-top: 0.9375rem;
  padding: 0.9375rem;
}
.news_sxl,
.news_sxr {
  width: 50%;
  float: left;
}
.news_showt {
  margin-bottom: 1.25rem;
}
.news_showti img {
  max-width: 100%;
  display: block;
  padding: 2px;
  border: 1px #f1f1f1 solid;
  margin-left: auto;
  margin-right: auto;
}
.case_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.case_item {
  flex: 0 1 22%;
  margin: 0px 1.5% 25px;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.case_itemi {
  padding-top: 15px;
  overflow: hidden;
}
.case_itemi img {
  transition: all 0.5s ease-in-out;
}
.case_itemi:hover img {
  transform: scale(1.1);
}
.case_itemt {
  padding: 15px 20px;
}
.case_itemtp {
  margin-bottom: 8px;
  border-bottom: 1px #f1f1f1 solid;
  color: #333;
  font-size: 14px;
  padding-bottom: 8px;
  overflow: hidden;
  line-height: 2;
  text-align: center;
}
.case_itemtt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_itemttt {
  flex: 0 1 50%;
  color: #999;
  font-size: 13px;
}
.case_itemttm {
  flex: 0 1 50%;
  text-align: right;
  color: #999;
  font-size: 13px;
}
.jop_box_cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.jop_item {
  flex: 0 1 31.33%;
  margin: 0px 1% 15px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.jop_itemt h5 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #f1f1f1 dashed;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.jop_itemt p {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #f1f1f1 dashed;
}
.jop_itemt h6 {
  font-size: 12px;
  color: #939393;
}
.jop_item:hover .jop_itemt h5 {
  padding-left: 0.625rem;
}
.job_show_yq {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #f1f1f1 dashed;
}
.pro_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.pro_item {
  flex: 0 1 22%;
  margin: 0px 1.5% 25px;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.pro_itemi {
  padding-top: 15px;
  overflow: hidden;
}
.pro_itemi img {
  transition: all 0.5s ease-in-out;
}
.pro_itemi:hover img {
  transform: scale(1.1);
}
.pro_itemt {
  padding: 15px 20px;
}
.pro_itemtp {
  margin-bottom: 8px;
  border-bottom: 1px #f1f1f1 solid;
  color: #333;
  font-size: 14px;
  padding-bottom: 8px;
  overflow: hidden;
  line-height: 2;
  text-align: center;
}
.pro_itemtt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_itemttt {
  flex: 0 1 50%;
  color: #999;
  font-size: 13px;
}
.pro_itemttm {
  flex: 0 1 50%;
  text-align: right;
  color: #999;
  font-size: 13px;
}
.news_show img {
  max-width: 100%;
}
.prox {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.prox_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.prox_item {
  flex: 0 1 31.33%;
  margin: 0 1% 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.prox_item {
  position: relative;
  cursor: pointer;
}
.prox_itemi {
  overflow: hidden;
}
.prox_itemi img {
  transition: all 0.5s ease-in-out;
  display: block;
  max-width: 100%;
}
.prox_item:hover .prox_itemi img {
  transform: scale(1.1);
}
.prox_itemt {
  width: 100%;
  height: 100%;
}
.prox_itemt_dk {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.prox_item:hover .prox_itemt_dk {
  left: 0;
}
.prox_itemtt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.prox_item:hover .prox_itemtt {
  top: 0;
}
.prox_itemtt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.prox_itemtt a h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.prox_itemtt a h6 {
  font-size: 14px;
}
.ny_lxwm {
  background: #fff;
  padding: 1.5625rem;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.05);
}
.ny_lxwm_tit h5 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.ny_lxwm_tit p {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  padding-bottom: 46px;
  text-align: center;
}
.ny_lxwm_tit p span {
  color: #1ea4fe;
  font-weight: bold;
}
.ny_lxwm_formi {
  width: 32.33%;
  float: left;
  margin: 0px 1% 15px 0px;
  border: 1px #eee solid;
  border-radius: 3px;
  height: 42px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny_lxwm_formi input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #999;
}
.ny_lxwm_formt {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ny_lxwm_formt textarea {
  border: 1px #eee solid;
  padding: 15px;
  min-height: 150px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
}
.ny_lxwm_formbnt {
  text-align: center;
}
.ny_lxwm_formbnt input {
  width: 250px;
  border: none;
  background: #1ea4fe;
  color: #fff;
  font-size: 16px;
  text-align: center;
  outline: none;
  height: 42px;
  border-radius: 5px;
  margin: 25px auto 0px;
  cursor: pointer;
}
.ny_lxwm_yzm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 32.33%;
}
.ny_lxwm_yzm input {
  height: 42px;
  border: 1px #eee solid;
  border-radius: 4px;
  padding-left: 15px;
  flex: 0 1 55%;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 14px;
}
.ny_lxwm_yzm img {
  height: 42px;
}
.zw_xwzx_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.zw_xwzxl {
  flex: 0 1 49%;
  margin-right: 1%;
}
.zw_xwzxr {
  flex: 0 1 49%;
  margin-left: 1%;
}
.zw_xwzxl_bd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.zw_xwzxl_item {
  flex: 0 1 46%;
  margin: 0 2% ;
}
.zw_xwzxl_itemi {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.zw_xwzxl_itemi img {
  max-width: 100%;
}
.zw_xwzxl_itemt {
  font-size: 16px;
  color: #444;
  margin: 15px 0px;
  font-weight: bold;
}
.zw_xwzxl_itemp {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}
.zw_xwzxl_item_bt {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.zw_xwzxl_item_btt {
  flex: 0 1 50%;
  font-size: 14px;
  color: #999;
}
.zw_xwzxl_item_btm {
  flex: 0 1 50%;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.zw_xwzxr_item {
  margin-bottom: 15px;
}
.zw_xwzxr_item_bd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zw_xwzxrl {
  flex: 0 1 80px;
  height: 80px;
  margin-right: 10px;
  background: #1ea4fe;
  text-align: center;
}
.zw_xwzxrr {
  flex: 1;
}
.zw_xwzxrlt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.zw_xwzxrlp {
  font-size: 14px;
  color: #fff;
}
.zw_xwzxrrt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.zw_xwzxrrp {
  font-size: 14px;
  color: #999;
}
/********toolbar*********/
.toolbar {
  width: 52px;
  position: fixed;
  right: 1%;
  top: 50%;
  margin-top: -115px;
  z-index: 999;
}
.toolbar dd {
  width: 51px;
  height: 51px;
  margin-bottom: 1px;
  position: relative;
  margin-top: 4px;
  border: #ebebeb solid 1px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i {
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 8px 0 0 8px;
  background: url(../rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
  display: none;
}
.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 53px;
  top: -1px;
  right: -2px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #1ea4fe;
  display: none;
}
.toolbar .pop-code {
  width: 160px;
}
.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
  padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
  height: 52px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .pop-code h3 b {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.toolbar .qq span {
  background-position: -35px -47px;
}
.toolbar .qq a {
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background-color: #1ea4fe;
  border-radius: 100%;
}
.toolbar .qq:hover span {
  background-position: 0 -47px;
}
.toolbar .tel span {
  background-position: -35px 0;
}
.toolbar .tel:hover {
  background: #1ea4fe;
}
.toolbar .tel:hover span {
  background-position: 0 0;
}
.toolbar .code span {
  background-position: -35px -95px;
}
.toolbar .code:hover {
  background-color: #1ea4fe;
  border-radius: 100%;
}
.toolbar .code:hover span {
  background-position: 0 -95px;
}
.toolbar .top span {
  background-position: -35px -142px;
}
.toolbar .top:hover {
  background-color: #1ea4fe;
  border-radius: 100%;
}
.toolbar .top:hover span {
  background-position: 0 -142px;
}
.web_img_ym {
  background: #fff;
  padding: 15px;
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.web_img_ym li span {
  display: block;
  border: 1px #f1f1f1 solid;
  padding: 0.25rem 0.625rem;
  margin-right: 0.375rem;
  color: #6e6e6e;
}
.web_img_ym li span.current {
  background: #1ea4fe;
  color: #fff;
}
.web_img_ym li a {
  display: block;
  border: 1px #f1f1f1 solid;
  padding: 0.25rem 0.625rem;
  margin-right: 0.375rem;
  color: #6e6e6e;
}
.web_img_ym li.active a {
  background: #1ea4fe;
  color: #fff;
}
.web_img_ym li a:hover {
  background: #1ea4fe;
  color: #fff;
}
/* 统一滚动条样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  width: 20px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1ea4fe;
}
