@charset "utf-8";
/*CSS Document*/

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-regular.eot);
  src: url(../fonts/montserrat-regular.eot) format('embedded-opentype'),
    url(../fonts/montserrat-regular.woff) format('woff'),
    url(../fonts/montserrat-regular.woff2) format('woff2'),
    url(../fonts/montserrat-regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat semibold';
  src: url(../fonts/montserrat-semibold.eot);
  src: url(../fonts/montserrat-semibold.eot) format('embedded-opentype'),
    url(../fonts/montserrat-semibold.woff) format('woff'),
    url(../fonts/montserrat-semibold.woff2) format('woff2'),
    url(../fonts/montserrat-semibold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat light';
  src: url(../fonts/montserrat-light.eot);
  src: url(../fonts/montserrat-light.eot) format('embedded-opentype'),
    url(../fonts/montserrat-light.woff) format('woff'),
    url(../fonts/montserrat-light.woff2) format('woff2'),
    url(../fonts/montserrat-light.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body {
  font-family: "Montserrat light", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0px;
  padding: 0px;
  color: #333;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

h4,
h5,
h6 {
  font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

em,
i {
  font-style: normal;
}

hr {
  color: #eee;
  background: #eee;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
  color: #000000;
  text-decoration: none !important;
}

p {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
}

input {
  outline: none;
  border: 0;
}

input:focus {
  outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

@media (max-width:992px) {
  .container {
    padding: 0 15px;
  }
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit !important;
  color: #666;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
}

/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.container-fluid,
.banner-container {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.container-fluid,
.banner-container a {
  margin: 0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
}

.container-fluid,
.banner-container picture {
  margin: 0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
}

.container-fluid,
.banner-container img {
  margin: 0 auto;
  width: 100%;
}

@media (max-width:780px) {
  .container-pad {
    padding: 50px 0;
  }
}

.content_box {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media (max-width:992px) {

  .container,
  .content_box {
    padding: 0 15px;
  }

}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.page{ overflow:hidden; display: block;}
.pagination {
  display: flex;
  overflow:hidden;
  padding-left: 0;
  margin: 20px auto;
  text-align: center;
  justify-content: center;
}
.pagination .rows{
	height:30px; line-height:30px;
	padding-left:15px;
} 
.pagination > li{ display:block; overflow: hidden; padding-left:5px; float: left;}   
.pagination > li > label {
  color:#000;
  display: block;
  overflow: hidden;
  float: left;
  padding: 8px 8px 8px 0px;
}
.pagination > li > a,
.pagination > li > span {
  display:block; 
  overflow: hidden; 
  color:#000;
  padding: 8px 12px;
  font-family:"宋体";
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius:2px;
  }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
  background-color: #f2f2f2;
  border:#ddd solid 1px;
}

.pagination > li.active span{
  color: #fff;
  background-color: #00a3ff;
  border: 1px solid #00a3ff;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #ddd;
  color: #888;
}

@media screen and (max-width: 991px) { 
  .pagination {
    margin: 0px auto 20px auto;
    float:none;
  }
  .pagination > li.total{ 
    display:block; 
    overflow: hidden;
    margin: 0px auto;
    padding: 10px;
    width: 100%;
  }   
}

@media screen and (max-width: 767px) { 
  .pagination > li{ 
    display:none; 
  }
  .pagination > li.total{ 
    display:block; 
  } 
  .pagination > li.active{ 
    display:inline;
  } 
  .pagination > li.first{ 
    display:inline;
  } 
  .pagination > li.last{ 
    display:inline;
  }   
  .pagination > li.prev{ 
    display:inline;
  } 
  .pagination > li.next{ 
    display:inline;
  } 
  .pagination > li.dots{ 
    display:inline;
  }  
}

@media screen and (max-width: 413px) { 
  .pagination > li.dots{ 
    display:none;
  }  
}


/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
  }
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
  display: block;
  /* width: 1.36rem; */
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: left;
  color: #323232;
  transition: 0.5s ease-in-out;
}

.more:hover {
  transition: 0.5s ease-in-out;
  color: #00a3ff;
}

.more img {

  margin: 0 0.06rem 0.04rem 0;

}

@media (max-width:1520px) {
  .more {
    /* width: 1.56rem; */
    height: 0.52rem;
    line-height: 0.52rem;
  }
}

@media (max-width:1280px) {
  .more {
    /* width: 1.76rem; */
    height: 0.62rem;
    line-height: 0.62rem;
  }
}

@media (max-width:992px) {
  .more {
    /* width: 2rem; */
    height: 0.6rem;
    line-height: 0.6rem;
  }
}

@media (max-width:767px) {
  .more {
    /* width: 1.4rem; */
    height: 0.42rem;
    line-height: 0.42rem;
    margin: .2rem auto 0;
  }
}

@media (max-width:620px) {
  .more {
    /* width: 1.76rem; */
    height: 0.7rem;
    line-height: 0.7rem;
    margin: .2rem auto 0;
  }
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
  float: right;
}

.fl {
  float: left;
}

/* ============================================================================================================================
													header-头部
===============================================================================================================================*/
.header_box,
.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}

.header_box .header .container {
  max-width: 100%;
  transition: all 1s;
  width: 96%;
}
.header_fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.header_box .header_fixed .container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.header_top {
  width: 100%;
  overflow: hidden;
  background-color: #00a3ff;
}

.header_top_container {
  max-width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}

.header_top_tleft {
  float: left;
  font-size: 0.12rem;
  line-height: 0.27rem;
  padding: 0.09rem;
}

.header_top_tright {
  float: right;
  font-size: 0.12rem;
  line-height: 0.27rem;
}

.header_top_tright ul li {
  float: right;
  margin: 0 8px;
  line-height: 0.27rem;
  padding: 0.09rem;
}

.header_top_tright ul li i {
  margin-right: 5px;
  color: white;
  vertical-align: middle;
}

@media (max-width:1235px) {
  .header_top {
    display: none !important
  }
}

@media (min-width:1235px) {

  .header_search .search {
    height: 1.28rem !important;
  }

  .header_search i {
    line-height: 1.28rem !important;
  }

}

.header .logo {
  float: left;
  height: 0.6rem;
  margin-top: 0.12rem;
}

.header .logo img {
  width: auto;
  height: 100%;
}

.header_tel{
  line-height: 0.8rem;
  display: block;
  background: #00a3ff;
  color: #fff;
}

.header_search,
.header_search span {
  line-height: 0.8rem;
  display: block;
  color: #333;
  cursor: pointer;
  font-size: 18px;
}

.header_search .search {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  height: 0.8rem;
  width: 100%;
  margin: 0 0.2rem;
}

.header_search .search ol {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

.header_search .search ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  height: 60px;
  width: 90%;
  max-width: 8rem;
  z-index: 2;
}

.header_search .search ul form {
  position: relative;
  height: 60px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #1e1e1e;
}

.header_search .search ul input {
  outline: none;
}

.header_search .search ul input[type="text"] {
  border: none;
  width: 100%;
  display: block;
  border: none;
  height: 60px;
  text-align: left;
  color: #666;
  font-size: 14px;
  background: none;
  line-height: 60px;
  padding: 0 85px 0 0.2rem;
  background: #fff;
}

.header_search .search ul input[type="text"]:focus {
  text-align: left;
}

.header_search .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  width: 85px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #1e1e1e;
  background: #ffffff;
  font-size: 24px;
}

.header_search i {
  position: relative;
  width: 0.32rem;
  height: 0.36rem;
  line-height: 0.8rem;
  cursor: pointer;
  font-size: 28px;
  color: #1e1e1e;
  z-index: 5;
  margin-right: 10%;
  margin-top: 0;
}

.header .lang_box {
  line-height: 0.8rem;
  display: block;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0.2rem;
  position: relative;
}

.header .lang_box i {
  line-height: 0.8rem;
  display: block;
  color: #1e1e1e;
  cursor: pointer;
  font-size: 24px;
}

.header .lang_box .lang {
  position: absolute;
  z-index: 999;
  top: 0.8rem;
  left: -0.7rem;
  display: none;
  height: 90px;
  width: 2rem;
  text-align: center;
  background-color: #f6f6f6;
  overflow: hidden;
}

.header .lang_box a,
.header .lang_box .lang i {
  float: left;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
  line-height: 45px;
}

.header .lang_box a {
  color: #222;
  border-bottom: 1px solid #ffffff;
}

.header .lang_box a:hover {
  color: #e43124;
}

.header .nav {
  line-height: 0.8rem;
  display: block;
  color: #333;
  font-size: 14px;
}

.header .nav li {
  position: relative;
  float: left;
  line-height: 0.5rem;
  padding: 0.15rem 0.15rem;
}

.header .nav .navlia{
  font-size: 18px;
  color: #000;
}

.header .nav .active .navlia,
.header .nav li:hover .navlia {
  color: #00a3ff;
}

.header .nav li .navsub {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0.6rem;
  width: 2.0rem;
  line-height: 0.5rem;
  text-align: left;
  background: #f6f6f6;
  border-top: 0.05rem solid #00a3ff;
}

@media (max-width:1516px) {

  .header .nav li .navsub {
    width: 2.6rem;
  }
  .header .nav li {
      position: relative;
      float: left;
      line-height: 0.3rem;
  }

}

@media (max-width:1206px) {

  .header .nav li .navsub {
    width: 3.4rem;
    min-width: 250px;
  }

}

@media (max-width:1024px) {

  .header .nav li {
      position: relative;
      float: left;
      line-height: 0.1rem;
  }

}


.nav .navsub li {
  width: 100%;
  font-size: 14px;
  padding: 0;
  border-bottom: 1px solid white;
}

.nav .navsub li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
  padding: 0 15px;
  line-height: 40px;
}

.nav .navsub li a:hover {
  color: #00a3ff;
  transition: all 0.5s ease-in-out;
}

.header .m_nav {
  display: block;
  position: fixed;
  z-index: 90;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0;
  transform: translateX(-100%);
  transition: 0.6s ease-in-out;
}

.header .navon {
  transform: translateX(0);
  transition: 0.6s ease-in-out;
}

.header .m_nav ul {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 120px;
}

.header .m_nav .mnavli {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.header .m_nav .mnavli .mnavlia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0 0.3rem;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 3;
  font-weight: normal;

}

.header .m_nav .mnavli i {
  position: absolute;
  right: 0.35rem;
  padding-left: 0.05rem;
  width: 0.34rem;
  height: 42px;
  top: 0;
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 42px;
}

.header .m_nav .on .mnavlia {
  color: white;
  background-color: #00a3ff;
}

.header .m_nav .on .son {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: white;
}

.header .m_nav .mnavli .m_navsub {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px 10px;
  display: none;
  background: #f5f5f5;
}

.header .m_nav .mnavli .m_navsub li {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 12px;
  color: #666;
  line-height: 3;
  border-bottom: 1px solid #eeeeee;
}

.header .m_nav .mnavli .m_navsub li:last-child {
  border: none;
}

.header .m_nav .mnavli .m_navsub li a {
  color: inherit;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header_box,
  .header {
    height: 60px;
  }

  .header .logo {
    height: 35px;
    margin-top: 13px;
  }

  .header .nav li {
    line-height: 40px;
    padding: 10px 0.25rem;
  }

  .header .lang_box,
  .header .lang_box i,
  .header_search,
  .header_search span,
  .header_search i,
  .header .nav {
    line-height: 60px;
  }

  .header .lang_box .lang {
    top: 60px;
  }

  .header_search .search {
    height: 60px;
  }
}

@media (max-width: 992px) {

  .header_box,
  .header {
    height: 50px;
  }

  .header {
    border-bottom: 1px solid #dcdcdc;
  }

  .header .logo {
    height: 30px;
    margin-top: 10px;
  }

  .header .lang_box i {
    padding: 0 10px;
    line-height: 50px;
  }

  .header .lang_box,
  .header .lang_box i,
  .header_search {
    line-height: 50px;
  }

  .header_search span {
    line-height: 50px;
    margin-right: -9px !important;
  }

  .header .lang_box .lang {
    top: 50px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
  }

  .header .lang_box {
    font-size: 12px;
    margin: 0 0.07rem;
  }

  .mnav_btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }

  .mnav_btn a {
    display: block;
    overflow: hidden;
  }

  .mnav_btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }

  .mnav_btn .line1 {
    margin-top: 16px;
  }

  .header .mnav_btn .on .line1 {
    transform: rotate(45deg);
  }

  .header .mnav_btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }

  .header .mnav_btn .on .line3 {
    transform: rotate(-45deg);
  }

  .header_search .search {
    height: 100%;
  }

  .header_search .search ol {
    padding: 0;
  }

  .header_search .search ul {
    margin: 0.5rem auto 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: initial;
  }

  .header_search .search ul form {
    margin: 0 auto;
    width: 90%;
  }

  .header_search .search .visible-sm {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }

  .header_search .search .visible-sm .key_box {
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 0 0 -5px;
  }

  .header_search .search .visible-sm .key_box li {
    display: inline;
  }

  .header_search .search .visible-sm .key_box li a {
    background-color: #f5f5f5;
    color: #666666;
    font-size: 12px;
    padding: 6px;
    margin: 5px;
  }

  .header_search .search .visible-sm h2 {
    font-size: 16px;
  }

  .header_search .search ul,
  .header_search .search ul form,
  .header_search .search ul input[type="text"],
  .header_search .search_btn {
    height: 48px;
    line-height: 48px;
  }

  .header_search .search ul input[type="text"] {
    padding-right: 55px;
  }

  .header_search .search_btn {
    width: 50px;
    font-size: 20px;
  }

  .header_search i {
    margin-right: 20px;
    width: 26px;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
  }
}

