/*
 * @Description: 公共的样式写在这个文件中
 * @fileName: pulicStyle.css
 * @Author: longhaiyan
 * @Date: 2020-01-09 13:31:02
 */
.container {
  width: 1200px!important;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px auto;
  display: block;
}

.index_container {
  width:1440px;
  margin: 0px auto;
  box-sizing: border-box;
  display: block;
  padding: 0px;
}



h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
  /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -webkit-user-focus: none;
  -moz-user-focus: none;
  -moz-user-select: none; */
}
/* 分页 start */
.public_page {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.public_page a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  display: inline-block;
  margin: 0px 8px;
  background: #f0f8fe;
  box-sizing: border-box;
  font-size: 16px;
  color: #0390f4;
  vertical-align: middle;
}
.public_page a.page {
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #d5d5d5;
}

.public_page a .img2 {
  display: none;
}

.public_page a:hover {
  background-color: #0390f4;
  color: #ffffff;
}

.public_page a:hover .img1 {
  display: none;
}
.public_page a:hover .img2 {
  display: inline-block;
}

.public_page a.on {
  background-color: #0390f4;
  color: #ffffff;
}
/* 分页 end */

/* 头部 start */
header {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.header_logo {
  width: 23.61%;
  height: 100px;
  float: left;
}

.header_logo a {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 100px;
  display: block;
}

.header_logo a > img {
  width: 100%;
  height: auto;
}

.header_login {
  width: 120px;
  float: right;
  /* position: relative; */
  box-sizing: border-box;
  text-align: right;
}

header .index_container {
  position: relative;
}

header nav {
  width: 76.39%;
  float: left;
  text-align: center;
  /* overflow: hidden; */
}

.header_phone {
  width: 200px;
  float: right;
  text-align: right;
  font-size: 20px;
  color: #0390f4;
  display: block;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
}

.header_phone:hover {
  color: #0390f4;
}

.header_phone img {
  width: 22px;
  height: 24px;
  margin-right: 10px;
}

.header_list {
  width: 100%;
  text-align: right;
  float: left;
}

.header_list li {
  display: inline-block;
  line-height: 100px;
  height: 100px;
  margin: 0px;
  margin-left: 44px;
  width: auto;
}

@media (max-width:1200px) {
  .header_list li {
    margin-left: 30px;
  }
}

.header_list li a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #333;
  position: relative;
  width: 100%;
}

.header_list_en {
  color: #999;
}
.header_list li a:after {
  content: "";
  width: 32px;
  height: 3px;
  background: #0390f4;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.header_not_login {
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
  line-height: 100px;
  vertical-align: middle;
  font-size: 18px;
	color: #14bc52;
  cursor: pointer;
  display: block;
}

.header_not_login img {
  width: 23px;
	height: 25px;
  margin-right: 14px;
}

.header_login_info {
  width: 100%;
  height: 100%;
  /* position: relative; */
}

.header_user {
  width: 100%;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  margin-top: 39px;
	color: #14bc52;
  cursor: pointer;
  padding-bottom: 10px;
}

.header_user img{
  width: 10px;
	height: 6px;
  margin-left: 8px;
  /* transition: all 0.5s; */
}

.header_signout {
  position: absolute;
  background: #fff;
  height: 44px;
	box-shadow: 0px 10px 30px 0px 
		rgba(95, 98, 108, 0.1);
  width: 120px;
  vertical-align: middle;
  line-height: 44px;
  bottom: -10px;
  right: 0px;
  font-size: 16px;
	color: #666;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
  /* opacity: 0; */
  display: none;
}

.header_signout img {
  width: 16px;
	height: 18px;
  margin-right: 8px;
  /* float: left; */
}

.header_signout .img2 {
  display: none;
}

.header_signout span {
  /* float: left; */
}

.header_signout:hover .img1 {
  display: inline-block;
}

/* 头部 end */

/* banner start */
.public_banner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.public_banner img {
  width: 100%;
  height: auto;
}
/* banner end */

