@charset "utf-8";

@font-face {font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}
.clear {
    clear: both;
}
/**
2.将下面代码引入css文件中
**/
@font-face {
  font-family: "sourcehansans"; /* 这个名字可以自己定义 */
  src: url("sourcehansans.eot"); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
  src: url("sourcehansans.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("sourcehansans.woff") format("woff"),
    /* Modern Browsers */ url("sourcehansans.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("sourcehansans.svg#YourWebFontName")
      format("svg"); /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}



.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.1px;*/
    -moz-osx-font-smoothing: grayscale;
    color: #5a6063;
    display: block;
}

img {
  max-width: 100% !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

body {
  font-family: "sourcehansans", "Montserrat";
  font-size: 14px;
  position: relative;
  background: #FFF;
  color: #5A6063;
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}

a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #555555;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  zoom: 1;
}

/* 触发 hasLayout */
img {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

/*去除按钮选中的高亮标签*/
textarea:focus {
  outline: none;
}

/*去除文本框选中的高亮标签*/
button:focus {
  outline: none;
}

/*去除按钮选中的高亮标签*/
select:focus {
  outline: none;
}

/*去除下拉框选中的高亮标签*/
img {
  vertical-align: middle;
}

div, p, table, td, ul, li, span, a, ol, input, label {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

input::-ms-input-placeholder {

  /* Internet Explorer 10+ */ color: #999999;
  font-size: 13px;
}

input::-webkit-input-placeholder {

  /* WebKit browsers */ color: #999999;
  font-size: 13px;
}

input::-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */  color: #999999;
  font-size: 13px;
}

input::-moz-placeholder {

  /* Mozilla Firefox 19+ */ color: #999999;
  font-size: 13px;
}

input::-moz-placeholder {

  /* Mozilla Firefox 19+ */ color: #999999;
  font-size: 13px;
}

textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "思源黑体", "Montserrat";
}

.search input::-ms-input-placeholder {

  /* Internet Explorer 10+ */ color: #89a4d5;
  font-size: 13px;
}

.search input::-webkit-input-placeholder {

  /* WebKit browsers */ color: #89a4d5;
  font-size: 13px;
}

.search input::-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */  color: #89a4d5;
  font-size: 13px;
}

.search input::-moz-placeholder {

  /* Mozilla Firefox 19+ */ color: #89a4d5;
  font-size: 13px;
}

.search input::-moz-placeholder {

  /* Mozilla Firefox 19+ */ color: #89a4d5;
  font-size: 13px;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.mo_down {
  height: 0px;
  overflow: hidden
}

.mo_down.on {
  height: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfloat {
  clear: both;
}

.mo_top {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
}

#mo_nav {
  display: none;
}

.ma-infinitypush-wrapper #mo_nav {
  display: block;
}

.noscroll {
  overflow: hidden;
}

.quan {
  width: 100%;
}

.mo_top {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
}

.mo_top .mot {
  width: 100%;
  padding: 0 2%;
  height: 50px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mo_top .mot .molo {
  float: left;
  display: inline-block;
  height: 30px;
  margin: 10px 0;
}

.mo_top .mot .molo img {
  height: 30px;
}

.mo_top .mot .mot_right {
  display: flex;
  align-items: center;
}

.mo_top .mot .mot_right dd {
  margin-right: 5px;
}

.mo_top .mot .mot_right dd a i {
  font-size: 26px;
  color: #004a91;
}

.mo_top .mot .mot_right dt {
  position: relative;
  width: 35px;
  height: 35px;
}

.mo_top .mot .mot_right dt .cd-nav-trigger {
  top: 0;
  right: 0;
}

.pc_all .pc_all_content {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  transition: all 0.3s ease;
  z-index: 99;
  max-width: 1920px;
  margin: 0 auto;
}

.header.on .header_top {
  background: #fff;
}

.header.on {
  position: fixed;
}

.header .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  height: 100px;
  z-index: 99;
}

.header .header_top .header_top_left {
  display: flex;
  align-items: center;
}