/*=================================
banner
==================================*/

.adv-container {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.adv-container img{
  width: 100%;
}
/*=================================
footer
==================================*/
.footer_box {
  position: relative;
  background-color: #00a3ff;
  overflow: hidden;
  padding: 0rem 0 0.2rem 0;
}

.footer_top {
  padding: 0.6rem 0 0.2rem 0;
  overflow: hidden;
}

.footer_box a,
.footer_box {
  color: white;
}

.footer_box a:hover {
  color: #fff;
}

/*---底部栏目--*/
.footer_top_left {
  float: left;
  overflow: hidden;
  width: 53%;
}

.footer_top_left ul {
  overflow: hidden;
}

.footer_top_left li {
  float: left;
  width: 32%;
  padding-right: 1%;
}

.footer_top_left li .lia {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: #fff;
}

.footer_top_left li ol {
  width: 100%;
  padding: 0;
}

.footer_top_left li ol a {
  /* float: left;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  display: block;
  /* width: 80%; */
}

.footer_top_right {
  width: 47%;
}

.footer_top_right ul {
  width: 45%;
  float: right;
  margin-top: 5%;
}

.footer_top_right .footer_top_title {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font-weight: 500;
}

.footer_top_right .footer_top_txt {
  width: 50%;
}

.footer_top_right .footer_top_txt p,
.footer_top_right .footer_top_txt a {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer_top_txt p a img {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -3px;
}

.footer_top_txt p img#skytpe {
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.footer_top_right ._tel {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.footer_top_right ._tel img {
  float: left;
  height: 37px;
  margin-right: 10px;
  margin-top: 12px;
}

.footer_top_right ._tel h2 span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.footer_top_right ._tel h2 p {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
}

.footer_top_right {
  float: right;
  overflow: hidden;
  font-size: 14px;
}

.footer_top_right ul li {
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
  padding: 5px;
}

.footer_top_right ul li img {
  width: 100%;
  background-color: #ffffff;
}

.footer_top_right ul li p {
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

/*---底部信息--*/
.footer_bottom {
  font-size: 14px;
  padding: 0.15rem 0;
  overflow: hidden;
}

/*---底部技术支持--*/
.footer_bottom .footer_icp {
  float: right;
  text-align: right;
  font-weight: 400;
}

.footer_icp a {
  margin-right: 0.1rem;
  color: #fff;
}

.footer_icp a:nth-child(3) {
  margin-right: 0;
}

.footer_bottom span {
  float: right;
  margin-right: 0.1rem;
}

.footer_bottom i {
  float: right;
  margin-right: 0.1rem;
}

/*---底部友情链接--*/
.footer_links {
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  justify-content: center;
}

.footer_links li {
  float: left;
  margin-right: 0.1rem;
  line-height: 1.5;
  font-weight: 400;
}

.footer_links li a img {

  width: 23px;

  height: 23px;

}

@media (max-width:1200px) {
  .footer_top_right {
    width: 100%;
  }

  .footer_top_right ul {
    margin-top: 3%;
  }

  .footer_top_right ul li {
    margin: 0 0 0 53%;
    width: 47%;
  }
}

@media (max-width:992px) {

  .footer_box .container {
    padding: 0 15px 30px;
  }

  .footer_top_right .footer_top_title {
    text-align: center;
  }

  .footer_top_right .footer_top_txt {
    width: 100%;
  }

  .footer_top_right .footer_top_txt p,
  .footer_top_right .footer_top_txt a {
    text-align: center;
  }

  .footer_top_right ul {
    margin: 0 auto;
    float: none;
  }

  .footer_top_right ul li {
    width: 48%;
    padding: 10px;
    margin: 0 auto
  }
  .footer_links{
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    float: none;
  }
}

/*==============================================================================================*/
/*手机底导航
	/*==============================================================================================*/
@media (max-width: 992px) {
  .footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8888;
    background-color: #00a3ff;
    height: 50px;
    display: block;
  }

  .footer-nav ul {
    position: relative;
    display: block;
  }

  .footer-nav ul li {
    float: left;
    width: 20%;
    height: 45px;
    text-align: center;
    overflow: hidden;
  }

  .footer-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer-nav ul li span {
    position: relative;
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 5px auto;
    overflow: hidden;
  }

  .footer-nav ul li:nth-child(3) span {
    position: absolute;
    top: -1.68em;
    width: 6.2em;
    height: 6.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer-nav ul li:nth-child(3) p {
    display: none;
  }

  .footer-nav ul li span img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: 100%;
  }

  .footer-nav ul li p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 11px;
  }

  .footer-nav ul li:nth-child(3) span img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .footer_top_txt a {
    font-size: 14px;
    text-align: center;
    font-weight: 400 !important;
    display: block;
  }

  .footer_bottom i {

    display: none;

  }

  .footer_bottom span {

    display: none;

  }

}

.footer-nav {
  display: none;
}

@media (max-width: 992px) {
  .footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8888;
    background-color: #2a326d;
    height: 50px;
    display: block;
  }

  .footer-nav ul {
    position: relative;
    display: block;
  }

  .footer-nav ul li {
    float: left;
    width: 20%;
    height: 45px;
    text-align: center;
    overflow: hidden;
  }

  .footer-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer-nav ul li span {
    position: relative;
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 5px auto;
    overflow: hidden;
  }

  .footer-nav ul li:nth-child(3) span {
    position: absolute;
    top: -0.29rem;
    width: 6.2em;
    height: 6.2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer-nav ul li:nth-child(3) p {
    display: none;
  }

  .footer-nav ul li span img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: 100%;
  }

  .footer-nav ul li p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 11px;
  }

  .footer-nav ul li:nth-child(3) span img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .footer_top_txt a {
    font-size: 14px;
    text-align: center;
    font-weight: 400 !important;
    display: block;
  }
}

/* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.crumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.crumb .container{
  box-sizing: border-box;
  padding: 25px 15px;
  background: #f5f5f5;
}
.crumb .crumb_box ol {
  margin-bottom: 0;
  padding: 0;
  float: left;
}

.crumb .crumb_box ol li {
  font-size: 14px;
  display: inline-block;
}

.crumb .crumb_box ol li a {
  color: #666;
}

.crumb .crumb_box .crumb_ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  float: right;
}

.crumb .crumb_box .crumb_ul li {
  margin-left: 0.111rem;
  font-size: 14px;
  color: #000;
}

.crumb .crumb_box .crumb_ul li.active a {
  color: #e43124;
}

.crumb .crumb_box .crumb_ul li a,
.crumb .crumb_box ol li a,
.crumb .crumb_box ol li a .iconfont {
  line-height: 24px;
}

.crumb .crumb_box .crumb_ul li .iconfont,
.crumb .crumb_box ol li a .iconfont {
  font-size: 14px;
  color: #999;
}

.crumb .crumb_box ol li a .iconfont {
  color: #333;
}

.crumb .crumb_box .crumb_ul li:last-child {
  display: none;
}

.J_show {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  display: none;
  margin-top: 0.1rem;
}

.J_show li a {
  padding: 10px 10px;
  color: #999999;
  display: block;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}

.J_show li:last-child a {
  border: none;
}

@media (max-width:992px) {
  .crumb .crumb_box .crumb_ul li:nth-of-type(n+2) {
    display: none;
  }

  .crumb .crumb_box .crumb_ul li:last-child {
    display: block !important;
  }

  .crumb .crumb_box .crumb_ul li.active a {
    color: #e43124;
    font-size: 14px;
  }
}

/* ============================================================================================================================
													index-首页
===============================================================================================================================*/

