@charset "utf-8";
@font-face {font-family:'SourceHanSansCN-Normal';src:url('SourceHanSansCN-Normal.subset.otf');}
@font-face {font-family:'SourceHanSansCN-Light';src:url('SourceHanSansCN-Light.subset.otf');}
@font-face {font-family:'SourceHanSansCN-Regular';src:url('SourceHanSansCN-Regular.subset.otf');} 
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("SourceHanSansCN-Medium.subset.otf");
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("SourceHanSansCN-Bold.subset.otf");
}
@font-face {
  font-family: "arial";
  src: url("arial.ttf");
}
@font-face {
  font-family: "arialbd";
  src: url("arialbd.ttf");
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}

* {
  font-family: "GOTHIC", "Source Han Sans CN", "microsoft yahei", arial,
    "STXihei";
}

a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #555555;
  font-size: 13px;
  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;
  line-height: 1;
}
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
  list-style: none;
}
.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[type="submit"] {
  cursor: pointer;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 15px;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 15px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 15px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 15px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 15px;
}
textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
  font-family: "GOTHIC", "Source Han Sans CN", "microsoft yahei", arial,
    "STXihei";
}

 

html,
body {
  scrollbar-width: thin;
}
::-webkit-scrollbar-track {
  background-color: #000;
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
  background: #ffe100;
} /* 滑块颜色 */

::-webkit-scrollbar-button {
  background-color: #000;
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
  background-color: #000;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  border-radius: 3px;
} /* 这是针对缺省样式 (必须的)*/

 

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*图片变大*/
.tra {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.tra:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}

/*图片翻转*/
.flip {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}
.flip:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
  cursor: pointer;
}

.m-header-nav {
  display: none;
}


.pc_all_content {
  max-width: 85%;
  margin: 0 auto;
  width: 100%;
}



.Header_content{
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: space-between;
}
.Header_content .content_left_logo  img{
  width: 50%;
}

.Header_content .content_left_logo  img:nth-child(1){
  height: 58px;
  width: auto;
}

.Header_content .content_left_logo  img:nth-child(2){
  height: 63px;
  margin-left: 20px;
  width: auto;
}

.Header_content .contact_right_phone{

display: flex;
align-items: center;
}

.Header_content .contact_right_phone .right_phone_dd{
  margin-right: 20px;
}
.Header_content .contact_right_phone img{
height: 40px;

}

.Header_content .contact_right_phone  .right_phone_dt{
  font-size: 16px;
  color:#000;
}

.Header_content .contact_right_phone .right_phone_dt p{
  font-size: 30px;
  color: #D32329;
  font-weight: bold;
  margin-top:6px;
}



/* 导航 */

.Header{
  height: 70px;
  background-color: #D32329;
}


 
.Header .content_left_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Header .content_left_nav .left_nav_list {
  margin-right: 5vw;
}
.Header .content_left_nav .left_nav_list:last-child {
  margin-right: 0;
}
.Header .content_left_nav .left_nav_list .nav_list_title {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 70px;
  font-weight: 400;
}
 
 
 