.header .header_top .header_top_left .top_nav_left {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.header.on .header_top .header_top_left .top_nav_left .nav_left_list {
  /*opacity: 0;*/
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list {
  transition: all 0.3s ease;
  background: url(../images/xian.png) no-repeat right center;
  padding: 0px 20px;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list:last-child {
  margin-right: 0px;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_title {
  font-size: 15px;
  color: #726F71;
  height: 100px;
  display: flex;
  align-items: center;
  border-top:1px solid #f5f5f5;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100px;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  display: none;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con{
  width: 1400px;
  margin:0 auto;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con ul li:hover{
border-bottom:1px solid rgba(6, 121, 213, 1);
}


.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con ul li:hover h3{
color: rgba(6, 121, 213, 1);
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con ul{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 50px;
  justify-content: flex-start;
  /* column-gap: 40px; */
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con ul li{
  width: calc((100% - 80px) / 3);
  border-bottom: 1px solid #E5E5E5;
  padding: 25px 40px;
  text-align: left;

}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con ul li h3
{
  color:#333;
  font-size: 16px;
  font-weight: 600;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down .left_list_simple{
  display: flex;
  /*justify-content: flex-start;*/
  justify-content: center;
  /* column-gap: 30px; */
  width: 1000px;
  margin:0 auto;
  padding:20px 0;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list:nth-child(4) .left_list_down .left_list_simple{
  justify-content: flex-start;
}


.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down .left_list_simple>a{
color: rgba(114, 111, 113, 0.7);padding:0px 30px;


}
.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down .left_list_simple span
{
  background: url(../images/xian.png) no-repeat right center;
  width:1px;height: 11px;display: block;
}
.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down  .left_list_con ul li p
{
  color: rgba(114, 111, 113, 0.7);

  
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  margin-top: 10px;
}

.header .header_top .header_top_left .top_nav_left .nav_left_list:nth-child(3) .left_list_down {
  width: 100%;
}

 

.header .header_top .header_top_left .top_nav_left .nav_left_list .left_list_down a:hover {
  color: #0679D5;
 
}

.header .header_top .header_top_left .top_nav_left .nav_left_list:hover .left_list_title{
  color:#0679D5;
}


.header .header_top .header_top_left .top_nav_left .nav_left_list:hover .left_list_down {
  display: block;
  z-index: 9;
  border-top: 1px solid #e9e9e9;
  background: #fff;
  width: 100%;
}

.header .header_top .header_top_nav .top_nav_right {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: rgba(114, 111, 113, 1);
  /* column-gap: 20px; */
}

.header .header_top .header_top_nav .top_nav_right>div{
  padding:0px 20px;
}

.header .header_top .header_top_nav .nav_right_tel img {
  padding-right: 10px;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_search {
  display: flex;
  align-items: center;
  margin-right: 28px;
  cursor: pointer;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language {
  margin-right: 28px;
  cursor: pointer;
  position: relative;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language a {
  font-size: 16px;
  color: #fff;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language a:last-child {
  margin-left: 5px;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language .language_down {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 10px;
  background: #262931;
  display: none;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language:hover .language_down {
  display: flex;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language .language_down a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2.5em;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language .language_down a:hover {
  opacity: 0.8;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_language .language_down:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #262931;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_menu {
  cursor: pointer;
  width: 70px;
  height: 20px;
  position: relative;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_menu span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: block;
  height: 20px;
  line-height: 20px;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_menu span img {
  position: absolute;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
}

.header .header_top .header_top_nav .top_nav_right .nav_right_menu span img:last-child {
  opacity: 0;
}

.header.on .header_top .header_top_nav .top_nav_right .nav_right_menu span img {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
}

.header.on .header_top .header_top_nav .top_nav_right .nav_right_menu span img:last-child {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
}

.MenuDown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  top: 85px;
  background: #fff;
  z-index: 50;
  height: calc(100% - 85px);
  padding: 0px 14%;
  padding-top: 80px;
  display: none;
}

.MenuDown .MenuDown_title {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(181, 181, 181, .5);
  margin-bottom: 45px;
}

.MenuDown .MenuDown_title a {
  font-size: 24px;
  color: #222;
}

.MenuDown .MenuDown_content {
  display: flex;
  justify-content: space-between;
}

.MenuDown .MenuDown_content .MenuDown_content_list .content_list_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.MenuDown .MenuDown_content .MenuDown_content_list .content_list_title a {
  font-size: 22px;
  color: #222;
}

.MenuDown .MenuDown_content .MenuDown_content_list .content_list_txt p {
  margin-bottom: 16px;
}

.MenuDown .MenuDown_content .MenuDown_content_list .content_list_txt p a {
  font-size: 16px;
  color: #222;
}

.MenuDown .MenuDown_content .MenuDown_content_list .content_list_txt p a:hover {
  color: #0679D5;
}

.search_content_bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 274px;
  height: 30px;
  font-size: 14px;
  color: rgba(114, 111, 113, 1);
  border: 1px solid #8A8A8A;
  border-radius: 20px;
}

.search_content_bottom input[type="search"] {
  /* padding: 0px 10px; */
 
  width:100%;
}

.search_content_bottom input[type="submit"] {
  width: 20px;
  background: url(../images/bn1.png) no-repeat;
  height: 20px;
  cursor: pointer;
}


.search-page {
  padding: 60px 0;
  text-align: center;
}

.portlet-body,.fc-msg-info,.fc-msg-url{
  padding:20px 0;
}

.fc-msg-url a{
  color:#0679D5;
}
.search-page .caption{font-size: 20px;}

@media screen and (max-width:1510px) {
  .header .header_top .header_top_left .top_nav_left .nav_left_list {
    margin-right: 0px;
    padding: 0px 10px;
  }

  .mapBox {
    width: 76%;
  }

}

@media screen and (max-width:1400px) {
  .pc_all .pc_all_content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .header .header_top .header_top_left .top_nav_left .nav_left_list {
    margin-right: 10px;
  }

  .DetailsBanenr .DetailsBanenr_txt {
    width: 1200px;
  }

  .header .header_top .header_top_nav .top_nav_right {
    margin-left: 20px;
    padding-left: 20px;
  }

}

@media screen and (max-width:1200px) {
  .pc_all .pc_all_content, .industry {
    width: 94% !important;
    margin: 0 auto;
    overflow: hidden;
  }

  .header .header_top .header_top_left .top_nav_left {
  }

  .header .header_top .header_top_left .top_nav_left .

  .DetailsBanenr .DetailsBanenr_txt {
    width: 94%;
    height: 100%;
    top: 0px;
  }

  .header {
    display: none;
  }

  .mo_footer {
    display: block;
  }

  .mo_top {
    display: block;
  }

  .mo_height {
    height: 50px;
  }

  .slick-dots li {
    width: 10px !important;
    height: 1px !important;
    margin: 0px 4px !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .hight, .pc_top_company, .banner .banner_txt, .buildnum {
    display: none;
  }

  input::-ms-input-placeholder {

    /* Internet Explorer 10+ */ color: #999999;
    font-size: 13px !important;
  }

  input::-webkit-input-placeholder {

    /* WebKit browsers */ color: #999999;
    font-size: 13px !important;
  }

  input::-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */  color: #999999;
    font-size: 13px !important;
  }

  input::-moz-placeholder {

    /* Mozilla Firefox 19+ */ color: #999999;
    font-size: 13px !important;
  }

  input::-moz-placeholder {

    /* Mozilla Firefox 19+ */ color: #999999;
    font-size: 13px !important;
  }

  textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 13px !important;
  }

  .pc_show {
    display: none;
  }

  .mo_show {
    display: block;
  }

  .banner .banner_list .banner_list_img img {
    height: auto;
  }

}

@media screen and (max-width:950px) {
  .pc_index .pc_header {
    position: fixed;
    padding: 0px;
  }

  .AboutBanner {
    margin-top: 50px;
  }

  .pc_index .banner {
    margin-top: 51px;
  }

  .pc_header .pc_header_content .header_content_logo {
    line-height: 50px;
  }

  .DetailsNav .pc_all_content {
    height: auto;
  }

  .DetailsNav .DetailsNav_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
  }

  .DetailsNav .DetailsNav_left a {
    display: inline-block;
    width: 48%;
    margin-right: 0px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .DetailsNav .DetailsNav_right {
    display: none;
  }

  .DetailsNav .DetailsNav_left a:before {
    display: none;
  }

  .DetailsNav .DetailsNav_left a.on {
    background: #fff200;
    color: #333333;
    border: 1px solid #fff200;
  }



}


 

 
/*footer*/
.footer-wrap {
  background-color: rgba(0, 66, 120, 1);
}

.footer-wrap .footer-content {
  position: relative;
  padding-top: 48px;
}

.footer-wrap .footer-content .footer-info {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.footer-wrap .footer-content .footer-logo {
  margin-bottom: 30px;
}

.footer-wrap .footer-content .base-info {
  width: 26%;
}

.footer-wrap .footer-content .base-info a {
  display: block
}

.footer-wrap .footer-content .base-info a  img{
  width:100px;
}

.footer-wrap .footer-content .base-info span {
  display: block
}

.footer-wrap .footer-content .base-info .address {
  font-size: 14px;
  color: #fff;
  padding-left: 27px;
  background: url(../images/address.png) no-repeat left center;
  height: 24px;
  line-height: 24px;
  letter-spacing: 1px
}

.footer-wrap .footer-content .base-info .tel-txt1 {
  font-size: 14px;
  color: #fff;
  padding-left: 27px;
  background: url(../images/tel.png) no-repeat left center;
  margin-bottom: 10px;height: 24px;
}

.content-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-wrap .footer-content .base-info .tel-txt2 {
  font-size: 30px;
  padding-left: 23px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
  color: rgba(255, 192, 22, 1);
}

.footer-wrap .footer-content .link-wrap {
  width: 61%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-around;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 230px;
}

.footer-wrap .footer-content .link-wrap .link-info {
}

.footer-wrap .footer-content .link-wrap .link-info .link-title {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 20px
}

.footer-wrap .footer-content .link-wrap .link-info a {
  display: block;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  margin-bottom: 10px
}

.footer-wrap .footer-content .code-wrap {
  display: flex;
  justify-content: flex-end;
  /* column-gap: 20px; */
}

.footer-wrap .footer-content .code-wrap span {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: space-between;
color:rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 14px;
  grid-row-gap: 10px;
}

.footer-wrap .footer-content .code-wrap .wxcode {
  position: relative
}

.footer-wrap .footer-content .code-wrap img {
  width: 91px;
  height: 91px;
}

.footer-wrap .footer-content .code-wrap .wxcode2 {
  position: relative
}

.footer-wrap .footer-content .other-link {
  padding-left: 30px;
  background: url(../images/links.png) no-repeat left center;
  height: 36px;
  margin: 32px 0 22px;
}

.footer-wrap .footer-content .other-link .other-main  span {
  color: #fff;
  padding-right: 10px;
}

.footer-wrap .footer-content .other-link .other-main a {
  display: inline-block;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  /*letter-spacing: 1px*/
}

.footer-wrap .footer-addtional {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrap .footer-addtional .copyright {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  float: left
}

/*.footer-wrap .footer-addtional .right-info {
  float: right
}*/

.footer-wrap .footer-addtional .right-info {
  float: right;
  display: flex;
  align-items: center;
}

.footer-wrap .footer-addtional .right-info a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px
}


.xw-content{
  padding:60px 0;
}

.xw-show{ line-height: 24px;font-size: 14px; }



@media only screen and (max-width:1366px) {
  .footer-wrap .footer-content .link-wrap {
    margin-right: 0;
    margin-left: 20px
  }

}

@media only screen and (max-width:1199px) {
  .footer-wrap .footer-content .base-info {
    display: none
  }

  .footer-wrap .footer-content .link-wrap {
    margin-left: 0;
    width: 66%
  }

  .footer-wrap .footer-content .code-wrap .wxcode{
    padding:0px 10px;
  }

}

@media only screen and (max-width:1023px) {
  .footer-wrap .footer-content {
    display: none
  }

}

@media only screen and (max-width:639px) {
  .footer-wrap .footer-addtional .right-info {
    /*display: none*/
    float: none;
        text-align: center;
  }

  .footer-wrap .footer-addtional .copyright {
    float: none;
    display: block;
    text-align: center
  }
  .footer-wrap .footer-content .base-info a{
    display: flex;
    align-items: center;

  }

  .footer-wrap .footer-content .base-info .tel-txt2{
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
.footer-wrap .footer-content .base-info .tel-txt1{
  margin-bottom: 0;
}

}

 

.navigation-is-open .mo_top .moxl {
  left: 0;
}

.navigation-is-open {
  overflow: hidden
}

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 10%;
  height: 35px;
  width: 35px;
  border-radius: 50%;  /* image replacement */
  overflow: hidden;
  right: 2%;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  display: block;


}

.cd-nav-trigger .cd-nav-icon {

  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background: #727171;
  display: block;
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {

  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}

.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.cd-nav-trigger circle {

  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {

  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {

  /* animate arrow --> from hamburger to arrow */
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg) translate(4px, 7px);
  background: #727171;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg) translate(4px, -7px);
  background: #727171;
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon {
  background: #FFFFFF;
}

.ma-infinitypush-wrapper .ma-infinitypush > ul, .ma-infinitypush-wrapper .ma-infinitypush > ol {
  border-bottom: 0px
}

.ma-infinitypush-wrapper .ma-infinitypush ul li {
  border-bottom: 1px solid #fff
}

.ma-infinitypush-wrapper .ma-infinitypush ul li a {
  padding: 0px 8%;
}

.ma-infinitypush-wrapper .ma-infinitypush ul li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 20rem;
}

/*****************************************************************
 * Header
 *****************************************************************/
#header {
  background-color: #3498db;
  height: 2.5rem;
}

@media screen and (max-width:1200px) {
  #header {
    background-color: #393939;
    height: 3.75rem;
  }

}

#header .header-main {
  max-width: 75rem;
  height: 2.5rem;
  margin: 0 auto;
  padding: 0 0.625rem;
}

@media screen and (max-width:1200px) {
  #header .header-main {
    height: 3.75rem;
    padding: 0 0.625rem;
  }

}

#header .header-main .site-title {
  position: relative;
  float: left;
  width: 3.5625rem;
  height: 100%;
  margin: 0 1.25rem 0 0.9375rem;
}

#header .header-main .site-title a {
  position: absolute;
  display: block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTk4LjkgNzAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5OC45IDcwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjE5OC45LDcwIDE1OC41LDAgMTMyLjYsNDQuOSAxNDcuMSw3MCAJIi8+Cgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjExMi43LDcwIDE1My4xLDAgMTAxLjMsMCA2MC45LDcwIAkiLz4KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNTEuOCw3MCA5Mi4yLDAgNDAuNCwwIDAsNzAgCSIvPgo8L2c+Cjwvc3ZnPg==) no-repeat 0 0;
  text-indent: -9999px;
  width: 3.5625rem;
  height: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*****************************************************************
 * Site Navigation
 *****************************************************************/
.desktop #mo_nav {
  position: static;
  background-color: #393939;
  width: 100%;
  height: 100%;
  right: -12.5rem;
  float: left;
}

.desktop #mo_nav ul {
  position: relative;
  list-style: none;
  margin: 0;
  float: left;
}

.desktop #mo_nav ul:before, .desktop #mo_nav ul:after {
  content: "";
  display: block;
}

.desktop #mo_nav ul:after {
  clear: both;
}

.desktop #mo_nav ul li {
  padding: 0;
  float: left;
  height: 3.75rem;
}

.desktop #mo_nav ul li a {
  display: block;
  text-decoration: none;
  color: #3498db;
  padding: 0 1.25rem;
  -webkit-transition: background-color  0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color  0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color  0.3s ease-in-out, color 0.3s ease-in-out;
  line-height: 3.75rem;
  height: 3.75rem;
}

.desktop #mo_nav ul li a:hover {
  border-top: 0.0625rem solid #dddddd;
  border-bottom: 0.0625rem solid #dddddd;
  color: white;
  border: none;
  background-color: #3498db;
  line-height: 3.75rem;
}

.desktop #mo_nav ul li ul {
  display: none;
}

.clear {
  clear: both;
}

/*****************************************************************
 * Infinity Push
 *****************************************************************/
.ma-infinitypush-wrapper .ma-infinitypush > ul, .ma-infinitypush-wrapper .ma-infinitypush > ol {
  border-bottom: 0px
}

.ma-infinitypush-wrapper .ma-infinitypush ul li {
  border-bottom: 1px solid #fff
}

.ma-infinitypush-wrapper .ma-infinitypush ul li a {
  padding: 0px 8%;
}

.ma-infinitypush-wrapper .ma-infinitypush ul li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
}

.ma-infinitypush-open {
  display: block;
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ma-infinitypush-wrapper {
  background: rgba(113, 113, 113, .6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 600;
  margin-top: 10px;
  left: -1920px;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
  display: none;
}

.ma-infinitypush-wrapper.on {
  left: 0px;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
  display: block;
}

.ma-infinitypush-wrapper.ma-infinitypush-active-button {
  position: absolute;
  left: -255px !important;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
}

.ma-infinitypush-wrapper.ma-infinitypush-active-button.on {
  left: 0px !important;
  transition: all 0.3s ease;
  -webkit-transform: all 0.3s ease;
}

.ma-infinitypush-wrapper.ma-infinitypush-active-button.ma-infinitypush-button-left .ma-infinitypush-button {
  margin: 0 0 0 22px;
  right: -44px;
}

.ma-infinitypush-wrapper.ma-infinitypush-active-button.ma-infinitypush-button-right .ma-infinitypush-button {
  margin: 0 22px 0 0;
  left: -44px;
}

.ma-infinitypush-wrapper .ma-infinitypush-button {
  display: block;
  box-shadow: inset 0 4px #3498db, inset 0 6px white, inset 0 9px #3498db, inset 0 11px white, inset 0 14px #3498db, inset 0 16px white;
  position: absolute;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  top: 13px;
  cursor: pointer;
  z-index: 100;
}

.ma-infinitypush-wrapper.ma-infinitypush-left .ma-infinitypush ul li ul, .ma-infinitypush-wrapper.ma-infinitypush-left .ma-infinitypush ul li ol, .ma-infinitypush-wrapper.ma-infinitypush-left .ma-infinitypush ol li ul, .ma-infinitypush-wrapper.ma-infinitypush-left .ma-infinitypush ol li ol {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.ma-infinitypush-wrapper.ma-infinitypush-right .ma-infinitypush ul li ul, .ma-infinitypush-wrapper.ma-infinitypush-right .ma-infinitypush ul li ol, .ma-infinitypush-wrapper.ma-infinitypush-right .ma-infinitypush ol li ul, .ma-infinitypush-wrapper.ma-infinitypush-right .ma-infinitypush ol li ol {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ma-infinitypush-wrapper .ma-infinitypush {
  background: #727171;
  position: relative;
  height: 100%;
  width: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5000;
}

.ma-infinitypush-wrapper .ma-infinitypush ul, .ma-infinitypush-wrapper .ma-infinitypush ol {
  background-color: #727171;
  list-style-type: none;
  width: 250px;
  overflow-x: hidden;
}

.ma-infinitypush-wrapper .ma-infinitypush ul li, .ma-infinitypush-wrapper .ma-infinitypush ol li {
  height: 45px;
  width: 100%;
  background: #727171;
  line-height: 45px;
}



.ma-infinitypush-wrapper .ma-infinitypush ul li a, .ma-infinitypush-wrapper .ma-infinitypush ol li a {
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ma-infinitypush-wrapper .ma-infinitypush ul li a span, .ma-infinitypush-wrapper .ma-infinitypush ol li a  span{
  color:#fff;
  font-size: 10px;

}

.ma-infinitypush-wrapper .ma-infinitypush ul li ul, .ma-infinitypush-wrapper .ma-infinitypush ul li ol, .ma-infinitypush-wrapper .ma-infinitypush ol li ul, .ma-infinitypush-wrapper .ma-infinitypush ol li ol {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  background: #267bbc
  overflow-y:auto;
}

.ma-infinitypush-wrapper .ma-infinitypush ul li.ma-infinitypush-active-item, .ma-infinitypush-wrapper .ma-infinitypush ol li.ma-infinitypush-active-item {
  background-color: #393838;
}

.ma-infinitypush-wrapper .ma-infinitypush ul li.ma-infinitypush-active-item > a, .ma-infinitypush-wrapper .ma-infinitypush ol li.ma-infinitypush-active-item > a {
  color: #fff !important;
  text-decoration: none !important;
}

.ma-infinitypush-wrapper .ma-infinitypush.ma-infinitypush-sub-open {
  overflow-y: hidden;
}

.ma-infinitypush-wrapper .ma-infinitypush .ma-infinitypush-inactive {
  border-right: none !important;
  border-left: none !important;
  overflow-y: hidden !important;
}

.ma-infinitypush-wrapper .ma-infinitypush .ma-infinitypush-close-subnav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 250px;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0 !important;
}

/*right ewm*/
.cbl {
  width: 76px;
  background: #FFFFFF;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 40%;
}

.cbl .cblItem {
  font-size: 14px;
  color: #262931;
  text-align: center;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: #EDEDED solid 1px;
  position: relative;
}

.cbl .cblItem .downitem.wx span {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cbl .cblItem .downitem.wx img {
  width: 100px;
}

.cbl .cblItem:nth-last-child(1) {
  border-bottom: none;
}

.cbl .cblItem .tel {
  font-size: 24px;
  font-weight: bold;
  color: #17489a;
}

.cbl i {
  font-size: 35px;
}

.cbl .bclgb {
  height: 50px;

}

.cbl .bclgb  span,.cblzk span{
   font-size: 20px;color:#000;
}

.cblzk {
  width: 40px;
  height: 84px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9;
  right: -84px;
  top: 40%;
  cursor: pointer;
}

.cblzk i {
  font-size: 35px;
  font-weight: bolder;
}

.cbl .cblItem .downitem::after {
  content: ' ';
  position: absolute;
  left: 100%;
  bottom: 20px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
}

/*.cbl .cblItem:hover {
  background: #f1f5ff;
}*/

.cbl .cblItem:hover .downitem {
  opacity: 1 !important;
  pointer-events: inherit !important;
  display: block !important;
}

.cbl .cblItem .downitem {
  position: absolute;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgb(0 75 255 / 15%);
  border: 1px solid rgba(0, 43, 255, 0.1);
  right: calc(100% + 20px);
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
  width: 200px;
  text-align: left;
}

.cbl .cblItem .downitem.wx {
  width: 120px;
}


/*right ewm end*/

/*common title*/


.com-t {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 60px 0;
}


/*xw*/

 
.xw-l{
  width:773px;
}
.xw-t{
  border-bottom: 2px solid rgba(229, 229, 229, 1);
  height: 40px; 

}

.xw-r{
  width:342px;
}

.xw-t{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.xw-tl{
  color:#333;
  position: relative;
}

.xw-tl:before{
  height: 2px;
  background: rgba(6, 121, 213, 1);
  width: 63px;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.xw-tr span{
  font-size: 30px;
  color: #a1a8ac;
}

.xw-tr:hover span{
 
  color: #0679D5;
}

.xw{
  margin-bottom: 50px;
}


.xw-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xw-list .xw-l .items{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding:30px 0;
}


.xw-list .xw-l .pic a{
  width: 202px;height: 135px;overflow: hidden;
display: block;
}

.xw-list .xw-l .items .pic{
  width: 202px;height: 135px;
}
.xw-list .xw-l .items .pic img{
  width: 100%;height: 100%;
  transition: all 0.3s;
}


 

.xw-list .xw-l .items:hover .pic img{
  transform: scale(1.2);
}

.info-a{
  height: 106px;
}

.xw-list .xw-l .items .info p
{
  word-break: break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow: hidden;
  color:#666;
  line-height: 24px;
  margin-top: 5px;
 }

.xw-list .xw-l .items  .info{
  width:532px;
}

.xw-list .xw-l .items .ico-l{
  display: flex;
  justify-content: space-between;
  width: 300px;
}

.xw-list .items .ico{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.xw-list .items .ico-l >div{
  display: flex;
   justify-content: space-around;
   color: #a0a8af;
   align-items:center;
}
.xw-list .items .ico .ico-r span{
     color: #0679D5;
}

.xw-list .items .ico .ico-r a{
  display: flex;
  justify-content: space-between;
  color: #0679D5;
  align-items:center;

}

.xw-list .items .ico .ico-r  span{
  padding-right: 6px;
}

.xw-list .items  .info .info-a a{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#000;
  font-size: 14px;
  display: block;
}
.xw-list .items:hover .info a{
  color:#0679D5;
  cursor: pointer;
}

.xw-list .items .ico-l > div span{
  color:#A0A8AF;padding-right: 6px;
}


 

 .xw-r-list  {
  padding:10px 0 0;
 }

 .xw-r-list  .items  a{
  position: relative;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

 }

  .xw-r-list  .items a:before{
  width: 12px;
  height: 12px;
  border: 1px solid rgba(207, 206, 206, 1);
  content: "";
  display: block;
  position: absolute;
  left:0px;
  top: 9px;
  border-radius: 50%;
  }

 .xw-r-list .ico-l{
  display: flex;
  width:60%;
  justify-content: space-between;
  margin-top: 5px;
 }


.xw-r-list .items{
padding:11px 0;
}


.xw-r-list .items .ico{
  margin-left:28px;
}


.pagination{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  /* column-gap: 20px; */
}

.pagination li{
  border:1px solid #e5e5e5;
  padding:5px 10px;
  margin:0px 20px;
}

.pagination li.active{
  background: #0679D5;
  color:#fff;
}
.pagination li.active a{
  color:#fff;
}

/*xw end*/

.breadcrumb {
    background: 0 0;
    padding: 0 0 15px;
    margin: 0;
    color: #0679D5;
    display: flex;
}

.breadcrumb>li+li:before {
    display: none
}

.breadcrumb>.active {
    color: #9eacb4
}


.breadcrumb li {display: flex;
  align-items: center;

}
 .breadcrumb li span{
  font-size: 12px; padding:0 10px;
 }


 .search-list{
  display: flex; justify-content: space-between;
 }

 .fc-search-null{
  padding-top: 30px;
  display: flex;
  align-items: center;
 }
 
  .fc-search-null span{
    padding-right: 10px;
  }

.Contact_content_txt {
  padding-bottom: 60px;
}

.Contact_content_txt ul{
  display: flex;
  justify-content: space-around;
}


.Contact_content_txt li{
  border:1px solid #E5E5E5;
  padding:20px;
  width:calc(100% / 3 - 30px);
  text-align: center;
}


.Contact_content_txt li .txt_list_title span{
  font-size: 30px;
  padding-bottom: 10px;
}






@media screen and (max-width:768px) {
 
.mo_top .mot .molo img{
  height: 24px;
}

  .com-t{
    font-size: 20px;
    padding:30px 0;
  }
  .content-box{
    max-width: 100%;
  }

  .footer-wrap .footer-content .base-info{
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  .footer-wrap .footer-addtional{
    height: auto;
    line-height: 20px;
    padding:20px 10px;
  }
  .footer-wrap .footer-content{
    display: block;
  }
  .footer-wrap .footer-content .link-wrap{
    display: none;
  }
  .footer-wrap .footer-content .other-link{
    display: none;
  }
  .footer-wrap .footer-content .footer-info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-wrap .footer-content .code-wrap{
    display: flex;
    justify-content: center;
    margin: 30px 0;

  }

.xw-l{
  width: 100%;
  padding:0px 10px;
}

.xw-list .xw-l .items .pic{
  width:35%;
  height: 100px;
}

.xw-list .xw-l .pic a{
    width:100%;
  height: 100px;
}

.xw-list .xw-l .items .info{
  width:60%;
}
.xw-list .xw-l .items .ico-l{
  display: none;
}
.info-a{
  height: auto;
}
.xw-list .xw-l .items .info p{
  margin-top: 0;
}
.xw-list .items .ico{
  margin-top: 5px;
}

.xw-r{
  width: 100%;
  padding:0px 10px;
  margin-top: 40px;
}
 
 .Contact_content_txt ul{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.Contact_content_txt ul li{
  width:90%;margin:10px auto;

}
.cbl{display: none;}

.banner{
  margin-top: 40px;
}

body{
  max-width: 100%;
  min-width: 100%;

}
.content-box{
  width:100%;
}
}