/*===标题公共样式===*/
.guide_title {
  text-align: center;
}

.guide_title h1 {
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  color: #222222;
  margin: 0 auto 10px;
}

.guide_title h1 b {
  color: #e95b26;
}

.guide_title p {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 25px;
  color: #a5a0a0;
}

@media (max-width: 768px) {
  .guide_title p {
    font-size: 14px;
  }
}



.guide_title {

  text-align: left;

}

.guide_title h2 {
  display: block;
  color: #222222;
  margin: 0 auto 10px;
  text-align: center;
}

.title {

  color: #333333;
  font-size: 36px;
  text-transform: capitalize;
  margin: 10px auto;
  /* line-height: 1.875rem;/*30px*/
  display: inline;
  font-family: 'Montserrat semibold';

}

.title_inline {
  width: 60px;
  background-color: #00a3ff;
  height: 2px;
  margin-top: .2rem;
  margin-left: auto;
  margin-right: auto;
}

.guide_title h2 p {
  font-size: 16px;
  font-weight: 400;
  color: #cdcdcd;
  margin-top: .2rem;
}

/* -------- server --------- */

.guide_server {
  padding: 0.64rem 0.15rem;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.guide_server .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.guide_server .guide_server_main {
  width: 100%;
  overflow: hidden;
  margin-top: .2rem;
}

.guide_server ul li {
  overflow: hidden;
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0.04rem;
}

.guide_server ul li a {
  display: block;
  padding: 0.35rem 0.25rem 0.25rem;
  color: #888;
  font-size: 12px;
  transition: 0.5s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
}

.guide_server ul li ._pic {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}

.guide_server ul li ._pic img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}