/* 面包屑 start */
.crumbs {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.crumbs .container > a,
.crumbs .container > span {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.crumbs .container > a img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -4px;
}
/* 面包屑 end */

/* 底部 start */
footer {
  background:#232522;
  padding: 40px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
.footer_links {
  overflow: hidden;
  margin-bottom: 38px;
}

.footer_links_logo,.footer_items_phones {
  max-width: 30.2%;
  float: left;
  text-align: left;
}

.footer_items_right, .footer_links_ul {
  width: 100%;
  /* float: none; */
  /*overflow: hidden;*/
}

.footer_links_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_links_logo {
  height: 60px;
  display: block;
}

.footer_links_logo img {
  height: 100%;
  width: auto;
}

.footer_links_ul li {
  /* display: inline-block; */
  float: left;
  font-size: 16px;
  /* line-height: 60px; */
  /* width: 20%; */
  width: auto;
  text-align: center;
}

.footer_logo_right {
  width: 24%;
  float: right;
  text-align: right;
  color: #bdbebd;
  font-size: 22px;
}

.footer_logo_right  img {
  height: 39px;
  margin-bottom: 24px;
}

.footer_links_ul li.left  {
  text-align: left;
}
.footer_links_ul li.right  {
  text-align: right;
}



.footer_links_ul li a{
  color: #fff;
}

.footer_links_ul li:hover {
  font-weight: bold;
}

.footer_items {
  /*overflow: hidden;*/
  padding-top: 50px;
  margin-bottom: 40px;
}

.footer_items_phones_tit {
  font-size: 20px;
	color: #1dca5d;
  margin-bottom: 24px;
}

.footer_items_phones>a {
  font-family: Bebas;
	font-size: 36px;
	color: #1dca5d;
}


.footer_items_right {
  /*overflow: hidden;*/
}

.footer_items_ul {
  width: 59%;
  float: left;
}

.footer_code_o {
  width: 10%;
  float: left;
  position: relative;
  top: -10px;
}

.footer_code_o img {
  width: 100%;
}

 .footer_copyright p {
   display:inline-block;
 }

.footer_code {
  max-width: 18%;
  text-align: center;
  float: right;
  font-size: 16px;
	color: #fff;
}

.footer_code img{
  width: 118px;
  margin-bottom: 8px;
  height: auto;
}

.footer_items_content {
  width: 100%;
  /* float: left; */
  font-size: 16px;
  display: block;
  margin-bottom: 18px;
	color: #fff;
  display: block;
  overflow: hidden;
}

.footer_items_ul {
  overflow: hidden;
}

.footer_items_ul li {
  width: 50%;
  /* margin-bottom: 30px; */
  overflow: hidden;
  float: left;
}

.footer_items_content  img {
  width: 16px;
	height: auto;
  margin-right: 18px;
  margin-top: 2px;
  float: left;
}

.footer_items_content  img.iocn_phone {
  width: 14px;
  margin-right: 20px;
  margin-top:-2px;
}

.footer_items_content  img.iocn_email {
  width: 18px;
  margin-right: 16px;
  margin-top:4px;
}

.footer_items_content span {
  width: 70%;
  float: left;
}

.footer_items_content span.footer_title {
  max-width: 20%;
  width: auto;
}

.footer_top {
  border-bottom: 1px solid #404040;
  margin-bottom: 0px;
}

.footer_copyright {
  width: 100%;
  background: #2a2c29;
  padding: 16px 0px;
  font-size: 16px;
}

.footer_copyright p , .footer_copyright a {
  color: #bdbebd;
}
.footer_copyright a:hover {
  color: #fff;
}
/* 底部 end */

/* 左侧 、右侧 start */
.public_left {
  width: 17.5%;
  float: left;
}

.public_right {
  width: 77.5%;
  float: right;
}
/* 左侧 、右侧 end */

/* 按钮 start */
.main_btn {
  padding: 12px 38px;
  font-size: 16px;
  color: #fff;
  background: #0390f4;
  border: 1px solid #0390f4;
}
/* 按钮 end */

/* 富文本 start */
.public_rich {
  width: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.public_rich img {
  width: 100%;
  height: auto;
}
/* 富文本 end */


/* 侧栏 start */
aside {
  position: fixed;
  bottom: 20%;
  right:10px;
  z-index: 99;

}
.aside_list li {
  width: 80px;
	height: 80px;
  background: #fff;
	border: solid 1px #eee;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.aside_list li>img {
  height: 28px;
  width: auto;
  /* position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; */
  margin: auto;
  /* display: block; */
}

.aside_list li .img2 {
  display: none;
}

.aside_list li > img {
  position: relative;
  margin-top: 14px;
  height: 28px;
  margin-bottom: 10px;
}

.aside_list li >p {
  font-size: 14px;
	color: #666;
}

.aside_list li >p.fff {
  color: #fff;
}

.aside_list li:hover >p {
  color: #0390f4;
}

.aside_list li.aside_online_msg {
  background: #0390f4;
  border: 1px solid #0390f4;
}

.aside_list li.aside_toTop {
  background: #f8f8f8;
}

.aside_phones {
  /* width: 220px; */
	height: 60px;
	line-height: 60px;
	background: #fff;
	box-shadow: 0px 10px 30px 0px 
		rgba(95, 98, 108, 0.1);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 100px;
  font-family: Bebas;
	font-size: 24px;
	color: #2eb86f;
  margin: auto;
  transition: all 0.5s;
  width: 0px;
}

.aside_phones  a{
  color: #0390f4;
  display: block;
  width: 100%;
  white-space:nowrap;
  overflow:hidden;
}

.aside_list li.aside_toTop>img  {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.aside_toTop {
  display: none;
}

.aside_phones_li:hover .aside_phones {
  width: 220px;
}

.aside_wx {
  /* width:150px; */
  height: 150px;
  padding: 10px 0px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
	box-shadow: 0px 10px 30px 0px 
		rgba(95, 98, 108, 0.1);
  position: absolute;
  top: -35px;
  right: 100px;
  width: 0px;
  overflow: hidden;
  transition: all 0.5s;
}

.aside_wx img {
  width: 130px;
  /* display: block; */
  height: 100%;
  max-width: 1000%;
}

.aside_wx_code:hover .aside_wx{
  width: 150px;
}
/* 侧栏 end */


/* 在线留言弹窗  start */
.layui-layer.public_online_pop .layui-layer-content {
  padding: 0px ;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: visible;
  font-size: 14px;
  overflow-x: visible;
  overflow-y: visible;
}
.layui-layer.public_online_pop {
  width: 560px  !important;
  left: 32% !important;
}

.pop_inners {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 80px 50px 44px;
  position: relative;
}

.pop_close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -68px;
  right: 0px;
  cursor: pointer;
}

.pop_tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}

.pop_tit:after {
  display: block;
  content: "";
  width: 4px;
  height: 24px;
  background: #0d75ce;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.online_pop_list li {
  overflow: hidden;
}

.online_pop_list li + li {
  margin-top: 24px;
}

.online_pop_list_tit  {
  width: 15.8%;
  float: left;
  font-size: 18px;
	color: #666;
  line-height: 44px;
}

.online_right_content {
  width: 84.2%;
  box-sizing: border-box;
  float: left;
}
input.online_right_content {
  height: 44px;
  background: #fafafa;
  padding: 0px 22px;
}
textarea.online_right_content {
  background: #fafafa;
  height: 120px;
  padding: 20px 22px;
}

.online_right_content .pop_inners_btn {
  width: 180px;
	height: 48px;
	background: #0d75ce;
  border: 1px solid #0d75ce;
  font-size: 18px;
	color: #fff;
}

/* 在线留言弹窗  end */


/* 轮播 start */
.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none !important;
}

.swiper-wrapper ,.swiper-container ,.swiper-slide{
  height: auto !important;
}
/* 轮播 end */


/* 视频在 ie8浏览器中的提示  start */

.product_videos_show_ie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #999;
  font-size: 16px;
}