.Header .content_left_nav .left_nav_list:hover .nav_list_title {
  color: #ffe100;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}


.Header .content_left_nav .left_nav_list.on {
  position: relative;
  z-index: 6;
}


.Header .content_left_nav .left_nav_list .nav_list_down2 {
  width: 7vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.7193vw;
  left: -1.605vw;
  display: none;
  flex-direction: column;
  padding-bottom: 0;
}
.Header .content_left_nav .left_nav_list:hover .nav_list_down2 {
  display: flex;
}
.Header
  .Header_conent
  .conent_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list {
  width: 48%;
  font-size: 0.8336vw;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 1.563vw;
}
.Header
  .Header_conent
  .conent_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list:nth-last-child(1) {
  margin-bottom: 0vw;
}
.Header
  .Header_conent
  .conent_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list:nth-last-child(2) {
  margin-bottom: 0vw;
}
.Header
  .Header_conent
  .conent_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list
  img {
  margin-right: 0.6773vw;
  width: 1.3025vw;
}
.Header
  .Header_conent
  .conent_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list:hover {
  opacity: 1;
}
 

.Header
  .content_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list {
  font-size: 0.8336vw;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 1.563vw;
}

.Header
  .content_left_nav
  .left_nav_list
  .nav_list_down2
  .list_down2_list:hover {
 
 color: #D32329;
  opacity: 1;
   
}


/* banner */
 
.Banner {
  position: relative;
  background: #000;
}
.Banner .Banner_list {
  width: 100% !important;
}

.Banner .swiper-pagination {
  bottom: 1.5vw;
}
.Banner .swiper-pagination span {
  width: 0.6252vw;
  height: 0.6252vw;
  display: inline-block;
  border: 0.0521vw solid #fff;
  border-radius: 0;
  opacity: 1;
  background: none;
  margin: 0vw 0.4689vw !important;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.Banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffe100;
  border: 0.0521vw solid #ffe100;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.Banner .Banner_list_img img:last-child{display: none;}
.Banner .Banner_scroll {
  position: absolute;
  right: 3.126vw;
  bottom: 1.7193vw;
  z-index: 2;
  cursor: pointer;
}
.Banner .Banner_scroll .Banner_scroll_dd {
  text-transform: uppercase;
  font-size: 0.6252vw;
  color: #fff;
  margin-bottom: 1.3025vw;
  font-family: "arial";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Banner .Banner_scroll .Banner_scroll_icon {
  width: 0.0521vw;
  height: 5.3142vw;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.Banner .Banner_scroll .Banner_scroll_icon span {
  position: absolute;
  width: 100%;
  height: 20%;
  background: #fff;
  animation: mymove 3s infinite;
  -webkit-animation: mymove 3s infinite; /* Safari and Chrome */
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes mymove {
  from {
    top: 0vw;
  }
  to {
    top: 100%;
  }
}
@-webkit-keyframes mymove /* Safari and Chrome */ {
  from {
    top: 0vw;
  }
  to {
    top: 100%;
  }
}


 






















 
 
  
.Footer {
  padding: 3vw;
  background:#D32329;
 }
.Footer .pc_all_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Footer .pc_all_content .Footer_logo {
  width: 20%;
  display: flex;
 
}
.Footer .pc_all_content .Footer_tel {
  width: 50%;
  display: flex;
  color: #fff;
 
}
 
.Footer .pc_all_content .Footer_tel li{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  line-height: 40px;

}
.Footer .pc_all_content .Footer_tel  li span img{
  height:24px;
}
.Footer .pc_all_content .Footer_tel  li   p{
  padding-left: 10px;
}

 
.Copyright {
  padding: 1.3025vw 0vw;
  background: #000000;
  text-align: center;
}
 
.Copyright .Copyright_left {
  font-size: 16px;
  color: #FFF;
}
.Copyright .Copyright_left a {
  font-size: 16px;
  color: #FFF;
  margin-right: 0.4168vw;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.Copyright .Copyright_left span {
  margin: 0vw 0.4168vw;
}
.Copyright .Copyright_left a:hover {
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
 
 
 
 
  
.Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.857vw;
  height: 3.0218vw;
  background: #222222;
  font-size: 0.8336vw;
  color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.Btn img {
  width: 1.042vw;
  margin-right: 0.7815vw;
}
.Btn:hover {
  color: #fff;
  width: 9.378vw;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.OnlineContact {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  display: none;
}
.OnlineContact .OnlineContact_list {
  margin-bottom: 8px;
  position: relative;
}
.OnlineContact .OnlineContact_list:last-child {
  margin-bottom: 0;
}
.OnlineContact .OnlineContact_list .OnlineContact_list_icon {
  width: 65px;
  height: 65px;
  background: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.OnlineContact .OnlineContact_list .OnlineContact_list_icon i {
 font-size: 30px;color:#ffe100;
}
.OnlineContact .OnlineContact_list .OnlineContact_list_down {
  position: absolute;
  left: 185px;
  width: 195px;
  background: #fff;
  height: 65px;
  background: #2d2d2d;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.OnlineContact .OnlineContact_list:hover .OnlineContact_list_down {
  left: -185px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.OnlineContact .OnlineContact_list .OnlineContact_list_down .list_down_dd {
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}
.OnlineContact .OnlineContact_list .OnlineContact_list_down .list_down_dt {
  font-size: 20px;
  color: #ffe100;
  font-family: "arialbd";
}

.SEARCH {
  padding-top: 5.21vw;
  padding-bottom: 3.3865vw;
}
.SEARCH .Search_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0vw 25%;
  margin-bottom: 3.126vw;
}
.SEARCH .Search_top form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.SEARCH .Search_top input[type="search"] {
  width: 80%;
  height: 3.8554vw;
  display: flex;
  align-items: center;
  padding: 0vw 1.042vw;
  background: #f9f9f9;
  font-size: 0.9378vw;
  color: #333;
  border: 0.0521vw solid #dcdcdc;
}
.SEARCH .Search_top input[type="submit"] {
  width: 20%;
  height: 3.8554vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #ffe100;
  font-size: 1.1462vw;
}
.SEARCH input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b4b4b4;
  font-size: 0.9378vw;
}
.SEARCH input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b4b4b4;
  font-size: 0.9378vw;
}
.SEARCH input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b4b4;
  font-size: 0.9378vw;
}
.SEARCH input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4;
  font-size: 0.9378vw;
}
.SEARCH input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4;
  font-size: 0.9378vw;
}
.SEARCH .Search_title {
  font-size: 1.042vw;
  color: #000000;
  margin-bottom: 2.605vw;
}
.SEARCH .Search_title b {
  color: #ffe100;
  margin: 0vw 0.4168vw;
}
.SEARCH .Search_title a {
  font-size: 1.042vw;
  color: #000000;
  text-decoration: underline;
}
.SEARCH .Search_title a:hover {
  color: #ffe100;
}
.SEARCH .Search_content {
  padding-bottom: 1.563vw;
}
.SEARCH .Search_content .Search_content_list {
  padding: 2.084vw 1.8756vw;
  background: #fff;
  box-shadow: 0vw 0vw 1.3025vw rgba(0, 0, 0, 0.1);
  margin-bottom: 1.3546vw;
}
.SEARCH .Search_content .Search_content_list .content_list_time {
  font-size: 1.042vw;
  color: #999999;
}
.SEARCH .Search_content .Search_content_list .content_list_title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.4689vw;
  margin-bottom: 0.9899vw;
}
.SEARCH .Search_content .Search_content_list .content_list_title .list_title_l {
  font-size: 1.042vw;
  color: #ffe100;
}
.SEARCH .Search_content .Search_content_list .content_list_title .list_title_r {
  font-size: 1.042vw;
  color: #000003;
}
.SEARCH .Search_content .Search_content_list .content_list_txt {
  font-size: 0.8336vw;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
 

 

@media screen and (max-width: 1070px) {
  .MoS {
    display: block;
  }
  .PcS {
    display: none;
  }
  img {
    max-width: 100%;
  }

 .pc_all_content,
  .Banner .Banner_list .Banner_list_content,
  .Banner .swiper-pagination {
    max-width: 90%;
    padding: 0;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }

  .Header_content,.Header {
    display: none;
  }
  


  body {
    overflow: inherit !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
  }
  .moh {
    display: block;
  }

  /* 手机导航 */
  .m-header-nav-height {
    display: block;
  }
  .m-header-nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: all ease 0.45s;
  }
  .m-header-nav .sp_header {
    position: relative;
    top: 0;
    z-index: 10000;
    width: 100%;
    padding: 0% 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-color: #D32329;
  }
  .m-header-nav .sp_logo {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .m-header-nav .sp_logo a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .m-header-nav .sp_logo img {
    margin: auto;
    transition: all ease 0.45s;
    height:46px;
  }
 
  .m-header-nav .sp_nav {
    width: 26px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 22px;
    z-index: 900;
  }
  .m-header-nav .sp_nav span {
    display: block;
    background: #fff;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all ease 0.45s;
  }
  .m-header-nav .sp_nav span:nth-of-type(1) {
    top: 0px;
    width: 18px;
  }
  .m-header-nav .sp_nav span:nth-of-type(2) {
    top: 6px;
  }
  .m-header-nav .sp_nav span:nth-of-type(3) {
    top: 13px;
  }
  .m-header-nav .sp_nav_se span:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
    width: 26px;
  }
  .m-header-nav .sp_nav_se span:nth-of-type(2) {
    width: 0;
    transition: none;
  }
  .m-header-nav .sp_nav_se span:nth-of-type(3) {
    top: 11px;
    transform: rotate(-45deg);
  }
  .m-header-nav .sjj_nav {
    display: none;
    position: fixed;
    z-index: 9;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    font-size: 0.95rem;
    line-height: 2.7rem;
    top: 60px;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.45s;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .m-header-nav .nav_show {
    display: block;
  }
  .m-header-nav .sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0;
  }
  .m-header-nav .sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 100px);
  }
  .m-header-nav .sjj_nav > ul > li:first-child .language {
    float: right;
    width: 93px;
    overflow: hidden;
    line-height: 40px;
  }
  .m-header-nav .sjj_nav > ul > li:first-child .language a {
    width: 50%;
    float: left;
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    text-align: center;
    color: #999;
  }
  .m-header-nav .sjj_nav ul li i {
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    height: auto;
    padding: 5px 15.5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .m-header-nav .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.45s;
  }
  .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
  }
  .m-header-nav .sjj_nav ul li {
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    padding-left: 1.1rem;
    position: relative;
    line-height: 2.6rem;
  }
  .m-header-nav .sjj_nav > ul > li:last-child {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  }
  .m-header-nav .sjj_nav ul li ul {
    display: none;
  }
  .m-header-nav .sjj_nav ul li a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 18px 0;
  }
  .m-header-nav .sjj_nav ul li ul li a {
    color: #fff;
    display: block;
    text-align: left;
  }
  .m-header-nav .sjj_nav ul li i svg {
    width: 0.9rem;
    height: 2.6rem;
    fill: #cbcbcb;
  }
  .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #ffe100;
  }
  .m-header-nav .sjj_nav ul li ul li > ul {
    margin-left: 10px;
  }
  .m-header-nav.on {
    background: #010103;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .m-header-nav.in {
    background: #010103;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .m-header-nav.on .sp_nav span {
    background: #fff;
    transition: all ease 0.45s;
  }
  .m-header-nav.on .sp_logo img {
    opacity: 1;
    transition: all ease 0.45s;
  }
  /* .m-header-nav.on .sp_logo img:last-child {
    opacity: 0;
  } */
  .language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .language a {
    font-size: 16px;
    color: #111;
  }
  .language a.on {
    color: #000;
  }
  .language span {
    font-size: 14px;
    color: #999;
    margin: 0px 12px;
    display: flex;
    align-items: center;
  }

  .c-site-wrapper__page {
    z-index: 22 !important;
  }

  .pc_banner {
    display: none;
  }
  .ipad_banner {
    display: block;
  }
  .iphone_banner {
    display: none;
  }

  .OnlineContact {
    display: none !important;
  }
 
  .Banner .Banner_list_img img:first-child{display: none;}
  .Banner .Banner_list_img img:last-child{display: block;}
  .Banner .Banner_list2 .Banner_list2_content {
    padding: 0px 4%;
  }
 
  .Banner .Banner_list .Banner_list_content .Banner_list_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 28px;
    height: 28px;
    position: relative;
    background: #ffe100;
    margin-top: 40px;
  }
  .Banner .Banner_list .Banner_list_content .Banner_list_btn::before {
    border: 1px solid #ffe100;
    right: -5px;
    top: -5px;
  }
  .Banner .Banner_list .Banner_list_content .Banner_list_btn img {
    height: 8px;
    right: 8px;
  }
  .Banner .Banner_list2 .Banner_list2_content .list2_content_title p {
    font-size: 18px;
    line-height: 26px;
  }
  .Banner .Banner_list2 .Banner_list2_content .list2_content_txt {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Banner
    .Banner_list2
    .Banner_list2_content
    .list2_content_btn
    .contact_right_more {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .Banner
    .Banner_list2
    .Banner_list2_content
    .list2_content_btn
    .contact_right_more
    .right_more_dd {
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-family: "SourceHanSansCN-Regular";
    border: 1px solid #ffe100;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
  }
  .Banner
    .Banner_list2
    .Banner_list2_content
    .list2_content_btn
    .contact_right_more
    .right_more_dt {
    width: 36px;
    background: #ffe100;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Banner
    .Banner_list2
    .Banner_list2_content
    .list2_content_btn
    .contact_right_more
    .right_more_dt
    img {
    height: 8px;
  }
  .Banner .Banner_list2 .Banner_list2_content .list2_content_logo {
    margin-bottom: 10px;
  }
  .Banner .Banner_list2.on .Banner_list2_content .list2_content_logo img {
    height: 20px;
  }
  .Banner .Banner_list2 .Banner_list2_content .list2_content_logo img {
    height: 40px;
  }

  .Banner .Banner_scroll {
    display: none;
  }
  .Banner .swiper-pagination {
    bottom: 25px;
  }
  .Banner .swiper-pagination span {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    margin: 0px 5px !important;
  }

   
  .Footer {
    padding: 35px 0px;
    padding-bottom: 25px;
    display: none;
  }
  .Footer .Footer_top {
    flex-wrap: wrap;
  }
 


 

 
 

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {
  .Banner .Banner_list2 .Banner_list_img img,
  .Banner .Banner_list .Banner_list_img img
   {
    height: 320px !important;
    object-fit: cover;
  }

  .Copyright .Copyright_left {
    font-size: 14px;
    color: #FFF;
    padding:20px 0;line-height: 24px;;
  }
  

}
 
@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
}