.guide_server ul li ._txt {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.guide_server ul li ._txt h3 {
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.guide_server ul li ._txt p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 20px;
  height: 44px;
}

.guide_server ul li ._txt ._btn {
  overflow: hidden;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  border-radius: 30px;
  color: #323232;
}

.guide_server ul li a .txt ._btn img {
  margin-top: -0.02rem;
}

.guide_server ul li a:hover ._txt ._btn img {
  background-color: #fff;
  border-radius: 20px;
}

.guide_server .guide_server_main .guide_server_prev,
.guide_server .guide_server_main .guide_server_next {
  position: absolute;
  width: 25px;
  height: 28px;
  top: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  cursor: pointer;
}

.guide_server .guide_server_main .guide_server_next {
  right: -.2rem;
  background: url(../images/pro-right1.png) no-repeat center;
  background-size: cover;
}

.guide_server .guide_server_main .guide_server_prev {
  left: -.2rem;
  background: url(../images/pro-left1.png) no-repeat center;
  background-size: cover;
}

@media (max-width:1328px) {

  .guide_server .guide_server_main .guide_server_next {
    right: 5px;
  }

  .guide_server .guide_server_main .guide_server_prev {
    left: 5px;
  }

}

@media screen and (max-width: 992px) {
  .guide_server {
    padding: 0.72rem 0;
  }
  .guide_server ul li {
    overflow: hidden;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0.04rem;
  }
  .guide_server .guide_server_main {
    margin-top: 0.44rem;
  }
}

/* -------- products --------- */
.guide_pro {
  padding-top: 0.64rem;

  padding-bottom: 80px;
  background-color: #ffffff;
}

.guide_pro .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.guide_pro .guide_pro_main {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.guide_pro ul li {
  overflow: hidden;
}

.guide_pro ul li a {
  display: block;
  padding: 0.35rem 0.25rem 0.25rem;
  color: #888;
  font-size: 14px;
  transition: 0.5s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
}

.guide_pro ul li ._pic {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}

.guide_pro ul li ._pic img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}

.guide_pro ul li ._txt {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.guide_pro ul li ._txt h3 {
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.guide_pro ul li ._txt p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 20px;
  height: 44px;
}

.guide_pro ul li ._txt ._btn {
  overflow: hidden;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background-color: #00a3ff;
  color: #fff;
}

.guide_pro ul li a ._txt div._btn>img {
  margin-bottom: 0.02rem !important;
}

.guide_pro .guide_pro_main .guide_pro_prev,
.guide_pro .guide_pro_main .guide_pro_next {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  cursor: pointer;
}

.guide_pro .guide_pro_main .guide_pro_next {
  right: -.2rem;
  background: url(../images/pro-right1.png?v=2) no-repeat center;
  background-size: cover;
}

.guide_pro .guide_pro_main .guide_pro_prev {
  left: -.2rem;
  background: url(../images/pro-left1.png?v=2) no-repeat center;
  background-size: cover;
}

@media (max-width:1328px) {

  .guide_pro .guide_pro_main .guide_pro_next {
    right: 5px;
  }

  .guide_pro .guide_pro_main .guide_pro_prev {
    left: 5px;
  }

}

@media screen and (max-width: 992px) {
  .guide_pro {
    padding: 0.72rem 0;
  }

  .guide_pro .guide_pro_main {
    margin-top: 0.44rem;
  }
}

/*======================================= about ========================================*/
.guide_about {
  padding: 0.64rem 0;
  background: url(../images/home_about.jpg) center no-repeat fixed;
  background-size: cover;


}

.guide_about .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

.guide_about_main {
  margin-top: 30px;
  overflow: hidden;
}

.guide_about .guide_about_left,
.guide_about .guide_about_right {
  overflow: hidden;
}

.guide_about .guide_about_left {
  padding-right: 0.5rem;
  padding-top: 0.32rem;
}

.guide_about .guide_about_left p {
  font-size: 16px;
  line-height: 2;
  max-height: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.guide_about .guide_about_right img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .guide_about {
    padding: 0.72rem 0;
  }

  .guide_about_main {
    margin-top: 0.24rem;
  }
  .guide_about .guide_about_left {
    padding-right: 0;
    padding-top: 0.32rem;
  }
}

/* ==============================================
	index_news
============================================== */
	.index_news{
		padding: 60px 0; 
		background-color: #f6f7f8;
	}

	.index_news ._title{
		overflow: hidden;
		text-align: center;
		margin:5px 0 20px 0;
	}

	.index_news ._title h2{
		font-size:36px;
    font-family: 'Montserrat semibold';
	}

	.index_news ._title p{
		color:#888;
		font-size:16px;
		padding: 0;
		margin: 0;
	}

	.index_news_tab{
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		gap: 15px;
		padding: 0 10px;
		margin-top: 45px;
	}
	.index_news_tab li{
		width: calc((100% - 30px) / 3);
		max-width: 300px;
	}
	.index_news_tab li a{
		width: 100%;
		line-height: 50px;
		font-size: 15px;
		border: 1px solid #00a3ff;
		display: block;
		text-align: center;
		color: #00a3ff;
		transition: all .5s ease;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
	}
	.index_news_tab li.on a{
		border-color: #00a3ff;
		background: #00a3ff;
		color: white;
	}
	.index_news_tab .index_news_more{
		width: calc((100% - 30px) / 3);
		max-width: 300px;
	}
	.index_news_tab .index_news_more a{
		width: 100%;
		line-height: 40px;
		font-size: 15px;
		border: 1px solid #00a3ff;
		display: block;
		text-align: center;
		color: white;
		background: #00a3ff;
	}

	.index_news_content{
		padding: 10px;
		display: none;
		flex-wrap: wrap;
	}
	.index_news_content.on{
		display: flex;
	}
	.index_news_left{
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.index_news_right{
		width: 100%;
	}
	.index_news_one:hover{
		background: #f7f7f7;
	}
	.index_news_one a{
		display: block;
		width: 100%;
	}
	.index_news_one a .pic{
		width: 100%;
		position: relative;
		padding-bottom: 46%;
	}
	.index_news_one a .pic img{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		object-fit: cover;
	}
	.index_news_one_main{
		padding: 2%;
		display: flex;
		background-color: #fff;
		margin-bottom: 2%;
	}
	.index_news_time{
		width: 140px;
	}
	.index_news_time_year{
		font-size: 28px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
	}
	.index_news_time_date{
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.index_news_font{
		width: calc(100% - 140px);
		padding-left: 15px;
	}
	.index_news_font_title{
		font-size: 18px;
		line-height: 24px;
    font-family: 'Montserrat semibold';
	}
	.index_news_font_subtitle{
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
    color: #888;
	}
	.index_news_item{
		width: 50%;
		margin-bottom: 0px;
    float: left;
	}
	.index_news_item:hover{
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.index_news_item:hover .index_news_time{
		background-color: #00a3ff;
		color: #fff;
	}
	.index_news_item a{
		display: flex;
    background: #fff;
    padding: 20px;
    margin: 10px;
	}
	.index_news_item .index_news_time{
		padding: 15px 0;
		color: #333;
		transition:all 0.2s;
    background-color: #f2f2f2;
	}
	.index_news_item .index_news_font{
		padding-top: 15px;
	}

	@media (max-width:1200px){
		.index_news_font_subtitle{
			margin-bottom: 0;
		}
		.index_news_item .index_news_font{
			border-left: 0;
		}
		.index_news_time{
			width: 100px;
		}
		.index_news_font{
			width: calc(100% - 100px);
			padding-left: 10px;
		}
	}

	@media (max-width:1080px){
		.index_news{
			padding: 40px 0;
		}
		.index_news_left{
			width: 100%;
			margin-right: 0;
		}
		.index_news_right{
			width: 100%;
		}

		.index_news_one_main{
			border-bottom: 1px solid #e8e8e8;
		}
		.index_news_item{
      width: 100%;
			border-bottom: 0px solid #e8e8e8;
		}
	}

	@media (max-width:768px){
		.index_news{
			padding: 30px 0;
		}
		.index_news_tab{
			gap: 10px;
			flex-wrap: wrap;
			width: 100%;
			margin-top:20px;
		}
		.index_news_more{
			display: none;
		}
		.index_news_tab li{
			width: calc(50% - 5px);
		}
		.index_news_tab li a {
			font-size: 14px;
		}
		.index_news_font_subtitle{
			margin-top: 5px;
		}
		.index_news_time_date{
			margin-top: 0;
		}
		.index_news_content{
			padding: 0;
		}
		.index_news_time{
			width: 80px;
		}
		.index_news_time_year{
			font-size:18px;
		}
		.index_news_item .index_news_time{
			padding:0;
		}
		.index_news_time{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
	}


/* ============================================================================================================================
													list
===============================================================================================================================*/

/*---------- list-pro -----------*/

.prolist {
  overflow: hidden;
  padding: 0.5rem 0;
  min-height: 3.5rem;
}

.prolist ul {
  overflow: hidden;
  width: 100.8%;
}

.prolist ul li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 10px;
}

.prolist ul li a {
  display: block;
  padding: 0.25rem;
  padding-top: 0.35rem;
  color: #888;
  font-size: 12px;
  transition: 0.5s ease-in-out;
  background: #FFFFFF;
  border: 1px solid #ddd;
}

.prolist ul li ._pic {
  width: 100%;
  height: 32em;
  position: relative;
  padding-top: 65%;
  background-color: #fff;
  overflow: hidden;
}

.prolist ul li ._pic img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}

.prolist ul li ._txt {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.prolist ul li ._txt h3 {
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.prolist ul li ._txt p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 20px;
  height: 46px;
}

.prolist ul li ._txt ._btn {
  overflow: hidden;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #00a3ff;
  color: #fff;
  border: 1px solid #00a3ff;
  border-radius: 4px;
}

@media (max-width:992px) {
  .prolist ul li {
    padding: 0 5px;
    width: 100%;
  }
}

/*---------- list-multi -----------*/

.mutlist {
  overflow: hidden;
  padding: 0.5rem 0;
  min-height: 3.5rem;
}

.mutlist ul {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mutlist ul li {
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 20px;
}

.mutlist ul li a {
  overflow: hidden;
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
}

.mutlist ul li ._pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.mutlist ul li ._pic img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.mutlist ul li ._txt {
  overflow: hidden;
  padding: 10px 0 0;
}

.mutlist ul li ._txt h3 {
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.mutlist ul li ._txt ._time {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 10px 0;
}

.mutlist ul li ._txt ._time em,
.mutlist ul li ._txt ._time i {
  color: #999;
  font-size: 12px;
  margin-right: 5px;
}

.mutlist ul li ._txt p {
  font-size: 14px;
  color: #868181;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 46px;
}

@media (max-width:992px) {
  .mutlist ul li ._txt ._time {
    flex-wrap: wrap;
  }

  .mutlist ul li {
    padding: 0 5px;
    width: 100%;
  }

  .mutlist ul li ._txt p {
    height: 20px;
  }
}

/*---------- list-article -----------*/

.artlist {
  overflow: hidden;
  padding: 0.5rem 0;
}

.artlist ul li {
  overflow: hidden;
  padding: 0 0 20px 0;
  background: #fff;
  margin-bottom: 0.3rem;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
}

.artlist ul li:last-child {
  margin-bottom: 0;
}

.artlist ul li a {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.artlist ul li ._pic {
  width: 20%;
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}

.artlist ul li ._pic img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.artlist ul li ._time {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}

.artlist ul li ._txt {
  overflow: hidden;
  width: 100%;
}

.artlist ul li ._txt h3 {
  overflow: hidden;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.artlist ul li ._txt p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
}

@media (max-width:992px) {
  .artlist ul li {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }

  .artlist ul li ._time {
    width: 100%;
  }

  .artlist ul li ._time b {
    line-height: 45px;
    font-size: 18px;
  }

  .artlist ul li ._txt {
    width: 100%;
  }

  .artlist ul li ._txt h3 {
    font-size: 16px;
    font-weight: normal;
  }
}


/* ============================================================================================================================
													detail-详情页
===============================================================================================================================*/

/*---------- detail-article -----------*/

.detail_article {
  overflow: hidden;
  padding: 0.5rem 0;
}

.detail_article .article_main {
  background: #fff;
  overflow: hidden;
  width: 75%;
  float: left;
}

.detail_article .article_main ._title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.detail_article .article_main ._title li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.detail_article .article_main ._title h2 {
  font-size: 24px;
  text-align: center;
  padding-top: 30px;
  color: #222;
}

.detail_article .article_main ._content {
  overflow: hidden;
  padding: 30px 0;
}

.detail_article ._return {
  width: 100%;
  overflow: hidden;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.detail_article ._return a {
  display: block;
  width: 90px;
  height: 40px;
  background: #e1e1e1;
  font-size: 16px;
  color: #222;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}

.detail_article ._recommend {
  overflow: hidden;
  width: 20%;
  float: right;
  margin-top: 30px;
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
}

.detail_article ._recommend h3 {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.detail_article ._recommend ul li a {
  display: block;
  color: #222;
  font-size: 14px;
  padding: 10px 0;
}

@media (max-width:992px) {
  .detail_article .article_main {
    width: 100%;
  }

  .detail_article .article_main ._title li {
    flex-wrap: wrap;
  }

  .detail_article .article_main ._title h2 {
    font-size: 18px;
  }

  .detail_article ._recommend {
    width: 100%;
    padding-top: 20px;
    margin-top: 30px;
    background-color: #f5f5f5;
  }

  .detail_article ._recommend ul li {
    /* list-style: inside; */
    padding: 0 20px;
  }

  .detail_article ._recommend h3 {
    text-align: center;
    font-size: 18px;
    margin: 0 20px 0;
  }
}

/*---------- detail-multi -----------*/

.detail_multi {
  overflow: hidden;
  padding: 0.5rem 0;
}

.detail_multi .multi_main {
  background: #fff;
  overflow: hidden;
}

.detail_multi .multi_main ._title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.detail_multi .multi_main ._title li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.detail_multi .multi_main ._title h2 {
  font-size: 24px;
  text-align: center;
  padding-top: 30px;
  color: #222;
}

.detail_multi .multi_main ._content {
  overflow: hidden;
  padding: 30px 0;
  text-align: justify;
}

.detail_multi ._return {
  width: 100%;
  overflow: hidden;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.detail_multi ._return a {
  display: block;
  width: 90px;
  height: 40px;
  background: #e1e1e1;
  font-size: 16px;
  color: #222;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}

@media (max-width:992px) {
  .detail_multi {
    padding: 0.11rem 0;
  }

  .detail_multi .multi_main {
    padding: 3% 15px;
  }

  .detail_multi .multi_main ._title li {
    flex-wrap: wrap;
  }

  .detail_multi .multi_main ._title h2 {
    font-weight: 500;
  }
}

/*---------- detail-product -----------*/

.product_detail {
  overflow: hidden;
  padding: 50px 0;
}

.content_box_left {
  max-width: 70%;
  float: left;
  margin-right: 3%;
}

.content_box_left a {
  font-size: 16px;
  float: left;
  line-height: 39px;
  background-color: #00a3ff;
  width: 8em;
  text-align: center;
  color: white;
  margin: 0.3rem 0;
}

.product_detail ._thumb {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product_detail ._thumb ._pic {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.product_detail ._thumb ._pic ._top {
  overflow: hidden;
  width: 44%;
  margin: 0 auto 10px;
}

.product_detail ._thumb ._pic ._top ul li {
  overflow: hidden;
  text-align: center;
}

.product_detail ._thumb ._pic ._top ul li img {
  width: 100%;
  margin: 0 auto;
}

.product_detail ._thumb ._pic ._bottom {
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}

.product_detail ._thumb ._pic ._bottom ul li {
  overflow: hidden;
  width: 25% !important;
  padding: 5px;
}

.product_detail ._thumb ._pic ._bottom ul li span {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  height: 6em;
  overflow: hidden;
}

.product_detail ._thumb ._pic ._bottom ul li img {
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product_detail ._thumb ._pic ._bottom .swiper-slide-thumb-active span {
  border: 2px solid #00a3ff;
}

.product_detail ._thumb ._pic .swiper-button-next,
.product_detail ._thumb ._pic .swiper-button-prev {
  top: auto;
  bottom: 6%;
}

.product_detail ._thumb ._pic .swiper-button-next {
  background: url(/themes/skin01/static/images/pro-right2.png) no-repeat;
  background-size: 44px 44px;
  width: 40px;
  height: 40px;
  top: auto;
}

.product_detail ._thumb ._pic .swiper-button-prev {
  background: url(/themes/skin01/static/images/pro-left2.png) no-repeat;
  background-size: 44px 44px;
  width: 40px;
  height: 40px;
  top: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 32px !important;
}

.product_detail ._thumb ._txt {
  overflow: hidden;
  width: 46%;
  position: relative;
  background-color: #fff;
  color: #222;
  padding: 2.5%;
  line-height: 2;
}

.product_detail ._thumb ._txt h2 {
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.product_detail ._thumb ._txt p {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.product_detail ._thumb ._txt ul {
  color: #999;
  line-height: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_detail ._thumb ._txt ul li {
  width: 50%;
}

.product_detail ._thumb ._txt ul li em {
  color: #222;
  font-weight: bold;
  font-size: 14px;
}

.product_detail ._thumb ._txt span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.product_detail ._thumb ._txt span a {
  display: block;
  font-weight: bold;
  color: #00a3ff;
  font-size: 24px;
}

.product_detail ._thumb ._txt ._btn {
  display: block;
  background: #00a3ff;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  width: 120px;
  padding: 10px 0;
  text-align: center;
  border-radius: 4px;
}

.product_detail ._title {
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  background: #ddd;
  font-size: 28px;
  text-align: center;
  line-height: 2;
  color: #333436;
  /* margin: 50px 0; */
}

.product_detail ._content {
  display: block;
  overflow: hidden;
  padding-bottom: 50px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px;
  width: 100%;
}

.product_detail ._content table {
  width: 100% !important;
}

.product_detail ._return {
  width: 100%;
  overflow: hidden;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.product_detail ._return a {
  display: block;
  width: 90px;
  height: 40px;
  background: #e1e1e1;
  font-size: 16px;
  color: #222;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}

.product_detail ._recommend {
  overflow: hidden;
  padding: 50px 0 0;
  margin-top: .5rem;
  background: #fbfbfb;
}

.product_detail ._recommend h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 17px;
}

.product_detail ._recommend ul {
  overflow: hidden;
}

.product_detail ._recommend ul li {
  width: 75%;
  padding: 1%;
  margin: .29rem auto;
  display: block;
}

.product_detail ._recommend ul li a {
  display: block;
}

.product_detail ._recommend ul li ._pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80%;
  border: 2px solid #e4e4e4;
}

.product_detail ._recommend ul li ._pic img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.product_detail ._recommend ul li ._txt h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}

.product_detail ._recommend ul li ._txt p {
  font-size: 14px;
  color: #999;
  height: 45px;
}

@media (max-width:992px) {
  .product_detail {
    overflow: hidden;
    padding: 30px 0;
  }

  .product_detail .content_box_left ._txt h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .product_detail .content_box_left ._txt h2 a {
    width: 3.4rem;
  }

  .product_detail ._thumb ._txt ul li {
    width: 100%;
  }

  .product_detail ._thumb {
    flex-wrap: wrap;
  }

  .product_detail ._thumb ._pic {
    width: 100%;
    margin-bottom: 2%;
  }

  .product_detail ._thumb ._pic .swiper-button-prev {
    left: 0;
    bottom: 1.7em;
  }

  .product_detail ._thumb ._pic .swiper-button-next {
    right: 0;
    bottom: 1.7em;
  }

  .product_detail ._thumb ._txt {
    width: 100%;
  }

  .product_detail ._title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 3;
  }

  .product_detail ._recommend ul li {
    width: 49%;
    padding: 10px;
  }

  .product_detail ._return {
    padding-top: 30px;
  }

  .product_detail ._recommend {
    padding: 30px 0 0;
  }

  .product_detail ._recommend h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .product_detail ._thumb ._pic ._bottom ul li span {
    height: 8em;
  }

  .sider-box {
    display: none;
  }

  .content_box_left {
    max-width: 100%;
  }

  .content_box_left a {
    width: 7em;
  }

  .product_detail ._thumb ._pic ._bottom .swiper-slide-thumb-active span {
    border: 2px solid #00a3ff !important;
  }

  .product_detail ._thumb ._pic .swiper-button-next {
    background: url(/themes/skin01/static/images/pro-right3.png) no-repeat;
    background-size: 44px 44px;
    width: 40px;
    height: 40px;
  }

  .product_detail ._thumb ._pic .swiper-button-prev {
    background: url(/themes/skin01/static/images/pro-left3.png) no-repeat;
    background-size: 44px 44px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width:768px) {
  .product_detail .content_box_left ._txt h2 a {
    width: 1.5rem;
  }
}

@media (min-width:646px) {
  .product_detail ._thumb ._pic ._bottom ul li span {
    height: 8em;
  }

  .product_detail ._thumb ._pic .swiper-button-next {
    bottom: 2.7em;
  }

  .product_detail ._thumb ._pic .swiper-button-prev {
    bottom: 2.7em
  }
}

@media (max-width:646px) {
  .product_detail ._thumb ._pic ._bottom ul li span {
    height: 8em !important;
  }

  .product_detail ._thumb ._pic .swiper-button-next,
  .product_detail ._thumb ._pic .swiper-button-prev {
    background-size: 35px;
    width: 33px;
  }

  .product_detail ._thumb ._pic .swiper-button-next,
  .product_detail ._thumb ._pic .swiper-button-prev {
    bottom: 2.4em
  }

  .product_detail ._thumb ._pic ._bottom ul li img {
    width: 80%;
  }
}

@media (max-width:554px) {
  .product_detail .content_box_left ._txt h2 a {
    display: none;
  }

  .content_box_left ._thumb a#in-btn {
    text-align: center;
    display: block;
    background-color: #00a3ff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 2.3rem;
    line-height: .8rem;
    border-radius: 6px;
    margin-top: .4rem;
  }

  .content_box_left ._thumb span a#tel-btn {
    line-height: 0.8rem;
  }

  .content_box_left ._thumb span {
    margin-top: .4rem;
  }
}

@media (min-width:554px) {
  .content_box_left ._thumb a#in-btn {
    display: none;
  }

  .product_detail ._thumb ._pic ._bottom ul li span {
    height: 7em !important;
  }

  .product_detail ._thumb ._pic .swiper-button-next,
  .product_detail ._thumb ._pic .swiper-button-prev {
    bottom: 2.2em;
  }
}

@media (max-width:420px) {
  .product_detail ._thumb ._txt {
    padding: 5%;
  }

  .product_detail ._thumb ._pic ._top {
    width: 49%;
  }

  .content_box_left ._thumb a#in-btn {
    width: 2.3rem;
  }

  .product_detail ._thumb ._pic ._bottom ul li span {
    height: 4.5em !important;
  }

  .product_detail ._thumb ._pic ._bottom ul li img {
    width: 90%;
  }

  .product_detail ._thumb ._pic .swiper-button-next,
  .product_detail ._thumb ._pic .swiper-button-prev {
    bottom: .8em;
  }
}