.product_videos_show_ie p {
  width: 80%;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
/* 视频在 ie8浏览器中的提示  end */

@media (min-width: 1024px) {
  .corner_pop_top:hover {
    font-weight: bold;
  }
  .corner_form button:hover {
    background: #fff;
    color: #18b953;
  }
 
  .online_right_content .pop_inners_btn:hover {
    background: #ecf3f8 !important;
    color: #0d75ce;
  }
  .aside_list li:hover {
    background: #ecf3f8 !important;
    border: 1px solid #0390f4;
  }

  .aside_list li:hover .img1 {
    display: none;
  }

  .aside_list li:hover .img2 {
    display: block;
  }

  .aside_list li:hover p , .aside_list li:hover >p.fff {
    color: #0390f4;
  }

  .main_btn:hover {
    color: #0390f4;
    background: #fff;
  }

  .header_list li a:hover,
  .header_list li.on a , .header_list li.on .header_list_en,
  .header_list li:hover .header_list_en{
    color: #1072b4;
  }
  
  .header_signout:hover {
    color: #14bc52;
  }

  .header_signout:hover .img1 {
    display: none;
  }
  .header_signout:hover .img2 {
    display: inline-block;
  }

  .header_list li:hover a:after,
  .header_list li.on a:after {
    display: none;
  }

  .crumbs .container > a:hover {
    color: #0d75ce;
  }

  .footer_fast li a:hover {
    color: #fff;
    opacity: 1;
  }

  .footer_calls:hover {
    color: #fff;
  }
  .footer_copy a:hover {
    color: #fff;
  }
  a.footer_items_content:hover {
    color: #fff;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  body{
    /* padding-bottom: 40px; */
  }
  .aside_wx {
    height: 100px;
    padding: 5px 0px;
    top: -35px;
    right: 50px;
    width: 0px;
  }
  .aside_wx_code:hover .aside_wx {
    width: 100px;
  }
  .aside_wx img {
    width: 90px;
  }
  .aside_phones {
    height: 34px;
    line-height: 34px;
    right: 50px;
    font-size: 14px;
  }
  .aside_phones_li:hover .aside_phones {
    width: 128px;
  }
  .corner_pop {
    width: 100%;
    height: auto;
  }
  .corner_pop_top {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .corner_pop_top img {
    width: 14px;
    height: 8px;
    float: right;
    margin-top: 0px;
    transition: all 0.5s;
  }
  .corner_pop_top span {
    width: calc(100% - 14px);
    text-align: left;
  }
  .corner_inner {
    padding: 10px;
  }
  .corner_inner_phone {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .corner_form input {
    margin-bottom: 4px;
    padding: 0px 10px 0px 24px;
    font-size: 12px;
  }
  #cornerName {
    background: #fafafa url(../images/corner_icon1.png) 6px center no-repeat;
    background-size: 12px auto;
  }
  #cornerPhone {
    background: #fafafa url(../images/corner_icon2.png) 6px center no-repeat;
    background-size: 12px auto;
  }
  #cornerUnit {
    background: #fafafa url(../images/corner_icon3.png) 6px center no-repeat;
    background-size: 12px auto;
  }
  .corner_form textarea {
    padding: 8px 10px 0px 6px;
    font-size: 12px;
    height: 68px;
  }
  .corner_form button {
    height: 30px;
    font-size: 12px;
  }
  .corner_inner_tit {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .aside_list li {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
    border-radius: 50%;
    display: none;
  }
  .aside_list li.aside_online_msg > img {
    margin-top: 0px;
    height: 17px;
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
  }
  .aside_list li>img {
      height: 17px;
      width: auto;
  }
  .aside_list li.aside_mobile_toggle {
    display: block;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
  }
  html {
    font-size: calc(100vw / 7.5);
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    width: 100%!important;
    box-sizing: border-box;
    padding: 0px 4%;
  }
  body {
    padding-top: 40px;
  }
  .main_btn {
    padding: 6px 20px;
    font-size: 12px;
  }
  header {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0px ;
    /* overflow: hidden; */
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
  }
  .header_logo {
    width: 100%;
    height: 40px;
    float: none;
  }
  .header_logo a {
    line-height: 40px;
    width: auto;
    float: left;
  }

  .header_logo a > img {
    width: auto;
    height: 20px;
  }
  .header_toggle {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: right;
  }

  .header_toggle img {
    height: 18px;
  }

  header nav {
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0px;
    z-index: 999;
    display: none;
  }
  .header_list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    line-height: 40px;
    background: #fff;
  }
  .header_list li a {
    font-size: 14px;
    color: #333;
    position: relative;
    box-sizing: border-box;
    padding: 0px 4%;
  }

  .header_list li {
    border-top: 1px solid #f7f7f7;
  }

  .header_list {
    width: 100%;
    float: none;
    text-align: left;
  }
  .header_phone {
    width: 100%;
    float: none;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #fff;
    border-top: 1px solid #f7f7f7;
    text-align: center;
  }
  .header_phone img {
    width: 13px;
    height: auto;
    margin-right: 3px;
    margin-top: -4px;
  }
  .footer_box1,
  .footer_box2,
  .footer_box3 {
    width: 100%;
    margin-right: 0px;
  }
  footer {
    padding: 20px 4% 10px;
    background: #333;
  }
  .footer_box1 > a img {
    height: 28px;
  }
  .footer_box1 > a {
    display: block;
    margin-bottom: 16px;
  }
  .footer_copy {
    font-size: 12px;
    line-height: 22px;
  }
  .footer_line {
    margin-bottom: 14px;
  }

  .footer_box1 {
    margin-bottom: 20px;
  }
  .footer_title {
    font-size: 12px;
    /* margin-bottom: 14px; */
  }
  .footer_calls {
    font-size: 14px;
  }
  .footer_contact li img {
    width: 14px;
    margin-right: 6px;
    margin-top: 2px;
  }
  .footer_contact_text {
    width: 90%;
    font-size: 12px;
  }
  .footer_contact li {
    margin-bottom: 12px;
  }
  .footer_box2 {
    margin-bottom: 8px;
  }
  .footer_fast li a {
    font-size: 12px;
  }
  .footer_fast li {
    margin-bottom: 10px;
  }
  .header_list li.on a , .header_list li.on .header_list_en {
    color: #1072b4;
  }
  .index_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 4%;
  }
  .header_user {
    width: 100%;
    vertical-align: middle;
    font-size: 13px;
    line-height: 40px;
    margin-top: 0px;
    color: #14bc52;
    cursor: pointer;
    padding-bottom: 0px;
  }
  .header_login {
    width: 100%;
    float: right;
    /* position: relative; */
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f7f7f7;
  }
  .header_signout {
    position: relative;
    background: #fff;
    height: 44px;
    box-shadow: none;
    width: 100%;
    vertical-align: middle;
    line-height: 40px;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    /* opacity: 0; */
    display: block;
    border-top: 1px solid #f7f7f7;
  }
  .header_not_login {
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    color: #14bc52;
    cursor: pointer;
    display: block;
  }
  .header_not_login img {
    width: auto;
    height: 16px;
    margin-right: 6px;
  }
  .header_signout img {
    width: auto;
    height: 16px;
    margin-right: 4px;
  }
  .footer_links_logo {
    height: 28px;
    display: block;
    margin-bottom: 10px;
  }
  .footer_items_right, .footer_links_ul {
    width: 100%;
  }
  .footer_links_ul li + li , .footer_links_ul li{
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer_links_ul {
    display: block;
  }
  .footer_links_ul li {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 50%;
    box-sizing: border-box;
    text-align: left !important;
  }
  .footer_links {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .footer_links_logo, .footer_items_phones {
    max-width: 100%;
    overflow: hidden;
  }
  .footer_items_phones_tit {
    font-size: 16px;
    color: #1dca5d;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
    line-height: 30px;
  }
  .footer_items_phones>a {
    font-family: Bebas;
    font-size: 18px;
    color: #1dca5d;
    float: left;
    max-width: 100%;
    line-height: 30px;
  }
  .footer_links {
    margin-bottom: 0px;
  }
  .footer_items_phones {
    margin-bottom: 10px;
  }
  .footer_items_content {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .footer_items_ul li {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .footer_items_content img {
    width: 14px;
    height: auto;
    margin-right: 8px;
    margin-top: 0px;
    float: left;
  }
  .footer_items_ul {
    width: 100%;
    float: left;
  }
  .footer_code {
    max-width: 100%;
    text-align: left;
    float: right;
    font-size: 12px;
    color: #fff;
    width: 100%;
  }
  .footer_items_content img.iocn_phone {
    width: 12px;
    margin-right: 10px;
    margin-top: -2px;
  }
  .footer_items_content img.iocn_email {
    width: 14px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .footer_logo_right {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 12px;
  }

  .mobile_logo_right {
    border-bottom:1px solid #404040;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .footer_top {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .footer_logo_right img {
    height: 22px;
    margin-bottom: 12px;
  }
  .footer_code img {
    width: 30%;
    height: auto;
  }
  .footer_items {
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .footer_code_o {
    width: 32%;
    float: left;
    position: relative;
    top: 0px;
  }
  .footer_copyright p {
    display: block;
    text-align:center;
  }
  .footer_copyright {
    width: 100%;
    padding: 14px 0px;
    font-size: 12px;
  }
  footer {
    padding: 20px 0px 0px;
    background: #333;
  }
  footer .index_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 4%;
  }
  .public_banner img {
    width: 100%;
    height: auto;
    /* max-width: 1000%; */
    position: relative;
    /* top: 50%;
    left: 50%; */
    /* right: 0px; */
    /* margin: auto; */
    /* transform: translate(-50%,-50%); */
  }
  .public_banner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
  }
  
  .layui-layer.public_online_pop {
    width: 80% !important;
    left: 10% !important;
  }
  .pop_inners {
    padding: 20px;
  }
  .pop_tit:after {
    width: 3px;
    height: 16px;
  }
  .pop_tit {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
  .pop_content {
    font-size: 12px;
    width: 84%;
    line-height: 24px;
    margin: 0px auto 18px;
  }
  .online_pop_list li + li {
    margin-top: 10px;
  }
  .online_pop_list_tit {
    font-size: 12px;
    line-height: 32px;
  }
  input.online_right_content {
    height: 32px;
    padding: 0px 14px;
  }
  .pop_close {
    width: 26px;
    height: 26px;
    top: -36px;
  }
  textarea.online_right_content {
    background: #fafafa;
    height: 80px;
    padding: 10px 14px;
  }
  .online_right_content {
    font-size: 12px;
  }
  .online_right_content .pop_inners_btn {
    width: 100%;
    height: 32px;
    font-size: 12px;
  }
}

    /* 分页 start */

    .pages {
      text-align: center;
      margin-bottom: 60px;
  }
  
  /* 清除默认效果 */
  .pages a {
      text-decoration: none;
  }
  
  
  .pages a .change_page {
      width: 12px;
    height: 12px;
  }
  
  .pre_red, .next_red {
      display: none;
  }
  
  /* 静态样式 */
  .staticEffect a{
      color: #999999;
      border: 1px solid transparent;
      background: #fff;
  }
  
  /* 鼠标经过 */
  .hoverEffect a:hover{
      border: 1px solid transparent;
      background-color: #18b95342;
    color: #18b953;
  }
  
  /* 基础样式 */
  .pages a {
      font-size: 18px;
      display: inline-block;
      margin-right: 10px;
      width: 36px;
    height: 36px;
    background-color: #f5f5f5;
      text-align: center;
      vertical-align: middle;
      line-height: 34px;
  }
  
  .pages a.prev, .pages a.next {
      font-size: 18px;
  }
  
  /* 选中样式 */
  .pages a.on  {
      color: #fff;
      background: #18b953;
  }
  
  /* 分页 end */
  
  /* 分页响应式 start */
  @media screen and (max-width: 500px) {
    .my_container .pages a{
      font-size: 14px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-right: 5px;
    }
  }
  /* 分页响应式 end */